summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* taskstats: add context-switch countersMaxim Uvarov2007-07-161-0/+10
* /proc/*/environ: wrong placing of ptrace_may_attach() checkAlexey Dobriyan2007-07-161-3/+8
* procfs directory entry cleanupChangli Gao2007-07-161-13/+7
* Make /proc/tty/drivers use seq_list_xxx helpersPavel Emelianov2007-07-161-12/+3
* Use boot based time for uptime in /procTomas Janousek2007-07-161-0/+1
* Use boot based time for process start time and boot time in /procTomas Janousek2007-07-162-5/+6
* Fix rmmod/read/write races in /proc entriesAlexey Dobriyan2007-07-162-3/+283
* sched: scheduler debugging, coreIngo Molnar2007-07-091-0/+69
* sched: update delay-accounting to use CFS's precise statsBalbir Singh2007-07-091-1/+1
* sched: make use of precise accounting for /proc task statsIngo Molnar2007-07-091-10/+47
* sched: remove the SleepAVG fieldIngo Molnar2007-07-091-2/+0
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-2/+1
* 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
OpenPOWER on IntegriCloud