summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | sparseirq: fix Alpha build failureYinghai Lu2008-12-091-7/+13
| | * | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-6/+11
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/p...Linus Torvalds2008-12-281-2/+1
|\ \ \
| * | | powerpc: Remove `have_of' global variableAnton Vorontsov2008-12-161-2/+1
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-12-281-2/+2
|\ \ \
| * | | sched: fix warning in fs/proc/base.cIngo Molnar2008-12-221-2/+2
| * | | schedstat: consolidate per-task cpu runtime statsKen Chen2008-12-181-1/+1
| |/ /
* | | Merge branch 'next' into for-linusJames Morris2008-12-252-18/+46
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into nextJames Morris2008-11-181-0/+1
| |\ \ | | |/
| * | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-142-19/+45
| * | CRED: Separate task security context from task_structDavid Howells2008-11-142-16/+18
* | | KSYM_SYMBOL_LEN fixesHugh Dickins2008-12-101-1/+1
* | | pagemap: fix 32-bit pagemap regressionMatt Mackall2008-12-101-2/+2
| |/ |/|
* | Fix broken ownership of /proc/sys/ filesAl Viro2008-11-161-0/+1
|/
* Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2008-11-031-18/+20
|\
| * proc: revert /proc/uptime to ->read_proc hookAlexey Dobriyan2008-10-271-18/+20
* | Switch to a valid email address...Alan Cox2008-10-271-1/+1
|/
* Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-2322-964/+835
|\
| * proc: remove fs/proc/proc_misc.cAlexey Dobriyan2008-10-233-67/+2
| * proc: move /proc/vmcore creation to fs/proc/vmcore.cAlexey Dobriyan2008-10-232-6/+3
| * proc: move pagecount stuff to fs/proc/page.cAlexey Dobriyan2008-10-233-135/+148
| * proc: move all /proc/kcore stuff to fs/proc/kcore.cAlexey Dobriyan2008-10-232-9/+13
| * proc: move /proc/schedstat boilerplate to kernel/sched_stats.hAlexey Dobriyan2008-10-231-3/+0
| * proc: move /proc/modules boilerplate to kernel/module.cAlexey Dobriyan2008-10-231-17/+0
OpenPOWER on IntegriCloud