aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2011-03-10/proc/self is never going to be invalidated...Al Viro
2011-03-08unfuck proc_sysctl ->d_compare()Al Viro
2011-03-02of/flattree: Drop an uninteresting message to pr_debug levelPaul Bolle
2011-02-15s390: remove task_show_regsMartin Schwidefsky
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes
2011-01-13thp: remove PG_buddyAndrea Arcangeli
2011-01-13thp: transparent hugepage vmstatAndrea Arcangeli
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines
2011-01-13mm: smaps: export mlock informationNikanth Karthikesan
2011-01-13/proc/kcore: fix seekingDave Anderson
2011-01-13proc: move proc_console.c to fs/proc/consoles.cAlexey Dobriyan
2011-01-13proc: less LOCK/UNLOCK in remove_proc_entry()Alexey Dobriyan
2011-01-13kpagecount: add slab page checking because _mapcount is in a unionPetr Holasek
2011-01-13proc: use single_open() correctlyJovi Zhang
2011-01-13proc: ->low_ino cleanupAlexey Dobriyan
2011-01-13proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan
2011-01-13proc: use unsigned long inside /proc/*/statmAlexey Dobriyan
2011-01-13fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin
2011-01-07fs: rcu-walk for path lookupNick Piggin
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-07fs: change d_compare for rcu-walkNick Piggin
2011-01-07fs: change d_delete semanticsNick Piggin
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-01-05Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King
2010-12-08Merge branch 'linus' into sched/coreIngo Molnar
2010-12-05Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith
2010-11-30ARM: 6485/5: proc/vmcore - allow archs to override vmcore_elf_check_arch()Mika Westerberg
2010-11-25pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-11-16console: add /proc/consolesJiri Slaby
2010-10-29switch procfs to ->mount()Al Viro
2010-10-29setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro
2010-10-27/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki
2010-10-27/proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki
2010-10-27procfs: fix /proc/softirqs formattingDavidlohr Bueso
2010-10-27/proc/pid/smaps: export amount of anonymous memory in a mappingNikanth Karthikesan
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26oom: fix locking for oom_adj and oom_score_adjDavid Rientjes
2010-10-26oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes
2010-10-26oom: add per-mm oom disable countYing Han
2010-10-26vmcore: it is not experimental any moreWANG Cong
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig