aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-08vmcore: remove saved_max_pfn checkMagnus Damm1-2/+0
2009-01-08NOMMU: Improve procfs output using per-MM VMAsDavid Howells1-10/+22
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells4-74/+113
2009-01-07Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds5-118/+134
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman1-2/+4
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman1-2/+4
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2009-01-05zero i_uid/i_gid on inode allocationAl Viro2-5/+0
2009-01-05proc: remove write-only variable in proc_pident_lookup()WANG Cong1-2/+0
2009-01-05proc: fix sparse warningHannes Eder1-2/+2
2009-01-05proc: add /proc/*/stackKen Chen1-0/+38
2009-01-05proc: remove '##' usageAlexey Dobriyan1-93/+90
2009-01-05proc: remove useless WARN_ONsAlexey Dobriyan1-4/+0
2009-01-05proc: stop using BKLAlexey Dobriyan4-17/+4
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-10/+1
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+12
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-2/+1
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-12-26proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro1-10/+1
2008-12-25Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.28' into irq/coreIngo Molnar3-7/+15
2008-12-25Merge branch 'next' into for-linusJames Morris2-18/+46
2008-12-22sched: fix warning in fs/proc/base.cIngo Molnar1-2/+2
2008-12-18schedstat: consolidate per-task cpu runtime statsKen Chen1-1/+1
2008-12-16proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQKOSAKI Motohiro1-5/+2
2008-12-16powerpc: Remove `have_of' global variableAnton Vorontsov1-2/+1
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins1-1/+1
2008-12-10pagemap: fix 32-bit pagemap regressionMatt Mackall1-2/+2