summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Revert "proc: revert /proc/uptime to ->read_proc hook"Alexey Dobriyan2009-03-301-20/+18Star
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-302-17/+3Star
* proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan2009-03-303-11/+40
* proc: fix sparse warnings in pagemap_read()Milind Arun Choudhary2009-03-301-4/+4
* proc: move fs/proc/inode-alloc.txt comment into a source fileRandy Dunlap2009-03-302-14/+15
* fix setuid sometimes wouldn'tHugh Dickins2009-03-291-34/+16Star
* 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/+7Star
* 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-241-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/+0Star
|/
* 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/+0Star
| * 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/+90Star
| * proc: remove useless WARN_ONsAlexey Dobriyan2009-01-051-4/+0Star
| * proc: stop using BKLAlexey Dobriyan2009-01-054-17/+4Star
* | 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-071-2/+4
* | | mm: report the pagesize backing a VMA in /proc/pid/smapsMel Gorman2009-01-071-2/+4
|/ /
* / zero i_uid/i_gid on inode allocationAl Viro2009-01-052-5/+0Star
|/
* Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-311-10/+1Star
|\
| * proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro2008-12-261-10/+1Star
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-311-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/+2Star
| | * | 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-291-2/+1Star
|\ \ \
| * | | powerpc: Remove `have_of' global variableAnton Vorontsov2008-12-161-2/+1Star
| | |/ | |/|
* | | 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-171-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