- 5a74953 s390/kdump: Disable mmap for s390 by Michael Holzheu · 11 years ago
- 30bc30d fs/proc/kcore.c: using strlcpy() instead of strncpy() by Zhao Hongjiang · 11 years ago
- 1d98a5f fs/proc/uptime.c:uptime_proc_show(): use get_monotonic_boottime() by Oleg Nesterov · 11 years ago
- 8308697 vmcore: support mmap() on /proc/vmcore by HATAYAMA Daisuke · 11 years ago
- 591ff71 vmcore: calculate vmcore file size from buffer size and total size of vmcore objects by HATAYAMA Daisuke · 11 years ago
- ef9e78f vmcore: allow user process to remap ELF note segment buffer by HATAYAMA Daisuke · 11 years ago
- 087350c vmcore: allocate ELF note segment in the 2nd kernel vmalloc memory by HATAYAMA Daisuke · 11 years ago
- 7f614cd vmcore: treat memory chunks referenced by PT_LOAD program header entries in page-size boundary in vmcore_list by HATAYAMA Daisuke · 11 years ago
- f2bdacd vmcore: allocate buffer for ELF headers on page-size alignment by HATAYAMA Daisuke · 11 years ago
- b27eb18 vmcore: clean up read_vmcore() by HATAYAMA Daisuke · 11 years ago
- 541c237 pagemap: prepare to reuse constant bits with page-shift by Pavel Emelyanov · 11 years ago
- 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
- 2b0a9f0 pagemap: introduce pagemap_entry_t without pmshift bits by Pavel Emelyanov · 11 years ago
- af9de7e clear_refs: introduce private struct for mm_walk by Pavel Emelyanov · 11 years ago
- 040fa02 clear_refs: sanitize accepted commands declaration by Pavel Emelyanov · 11 years ago
- da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
- 1df98b8 proc_fill_cache(): clean up, get rid of pointless find_inode_number() use by Al Viro · 11 years ago
- c52a47a proc_fill_cache(): just make instantiate_t return int by Al Viro · 11 years ago
- db96316 proc_pid_readdir(): stop wanking with proc_fill_cache() for /proc/self by Al Viro · 11 years ago
- 147ce69 proc_fill_cache(): kill pointless check by Al Viro · 11 years ago
- f0c3b50 [readdir] convert procfs by Al Viro · 11 years ago
- 637241a kmsg: honor dmesg_restrict sysctl on /dev/kmsg by Kees Cook · 11 years ago
- 15ef029 posix-timers: Show clock ID in proc file by Pavel Tikhomirov · 11 years ago
- 0f47c94 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
- 69df2ac Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 12 years ago
- 75fc0cf proc_devtree: Replace include linux/module.h with linux/export.h by Syam Sidhardhan · 12 years ago
- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 59d8053 proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h by David Howells · 12 years ago
- c30480b proc: Make the PROC_I() and PDE() macros internal to procfs by David Howells · 12 years ago
- a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 12 years ago
- 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 12 years ago
- 4a520d2 proc: Supply an accessor for getting the data from a PDE's parent by David Howells · 12 years ago
- 270b5ac proc: Add proc_mkdir_data() by David Howells · 12 years ago
- 34db8aa proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} by David Howells · 12 years ago
- 4abfd02 proc: Move PDE_NET() to fs/proc/proc_net.c by David Howells · 12 years ago
- 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
- c3bef7b proc: Move proc_fd() to fs/proc/fd.h by David Howells · 12 years ago
- 1dd704b proc: Uninline pid_delete_dentry() by David Howells · 12 years ago
- 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 12 years ago
- 830e0fc fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytes by David Rientjes · 12 years ago
- ab86e97 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 3c743a7 fs/proc/kcore.c: use register_hotmemory_notifier() by Andrew Morton · 12 years ago
- db3808c mm, vmalloc: move get_vmalloc_info() to vmalloc.c by Joonsoo Kim · 12 years ago
- 2f96b8c proc: Split kcore bits from linux/procfs.h into linux/kcore.h by David Howells · 12 years ago
- 303eb7e Include missing linux/magic.h inclusions by David Howells · 12 years ago
- 0d01ff2 Include missing linux/slab.h inclusions by David Howells · 12 years ago
- 3cb5bf1 proc: Delete create_proc_read_entry() by David Howells · 12 years ago
- 6402c7d Merge branch 'linus' into timers/core by Thomas Gleixner · 12 years ago
- 57b8015 posix-timers: Show sigevent info in proc file by Pavel Emelyanov · 12 years ago
- 48f6a7a posix-timers: Introduce /proc/PID/timers file by Pavel Emelyanov · 12 years ago
- f2530dc kthread: Prevent unpark race which puts threads on the wrong cpu by Thomas Gleixner · 12 years ago
- e8f2b54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 05c0ae2 try a saner locking for pde_opener... by Al Viro · 12 years ago
- ca469f3 deal with races between remove_proc_entry() and proc_reg_release() by Al Viro · 12 years ago
- 866ad9a procfs: preparations for remove_proc_entry() race fixes by Al Viro · 12 years ago
- ad147d0 procfs: Clean up huge if-statement in __proc_file_read() by David Howells · 12 years ago
- 80e928f proc: Kill create_proc_entry() by David Howells · 12 years ago
- d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
- ee21ed0 procfs: kill ->write_proc() by Al Viro · 12 years ago
- b6cdc73 procfs: don't allow to use proc_create, create_proc_entry, etc. for directories by Al Viro · 12 years ago
- 021ada7 procfs: switch /proc/self away from proc_dir_entry by Al Viro · 12 years ago
- 0ecc833 mode_t, whack-a-mole at 11... by Al Viro · 12 years ago
- 8ce584c procfs: add proc_remove_subtree() by Al Viro · 12 years ago
- 2c3de1c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
- 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
- 51f0885 vfs,proc: guarantee unique inodes in /proc by Linus Torvalds · 12 years ago
- db04dc6 proc: Use nd_jump_link in proc_ns_follow_link by Eric W. Biederman · 12 years ago
- c2c1b08 fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplication by Zhang Yanfei · 12 years ago
- 87ebdc0 fs/proc: clean up printks by Andrew Morton · 12 years ago
- e579d2c coredump: remove redundant defines for dumpable states by Kees Cook · 12 years ago
- d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- d3d009c saner proc_get_inode() calling conventions by Al Viro · 12 years ago
- 87e0aab proc: avoid extra pde_put() in proc_fill_super() by Maxim Patlasov · 12 years ago
- 4173581 fs: change return values from -EACCES to -EPERM by Zhao Hongjiang · 12 years ago
- 4f522a2 d_hash_and_lookup(): export, switch open-coded instances by Al Viro · 12 years ago
- 33806f0 swap: make each swap partition have one address_space by Shaohua Li · 12 years ago
- 293c07e memory-failure: use num_poisoned_pages instead of mce_bad_pages by Xishi Qiu · 12 years ago
- 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
- 21eaab6 Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
- a0b1c42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
- c239905 net: proc: remove proc_net_remove by Gao feng · 12 years ago
- b4278c9 net: proc: remove proc_net_fops_create by Gao feng · 12 years ago
- 9e5e8de stat: Use size_t for sizes instead of unsigned by Christoph Lameter · 12 years ago
- 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
- 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
- a7a88b2 mempolicy: remove arg from mpol_parse_str, mpol_to_str by Hugh Dickins · 12 years ago
- dfb2ea4 proc: Allow proc_free_inum to be called from any context by Eric W. Biederman · 12 years ago
- 4c9a44a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
- ee29720 proc: fix inconsistent lock state by Xiaotian Feng · 12 years ago
- 46f6955 procfs: drop vmtruncate by Marco Stornelli · 12 years ago
- 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
- 138d22b fs, epoll: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
- 55985dd procfs: add ability to plug in auxiliary fdinfo providers by Cyrill Gorcunov · 12 years ago
- 8d23802 proc: pid/status: show all supplementary groups by Artem Bityutskiy · 12 years ago
- 2f4b3bf /proc/pid/status: add "Seccomp" field by Kees Cook · 12 years ago
- 834f82e procfs: add VmFlags field in smaps output by Cyrill Gorcunov · 12 years ago
- 7b9a7ec proc: don't show nonexistent capabilities by Andrew Vagin · 12 years ago
- f9a00e8 procfs: use kbasename() by Andy Shevchenko · 12 years ago
- 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
- f6e858a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago