summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* procfs: constify function pointer tablesJan Engelhardt2008-02-087-22/+22
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-082-2/+0Star
* proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan2008-02-083-10/+38
* proc: fix the threaded /proc/selfEric W. Biederman2008-02-081-6/+6
* proc: proper pidns handling for /proc/selfEric W. Biederman2008-02-081-2/+10
* proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman2008-02-085-74/+72Star
* seqfile convert proc_pid_statmEric W. Biederman2008-02-083-6/+9
* proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman2008-02-083-17/+20
* proc: implement proc_single_file_operationsEric W. Biederman2008-02-081-0/+43
* proc: detect duplicate names on registrationZhang Rui2008-02-081-0/+10
* proc: remove useless check on symlink removalAlexey Dobriyan2008-02-081-1/+1
* proc: simplify function prototypesAlexey Dobriyan2008-02-082-15/+6Star
* proc: less LOCK operations during lookupAlexey Dobriyan2008-02-081-2/+2
* proc: remove MODULE_LICENSEAlexey Dobriyan2008-02-081-1/+0Star
* iget: stop PROCFS from using iget() and read_inode()David Howells2008-02-071-32/+28Star
* proc: loadavg reading raceMichal Schmidt2008-02-061-3/+8
* proper prototype for get_filesystem_list()Adrian Bunk2008-02-061-1/+0Star
* proper show_interrupts() prototypeAdrian Bunk2008-02-061-1/+1
* Add 64-bit capability support to the kernelAndrew Morgan2008-02-051-6/+15
* Fix /proc dcache deadlock in do_exitAndrea Arcangeli2008-02-051-1/+2
* maps4: make page monitoring /proc file optionalMatt Mackall2008-02-053-2/+8
* maps4: add /proc/kpageflags interfaceMatt Mackall2008-02-051-1/+83
* maps4: add /proc/kpagecount interfaceMatt Mackall2008-02-051-0/+50
* maps4: add /proc/pid/pagemap interfaceMatt Mackall2008-02-053-2/+204
* maps4: regroup task_mmu by interfaceMatt Mackall2008-02-051-207/+210
* maps4: move clear_refs code to task_mmu.cMatt Mackall2008-02-053-53/+37Star
* maps4: simplify interdependence of maps and smapsMatt Mackall2008-02-051-26/+26
* maps4: use pagewalker in clear_refs and smapsMatt Mackall2008-02-051-78/+17Star
* maps4: add proportional set size accounting in smapsFengguang Wu2008-02-051-1/+27
* is_vmalloc_addr(): Check if an address is within the vmalloc boundariesChristoph Lameter2008-02-051-1/+1
* [PATCH] switch audit_get_loginuid() to task_struct *Al Viro2008-02-011-1/+1
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-012-7/+2Star
|\
| * proc/base.c: Use task_is_*Matthew Wilcox2007-12-061-1/+1
| * proc/array.c: Use TASK_REPORTMatthew Wilcox2007-12-061-6/+1Star
* | [ATM]: Oops reading net/atm/arpDenis V. Lunev2008-01-291-4/+13
* | [NET]: Consolidate net namespace related proc files creation.Denis V. Lunev2008-01-281-0/+38
* | sched: latencytop supportArjan van de Ven2008-01-251-0/+78
* | fix the "remove task_ppid_nr_ns" commitOleg Nesterov2008-01-141-1/+1
* | remove task_ppid_nr_nsRoland McGrath2008-01-131-2/+2
* | restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro2008-01-024-5/+24
* | Unify /proc/slabinfo configurationLinus Torvalds2008-01-021-19/+2Star
* | slub: register slabinfo to procfsPekka Enberg2008-01-021-0/+17
* | proc: remove/Fix proc generic d_revalidateEric W. Biederman2007-12-111-7/+0Star
|/
* proc: fix proc_dir_entry refcountingAlexey Dobriyan2007-12-053-14/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds2007-12-032-82/+16Star
|\
| * [NETNS]: Fix /proc/net breakageEric W. Biederman2007-12-012-82/+16Star
* | proc: remove races from proc_id_readdir()Eric W. Biederman2007-11-291-23/+28
* | proc: fix NULL ->i_fop oopsAlexey Dobriyan2007-11-293-40/+1Star
* | sched: fix prev_stime calculationIngo Molnar2007-11-261-1/+3
|/
* proc: simplify and correct proc_flush_taskEric W. Biederman2007-11-151-9/+6Star