aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-09Don't lock guardpage if the stack is growing upMikulas Patocka1-5/+7
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-27proc: fix oops on invalid /proc/<pid>/maps accessLinus Torvalds1-1/+2
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-78/+132
2011-03-23procfs: kill the global proc_mnt variableOleg Nesterov3-6/+4
2011-03-23pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman1-18/+7
2011-03-23proc: protect mm start_code/end_code in /proc/pid/statKees Cook1-2/+2
2011-03-23proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan1-4/+4
2011-03-23procfs: fix some wrong error code usageJovi Zhang1-2/+5
2011-03-23procfs: fix /proc/<pid>/maps heap checkAaro Koskinen1-2/+2
2011-03-23proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov1-1/+1
2011-03-23deal with races in /proc/*/{syscall,stack,personality}Al Viro1-19/+50
2011-03-23proc: enable writing to /proc/pid/memStephen Wilson1-5/+0
2011-03-23proc: make check_mem_permission() return an mm_struct on successStephen Wilson1-24/+34
2011-03-23proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson1-4/+22
2011-03-23proc: disable mem_write after execStephen Wilson1-0/+4
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson1-3/+5
2011-03-23auxv: require the target to be tracable (or yourself)Al Viro1-3/+3
2011-03-23close race in /proc/*/environAl Viro1-6/+4
2011-03-23report errors in /proc/*/*map* sanelyAl Viro3-11/+13
2011-03-23pagemap: close races with suid execveAl Viro2-7/+4
2011-03-23make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro1-1/+1
2011-03-22smaps: have smaps show transparent huge pagesDave Hansen1-0/+4
2011-03-22smaps: teach smaps_pte_range() about THP pmdsDave Hansen1-2/+21
2011-03-22smaps: pass pte size argument in to smaps_pte_entry()Dave Hansen1-12/+12
2011-03-22smaps: break out smaps_pte_entry() from smaps_pte_range()Dave Hansen1-40/+47
2011-03-22pagewalk: 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-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-3/+3
2011-01-13thp: remove PG_buddyAndrea Arcangeli1-6/+8
2011-01-13thp: transparent hugepage vmstatAndrea Arcangeli1-1/+13
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines1-1/+3
2011-01-13mm: 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