aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-09sparseirq: fix Alpha build failureYinghai Lu1-7/+13
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-6/+11
2008-11-18Merge branch 'master' into nextJames Morris1-0/+1
2008-11-16Fix broken ownership of /proc/sys/ filesAl Viro1-0/+1
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2-19/+45
2008-11-14CRED: Separate task security context from task_structDavid Howells2-16/+18
2008-11-03Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds1-18/+20
2008-10-27proc: revert /proc/uptime to ->read_proc hookAlexey Dobriyan1-18/+20
2008-10-27Switch to a valid email address...Alan Cox1-1/+1
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds22-964/+835
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds1-2/+2
2008-10-23proc: remove fs/proc/proc_misc.cAlexey Dobriyan3-67/+2
2008-10-23proc: move /proc/vmcore creation to fs/proc/vmcore.cAlexey Dobriyan2-6/+3
2008-10-23proc: move pagecount stuff to fs/proc/page.cAlexey Dobriyan3-135/+148
2008-10-23proc: move all /proc/kcore stuff to fs/proc/kcore.cAlexey Dobriyan2-9/+13
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan1-3/+0