aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-16/+3
2009-08-10mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov1-11/+11
2009-08-10mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov3-5/+5
2009-08-10mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov1-12/+11
2009-06-18proc: vmcore - use kzalloc in get_new_element()Cyrill Gorcunov1-6/+1
2009-06-18procfs: remove sparse errors in proc_devtree.cMichal Simek1-5/+5
2009-06-18proc: export statistics for softirq to /procKeika Kobayashi3-0/+60
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes1-3/+16
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2-6/+0
2009-06-16proc: export more page flags in /proc/kpageflagsWu Fengguang1-32/+120
2009-06-16proc: kpagecount/kpageflags code cleanupWu Fengguang1-6/+11
2009-06-16mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang1-0/+1
2009-06-11Move junk from proc_fs.h to fs/proc/internal.hAl Viro2-0/+26
2009-06-11Merge branch 'next' into for-linusJames Morris1-0/+6
2009-06-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-12/+6
2009-06-09Merge branch 'master' into nextJames Morris1-1/+1
2009-05-29procfs: make errno values consistent when open pident vs exit(2) race occursKOSAKI Motohiro1-1/+1
2009-05-22Merge branch 'master' into nextJames Morris1-2/+1
2009-05-15sched, timers: cleanup avenrun usersThomas Gleixner1-12/+6
2009-05-11CRED: Guard the setprocattr security hook against ptraceDavid Howells1-0/+6
2009-05-09Convert obvious places to deactivate_locked_super()Al Viro1-2/+1
2009-05-04proc: avoid information leaks to non-privileged processesJake Edge2-5/+13
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro1-1/+1
2009-05-02pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh1-0/+4
2009-04-23[S390] /proc/stat idle field for idle cpusMartin Schwidefsky1-0/+5
2009-04-16proc: mounts_poll() make consistent to mdstat_pollKOSAKI Motohiro1-2/+2
2009-04-08nommu: fix typo vma->pg_off to vma->vm_pgoffNobuhiro Iwamatsu1-1/+1
2009-04-07/proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki2-2/+6
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-1/+3
2009-04-02nommu: fix a number of issues with the per-MM VMA patchDavid Howells2-3/+3
2009-04-01proc tty: remove struct tty_operations::read_procAlexey Dobriyan1-14/+4
2009-04-01proc tty: add struct tty_operations::proc_fopsAlexey Dobriyan1-7/+13
2009-03-31Get rid of indirect include of fs_struct.hAl Viro2-0/+2
2009-03-31New locking/refcounting for fs_structAl Viro1-1/+1
2009-03-31Revert "proc: revert /proc/uptime to ->read_proc hook"Alexey Dobriyan1-20/+18
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2-17/+3
2009-03-31proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan3-11/+40
2009-03-31proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary1-4/+4
2009-03-31proc: move fs/proc/inode-alloc.txt comment into a source fileRandy Dunlap2-14/+15
2009-03-30trivial: fix typo "kernal" -> "kernel"Uwe Kleine-Koenig1-1/+1
2009-03-28fix setuid sometimes wouldn'tHugh Dickins1-34/+16
2009-03-27vfs: simple_set_mnt() should return voidSukadev Bhattiprolu1-1/+2
2009-03-27constify dentry_operations: procfsAl Viro3-6/+6
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds1-1/+1
2009-03-16filp->f_pos not correctly updated in proc_task_readdirZhang Le1-9/+7
2009-03-11proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang1-1/+1
2009-02-24proc: fix PG_locked reporting in /proc/kpageflagsHelge Bahmann1-1/+1
2009-02-23proc: proc_get_inode should de_put when inode already initializedKrzysztof Sachanowicz1-1/+3
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds4-74/+125