aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* proc: vmcore - use kzalloc in get_new_element()Cyrill Gorcunov2009-06-181-6/+1
* procfs: remove sparse errors in proc_devtree.cMichal Simek2009-06-181-5/+5
* proc: export statistics for softirq to /procKeika Kobayashi2009-06-183-0/+60
* oom: move oom_adj value from task_struct to mm_structDavid Rientjes2009-06-161-3/+16
* mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro2009-06-162-6/+0
* proc: export more page flags in /proc/kpageflagsWu Fengguang2009-06-161-32/+120
* proc: kpagecount/kpageflags code cleanupWu Fengguang2009-06-161-6/+11
* mm: introduce PageHuge() for testing huge/gigantic pagesWu Fengguang2009-06-161-0/+1
* Move junk from proc_fs.h to fs/proc/internal.hAl Viro2009-06-112-0/+26
* Merge branch 'next' into for-linusJames Morris2009-06-111-0/+6
|\
| * Merge branch 'master' into nextJames Morris2009-06-091-1/+1
| |\
| * \ Merge branch 'master' into nextJames Morris2009-05-221-2/+1
| |\ \
| * | | CRED: Guard the setprocattr security hook against ptraceDavid Howells2009-05-111-0/+6
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-101-12/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched, timers: cleanup avenrun usersThomas Gleixner2009-05-151-12/+6
| |/ /
* | | procfs: make errno values consistent when open pident vs exit(2) race occursKOSAKI Motohiro2009-05-291-1/+1
| |/ |/|
* | Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
|/
* proc: avoid information leaks to non-privileged processesJake Edge2009-05-042-5/+13
* mm: fix Committed_AS underflow on large NR_CPUS environmentKOSAKI Motohiro2009-05-021-1/+1
* pagemap: require aligned-length, non-null reads of /proc/pid/pagemapVitaly Mayatskikh2009-05-021-0/+4
* [S390] /proc/stat idle field for idle cpusMartin Schwidefsky2009-04-231-0/+5
* proc: mounts_poll() make consistent to mdstat_pollKOSAKI Motohiro2009-04-161-2/+2
* nommu: fix typo vma->pg_off to vma->vm_pgoffNobuhiro Iwamatsu2009-04-081-1/+1
* /proc/pid/maps: don't show pgoff of pure ANON VMAsKAMEZAWA Hiroyuki2009-04-072-2/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-031-1/+1
|\
| * trivial: fix typo "kernal" -> "kernel"Uwe Kleine-Koenig2009-03-301-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-022-1/+3
|\ \
| * | Get rid of indirect include of fs_struct.hAl Viro2009-03-312-0/+2
| * | New locking/refcounting for fs_structAl Viro2009-03-311-1/+1
* | | nommu: fix a number of issues with the per-MM VMA patchDavid Howells2009-04-022-3/+3
* | | proc tty: remove struct tty_operations::read_procAlexey Dobriyan2009-04-011-14/+4
* | | proc tty: add struct tty_operations::proc_fopsAlexey Dobriyan2009-04-011-7/+13
|/ /
* | Revert "proc: revert /proc/uptime to ->read_proc hook"Alexey Dobriyan2009-03-311-20/+18
* | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-312-17/+3
* | proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan2009-03-313-11/+40
* | proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary2009-03-311-4/+4
* | proc: move fs/proc/inode-alloc.txt comment into a source fileRandy Dunlap2009-03-312-14/+15
|/
* fix setuid sometimes wouldn'tHugh Dickins2009-03-281-34/+16
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-271-1/+2
* constify dentry_operations: procfsAl Viro2009-03-273-6/+6
* Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds2009-03-171-1/+1
* filp->f_pos not correctly updated in proc_task_readdirZhang Le2009-03-161-9/+7
* proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang2009-03-111-1/+1
* proc: fix PG_locked reporting in /proc/kpageflagsHelge Bahmann2009-02-241-1/+1
* proc: proc_get_inode should de_put when inode already initializedKrzysztof Sachanowicz2009-02-231-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds2009-01-094-74/+125
|\
| * NOMMU: Improve procfs output using per-MM VMAsDavid Howells2009-01-081-10/+22
| * NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-084-74/+113
* | vmcore: remove saved_max_pfn checkMagnus Damm2009-01-081-2/+0
|/
* Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2009-01-075-118/+134
|\