aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* smaps: only define clear_refs for CONFIG_MMUDavid Rientjes2007-05-081-0/+2
* procfs: use simple_read_from_buffer()Akinobu Mita2007-05-081-28/+7
* Remove redundant check from proc_sys_setattr()John Johansen2007-05-081-5/+2
* Remove redundant check from proc_setattr()John Johansen2007-05-081-5/+2
* proc: cleanup: use seq_release_private() where appropriateMartin Peschke2007-05-081-8/+1
* Fix race between cat /proc/*/wchan and rmmod et alAlexey Dobriyan2007-05-081-6/+5
* Simplify kallsyms_lookup()Alexey Dobriyan2007-05-081-3/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-082-2/+0
* Protect tty drivers list with tty_mutexAlexey Dobriyan2007-05-081-0/+3
* /proc/*/oom_score oops re badnessAlexey Dobriyan2007-05-081-0/+2
* add file position info to procMiklos Szeredi2007-05-081-18/+114
* procfs: reorder struct pid_dentry to save space on 64bit archs, and constify ...Eric Dumazet2007-05-081-26/+27
* proc: maps protectionKees Cook2007-05-084-1/+29
* proc: remove pathetic ->deleted WARN_ONAlexey Dobriyan2007-05-081-2/+0
* Fix race between proc_readdir and remove_proc_entryDarrick J. Wong2007-05-081-2/+9
* Fix race between proc_get_inode() and remove_proc_entry()Alexey Dobriyan2007-05-082-8/+6
* reduce size of task_struct on 64-bit machinesWilliam Cohen2007-05-081-2/+2
* Allow access to /proc/$PID/fd after setuid()Alexey Dobriyan2007-05-081-0/+18
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-2/+1
* smaps: add clear_refs file to clear referenceDavid Rientjes2007-05-072-16/+99
* smaps: add pages referenced count to smapsDavid Rientjes2007-05-071-7/+13
* smaps: extract pmd walker from smaps codeDavid Rientjes2007-05-071-27/+42
* mm/slab.c: proper prototypesAdrian Bunk2007-05-071-2/+0
* [PATCH] i386: Allow i386 crash kernels to handle x86_64 dumpsIan Campbell2007-05-021-1/+1
* [POWERPC] Make struct property's value a void *Stephen Rothwell2007-04-131-1/+1
* [PATCH] proc: fix linkage with CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=nAndrew Morton2007-04-022-2/+4
* [PATCH] Fix kernel build with EMBEDDED & PROC_FS & !PROC_SYSCTLMika Kukkonen2007-03-271-1/+2
* [PATCH] sanitize security_getprocattr() APIAl Viro2007-03-141-15/+6
* [PATCH] Missing __user in pointer referenced within copy_from_userGlauber de Oliveira Costa2007-02-201-1/+1
* [PATCH] sysctl: hide the sysctl proc inodes from selinuxEric W. Biederman2007-02-141-0/+1
* [PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman2007-02-146-9/+486
* [PATCH] sysctl: create sys/fs/binfmt_misc as an ordinary sysctl entryEric W. Biederman2007-02-141-4/+0
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-123-14/+14
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-129-44/+44
* [PATCH] tty: update the tty layer to work with struct pidEric W. Biederman2007-02-121-1/+1
* [PATCH] ifdef ->rchar, ->wchar, ->syscr, ->syscw from task_structAlexey Dobriyan2007-02-111-0/+4
* [PATCH] proc_misc warning fixAndrew Morton2007-02-111-7/+12
* [PATCH] Drop get_zone_counts()Christoph Lameter2007-02-111-7/+2
* [PATCH] procfs: Fix listing of /proc/NOT_A_TGID/taskGuillaume Chazarain2007-02-011-1/+11
* [PATCH] Fix NULL ->nsproxy dereference in /proc/*/mountsAlexey Dobriyan2007-01-261-3/+5
* [PATCH] fix linux banner format stringRoman Zippel2007-01-101-7/+1
* Make SLES9 "get_kernel_version" work on the kernel binary againLinus Torvalds2006-12-111-2/+10
* [PATCH] io-accounting: report in procfsAndrew Morton2006-12-101-0/+24
* [PATCH] proc_misc build fixAndrew Morton2006-12-081-0/+1
* [PATCH] fault injection: process filtering for fault-injection capabilitiesAkinobu Mita2006-12-081-0/+65
* [PATCH] use current->nsproxy->pid_nsCedric Le Goater2006-12-081-1/+1
* [PATCH] rename struct pspace to struct pid_namespaceSukadev Bhattiprolu2006-12-081-2/+2
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-18/+18
* [PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater2006-12-081-1/+1