summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* Fix pagemap_read() use of struct mm_walkAndrew Morton2008-07-051-34/+38
* Fix clear_refs_write() use of struct mm_walkAndrew Morton2008-07-051-4/+4
* pagemap: fix large pages in pagemapDave Hansen2008-06-131-9/+30
* pagemap: pass mm into pagewalkersDave Hansen2008-06-131-19/+25
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Linus Torvalds2008-06-061-1/+1
|\
| * capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan2008-06-011-1/+1
* | pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflagsThomas Tuttle2008-06-061-2/+2
* | pagemap: return map count, not reference count, in /proc/kpagecountThomas Tuttle2008-06-061-1/+1
* | proc: calculate the correct /proc/<pid> link countVegard Nossum2008-06-061-8/+25
* | pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid...Thomas Tuttle2008-06-061-19/+9Star
|/
* proc: proc_get_inode() should get module only onceDenis V. Lunev2008-05-241-1/+2
* mm: fix atomic_t overflow in vmAlan Cox2008-05-241-1/+1
* [PATCH] open sessionid permissionsSteve Grubb2008-05-171-1/+1
* capabilities: add bounding set to /proc/self/statusSerge E. Hallyn2008-05-131-0/+1
* fs/proc/task_mmu.c: remove duplicated include filesHuang Weiyi2008-05-081-2/+0Star
* task_nommu: fix compile failing bug because of spilt file.hBryan Wu2008-05-051-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-032-11/+17
|\
| * netns: assign PDE->data before gluing entry into /proc treeDenis V. Lunev2008-05-022-11/+17
* | [PATCH] split linux/file.hAl Viro2008-05-012-0/+2
|/
* mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi2008-04-301-0/+2
* tty: The big operations reworkAlan Cox2008-04-301-4/+2Star
* tty_io: fix remaining pid struct lockingAlan Cox2008-04-301-1/+3
* do_task_stat: don't take rcu_read_lock()Oleg Nesterov2008-04-301-2/+0Star
* sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov2008-04-291-2/+2
* sysctl: merge equal proc_sys_read and proc_sys_writePavel Emelyanov2008-04-291-39/+11Star
* proc: introduce proc_create_data to setup de->dataDenis V. Lunev2008-04-292-4/+6
* proc: convert /proc/tty/ldiscs to seq_file interfaceAlexey Dobriyan2008-04-291-31/+45
* proc: remove ->get_info infrastructureAlexey Dobriyan2008-04-291-6/+1Star
* proc: remove proc_root from driversAlexey Dobriyan2008-04-293-2/+2
* proc: remove proc_root_driverAlexey Dobriyan2008-04-291-4/+1Star
* proc: remove proc_root_fsAlexey Dobriyan2008-04-291-3/+2Star
* proc: remove proc_busAlexey Dobriyan2008-04-291-3/+2Star
* proc: drop several "PDE valid/invalid" checksAlexey Dobriyan2008-04-292-56/+46Star
* proc: less special case in xlate codeAlexey Dobriyan2008-04-291-3/+6
* proc: simplify locking in remove_proc_entry()Alexey Dobriyan2008-04-291-42/+40Star
* procfs: mem permission cleanupRoland McGrath2008-04-291-9/+29
* proc: switch to proc_create()Alexey Dobriyan2008-04-294-51/+24Star
* procfs task exe symlinkMatt Helsley2008-04-294-69/+75
* proc: print more information when removing non-empty directoriesAlexey Dobriyan2008-04-291-1/+6
* smaps: account swap entriesPeter Zijlstra2008-04-281-4/+12
* vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter2008-04-281-0/+17
* make swap_pte_to_pagemap_entry() staticAdrian Bunk2008-04-281-1/+1
* [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfoRam Pai2008-04-231-0/+15
* [patch 5/7] vfs: mountinfo: allow using process rootMiklos Szeredi2008-04-231-57/+51Star
* [PATCH] proc_readfd_common() race fixAl Viro2008-04-231-3/+1Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-032-16/+56
|\
| * Change pagemap output format to allow for future reporting of huge pagesHans Rosenfeld2008-03-231-16/+34
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-211-1/+1
| |\
| * | [PATCH] export sessionid alongside the loginuid in procfsEric Paris2008-03-181-0/+22
* | | [NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.Denis V. Lunev2008-04-021-2/+0Star