summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2008-06-12pagemap: fix large pages in pagemapDave Hansen
2008-06-12pagemap: pass mm into pagewalkersDave Hansen
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...Linus Torvalds
2008-06-06pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflagsThomas Tuttle
2008-06-06pagemap: return map count, not reference count, in /proc/kpagecountThomas Tuttle
2008-06-06proc: calculate the correct /proc/<pid> link countVegard Nossum
2008-06-06pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid...Thomas Tuttle
2008-05-31capabilities: remain source compatible with 32-bit raw legacy capability supp...Andrew G. Morgan
2008-05-24proc: proc_get_inode() should get module only onceDenis V. Lunev
2008-05-24mm: fix atomic_t overflow in vmAlan Cox
2008-05-17[PATCH] open sessionid permissionsSteve Grubb
2008-05-13capabilities: add bounding set to /proc/self/statusSerge E. Hallyn
2008-05-08fs/proc/task_mmu.c: remove duplicated include filesHuang Weiyi
2008-05-04task_nommu: fix compile failing bug because of spilt file.hBryan Wu
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-05-02netns: assign PDE->data before gluing entry into /proc treeDenis V. Lunev
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi
2008-04-30tty: The big operations reworkAlan Cox
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox
2008-04-30do_task_stat: don't take rcu_read_lock()Oleg Nesterov
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov
2008-04-29sysctl: merge equal proc_sys_read and proc_sys_writePavel Emelyanov
2008-04-29proc: introduce proc_create_data to setup de->dataDenis V. Lunev
2008-04-29proc: convert /proc/tty/ldiscs to seq_file interfaceAlexey Dobriyan
2008-04-29proc: remove ->get_info infrastructureAlexey Dobriyan
2008-04-29proc: remove proc_root from driversAlexey Dobriyan
2008-04-29proc: remove proc_root_driverAlexey Dobriyan
2008-04-29proc: remove proc_root_fsAlexey Dobriyan
2008-04-29proc: remove proc_busAlexey Dobriyan
2008-04-29proc: drop several "PDE valid/invalid" checksAlexey Dobriyan
2008-04-29proc: less special case in xlate codeAlexey Dobriyan
2008-04-29proc: simplify locking in remove_proc_entry()Alexey Dobriyan
2008-04-29procfs: mem permission cleanupRoland McGrath
2008-04-29proc: switch to proc_create()Alexey Dobriyan
2008-04-29procfs task exe symlinkMatt Helsley
2008-04-29proc: print more information when removing non-empty directoriesAlexey Dobriyan
2008-04-28smaps: account swap entriesPeter Zijlstra
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter
2008-04-28make swap_pte_to_pagemap_entry() staticAdrian Bunk
2008-04-23[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfoRam Pai
2008-04-23[patch 5/7] vfs: mountinfo: allow using process rootMiklos Szeredi
2008-04-22[PATCH] proc_readfd_common() race fixAl Viro
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-04-02[NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.Denis V. Lunev
2008-03-27[NETNS]: Compile NET /proc support only if CONFIG_NET is set.Denis V. Lunev
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-22Change pagemap output format to allow for future reporting of huge pagesHans Rosenfeld
2008-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-03-20[NET]: Fix permissions of /proc/netAndre Noll