Age | Commit message (Expand) | Author | Files | Lines |
2008-08-20 | /proc/self/maps doesn't display the real file offset | Clement Calmels | 2 | -4/+4 |
2008-08-05 | proc: fix warnings | Alexander Beregalov | 1 | -4/+7 |
2008-08-01 | [PATCH 2/2] proc: switch inode number allocation to IDA | Alexey Dobriyan | 1 | -5/+5 |
2008-08-01 | [PATCH 1/2] proc: fix inode number bogorithmetic | Alexey Dobriyan | 1 | -12/+9 |
2008-07-27 | task IO accounting: move all IO statistics in struct task_io_accounting | Andrea Righi | 1 | -5/+5 |
2008-07-27 | task IO accounting: improve code readability | Andrea Righi | 1 | -41/+16 |
2008-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 3 | -238/+199 |
2008-07-26 | task IO accounting: correctly account threads IO statistics | Andrea Righi | 1 | -34/+22 |
2008-07-26 | [PATCH] sanitize ->permission() prototype | Al Viro | 2 | -3/+2 |
2008-07-26 | [PATCH] sanitize proc_sysctl | Al Viro | 2 | -235/+197 |
2008-07-26 | /proc/PID/syscall | Roland McGrath | 1 | -0/+26 |
2008-07-26 | tracehook: tracehook_tracer_task | Roland McGrath | 2 | -6/+16 |
2008-07-26 | Use WARN() in fs/proc/ | Arjan van de Ven | 1 | -4/+1 |
2008-07-26 | SL*B: drop kmem cache argument from constructor | Alexey Dobriyan | 1 | -1/+1 |
2008-07-25 | task IO accounting: provide distinct tgid/tid I/O statistics | Andrea Righi | 1 | -15/+71 |
2008-07-25 | proc: move Kconfig to fs/proc/Kconfig | Alexey Dobriyan | 1 | -0/+59 |
2008-07-25 | proc: remove pathetic remount code | Alexey Dobriyan | 1 | -7/+0 |
2008-07-25 | proc: always do ->release | Alexey Dobriyan | 3 | -4/+91 |
2008-07-25 | move proc_kmsg_operations to fs/proc/internal.h | Adrian Bunk | 2 | -0/+3 |
2008-07-25 | elf: use ELF_CORE_EFLAGS for kcore ELF header flags | Edgar E. Iglesias | 1 | -5/+5 |
2008-07-24 | vmallocinfo: add NUMA information | Eric Dumazet | 1 | -2/+13 |
2008-07-24 | mm/vmstat.c: proper externs | Adrian Bunk | 1 | -4/+0 |
2008-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -6/+5 |
2008-07-22 | netns: make get_proc_net() static | Adrian Bunk | 1 | -6/+5 |
2008-07-22 | proc: fix /proc/*/pagemap some more | Alexey Dobriyan | 1 | -1/+1 |
2008-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -0/+32 |
2008-07-20 | tty: Ldisc revamp | Alan Cox | 1 | -48/+0 |
2008-07-18 | proc: consolidate per-net single-release callers | Pavel Emelyanov | 1 | -0/+8 |
2008-07-18 | proc: consolidate per-net single_open callers | Pavel Emelyanov | 1 | -0/+24 |
2008-07-14 | Merge branch 'x86/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+16 |
2008-07-14 | Security: split proc ptrace checking into read vs. attach | Stephen Smalley | 3 | -8/+9 |
2008-07-08 | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 5 | -91/+146 |
2008-07-08 | x86, generic: CPA add statistics about state of direct mapping v4 | Andi Kleen | 1 | -0/+7 |
2008-07-05 | Fix pagemap_read() use of struct mm_walk | Andrew Morton | 1 | -34/+38 |
2008-07-05 | Fix clear_refs_write() use of struct mm_walk | Andrew Morton | 1 | -4/+4 |
2008-06-16 | Merge branch 'linus' into x86/irqstats | Ingo Molnar | 5 | -61/+96 |
2008-06-12 | pagemap: fix large pages in pagemap | Dave Hansen | 1 | -9/+30 |
2008-06-12 | pagemap: pass mm into pagewalkers | Dave Hansen | 1 | -19/+25 |
2008-06-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr... | Linus Torvalds | 1 | -1/+1 |
2008-06-06 | pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflags | Thomas Tuttle | 1 | -2/+2 |
2008-06-06 | pagemap: return map count, not reference count, in /proc/kpagecount | Thomas Tuttle | 1 | -1/+1 |
2008-06-06 | proc: calculate the correct /proc/<pid> link count | Vegard Nossum | 1 | -8/+25 |
2008-06-06 | pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid... | Thomas Tuttle | 1 | -19/+9 |
2008-05-31 | capabilities: remain source compatible with 32-bit raw legacy capability supp... | Andrew G. Morgan | 1 | -1/+1 |
2008-05-25 | x86: make /proc/stat account for all interrupts | Jan Beulich | 1 | -0/+9 |
2008-05-24 | proc: proc_get_inode() should get module only once | Denis V. Lunev | 1 | -1/+2 |
2008-05-24 | mm: fix atomic_t overflow in vm | Alan Cox | 1 | -1/+1 |
2008-05-17 | [PATCH] open sessionid permissions | Steve Grubb | 1 | -1/+1 |
2008-05-13 | capabilities: add bounding set to /proc/self/status | Serge E. Hallyn | 1 | -0/+1 |
2008-05-08 | fs/proc/task_mmu.c: remove duplicated include files | Huang Weiyi | 1 | -2/+0 |