libertas: unify various CF-related defines
[safe/jmp/linux-2.6] / fs / proc /
2008-05-13 Serge E. Hallyncapabilities: add bounding set to /proc/self/status
2008-05-08 Huang Weiyifs/proc/task_mmu.c: remove duplicated include files
2008-05-05 Bryan Wutask_nommu: fix compile failing bug because of spilt...
2008-05-03 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-05-02 Denis V. Lunevnetns: assign PDE->data before gluing entry into /proc...
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-04-30 Miklos Szeredimm: Add NR_WRITEBACK_TEMP counter
2008-04-30 Alan Coxtty: The big operations rework
2008-04-30 Alan Coxtty_io: fix remaining pid struct locking
2008-04-30 Oleg Nesterovdo_task_stat: don't take rcu_read_lock()
2008-04-29 Pavel Emelyanovsysctl: add the ->permissions callback on the ctl_table...
2008-04-29 Pavel Emelyanovsysctl: merge equal proc_sys_read and proc_sys_write
2008-04-29 Denis V. Lunevproc: introduce proc_create_data to setup de->data
2008-04-29 Alexey Dobriyanproc: convert /proc/tty/ldiscs to seq_file interface
2008-04-29 Alexey Dobriyanproc: remove ->get_info infrastructure
2008-04-29 Alexey Dobriyanproc: remove proc_root from drivers
2008-04-29 Alexey Dobriyanproc: remove proc_root_driver
2008-04-29 Alexey Dobriyanproc: remove proc_root_fs
2008-04-29 Alexey Dobriyanproc: remove proc_bus
2008-04-29 Alexey Dobriyanproc: drop several "PDE valid/invalid" checks
2008-04-29 Alexey Dobriyanproc: less special case in xlate code
2008-04-29 Alexey Dobriyanproc: simplify locking in remove_proc_entry()
2008-04-29 Roland McGrathprocfs: mem permission cleanup
2008-04-29 Alexey Dobriyanproc: switch to proc_create()
2008-04-29 Matt Helsleyprocfs task exe symlink
2008-04-29 Alexey Dobriyanproc: print more information when removing non-empty...
2008-04-28 Peter Zijlstrasmaps: account swap entries
2008-04-28 Christoph Lametervmalloc: show vmalloced areas via /proc/vmallocinfo
2008-04-28 Adrian Bunkmake swap_pte_to_pagemap_entry() static
2008-04-23 Ram Pai[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo
2008-04-23 Miklos Szeredi[patch 5/7] vfs: mountinfo: allow using process root
2008-04-22 Al Viro[PATCH] proc_readfd_common() race fix
2008-04-03 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-04-02 Denis V. Lunev[NETNS]: Remove ifdef CONFIG_NET braces in fs/proc...
2008-03-27 Denis V. Lunev[NETNS]: Compile NET /proc support only if CONFIG_NET...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit seq_net_private->net without CONFIG_N...
2008-03-23 Hans RosenfeldChange pagemap output format to allow for future report...
2008-03-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-03-20 Andre Noll[NET]: Fix permissions of /proc/net
2008-03-18 Eric Paris[PATCH] export sessionid alongside the loginuid in...
2008-03-13 Marcelo Tosattipagemap: proper read error handling
2008-03-12 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-03-12 Andrew Mortonnet: fix build with CONFIG_NET=n
2008-03-07 Pavel Emelyanov[NET]: Make /proc/net a symlink on /proc/self/net (v3)
2008-03-04 Adrian Bunkblock/genhd.c: proper externs
2008-02-25 Hiroshi Shimamotolatencytop: change /proc task_struct access method
2008-02-25 Hiroshi Shimamotolatencytop: fix memory leak on latency proc file
2008-02-25 Hiroshi Shimamotolatencytop: fix kernel panic while reading latency...
2008-02-24 Eugene Teoproc: add RLIMIT_RTTIME to /proc/<pid>/limits
2008-02-24 Hans Rosenfeld/proc/pid/pagemap: fix PM_SPECIAL macro
2008-02-15 Jan Blunckd_path: Make d_path() use a struct path
2008-02-15 Jan Blunckd_path: Make seq_path() use a struct path argument
2008-02-15 Jan Blunckd_path: Make proc_get_link() use a struct path argument
2008-02-15 Jan BlunckUse struct path in fs_struct
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-08 Andrew Mortonrevert "proc: fix the threaded proc self"
2008-02-08 Jan Engelhardtprocfs: constify function pointer tables
2008-02-08 David Howellsaout: remove unnecessary inclusions of {asm, linux...
2008-02-08 Alexey Dobriyanproc: fix ->open'less usage due to ->proc_fops flip
2008-02-08 Eric W. Biedermanproc: fix the threaded /proc/self
2008-02-08 Eric W. Biedermanproc: proper pidns handling for /proc/self
2008-02-08 Eric W. Biedermanproc: seqfile convert proc_pid_status to properly handl...
2008-02-08 Eric W. Biedermanseqfile convert proc_pid_statm
2008-02-08 Eric W. Biedermanproc: rewrite do_task_stat to correctly handle pid...
2008-02-08 Eric W. Biedermanproc: implement proc_single_file_operations
2008-02-08 Zhang Ruiproc: detect duplicate names on registration
2008-02-08 Alexey Dobriyanproc: remove useless check on symlink removal
2008-02-08 Alexey Dobriyanproc: simplify function prototypes
2008-02-08 Alexey Dobriyanproc: less LOCK operations during lookup
2008-02-08 Alexey Dobriyanproc: remove MODULE_LICENSE
2008-02-07 David Howellsiget: stop PROCFS from using iget() and read_inode()
2008-02-06 Michal Schmidtproc: loadavg reading race
2008-02-06 Adrian Bunkproper prototype for get_filesystem_list()
2008-02-06 Adrian Bunkproper show_interrupts() prototype
2008-02-05 Andrew MorganAdd 64-bit capability support to the kernel
2008-02-05 Andrea ArcangeliFix /proc dcache deadlock in do_exit
2008-02-05 Matt Mackallmaps4: make page monitoring /proc file optional
2008-02-05 Matt Mackallmaps4: add /proc/kpageflags interface
2008-02-05 Matt Mackallmaps4: add /proc/kpagecount interface
2008-02-05 Matt Mackallmaps4: add /proc/pid/pagemap interface
2008-02-05 Matt Mackallmaps4: regroup task_mmu by interface
2008-02-05 Matt Mackallmaps4: move clear_refs code to task_mmu.c
2008-02-05 Matt Mackallmaps4: simplify interdependence of maps and smaps
2008-02-05 Matt Mackallmaps4: use pagewalker in clear_refs and smaps
2008-02-05 Fengguang Wumaps4: add proportional set size accounting in smaps
2008-02-05 Christoph Lameteris_vmalloc_addr(): Check if an address is within the...
2008-02-01 Al Viro[PATCH] switch audit_get_loginuid() to task_struct *
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-28 Denis V. Lunev[ATM]: Oops reading net/atm/arp
2008-01-28 Denis V. Lunev[NET]: Consolidate net namespace related proc files...
2008-01-25 Arjan van de Vensched: latencytop support
2008-01-14 Oleg Nesterovfix the "remove task_ppid_nr_ns" commit
2008-01-13 Roland McGrathremove task_ppid_nr_ns
2008-01-02 Al Virorestrict reading from /proc/<pid>/maps to those who...
2008-01-02 Linus TorvaldsUnify /proc/slabinfo configuration
2008-01-02 Pekka Enbergslub: register slabinfo to procfs
2007-12-11 Eric W. Biedermanproc: remove/Fix proc generic d_revalidate
2007-12-06 Matthew Wilcoxproc/base.c: Use task_is_*
2007-12-06 Matthew Wilcoxproc/array.c: Use TASK_REPORT
next