aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAge
* procfs: constify function pointer tablesJan Engelhardt2008-02-08
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-08
* proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan2008-02-08
* proc: fix the threaded /proc/selfEric W. Biederman2008-02-08
* proc: proper pidns handling for /proc/selfEric W. Biederman2008-02-08
* proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman2008-02-08
* seqfile convert proc_pid_statmEric W. Biederman2008-02-08
* proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman2008-02-08
* proc: implement proc_single_file_operationsEric W. Biederman2008-02-08
* proc: detect duplicate names on registrationZhang Rui2008-02-08
* proc: remove useless check on symlink removalAlexey Dobriyan2008-02-08
* proc: simplify function prototypesAlexey Dobriyan2008-02-08
* proc: less LOCK operations during lookupAlexey Dobriyan2008-02-08
* proc: remove MODULE_LICENSEAlexey Dobriyan2008-02-08
* iget: stop PROCFS from using iget() and read_inode()David Howells2008-02-07
* proc: loadavg reading raceMichal Schmidt2008-02-06
* proper prototype for get_filesystem_list()Adrian Bunk2008-02-06
* proper show_interrupts() prototypeAdrian Bunk2008-02-06
* Add 64-bit capability support to the kernelAndrew Morgan2008-02-05
* Fix /proc dcache deadlock in do_exitAndrea Arcangeli2008-02-05
* maps4: make page monitoring /proc file optionalMatt Mackall2008-02-05
* maps4: add /proc/kpageflags interfaceMatt Mackall2008-02-05
* maps4: add /proc/kpagecount interfaceMatt Mackall2008-02-05
* maps4: add /proc/pid/pagemap interfaceMatt Mackall2008-02-05
* maps4: regroup task_mmu by interfaceMatt Mackall2008-02-05
* maps4: move clear_refs code to task_mmu.cMatt Mackall2008-02-05
* maps4: simplify interdependence of maps and smapsMatt Mackall2008-02-05
* maps4: use pagewalker in clear_refs and smapsMatt Mackall2008-02-05
* maps4: add proportional set size accounting in smapsFengguang Wu2008-02-05
* is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter2008-02-05
* [PATCH] switch audit_get_loginuid() to task_struct *Al Viro2008-02-01
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-01-31
|\
| * proc/base.c: Use task_is_*Matthew Wilcox2007-12-06
| * proc/array.c: Use TASK_REPORTMatthew Wilcox2007-12-06
* | [ATM]: Oops reading net/atm/arpDenis V. Lunev2008-01-28
* | [NET]: Consolidate net namespace related proc files creation.Denis V. Lunev2008-01-28
* | sched: latencytop supportArjan van de Ven2008-01-25
* | fix the "remove task_ppid_nr_ns" commitOleg Nesterov2008-01-14
* | remove task_ppid_nr_nsRoland McGrath2008-01-13
* | restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro2008-01-02
* | Unify /proc/slabinfo configurationLinus Torvalds2008-01-02
* | slub: register slabinfo to procfsPekka Enberg2008-01-02
* | proc: remove/Fix proc generic d_revalidateEric W. Biederman2007-12-10
|/
* proc: fix proc_dir_entry refcountingAlexey Dobriyan2007-12-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds2007-12-03
|\
| * [NETNS]: Fix /proc/net breakageEric W. Biederman2007-12-01
* | proc: remove races from proc_id_readdir()Eric W. Biederman2007-11-29
* | proc: fix NULL ->i_fop oopsAlexey Dobriyan2007-11-29
* | sched: fix prev_stime calculationIngo Molnar2007-11-26
|/
* proc: simplify and correct proc_flush_taskEric W. Biederman2007-11-14