summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Fix select on /proc files without ->pollAlexey Dobriyan2007-09-111-1/+2
* sched: accounting regression since rc1Christian Borntraeger2007-08-231-15/+29
* Fix leaks on /proc/{*/sched,sched_debug,timer_list,timer_stats}Alexey Dobriyan2007-07-311-1/+1
* Fix procfs compat_ioctl regressionDavid Miller2007-07-281-2/+22
* x86_64: Avoid too many remote cpu references due to /proc/statRavikiran G Thirumalai2007-07-211-1/+2
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* coredump masking: add an interface for core dump filterKawai, Hidehiro2007-07-191-0/+89
* coredump masking: reimplementation of dumpable using two flagsKawai, Hidehiro2007-07-191-1/+1
* Avoid too many remote cpu references due to /proc/statRavikiran G Thirumalai2007-07-191-3/+12
* kallsyms: make KSYM_NAME_LEN include space for trailing '\0'Tejun Heo2007-07-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-07-161-27/+26
|\
| * [PATCH] sched: fix up fs/proc/array.c whitespace problemsIngo Molnar2007-07-161-26/+25
| * [PATCH] sched: remove dead code from task_stime()Ingo Molnar2007-07-161-1/+1
* | move seccomp from /proc to a prctlAndrea Arcangeli2007-07-161-72/+0
* | 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
OpenPOWER on IntegriCloud