summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-2/+2
* kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-201-3/+3
* thp: remove PG_buddyAndrea Arcangeli2011-01-131-6/+8
* thp: transparent hugepage vmstatAndrea Arcangeli2011-01-131-1/+13
* oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines2011-01-131-1/+3
* mm: smaps: export mlock informationNikanth Karthikesan2011-01-131-2/+5
* /proc/kcore: fix seekingDave Anderson2011-01-131-1/+1
* proc: move proc_console.c to fs/proc/consoles.cAlexey Dobriyan2011-01-132-3/+3
* proc: less LOCK/UNLOCK in remove_proc_entry()Alexey Dobriyan2011-01-131-4/+1
* kpagecount: add slab page checking because _mapcount is in a unionPetr Holasek2011-01-131-1/+1
* proc: use single_open() correctlyJovi Zhang2011-01-131-26/+3
* proc: ->low_ino cleanupAlexey Dobriyan2011-01-133-15/+6
* proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan2011-01-136-31/+31
* proc: use unsigned long inside /proc/*/statmAlexey Dobriyan2011-01-134-9/+12
* fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches2011-01-131-14/+8
* 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
OpenPOWER on IntegriCloud