aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-21/+19
2008-10-20Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2008-10-20kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman1-1/+1
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal1-3/+0
2008-10-20vmstat: mlocked pages statisticsNick Piggin1-0/+2
2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn1-0/+6
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-32/+45
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linusThomas Gleixner11-142/+43
2008-10-16proc: move sysrq-trigger out of fs/proc/Alexey Dobriyan1-26/+0
2008-10-16proc: fixup irq iteratorThomas Gleixner1-5/+2
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-38/+5
2008-10-16x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu1-1/+1
2008-10-16x86_64: make /proc/interrupts work with dyn irq_descYinghai Lu1-4/+24
2008-10-16irq, fs/proc: replace loop with nr_irqs for proc/statYinghai Lu1-14/+28
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-1/+1
2008-10-16fs/proc: use nr_irqsYinghai Lu1-5/+5
2008-10-14Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+4
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan4-25/+1
2008-10-10proc: remove now unneeded ADDBUF macroAlexey Dobriyan1-5/+0
2008-10-10[PATCH] proc: show personality via /proc/pid/personalityKees Cook1-0/+9
2008-10-10[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock()Lai Jiangshan2-10/+1
2008-10-10proc: move PROC_PAGE_MONITOR to fs/proc/KconfigAlexey Dobriyan1-0/+10
2008-10-10proc: make grab_header() staticAdrian Bunk1-1/+1
2008-10-10proc: remove unused get_dma_list()Alexey Dobriyan1-1/+0
2008-10-10proc: remove dummy vmcore_open()Alexey Dobriyan1-6/+0
2008-10-10proc: proc_sys_root tweakAlexey Dobriyan1-2/+2
2008-10-10proc: fix return value of proc_reg_open() in "too late" caseAlexey Dobriyan1-1/+1
2008-09-29Configure out file locking featuresThomas Petazzoni1-0/+4
2008-09-14timers: fix itimer/many thread hangFrank Mayhar1-4/+4
2008-09-13mm: ifdef Quicklists in /proc/meminfoHugh Dickins1-4/+8
2008-09-13proc: more debugging for "already registered" caseAlexey Dobriyan1-2/+2
2008-09-05sched: fix process time monotonicityBalbir Singh1-59/+0
2008-09-02mm: show quicklist usage in /proc/meminfoKOSAKI Motohiro1-2/+5
2008-08-25[PATCH] proc: inode number fixletAlexey Dobriyan1-0/+1
2008-08-20/proc/self/maps doesn't display the real file offsetClement Calmels2-4/+4
2008-08-05proc: fix warningsAlexander Beregalov1-4/+7
2008-08-01[PATCH 2/2] proc: switch inode number allocation to IDAAlexey Dobriyan1-5/+5
2008-08-01[PATCH 1/2] proc: fix inode number bogorithmeticAlexey Dobriyan1-12/+9
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi1-5/+5
2008-07-27task IO accounting: improve code readabilityAndrea Righi1-41/+16
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-238/+199
2008-07-26task IO accounting: correctly account threads IO statisticsAndrea Righi1-34/+22
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro2-3/+2
2008-07-26[PATCH] sanitize proc_sysctlAl Viro2-235/+197
2008-07-26/proc/PID/syscallRoland McGrath1-0/+26
2008-07-26tracehook: tracehook_tracer_taskRoland McGrath2-6/+16
2008-07-26Use WARN() in fs/proc/Arjan van de Ven1-4/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi1-15/+71
2008-07-25proc: move Kconfig to fs/proc/KconfigAlexey Dobriyan1-0/+59