| Commit message (Expand) | Author | Age | Files | Lines |
* | pagemap: fix large pages in pagemap | Dave Hansen | 2008-06-12 | 1 | -9/+30 |
* | pagemap: pass mm into pagewalkers | Dave Hansen | 2008-06-12 | 1 | -19/+25 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/chr... | Linus Torvalds | 2008-06-06 | 1 | -1/+1 |
|\ |
|
| * | capabilities: remain source compatible with 32-bit raw legacy capability supp... | Andrew G. Morgan | 2008-05-31 | 1 | -1/+1 |
* | | pagemap: return EINVAL, not EIO, for unaligned reads of kpagecount or kpageflags | Thomas Tuttle | 2008-06-06 | 1 | -2/+2 |
* | | pagemap: return map count, not reference count, in /proc/kpagecount | Thomas Tuttle | 2008-06-06 | 1 | -1/+1 |
* | | proc: calculate the correct /proc/<pid> link count | Vegard Nossum | 2008-06-06 | 1 | -8/+25 |
* | | pagemap: fix bug in add_to_pagemap, require aligned-length reads of /proc/pid... | Thomas Tuttle | 2008-06-06 | 1 | -19/+9 |
|/ |
|
* | proc: proc_get_inode() should get module only once | Denis V. Lunev | 2008-05-24 | 1 | -1/+2 |
* | mm: fix atomic_t overflow in vm | Alan Cox | 2008-05-24 | 1 | -1/+1 |
* | [PATCH] open sessionid permissions | Steve Grubb | 2008-05-17 | 1 | -1/+1 |
* | capabilities: add bounding set to /proc/self/status | Serge E. Hallyn | 2008-05-13 | 1 | -0/+1 |
* | fs/proc/task_mmu.c: remove duplicated include files | Huang Weiyi | 2008-05-08 | 1 | -2/+0 |
* | task_nommu: fix compile failing bug because of spilt file.h | Bryan Wu | 2008-05-04 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-05-03 | 2 | -11/+17 |
|\ |
|
| * | netns: assign PDE->data before gluing entry into /proc tree | Denis V. Lunev | 2008-05-02 | 2 | -11/+17 |
* | | [PATCH] split linux/file.h | Al Viro | 2008-05-01 | 2 | -0/+2 |
|/ |
|
* | mm: Add NR_WRITEBACK_TEMP counter | Miklos Szeredi | 2008-04-30 | 1 | -0/+2 |
* | tty: The big operations rework | Alan Cox | 2008-04-30 | 1 | -4/+2 |
* | tty_io: fix remaining pid struct locking | Alan Cox | 2008-04-30 | 1 | -1/+3 |
* | do_task_stat: don't take rcu_read_lock() | Oleg Nesterov | 2008-04-30 | 1 | -2/+0 |
* | sysctl: add the ->permissions callback on the ctl_table_root | Pavel Emelyanov | 2008-04-29 | 1 | -2/+2 |
* | sysctl: merge equal proc_sys_read and proc_sys_write | Pavel Emelyanov | 2008-04-29 | 1 | -39/+11 |
* | proc: introduce proc_create_data to setup de->data | Denis V. Lunev | 2008-04-29 | 2 | -4/+6 |
* | proc: convert /proc/tty/ldiscs to seq_file interface | Alexey Dobriyan | 2008-04-29 | 1 | -31/+45 |
* | proc: remove ->get_info infrastructure | Alexey Dobriyan | 2008-04-29 | 1 | -6/+1 |
* | proc: remove proc_root from drivers | Alexey Dobriyan | 2008-04-29 | 3 | -2/+2 |
* | proc: remove proc_root_driver | Alexey Dobriyan | 2008-04-29 | 1 | -4/+1 |
* | proc: remove proc_root_fs | Alexey Dobriyan | 2008-04-29 | 1 | -3/+2 |
* | proc: remove proc_bus | Alexey Dobriyan | 2008-04-29 | 1 | -3/+2 |
* | proc: drop several "PDE valid/invalid" checks | Alexey Dobriyan | 2008-04-29 | 2 | -56/+46 |
* | proc: less special case in xlate code | Alexey Dobriyan | 2008-04-29 | 1 | -3/+6 |
* | proc: simplify locking in remove_proc_entry() | Alexey Dobriyan | 2008-04-29 | 1 | -42/+40 |
* | procfs: mem permission cleanup | Roland McGrath | 2008-04-29 | 1 | -9/+29 |
* | proc: switch to proc_create() | Alexey Dobriyan | 2008-04-29 | 4 | -51/+24 |
* | procfs task exe symlink | Matt Helsley | 2008-04-29 | 4 | -69/+75 |
* | proc: print more information when removing non-empty directories | Alexey Dobriyan | 2008-04-29 | 1 | -1/+6 |
* | smaps: account swap entries | Peter Zijlstra | 2008-04-28 | 1 | -4/+12 |
* | vmalloc: show vmalloced areas via /proc/vmallocinfo | Christoph Lameter | 2008-04-28 | 1 | -0/+17 |
* | make swap_pte_to_pagemap_entry() static | Adrian Bunk | 2008-04-28 | 1 | -1/+1 |
* | [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo | Ram Pai | 2008-04-23 | 1 | -0/+15 |
* | [patch 5/7] vfs: mountinfo: allow using process root | Miklos Szeredi | 2008-04-23 | 1 | -57/+51 |
* | [PATCH] proc_readfd_common() race fix | Al Viro | 2008-04-22 | 1 | -3/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-04-03 | 2 | -16/+56 |
|\ |
|
| * | Change pagemap output format to allow for future reporting of huge pages | Hans Rosenfeld | 2008-03-22 | 1 | -16/+34 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-03-21 | 1 | -1/+1 |
| |\ |
|
| * | | [PATCH] export sessionid alongside the loginuid in procfs | Eric Paris | 2008-03-18 | 1 | -0/+22 |
* | | | [NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c. | Denis V. Lunev | 2008-04-02 | 1 | -2/+0 |
* | | | [NETNS]: Compile NET /proc support only if CONFIG_NET is set. | Denis V. Lunev | 2008-03-27 | 1 | -0/+2 |
* | | | [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-26 | 1 | -3/+3 |
| |/
|/| |
|