aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-072-0/+115
|\
| * console: add /proc/consolesJiri Slaby2010-11-162-0/+115
* | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-074-29/+68
|\ \
| * | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-072-3/+8
| * | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-072-7/+29
| * | fs: dcache reduce branches in lookup pathNick Piggin2011-01-073-9/+9
| * | fs: rcu-walk for path lookupNick Piggin2011-01-071-0/+4
| * | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
| * | fs: change d_compare for rcu-walkNick Piggin2011-01-071-6/+7
| * | fs: change d_delete semanticsNick Piggin2011-01-073-3/+3
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-061-1/+1
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King2011-01-051-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/
| | | * / ARM: 6485/5: proc/vmcore - allow archs to override vmcore_elf_check_arch()Mika Westerberg2010-11-301-1/+1
| | |/ /
* | | | Merge branch 'linus' into sched/coreIngo Molnar2010-12-082-2/+3
|\| | |
| * | | Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman2010-12-051-1/+1
| |/ /
| * | pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi2010-11-251-1/+2
* | | sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith2010-11-301-0/+79
|/ /
* / BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
|/
* switch procfs to ->mount()Al Viro2010-10-291-7/+6
* setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro2010-10-291-1/+2
* /proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki2010-10-271-8/+2
* /proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki2010-10-271-3/+1
* procfs: fix /proc/softirqs formattingDavidlohr Bueso2010-10-271-2/+2
* /proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan2010-10-271-0/+6
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-271-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-262-0/+6
|\
| * fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-252-0/+4
| * vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki2010-10-251-0/+2
* | oom: fix locking for oom_adj and oom_score_adjDavid Rientjes2010-10-261-19/+21
* | oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes2010-10-261-35/+48
* | oom: add per-mm oom disable countYing Han2010-10-261-0/+30
* | vmcore: it is not experimental any moreWANG Cong2010-10-261-2/+2
|/
* Revert "tty: Add a new file /proc/tty/consoles"Linus Torvalds2010-10-231-158/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-221-0/+158
|\
| * tty: Add a new file /proc/tty/consolesDr. Werner Fink2010-10-221-0/+158
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-224-0/+11
|\ \ | |/ |/|
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-154-0/+11
* | proc: make /proc/pid/limits world readableJiri Olsa2010-10-011-2/+2
* | /proc/pid/smaps: fix dirty pages accountingKOSAKI Motohiro2010-09-221-2/+2
* | /proc/vmcore: fix seekingArnd Bergmann2010-09-221-1/+1
|/
* proc: export uncached bit properly in /proc/kpageflagsTakashi Iwai2010-09-091-1/+1
* mm: Move vma_stack_continue into mm.hStefan Bader2010-09-091-1/+2
* mm: fix up some user-visible effects of the stack guard pageLinus Torvalds2010-08-151-1/+7
* bkl: Remove locked .ioctl file operationArnd Bergmann2010-08-141-13/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-111-12/+12
|\
| * vfs: show unreachable paths in getcwd and procMiklos Szeredi2010-08-111-1/+1
| * vfs: add helpers to get root and pwdMiklos Szeredi2010-08-111-11/+11
* | procfs: simplify conditional processing of fs/proc.o.Robert P. J. Day2010-08-111-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-104-15/+40
|\
| * switch procfs to ->evict_inode()Al Viro2010-08-091-3/+3