aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds5-3/+14
2010-05-17procfs: Kill the bkl in ioctlFrederic Weisbecker1-2/+2
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2-21/+1
2010-04-27procfs: fix tid fdinfoJerome Marchand1-1/+1
2010-04-09procfs: Use generic_file_llseek in /proc/vmcoreFrederic Weisbecker1-0/+1
2010-04-09procfs: Use generic_file_llseek in /proc/kmsgFrederic Weisbecker1-0/+1
2010-04-09procfs: Use generic_file_llseek in /proc/kcoreFrederic Weisbecker1-0/+1
2010-04-09procfs: Kill BKL in llseek on proc baseArnd Bergmann1-1/+9
2010-04-07pagemap: fix pfn calculation for hugepageNaoya Horiguchi1-20/+7
2010-04-06proc: copy_to_user() returns unsignedDan Carpenter1-1/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo2-51/+41
2010-04-04proc: pagemap: Hold mmap_sem during page walkKAMEZAWA Hiroyuki1-49/+38
2010-04-01oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo12-3/+9
2010-03-24kcore: fix test for end of listDan Carpenter1-1/+1
2010-03-06proc: warn on non-existing proc entriesAlexey Dobriyan1-2/+6
2010-03-06proc: do translation + unlink atomically at remove_proc_entry()Alexey Dobriyan1-12/+19
2010-03-06fs: use rlimit helpersJiri Slaby1-2/+2
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki1-3/+6
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki1-2/+2
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-14/+7
2010-03-03take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro1-8/+2
2010-03-03some clean up in fs/procHelight.Xu2-6/+5
2010-03-01Merge branch 'next' into for-linusJames Morris1-7/+7
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-1/+7
2010-02-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+5
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney2-1/+7
2010-02-19Switch proc/self to nd_set_link()Al Viro1-5/+19
2010-02-14proc_devtree: fix THIS_MODULE without module.hJeremy Kerr1-0/+1
2010-02-09proc_devtree: include linux/of.hJeremy Kerr1-0/+1
2010-02-09of: make set_node_proc_entry private to proc_devtree.cJeremy Kerr1-2/+3
2010-02-04syslog: use defined constants instead of raw numbersKees Cook1-5/+5
2010-02-04syslog: distinguish between /proc/kmsg and syscallsKees Cook1-7/+7
2010-01-14fix autofs/afs/etc. magic mountpoint breakageAl Viro1-1/+0
2010-01-11smaps: fix wrong rss countMinchan Kim1-2/+1
2010-01-11proc: partially revert "procfs: provide stack information for threads"KOSAKI Motohiro1-89/+0
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+12
2009-12-17sched: Assert task state bits at build timePeter Zijlstra1-8/+10
2009-12-17sched: Update task_state_arraypwith new statesPeter Zijlstra1-2/+5
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-42/+3
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-2/+2
2009-12-16proc: rename de_get() to pde_get() and inline itAlexey Dobriyan3-39/+23
2009-12-16mm: export stable page flagsWu Fengguang1-42/+3
2009-12-15procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz1-0/+68
2009-12-15procfs: use proper units for noMMU statmSteven J. Magnani1-2/+6
2009-12-15mm hugetlb: add hugepage support to pagemapNaoya Horiguchi1-0/+45
2009-12-09Merge commit 'origin/master' into nextBenjamin Herrenschmidt3-16/+30
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds1-2/+2
2009-12-05Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-14/+28
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto1-4/+1