summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2014-07-09Revert "fs/proc/task_mmu.c: hold read lock on mm->mmap_sem for get_user_pages"Seema Khowala
2014-06-26fs/proc/task_mmu.c: hold read lock on mm->mmap_sem for get_user_pagesVandana Salve
2014-06-10Merge commit 'refs/changes/82/419382/1' of ssh://git-master:12001/linux-3.10 ...Mandar padmawar
2014-06-06nohz: stat: Fix decreasing idle/iowait timesSai Gurrappadi
2014-06-05Merge branch 'linux-3.10.40' into rel-21Ishan Mittal
2014-04-03mm: close PageTail raceDavid Rientjes
2014-03-23fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev
2013-12-30Merge branch 'remotes/android/android-3.10' into dev-kernel-3.10Bharat Nihalani
2013-10-31Merge tag 'v3.10.17' into dev-kernel-3.10Ajay Nandakumar
2013-09-26proc: Restrict mounting the proc filesystemEric W. Biederman
2013-09-19mm: add a field to store names for private anonymous memoryColin Cross
2013-09-14net: show cmdline in /proc/net/{tcp udp tcp6 udp6}chunx
2013-09-14fs: proc: meminfo: add nvmap stats to meminfoKrishna Reddy
2013-09-14cpuquiet: Update averaging of nr_runnablesSai Charan Gurrappadi
2013-09-14proc: enhance time-average nr_running statsAlex Frid
2013-09-14Merge commit 'a88f9e27498afaea615ad3e93af4f26df1f84987' into after-upstream-a...Dan Willemsen
2013-09-14ARM: report present cpus instead of online CPUsJon Mayo
2013-08-20fs/proc/task_mmu.c: fix buffer overflow in add_page_map()yonghua zheng
2013-07-01Grants system server access to /proc/<pid>/oom_adj for Android applications.Mike Chan
2013-06-12kmsg: honor dmesg_restrict sysctl on /dev/kmsgKees Cook
2013-05-28posix-timers: Show clock ID in proc filePavel Tikhomirov
2013-05-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-07Merge branch 'slab/next' into slab/for-linusPekka Enberg
2013-05-04proc_devtree: Replace include linux/module.h with linux/export.hSyam Sidhardhan
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells
2013-05-01proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells
2013-05-01proc: Add proc_mkdir_data()David Howells
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells
2013-05-01proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-05-01proc: Move proc_fd() to fs/proc/fd.hDavid Howells
2013-05-01proc: Uninline pid_delete_dentry()David Howells
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2013-04-30fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytesDavid Rientjes
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-29fs/proc/kcore.c: use register_hotmemory_notifier()Andrew Morton
2013-04-29mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells
2013-04-29Include missing linux/magic.h inclusionsDavid Howells
2013-04-29Include missing linux/slab.h inclusionsDavid Howells
2013-04-29proc: Delete create_proc_read_entry()David Howells
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner
2013-04-17posix-timers: Show sigevent info in proc filePavel Emelyanov
2013-04-17posix-timers: Introduce /proc/PID/timers filePavel Emelyanov
2013-04-12kthread: Prevent unpark race which puts threads on the wrong cpuThomas Gleixner
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds