summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds
2009-03-16filp->f_pos not correctly updated in proc_task_readdirZhang Le
2009-03-11proc: fix kflags to uflags copying in /proc/kpageflagsWu Fengguang
2009-02-24proc: fix PG_locked reporting in /proc/kpageflagsHelge Bahmann
2009-02-23proc: proc_get_inode should de_put when inode already initializedKrzysztof Sachanowicz
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuLinus Torvalds
2009-01-08vmcore: remove saved_max_pfn checkMagnus Damm
2009-01-08NOMMU: Improve procfs output using per-MM VMAsDavid Howells
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells
2009-01-07Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2009-01-05proc: remove write-only variable in proc_pident_lookup()WANG Cong
2009-01-05proc: fix sparse warningHannes Eder
2009-01-05proc: add /proc/*/stackKen Chen
2009-01-05proc: remove '##' usageAlexey Dobriyan
2009-01-05proc: remove useless WARN_ONsAlexey Dobriyan
2009-01-05proc: stop using BKLAlexey Dobriyan
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-26proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro
2008-12-25Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-22sched: fix warning in fs/proc/base.cIngo Molnar
2008-12-18schedstat: consolidate per-task cpu runtime statsKen Chen
2008-12-16proc: enclose desc variable of show_stat() in CONFIG_SPARSE_IRQKOSAKI Motohiro
2008-12-16powerpc: Remove `have_of' global variableAnton Vorontsov
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins
2008-12-10pagemap: fix 32-bit pagemap regressionMatt Mackall
2008-12-09sparseirq: fix Alpha build failureYinghai Lu
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-11-18Merge branch 'master' into nextJames Morris
2008-11-16Fix broken ownership of /proc/sys/ filesAl Viro
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-11-03Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds
2008-10-27proc: revert /proc/uptime to ->read_proc hookAlexey Dobriyan
2008-10-27Switch to a valid email address...Alan Cox
2008-10-23Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds
2008-10-23proc: remove fs/proc/proc_misc.cAlexey Dobriyan
2008-10-23proc: move /proc/vmcore creation to fs/proc/vmcore.cAlexey Dobriyan
2008-10-23proc: move pagecount stuff to fs/proc/page.cAlexey Dobriyan
2008-10-23proc: move all /proc/kcore stuff to fs/proc/kcore.cAlexey Dobriyan
2008-10-23proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan