aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
...
* proc: fix oops on invalid /proc/<pid>/maps accessLinus Torvalds2011-03-271-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-233-78/+132
|\
| * deal with races in /proc/*/{syscall,stack,personality}Al Viro2011-03-231-19/+50
| * proc: enable writing to /proc/pid/memStephen Wilson2011-03-231-5/+0
| * proc: make check_mem_permission() return an mm_struct on successStephen Wilson2011-03-231-24/+34
| * proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson2011-03-231-4/+22
| * proc: disable mem_write after execStephen Wilson2011-03-231-0/+4
| * mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-231-3/+5
| * auxv: require the target to be tracable (or yourself)Al Viro2011-03-231-3/+3
| * close race in /proc/*/environAl Viro2011-03-231-6/+4
| * report errors in /proc/*/*map* sanelyAl Viro2011-03-233-11/+13
| * pagemap: close races with suid execveAl Viro2011-03-232-7/+4
| * make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro2011-03-231-1/+1
* | procfs: kill the global proc_mnt variableOleg Nesterov2011-03-233-6/+4
* | pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman2011-03-231-18/+7
* | proc: protect mm start_code/end_code in /proc/pid/statKees Cook2011-03-231-2/+2
* | proc: make struct proc_dir_entry::namelen unsigned intAlexey Dobriyan2011-03-231-4/+4
* | procfs: fix some wrong error code usageJovi Zhang2011-03-231-2/+5
* | procfs: fix /proc/<pid>/maps heap checkAaro Koskinen2011-03-231-2/+2
* | proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov2011-03-231-1/+1
* | smaps: have smaps show transparent huge pagesDave Hansen2011-03-221-0/+4
* | smaps: teach smaps_pte_range() about THP pmdsDave Hansen2011-03-221-2/+21
* | smaps: pass pte size argument in to smaps_pte_entry()Dave Hansen2011-03-221-12/+12
* | smaps: break out smaps_pte_entry() from smaps_pte_range()Dave Hansen2011-03-221-40/+47
* | pagewalk: only split huge pages when necessaryDave Hansen2011-03-221-0/+6
|/
* Merge branch 'next' into for-linusJames Morris2011-03-161-1/+0
|\
| * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2011-03-081-1/+0
| |\
| | * security/selinux: fix /proc/sys/ labelingLucian Adrian Grijincu2011-02-011-1/+0
* | | /proc/self is never going to be invalidated...Al Viro2011-03-101-30/+0
* | | unfuck proc_sysctl ->d_compare()Al Viro2011-03-082-4/+11
|/ /
* | of/flattree: Drop an uninteresting message to pr_debug levelPaul Bolle2011-03-021-1/+1
* | s390: remove task_show_regsMartin Schwidefsky2011-02-151-3/+0
* | 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
|\ \