aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsGravatar Robin Holt 2-21/+1
2010-04-27procfs: fix tid fdinfoGravatar Jerome Marchand 1-1/+1
2010-04-07pagemap: fix pfn calculation for hugepageGravatar Naoya Horiguchi 1-20/+7
2010-04-06proc: copy_to_user() returns unsignedGravatar Dan Carpenter 1-1/+1
2010-04-05Merge branch 'master' into export-slabhGravatar Tejun Heo 2-51/+41
2010-04-04proc: pagemap: Hold mmap_sem during page walkGravatar KAMEZAWA Hiroyuki 1-49/+38
2010-04-01oom: fix the unsafe usage of badness() in proc_oom_score()Gravatar Oleg Nesterov 1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 12-3/+9
2010-03-24kcore: fix test for end of listGravatar Dan Carpenter 1-1/+1
2010-03-06proc: warn on non-existing proc entriesGravatar Alexey Dobriyan 1-2/+6
2010-03-06proc: do translation + unlink atomically at remove_proc_entry()Gravatar Alexey Dobriyan 1-12/+19
2010-03-06fs: use rlimit helpersGravatar Jiri Slaby 1-2/+2
2010-03-06mm: count swap usageGravatar KAMEZAWA Hiroyuki 1-3/+6
2010-03-06mm: clean up mm_counterGravatar KAMEZAWA Hiroyuki 1-2/+2
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-14/+7
2010-03-03take check for new events in namespace (guts of mounts_poll()) to namespace.cGravatar Al Viro 1-8/+2
2010-03-03some clean up in fs/procGravatar Helight.Xu 2-6/+5
2010-03-01Merge branch 'next' into for-linusGravatar James Morris 1-7/+7
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-1/+7
2010-02-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-2/+5
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesGravatar Paul E. McKenney 2-1/+7
2010-02-19Switch proc/self to nd_set_link()Gravatar Al Viro 1-5/+19
2010-02-14proc_devtree: fix THIS_MODULE without module.hGravatar Jeremy Kerr 1-0/+1
2010-02-09proc_devtree: include linux/of.hGravatar Jeremy Kerr 1-0/+1
2010-02-09of: make set_node_proc_entry private to proc_devtree.cGravatar Jeremy Kerr 1-2/+3
2010-02-04syslog: use defined constants instead of raw numbersGravatar Kees Cook 1-5/+5
2010-02-04syslog: distinguish between /proc/kmsg and syscallsGravatar Kees Cook 1-7/+7
2010-01-14fix autofs/afs/etc. magic mountpoint breakageGravatar Al Viro 1-1/+0
2010-01-11smaps: fix wrong rss countGravatar Minchan Kim 1-2/+1
2010-01-11proc: partially revert "procfs: provide stack information for threads"Gravatar KOSAKI Motohiro 1-89/+0
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-7/+12
2009-12-17sched: Assert task state bits at build timeGravatar Peter Zijlstra 1-8/+10
2009-12-17sched: Update task_state_arraypwith new statesGravatar Peter Zijlstra 1-2/+5
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Gravatar Linus Torvalds 1-42/+3
2009-12-16elf: kill USE_ELF_CORE_DUMPGravatar Christoph Hellwig 1-2/+2
2009-12-16proc: rename de_get() to pde_get() and inline itGravatar Alexey Dobriyan 3-39/+23
2009-12-16mm: export stable page flagsGravatar Wu Fengguang 1-42/+3
2009-12-15procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commGravatar john stultz 1-0/+68
2009-12-15procfs: use proper units for noMMU statmGravatar Steven J. Magnani 1-2/+6
2009-12-15mm hugetlb: add hugepage support to pagemapGravatar Naoya Horiguchi 1-0/+45
2009-12-09Merge commit 'origin/master' into nextGravatar Benjamin Herrenschmidt 3-16/+30
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Gravatar Linus Torvalds 1-2/+2
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-14/+28
2009-12-02sched, cputime: Introduce thread_group_times()Gravatar Hidetoshi Seto 1-4/+1
2009-11-26sched: Remove task_{u,s,g}time()Gravatar Hidetoshi Seto 1-2/+2
2009-11-26sched: Introduce task_times() to replace task_{u,s}time() pairGravatar Hidetoshi Seto 1-2/+1
2009-11-26Merge branch 'sched/urgent' into sched/coreGravatar Ingo Molnar 1-1/+1
2009-11-24Merge commit 'origin/master' into nextGravatar Benjamin Herrenschmidt 2-3/+2
2009-11-17procfs: fix /proc/<pid>/stat stack pointer for kernel threadsGravatar Stefani Seibold 1-1/+1
2009-11-17Merge commit 'v2.6.32-rc7'Gravatar Eric W. Biederman 1-2/+1