summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2011-03-23make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro1-1/+1
2011-03-23smaps: have smaps show transparent huge pagesDave Hansen1-0/+4
2011-03-23smaps: teach smaps_pte_range() about THP pmdsDave Hansen1-2/+21
2011-03-23smaps: pass pte size argument in to smaps_pte_entry()Dave Hansen1-12/+12
2011-03-23smaps: break out smaps_pte_entry() from smaps_pte_range()Dave Hansen1-40/+47
2011-03-23pagewalk: only split huge pages when necessaryDave Hansen1-0/+6
2011-03-16Merge branch 'next' into for-linusJames Morris1-1/+0
2011-03-10/proc/self is never going to be invalidated...Al Viro1-30/+0
2011-03-08unfuck proc_sysctl ->d_compare()Al Viro2-4/+11
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-1/+0
2011-03-02of/flattree: Drop an uninteresting message to pr_debug levelPaul Bolle1-1/+1
2011-02-15s390: remove task_show_regsMartin Schwidefsky1-3/+0
2011-02-01security/selinux: fix /proc/sys/ labelingLucian Adrian Grijincu1-1/+0
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-2/+2
2011-01-21kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-3/+3
2011-01-14thp: remove PG_buddyAndrea Arcangeli1-6/+8
2011-01-14thp: transparent hugepage vmstatAndrea Arcangeli1-1/+13
2011-01-14oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines1-1/+3
2011-01-14mm: smaps: export mlock informationNikanth Karthikesan1-2/+5
2011-01-13/proc/kcore: fix seekingDave Anderson1-1/+1
2011-01-13proc: move proc_console.c to fs/proc/consoles.cAlexey Dobriyan2-3/+3
2011-01-13proc: less LOCK/UNLOCK in remove_proc_entry()Alexey Dobriyan1-4/+1
2011-01-13kpagecount: add slab page checking because _mapcount is in a unionPetr Holasek1-1/+1
2011-01-13proc: use single_open() correctlyJovi Zhang1-26/+3
2011-01-13proc: ->low_ino cleanupAlexey Dobriyan3-15/+6
2011-01-13proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan6-31/+31
2011-01-13proc: use unsigned long inside /proc/*/statmAlexey Dobriyan4-9/+12
2011-01-13fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches1-14/+8
2011-01-08Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+115
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-29/+68
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin2-3/+8
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin2-7/+29
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin3-9/+9
2011-01-07fs: rcu-walk for path lookupNick Piggin1-0/+4
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-6/+7
2011-01-07fs: change d_delete semanticsNick Piggin3-3/+3
2011-01-07Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2011-01-05Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King1-1/+1
2010-12-08Merge branch 'linus' into sched/coreIngo Molnar2-2/+3
2010-12-06Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman1-1/+1
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-0/+79
2010-11-30ARM: 6485/5: proc/vmcore - allow archs to override vmcore_elf_check_arch()Mika Westerberg1-1/+1
2010-11-25pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi1-1/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-16console: add /proc/consolesJiri Slaby2-0/+115
2010-10-29switch procfs to ->mount()Al Viro1-7/+6
2010-10-29setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro1-1/+2
2010-10-28/proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki1-8/+2
2010-10-28/proc/stat: scalability of irq num per cpuKAMEZAWA Hiroyuki1-3/+1