summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
...
| * proc: move /proc/filesystems to fs/filesystems.cAlexey Dobriyan2008-10-231-8/+0
| * proc: move /proc/stram to m68k-specific codeAlexey Dobriyan2008-10-231-13/+0
| * proc: move /proc/hardware to m68k-specific codeAlexey Dobriyan2008-10-231-13/+0
| * proc: switch /proc/version to seq_fileAlexey Dobriyan2008-10-233-13/+35
| * proc: switch /proc/meminfo to seq_fileAlexey Dobriyan2008-10-233-137/+169
| * proc: switch /proc/uptime to seq_fileAlexey Dobriyan2008-10-233-21/+44
| * proc: switch /proc/loadavg to seq_fileAlexey Dobriyan2008-10-233-27/+52
| * proc: use WARN() rather than printk+backtraceArjan van de Ven2008-10-231-2/+1
| * proc: spread __initAlexey Dobriyan2008-10-232-3/+4
| * proc: proc_init_inodecache() can't failAlexey Dobriyan2008-10-233-6/+5
| * proc: fix vma display mismatch between /proc/pid/{maps,smaps}Joe Korty2008-10-231-9/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds2008-10-231-2/+2
|\ \
| * | [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-2/+2
| |/
* | [PATCH] move executable checking into ->permission()Miklos Szeredi2008-10-231-2/+8
* | [PATCH] fix ->llseek for more directoriesChristoph Hellwig2008-10-231-0/+1
|/
* Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-201-21/+19
|\
| * proc: fixup irq iteratorThomas Gleixner2008-10-161-5/+2
| * genirq: remove sparse irq codeThomas Gleixner2008-10-161-38/+5
| * x86: use 28 bits irq NR for pci msi/msix and htYinghai Lu2008-10-161-1/+1
| * x86_64: make /proc/interrupts work with dyn irq_descYinghai Lu2008-10-161-4/+24
| * irq, fs/proc: replace loop with nr_irqs for proc/statYinghai Lu2008-10-161-14/+28
| * x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-161-1/+1
| * fs/proc: use nr_irqsYinghai Lu2008-10-161-5/+5
* | Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-201-4/+4
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner2008-10-2011-142/+43
| |\ \ \ \
| | | | * | timers: fix itimer/many thread hangFrank Mayhar2008-09-141-4/+4
* | | | | | kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman2008-10-201-1/+1
* | | | | | kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal2008-10-201-3/+0
* | | | | | vmstat: mlocked pages statisticsNick Piggin2008-10-201-0/+2
* | | | | | Unevictable LRU Page StatisticsLee Schermerhorn2008-10-201-0/+6
* | | | | | vmscan: split LRU lists into anon & file setsRik van Riel2008-10-201-32/+45
| |/ / / / |/| | | |
* | | | | proc: move sysrq-trigger out of fs/proc/Alexey Dobriyan2008-10-161-26/+0
| |_|_|/ |/| | |
* | | | Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-10-141-0/+4
|\ \ \ \
| * | | | Configure out file locking featuresThomas Petazzoni2008-09-291-0/+4
| | |_|/ | |/| |
* | | | proc: remove kernel.maps_protectAlexey Dobriyan2008-10-104-25/+1
* | | | proc: remove now unneeded ADDBUF macroAlexey Dobriyan2008-10-101-5/+0
* | | | [PATCH] proc: show personality via /proc/pid/personalityKees Cook2008-10-101-0/+9
* | | | [PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_l...Lai Jiangshan2008-10-102-10/+1
* | | | proc: move PROC_PAGE_MONITOR to fs/proc/KconfigAlexey Dobriyan2008-10-101-0/+10
* | | | proc: make grab_header() staticAdrian Bunk2008-10-101-1/+1
* | | | proc: remove unused get_dma_list()Alexey Dobriyan2008-10-101-1/+0
* | | | proc: remove dummy vmcore_open()Alexey Dobriyan2008-10-101-6/+0
* | | | proc: proc_sys_root tweakAlexey Dobriyan2008-10-101-2/+2
* | | | proc: fix return value of proc_reg_open() in "too late" caseAlexey Dobriyan2008-10-101-1/+1
|/ / /
* | | 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/+0
* | mm: show quicklist usage in /proc/meminfoKOSAKI Motohiro2008-09-021-2/+5
* | [PATCH] proc: inode number fixletAlexey Dobriyan2008-08-251-0/+1
|/
* /proc/self/maps doesn't display the real file offsetClement Calmels2008-08-202-4/+4
OpenPOWER on IntegriCloud