aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-12pagemap: fix large pages in pagemapDave Hansen1-9/+30
2008-06-12pagemap: pass mm into pagewalkersDave Hansen1-19/+25
2008-06-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6Linus Torvalds1-1/+1
2008-06-06pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflagsThomas Tuttle1-2/+2
2008-06-06pagemap: return map count, not reference count, in /proc/kpagecountThomas Tuttle1-1/+1
2008-06-06proc: calculate the correct /proc/<pid> link countVegard Nossum1-8/+25
2008-06-06pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid/pagemapThomas Tuttle1-19/+9
2008-05-31capabilities: remain source compatible with 32-bit raw legacy capability support.Andrew G. Morgan1-1/+1
2008-05-24proc: proc_get_inode() should get module only onceDenis V. Lunev1-1/+2
2008-05-24mm: fix atomic_t overflow in vmAlan Cox1-1/+1
2008-05-17[PATCH] open sessionid permissionsSteve Grubb1-1/+1
2008-05-13capabilities: add bounding set to /proc/self/statusSerge E. Hallyn1-0/+1
2008-05-08fs/proc/task_mmu.c: remove duplicated include filesHuang Weiyi1-2/+0
2008-05-04task_nommu: fix compile failing bug because of spilt file.hBryan Wu1-0/+1
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-11/+17
2008-05-02netns: assign PDE->data before gluing entry into /proc treeDenis V. Lunev2-11/+17
2008-05-01[PATCH] split linux/file.hAl Viro2-0/+2
2008-04-30mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi1-0/+2
2008-04-30tty: The big operations reworkAlan Cox1-4/+2
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox1-1/+3
2008-04-30do_task_stat: don't take rcu_read_lock()Oleg Nesterov1-2/+0
2008-04-29sysctl: add the ->permissions callback on the ctl_table_rootPavel Emelyanov1-2/+2
2008-04-29sysctl: merge equal proc_sys_read and proc_sys_writePavel Emelyanov1-39/+11
2008-04-29proc: introduce proc_create_data to setup de->dataDenis V. Lunev2-4/+6
2008-04-29proc: convert /proc/tty/ldiscs to seq_file interfaceAlexey Dobriyan1-31/+45
2008-04-29proc: remove ->get_info infrastructureAlexey Dobriyan1-6/+1
2008-04-29proc: remove proc_root from driversAlexey Dobriyan3-2/+2
2008-04-29proc: remove proc_root_driverAlexey Dobriyan1-4/+1
2008-04-29proc: remove proc_root_fsAlexey Dobriyan1-3/+2
2008-04-29proc: remove proc_busAlexey Dobriyan1-3/+2
2008-04-29proc: drop several "PDE valid/invalid" checksAlexey Dobriyan2-56/+46
2008-04-29proc: less special case in xlate codeAlexey Dobriyan1-3/+6
2008-04-29proc: simplify locking in remove_proc_entry()Alexey Dobriyan1-42/+40
2008-04-29procfs: mem permission cleanupRoland McGrath1-9/+29
2008-04-29proc: switch to proc_create()Alexey Dobriyan4-51/+24
2008-04-29procfs task exe symlinkMatt Helsley4-69/+75
2008-04-29proc: print more information when removing non-empty directoriesAlexey Dobriyan1-1/+6
2008-04-28smaps: account swap entriesPeter Zijlstra1-4/+12
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter1-0/+17
2008-04-28make swap_pte_to_pagemap_entry() staticAdrian Bunk1-1/+1
2008-04-23[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfoRam Pai1-0/+15
2008-04-23[patch 5/7] vfs: mountinfo: allow using process rootMiklos Szeredi1-57/+51
2008-04-22[PATCH] proc_readfd_common() race fixAl Viro1-3/+1
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-16/+56
2008-04-02[NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.Denis V. Lunev1-2/+0
2008-03-27[NETNS]: Compile NET /proc support only if CONFIG_NET is set.Denis V. Lunev1-0/+2
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-03-22Change pagemap output format to allow for future reporting of huge pagesHans Rosenfeld1-16/+34
2008-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-03-20[NET]: Fix permissions of /proc/netAndre Noll1-1/+1