summaryrefslogtreecommitdiff
path: root/fs/proc
Commit message (Expand)AuthorAge
* thp: remove PG_buddyAndrea Arcangeli2011-01-13
* thp: transparent hugepage vmstatAndrea Arcangeli2011-01-13
* oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines2011-01-13
* mm: smaps: export mlock informationNikanth Karthikesan2011-01-13
* /proc/kcore: fix seekingDave Anderson2011-01-13
* proc: move proc_console.c to fs/proc/consoles.cAlexey Dobriyan2011-01-13
* proc: less LOCK/UNLOCK in remove_proc_entry()Alexey Dobriyan2011-01-13
* kpagecount: add slab page checking because _mapcount is in a unionPetr Holasek2011-01-13
* proc: use single_open() correctlyJovi Zhang2011-01-13
* proc: ->low_ino cleanupAlexey Dobriyan2011-01-13
* proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan2011-01-13
* proc: use unsigned long inside /proc/*/statmAlexey Dobriyan2011-01-13
* fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches2011-01-13
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-01-07
|\
| * console: add /proc/consolesJiri Slaby2010-11-16
* | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-07
|\ \
| * | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
| * | fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
| * | fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
| * | fs: rcu-walk for path lookupNick Piggin2011-01-07
| * | fs: icache RCU free inodesNick Piggin2011-01-07
| * | fs: change d_compare for rcu-walkNick Piggin2011-01-07
| * | fs: change d_delete semanticsNick Piggin2011-01-07
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-01-06
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King2011-01-05
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/
| | | * | ARM: 6485/5: proc/vmcore - allow archs to override vmcore_elf_check_arch()Mika Westerberg2010-11-30
| | |/ /
* | | | Merge branch 'linus' into sched/coreIngo Molnar2010-12-08
|\ \ \ \ | |/ / /
| * | | Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman2010-12-05
| |/ /
| * | pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi2010-11-25
* | | sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith2010-11-30
|/ /
* | BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-17
|/
* switch procfs to ->mount()Al Viro2010-10-29
* setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro2010-10-29
* /proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki2010-10-27
* /proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki2010-10-27
* procfs: fix /proc/softirqs formattingDavidlohr Bueso2010-10-27
* /proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan2010-10-27
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-26
|\
| * fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-25
| * vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki2010-10-25
* | oom: fix locking for oom_adj and oom_score_adjDavid Rientjes2010-10-26
* | oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes2010-10-26
* | oom: add per-mm oom disable countYing Han2010-10-26
* | vmcore: it is not experimental any moreWANG Cong2010-10-26
|/
* Revert "tty: Add a new file /proc/tty/consoles"Linus Torvalds2010-10-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-22
|\
| * tty: Add a new file /proc/tty/consolesDr. Werner Fink2010-10-22
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\ \ | |/ |/|
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15