summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2008-10-23proc: move /proc/stat to fs/proc/stat.cAlexey Dobriyan3-134/+154
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan1-14/+0
2008-10-23proc: move /proc/cpuinfo code to fs/proc/cpuinfo.cAlexey Dobriyan3-14/+25
2008-10-23proc: move /proc/devices code to fs/proc/devices.cAlexey Dobriyan3-60/+71
2008-10-23proc: move rest of /proc/locks to fs/locks.cAlexey Dobriyan1-17/+0
2008-10-23proc: move /proc/kmsg creation to fs/proc/kmsg.cAlexey Dobriyan3-7/+9
2008-10-23proc: remove remnants of ->read_proc in proc_misc.cAlexey Dobriyan1-27/+0
2008-10-23proc: move /proc/execdomains to kernel/exec_domain.cAlexey Dobriyan1-9/+0
2008-10-23proc: switch /proc/cmdline to seq_fileAlexey Dobriyan3-10/+30
2008-10-23proc: move /proc/filesystems to fs/filesystems.cAlexey Dobriyan1-8/+0
2008-10-23proc: move /proc/stram to m68k-specific codeAlexey Dobriyan1-13/+0
2008-10-23proc: move /proc/hardware to m68k-specific codeAlexey Dobriyan1-13/+0
2008-10-23proc: switch /proc/version to seq_fileAlexey Dobriyan3-13/+35
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan3-137/+169
2008-10-23proc: switch /proc/uptime to seq_fileAlexey Dobriyan3-21/+44
2008-10-23proc: switch /proc/loadavg to seq_fileAlexey Dobriyan3-27/+52
2008-10-23proc: use WARN() rather than printk+backtraceArjan van de Ven1-2/+1
2008-10-23proc: spread __initAlexey Dobriyan2-3/+4
2008-10-23proc: proc_init_inodecache() can't failAlexey Dobriyan3-6/+5
2008-10-23proc: fix vma display mismatch between /proc/pid/{maps,smaps}Joe Korty1-9/+16
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-21/+19
2008-10-20Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus 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', 'timer...Thomas 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_l...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