aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * proc: remove write-only variable in proc_pident_lookup()WANG Cong2009-01-051-2/+0
| * proc: fix sparse warningHannes Eder2009-01-051-2/+2
| * proc: add /proc/*/stackKen Chen2009-01-051-0/+38
| * proc: remove '##' usageAlexey Dobriyan2009-01-051-93/+90
| * proc: remove useless WARN_ONsAlexey Dobriyan2009-01-051-4/+0
| * proc: stop using BKLAlexey Dobriyan2009-01-054-17/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
|\ \
| * | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* | | mm: report the MMU pagesize in /proc/pid/smapsMel Gorman2009-01-061-2/+4
* | | mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman2009-01-061-2/+4
|/ /
* | zero i_uid/i_gid on inode allocationAl Viro2009-01-052-5/+0
|/
* Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-311-10/+1
|\
| * proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro2008-12-261-10/+1
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-301-4/+12
|\ \ | |/
| *-. Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar2008-12-253-7/+15
| |\ \
| | * | proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQKOSAKI Motohiro2008-12-161-5/+2