summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* mm: ifdef Quicklists in /proc/meminfoHugh Dickins2008-09-131-4/+8
* proc: more debugging for "already registered" caseAlexey Dobriyan2008-09-131-2/+2
* sched: fix process time monotonicityBalbir Singh2008-09-051-59/+0Star
* mm: show quicklist usage in /proc/meminfoKOSAKI Motohiro2008-09-031-2/+5
* [PATCH] proc: inode number fixletAlexey Dobriyan2008-08-251-0/+1
* /proc/self/maps doesn't display the real file offsetClement Calmels2008-08-212-4/+4
* proc: fix warningsAlexander Beregalov2008-08-051-4/+7
* [PATCH 2/2] proc: switch inode number allocation to IDAAlexey Dobriyan2008-08-011-5/+5
* [PATCH 1/2] proc: fix inode number bogorithmeticAlexey Dobriyan2008-08-011-12/+9Star
* task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi2008-07-281-5/+5
* task IO accounting: improve code readabilityAndrea Righi2008-07-271-41/+16Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-07-273-238/+199Star
|\
| * [PATCH] sanitize ->permission() prototypeAl Viro2008-07-272-3/+2Star
| * [PATCH] sanitize proc_sysctlAl Viro2008-07-272-235/+197Star
* | task IO accounting: correctly account threads IO statisticsAndrea Righi2008-07-271-34/+22Star
|/
* /proc/PID/syscallRoland McGrath2008-07-261-0/+26
* tracehook: tracehook_tracer_taskRoland McGrath2008-07-262-6/+16
* Use WARN() in fs/proc/Arjan van de Ven2008-07-261-4/+1Star
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi2008-07-251-15/+71
* proc: move Kconfig to fs/proc/KconfigAlexey Dobriyan2008-07-251-0/+59
* proc: remove pathetic remount codeAlexey Dobriyan2008-07-251-7/+0Star
* proc: always do ->releaseAlexey Dobriyan2008-07-253-4/+91
* move proc_kmsg_operations to fs/proc/internal.hAdrian Bunk2008-07-252-0/+3
* elf: use ELF_CORE_EFLAGS for kcore ELF header flagsEdgar E. Iglesias2008-07-251-5/+5
* vmallocinfo: add NUMA informationEric Dumazet2008-07-241-2/+13
* mm/vmstat.c: proper externsAdrian Bunk2008-07-241-4/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-231-6/+5Star
|\
| * netns: make get_proc_net() staticAdrian Bunk2008-07-221-6/+5Star
* | proc: fix /proc/*/pagemap some moreAlexey Dobriyan2008-07-221-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-211-0/+32
|\
| * proc: consolidate per-net single-release callersPavel Emelyanov2008-07-181-0/+8
| * proc: consolidate per-net single_open callersPavel Emelyanov2008-07-181-0/+24
* | tty: Ldisc revampAlan Cox2008-07-211-48/+0Star
|/
* Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-07-141-0/+16
|\
| *-------. Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-085-91/+146
| |\ \ \ \ \
| | | | | | * Merge branch 'linus' into x86/irqstatsIngo Molnar2008-06-165-61/+96
| | | | | | |\ | | | | | |_|/ | | | | |/| |
| | | | | | * x86: make /proc/stat account for all interruptsJan Beulich2008-05-251-0/+9
| | |_|_|_|/ | |/| | | |
| | | | | * x86, generic: CPA add statistics about state of direct mapping v4Andi Kleen2008-07-081-0/+7
| | | |_|/ | | |/| |
* | / | | Security: split proc ptrace checking into read vs. attachStephen Smalley2008-07-143-8/+9
| |/ / / |/| | |
* | | | Fix pagemap_read() use of struct mm_walkAndrew Morton2008-07-051-34/+38
* | | | Fix clear_refs_write() use of struct mm_walkAndrew Morton2008-07-051-4/+4
| |_|/ |/| |
* | | pagemap: fix large pages in pagemapDave Hansen2008-06-131-9/+30
* | | pagemap: pass mm into pagewalkersDave Hansen2008-06-131-19/+25
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Linus Torvalds2008-06-061-1/+1
|\ \ \
| * | | capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan2008-06-011-1/+1
* | | | pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflagsThomas Tuttle2008-06-061-2/+2
* | | | pagemap: return map count, not reference count, in /proc/kpagecountThomas Tuttle2008-06-061-1/+1
* | | | proc: calculate the correct /proc/<pid> link countVegard Nossum2008-06-061-8/+25
* | | | pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid...Thomas Tuttle2008-06-061-19/+9Star
|/ / /