| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-11-16 | mm, oom: reintroduce /proc/pid/oom_adj | David Rientjes | 1 | -0/+109 |
| 2012-10-24 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+10 |
| 2012-10-19 | hold task->mempolicy while numa_maps scans. | KAMEZAWA Hiroyuki | 2 | -3/+51 |
| 2012-10-16 | mm, mempolicy: fix printing stack contents in numa_maps | David Rientjes | 1 | -2/+5 |
| 2012-10-12 | procfs: don't need a PATH_MAX allocation to hold a string representation of a... | Jeff Layton | 1 | -2/+3 |
| 2012-10-10 | nohz: Fix idle ticks in cpu summary line of /proc/stat | Michal Hocko | 1 | -4/+10 |
| 2012-10-09 | kpageflags: fix wrong KPF_THP on non-huge compound pages | Naoya Horiguchi | 1 | -1/+7 |
| 2012-10-09 | rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c | Michel Lespinasse | 1 | -0/+1 |
| 2012-10-09 | rbtree: empty nodes have no color | Michel Lespinasse | 1 | -3/+1 |
| 2012-10-09 | oom: remove deprecated oom_adj | Davidlohr Bueso | 1 | -116/+1 |
| 2012-10-09 | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 1 | -1/+1 |
| 2012-10-06 | fs/proc/root.c: use NULL instead of 0 for pointer | Sachin Kamat | 1 | -1/+1 |
| 2012-10-06 | proc_sysctl.c: use BUG_ON instead of BUG | Prasad Joshi | 1 | -2/+1 |
| 2012-10-06 | proc: use kzalloc instead of kmalloc and memset | yan | 1 | -7/+6 |
| 2012-10-06 | proc: no need to initialize proc_inode->fd in proc_get_inode() | yan | 1 | -1/+0 |
| 2012-10-06 | proc: return -ENOMEM when inode allocation failed | yan | 1 | -1/+1 |
| 2012-10-06 | coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1 | Oleg Nesterov | 1 | -1/+1 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -407/+441 |
| 2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+25 |
| 2012-09-26 | proc_map_files_readdir(): don't bother with grabbing files | Al Viro | 1 | -19/+9 |
| 2012-09-26 | make get_file() return its argument | Al Viro | 1 | -2/+1 |
| 2012-09-26 | don't leak O_CLOEXEC into ->f_flags | Al Viro | 1 | -1/+1 |
| 2012-09-26 | procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file v2 | Cyrill Gorcunov | 1 | -48/+64 |
| 2012-09-26 | procfs: Move /proc/pid/fd[info] handling code to fd.[ch] | Cyrill Gorcunov | 5 | -387/+416 |
| 2012-09-18 | userns: Add kprojid_t and associated infrastructure in projid.h | Eric W. Biederman | 1 | -0/+15 |
| 2012-09-17 | userns: Convert the audit loginuid to be a kuid | Eric W. Biederman | 1 | -2/+10 |
| 2012-09-17 | fs/proc: fix potential unregister_sysctl_table hang | Francesco Ruggeri | 1 | -3/+2 |
| 2012-07-30 | proc: do not allow negative offsets on /proc/<pid>/environ | Djalal Harouni | 1 | -3/+6 |
| 2012-07-30 | proc: environ_read() make sure offset points to environment address range | Djalal Harouni | 1 | -6/+7 |
| 2012-07-23 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -0/+5 |
| 2012-07-14 | VFS: Pass mount flags to sget() | David Howells | 1 | -2/+1 |
| 2012-07-14 | fs: add nd_jump_link | Christoph Hellwig | 1 | -2/+1 |
| 2012-07-14 | fs: move path_put on failure out of ->follow_link | Christoph Hellwig | 1 | -4/+8 |
| 2012-07-14 | stop passing nameidata to ->lookup() | Al Viro | 7 | -18/+19 |
| 2012-07-14 | stop passing nameidata * to ->d_revalidate() | Al Viro | 4 | -15/+15 |
| 2012-07-11 | of: Improve prom_update_property() function | Dong Aisheng | 1 | -0/+5 |
| 2012-06-04 | vfs: Fix /proc/<tid>/fdinfo/<fd> file handling | Linus Torvalds | 1 | -7/+10 |
| 2012-05-31 | c/r: procfs: add arg_start/end, env_start/end and exit_code members to /proc/... | Cyrill Gorcunov | 1 | -3/+17 |
| 2012-05-31 | fs, proc: introduce /proc/<pid>/task/<tid>/children entry | Cyrill Gorcunov | 3 | -0/+127 |
| 2012-05-31 | proc/smaps: show amount of nonlinear ptes in vma | Konstantin Khlebnikov | 1 | -0/+12 |
| 2012-05-31 | proc/smaps: carefully handle migration entries | Konstantin Khlebnikov | 1 | -8/+10 |
| 2012-05-31 | proc: report file/anon bit in /proc/pid/pagemap | Konstantin Khlebnikov | 1 | -18/+30 |
| 2012-05-31 | procfs: use more apprioriate types when dumping /proc/N/stat | Jan Engelhardt | 1 | -2/+2 |
| 2012-05-31 | proc: pass "fd" by value in /proc/*/{fd,fdinfo} code | Alexey Dobriyan | 1 | -4/+4 |
| 2012-05-31 | proc: don't do dummy rcu_read_lock/rcu_read_unlock on error path | Alexey Dobriyan | 1 | -6/+7 |
| 2012-05-31 | proc: use mm_access() instead of ptrace_may_access() | Cong Wang | 1 | -5/+2 |
| 2012-05-31 | proc: remove mm_for_maps() | Cong Wang | 4 | -11/+4 |
| 2012-05-31 | proc: clean up /proc/<pid>/environ handling | Cong Wang | 1 | -21/+24 |
| 2012-05-29 | mm, oom: normalize oom scores to oom_score_adj scale only for userspace | David Rientjes | 1 | -2/+3 |
| 2012-05-29 | mm: fix NULL ptr deref when walking hugepages | Sasha Levin | 1 | -1/+1 |
| 2012-05-28 | Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux | Linus Torvalds | 1 | -1/+1 |
| 2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 5 | -16/+102 |
| 2012-05-18 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -12/+8 |
| 2012-05-18 | proc: move fd symlink i_mode calculations into tid_fd_revalidate() | Linus Torvalds | 1 | -29/+14 |
| 2012-05-17 | fs, proc: fix ABBA deadlock in case of execution attempt of map_files/ entries | Cyrill Gorcunov | 1 | -12/+8 |
| 2012-05-15 | userns: Convert sysctl permission checks to use kuid and kgids. | Eric W. Biederman | 1 | -2/+2 |
| 2012-05-15 | userns: Convert proc to use kuid/kgid where appropriate | Eric W. Biederman | 4 | -13/+19 |
| 2012-05-10 | proc/pid/pagemap: correctly report non-present ptes and holes between vmas | Konstantin Khlebnikov | 1 | -2/+10 |
| 2012-05-06 | vfs: Rename end_writeback() to clear_inode() | Jan Kara | 1 | -1/+1 |
| 2012-05-03 | userns: Convert group_info values from gid_t to kgid_t. | Eric W. Biederman | 1 | -1/+4 |
| 2012-04-26 | userns: Rework the user_namespace adding uid/gid mapping support | Eric W. Biederman | 1 | -0/+77 |
| 2012-04-25 | revert "proc: clear_refs: do not clear reserved pages" | Will Deacon | 1 | -3/+0 |
| 2012-04-12 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -6/+28 |
| 2012-04-05 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -4/+5 |
| 2012-04-05 | proc: fix mount -t proc -o AAA | Vasiliy Kulikov | 1 | -4/+5 |
| 2012-03-30 | proc: stats: Use arch_idle_time for idle and iowait times if available | Martin Schwidefsky | 1 | -6/+28 |
| 2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-29 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -1/+0 |
| 2012-03-29 | pagemap: remove remaining unneeded spin_lock() | Naoya Horiguchi | 1 | -1/+0 |
| 2012-03-28 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 3 | -7/+6 |
| 2012-03-28 | fs/proc/namespaces.c: prevent crash when ns_entries[] is empty | Andrew Morton | 1 | -3/+3 |
| 2012-03-28 | mm: thp: fix up pmd_trans_unstable() locations | Andrea Arcangeli | 1 | -3/+2 |
| 2012-03-28 | procfs: fix /proc/statm | KAMEZAWA Hiroyuki | 1 | -1/+1 |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
| 2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 1 | -1/+0 |
| 2012-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl | Linus Torvalds | 2 | -76/+1201 |
| 2012-03-23 | proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate(). | Pravin B Shelar | 1 | -1/+1 |
| 2012-03-23 | procfs: speed up /proc/pid/stat, statm | KAMEZAWA Hiroyuki | 1 | -55/+64 |
| 2012-03-23 | procfs: add num_to_str() to speed up /proc/stat | KAMEZAWA Hiroyuki | 1 | -28/+27 |
| 2012-03-23 | proc: speed up /proc/stat handling | Eric Dumazet | 1 | -2/+5 |
| 2012-03-23 | fs/proc/kcore.c: make get_sparsemem_vmemmap_info() static | Djalal Harouni | 1 | -2/+4 |
| 2012-03-22 | sysctl: protect poll() in entries that may go away | Lucas De Marchi | 1 | -1/+16 |
| 2012-03-22 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 5 | -116/+333 |
| 2012-03-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -0/+23 |
| 2012-03-21 | procfs: mark thread stack correctly in proc/<pid>/maps | Siddhesh Poyarekar | 4 | -61/+239 |
| 2012-03-21 | pagemap: introduce data structure for pagemap entry | Naoya Horiguchi | 1 | -31/+38 |
| 2012-03-21 | pagemap: export KPF_THP | Naoya Horiguchi | 1 | -0/+2 |
| 2012-03-21 | thp: optimize away unnecessary page table locking | Naoya Horiguchi | 1 | -48/+25 |
| 2012-03-21 | pagemap: avoid splitting thp when reading /proc/pid/pagemap | Naoya Horiguchi | 1 | -4/+48 |
| 2012-03-21 | mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode | Andrea Arcangeli | 1 | -0/+9 |
| 2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -13/+3 |
| 2012-03-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -0/+2 |
| 2012-03-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-03-20 | switch open-coded instances of d_make_root() to new helper | Al Viro | 1 | -12/+3 |
| 2012-03-20 | procfs: clean proc_fill_super() up | Al Viro | 1 | -4/+3 |
| 2012-03-20 | kcore: fix spelling in read_kcore() comment | Laura Vasilescu | 1 | -1/+1 |
| 2012-03-02 | sched: Clean up parameter passing of proc_sched_autogroup_set_nice() | Hiroshi Shimamoto | 1 | -2/+1 |
| 2012-02-23 | fadump: Introduce cleanup routine to invalidate /proc/vmcore. | Mahesh Salgaonkar | 1 | -0/+23 |
| 2012-02-19 | Wrap accesses to the fd_sets in struct fdtable | David Howells | 1 | -1/+1 |
| 2012-02-14 | security: trim security.h | Al Viro | 1 | -0/+2 |
| 2012-02-02 | Fix race in process_vm_rw_core | Christopher Yeoh | 1 | -20/+0 |
| 2012-02-01 | sysctl: Don't call sysctl_follow_link unless we are a link. | Eric W. Biederman | 1 | -12/+12 |
| 2012-02-01 | sysctl: Comments to make the code clearer. | Eric W. Biederman | 1 | -0/+16 |
| 2012-02-01 | sysctl: Correct error return from get_subdir | Eric W. Biederman | 1 | -1/+4 |
| 2012-02-01 | sysctl: An easier to read version of find_subdir | Eric W. Biederman | 1 | -3/+3 |
| 2012-02-01 | proc: make sure mem_open() doesn't pin the target's memory | Oleg Nesterov | 1 | -1/+13 |
| 2012-02-01 | proc: unify mem_read() and mem_write() | Oleg Nesterov | 1 | -58/+32 |
| 2012-02-01 | proc: mem_release() should check mm != NULL | Oleg Nesterov | 1 | -2/+2 |
| 2012-01-30 | sysctl: fix memset parameters in setup_sysctl_set() | Dan Carpenter | 1 | -1/+1 |
| 2012-01-30 | sysctl: remove an unused variable | Dan Carpenter | 1 | -2/+0 |
| 2012-01-24 | sysctl: Add register_sysctl for normal sysctl users | Eric W. Biederman | 1 | -0/+17 |
| 2012-01-24 | sysctl: Index sysctl directories with rbtrees. | Eric W. Biederman | 1 | -90/+134 |
| 2012-01-24 | sysctl: Make the header lists per directory. | Eric W. Biederman | 1 | -17/+11 |
| 2012-01-24 | sysctl: Move sysctl_check_dups into insert_header | Eric W. Biederman | 1 | -9/+11 |
| 2012-01-24 | sysctl: Modify __register_sysctl_paths to take a set instead of a root and an... | Eric W. Biederman | 1 | -18/+12 |
| 2012-01-24 | sysctl: Replace root_list with links between sysctl_table_sets. | Eric W. Biederman | 1 | -102/+295 |
| 2012-01-24 | sysctl: Add sysctl_print_dir and use it in get_subdir | Eric W. Biederman | 1 | -1/+10 |
| 2012-01-24 | sysctl: Stop requiring explicit management of sysctl directories | Eric W. Biederman | 1 | -199/+143 |
| 2012-01-24 | sysctl: Add a root pointer to ctl_table_set | Eric W. Biederman | 1 | -0/+3 |
| 2012-01-24 | sysctl: Rewrite proc_sys_readdir in terms of first_entry and next_entry | Eric W. Biederman | 1 | -36/+62 |
| 2012-01-24 | sysctl: Rewrite proc_sys_lookup introducing find_entry and lookup_entry. | Eric W. Biederman | 1 | -26/+76 |
| 2012-01-24 | sysctl: Normalize the root_table data structure. | Eric W. Biederman | 1 | -4/+11 |
| 2012-01-24 | sysctl: Factor out insert_header and erase_header | Eric W. Biederman | 1 | -3/+13 |
| 2012-01-24 | sysctl: Factor out init_header from __register_sysctl_paths | Eric W. Biederman | 1 | -8/+17 |
| 2012-01-24 | sysctl: Initial support for auto-unregistering sysctl tables. | Eric W. Biederman | 1 | -9/+19 |
| 2012-01-24 | sysctl: A more obvious version of grab_header. | Eric W. Biederman | 1 | -4/+4 |
| 2012-01-24 | sysctl: Remove the now unused ctl_table parent field. | Eric W. Biederman | 1 | -11/+1 |
| 2012-01-24 | sysctl: Improve the sysctl sanity checks | Eric W. Biederman | 1 | -136/+86 |
| 2012-01-24 | sysctl: register only tables of sysctl files | Eric W. Biederman | 1 | -18/+147 |
| 2012-01-24 | sysctl: Add ctl_table chains into cstring paths | Eric W. Biederman | 1 | -0/+9 |
| 2012-01-24 | sysctl: Add support for register sysctl tables with a normal cstring path. | Eric W. Biederman | 1 | -10/+84 |
| 2012-01-24 | sysctl: Create local copies of directory names used in paths | Eric W. Biederman | 1 | -3/+8 |
| 2012-01-24 | sysctl: Remove the unnecessary sysctl_set parent concept. | Eric W. Biederman | 1 | -3/+8 |
| 2012-01-24 | sysctl: Implement retire_sysctl_set | Eric W. Biederman | 1 | -0/+4 |
| 2012-01-24 | sysctl: Make the directories have nlink == 1 | Eric W. Biederman | 1 | -1/+0 |
| 2012-01-24 | sysctl: Move the implementation into fs/proc/proc_sysctl.c | Eric W. Biederman | 2 | -0/+625 |
| 2012-01-24 | sysctl: Register the base sysctl table like any other sysctl table. | Eric W. Biederman | 1 | -1/+2 |
| 2012-01-24 | sysctl: remove impossible condition check | Lucas De Marchi | 1 | -12/+2 |
| 2012-01-23 | proc: clear_refs: do not clear reserved pages | Will Deacon | 1 | -0/+3 |
| 2012-01-19 | Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg... | Linus Torvalds | 1 | -0/+2 |
| 2012-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+1 |
| 2012-01-17 | proc: clean up and fix /proc/<pid>/mem handling | Linus Torvalds | 1 | -106/+39 |
| 2012-01-17 | audit: only allow tasks to set their loginuid if it is -1 | Eric Paris | 1 | -3/+0 |
| 2012-01-17 | audit: remove task argument to audit_set_loginuid | Eric Paris | 1 | -1/+1 |
| 2012-01-16 | sched/accounting, proc: Fix /proc/stat interrupts sum | Russell King | 1 | -0/+2 |
| 2012-01-14 | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 1 | -1/+1 |
| 2012-01-12 | c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 | Cyrill Gorcunov | 1 | -2/+5 |
| 2012-01-12 | proc: fix null pointer deref in proc_pid_permission() | Xiaotian Feng | 1 | -0/+2 |
| 2012-01-10 | procfs: add hidepid= and gid= mount options | Vasiliy Kulikov | 3 | -4/+94 |
| 2012-01-10 | procfs: parse mount options | Vasiliy Kulikov | 3 | -2/+64 |
| 2012-01-10 | procfs: introduce the /proc/<pid>/map_files/ directory | Pavel Emelyanov | 1 | -0/+355 |
| 2012-01-10 | procfs: make proc_get_link to use dentry instead of inode | Cyrill Gorcunov | 1 | -10/+10 |
| 2012-01-10 | tracepoint: add tracepoints for debugging oom_score_adj | KAMEZAWA Hiroyuki | 1 | -0/+3 |
| 2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 5 | -122/+6 |
| 2012-01-06 | Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z | Al Viro | 3 | -6/+6 |
| 2012-01-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -41/+41 |
| 2012-01-05 | ptrace: do not audit capability check when outputing /proc/pid/stat | Eric Paris | 1 | -1/+1 |
| 2012-01-03 | vfs: trim includes a bit | Al Viro | 1 | -1/+0 |
| 2012-01-03 | vfs: take /proc/*/mounts and friends to fs/proc_namespace.c | Al Viro | 1 | -114/+0 |
| 2012-01-03 | switch procfs to umode_t use | Al Viro | 3 | -6/+6 |
| 2012-01-03 | vfs: fix the stupidity with i_dentry in inode destructors | Al Viro | 1 | -1/+0 |
| 2011-12-29 | procfs: do not confuse jiffies with cputime64_t | Andreas Schwab | 1 | -2/+2 |
| 2011-12-19 | Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Martin Schwidefsky | 2 | -30/+26 |
| 2011-12-15 | [S390] fix cputime overflow in uptime_proc_show | Martin Schwidefsky | 1 | -2/+7 |
| 2011-12-15 | [S390] cputime: add sparse checking and cleanup | Martin Schwidefsky | 3 | -20/+19 |
| 2011-12-15 | Merge commit 'v3.2-rc5' into sched/core | Ingo Molnar | 2 | -5/+6 |
| 2011-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+3 |
| 2011-12-09 | procfs: do not overflow get_{idle,iowait}_time for nohz | Michal Hocko | 1 | -2/+2 |
| 2011-12-09 | fs/proc/meminfo.c: fix compilation error | Claudio Scordino | 1 | -3/+4 |
| 2011-12-09 | procfs: fix a vfsmount longterm reference leak | Al Viro | 1 | -5/+3 |
| 2011-12-06 | sched/accounting: Change cpustat fields to an array | Glauber Costa | 2 | -36/+31 |
| 2011-11-09 | Revert "proc: fix races against execve() of /proc/PID/fd**" | Linus Torvalds | 1 | -103/+43 |
| 2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
| 2011-11-02 | Merge branch 'akpm' (Andrew's incoming - part two) | Linus Torvalds | 2 | -43/+149 |
| 2011-11-02 | sysctl: add support for poll() | Lucas De Marchi | 1 | -0/+45 |
| 2011-11-02 | proc: fix races against execve() of /proc/PID/fd** | Vasiliy Kulikov | 1 | -43/+103 |
| 2011-11-02 | procfs: report EISDIR when reading sysctl dirs in proc | Pavel Emelyanov | 1 | -0/+1 |
| 2011-11-02 | filesystems: add set_nlink() | Miklos Szeredi | 3 | -8/+8 |
| 2011-11-02 | filesystems: add missing nlink wrappers | Miklos Szeredi | 1 | -1/+1 |
| 2011-10-31 | mm: distinguish between mlocked and pinned pages | Christoph Lameter | 1 | -0/+2 |
| 2011-10-31 | oom: remove oom_disable_count | David Rientjes | 1 | -13/+0 |
| 2011-10-31 | /proc/self/numa_maps: restore "huge" tag for hugetlb vmas | Andrew Morton | 1 | -0/+3 |
| 2011-10-31 | fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-26 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -7/+34 |
| 2011-09-21 | teach /proc/$pid/numa_maps about transparent hugepages | Dave Hansen | 1 | -0/+20 |
| 2011-09-21 | break out numa_maps gather_pte_stats() checks | Dave Hansen | 1 | -15/+24 |
| 2011-09-21 | make /proc/$pid/numa_maps gather_stats() take variable page size | Dave Hansen | 1 | -10/+11 |
| 2011-09-08 | proc: Consider NO_HZ when printing idle and iowait times | Michal Hocko | 1 | -7/+34 |
| 2011-08-06 | vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> files | Linus Torvalds | 1 | -1/+9 |
| 2011-08-06 | oom_ajd: don't use WARN_ONCE, just use printk_once | Linus Torvalds | 1 | -1/+1 |
| 2011-07-27 | proc: make struct proc_dir_entry::name a terminal array rather than a pointer | David Howells | 3 | -5/+4 |
| 2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
| 2011-07-26 | proc: fix a race in do_io_accounting() | Vasiliy Kulikov | 1 | -3/+13 |
| 2011-07-26 | procfs: return ENOENT on opening a being-removed proc entry | Daisuke Ogino | 1 | -1/+1 |
| 2011-07-25 | oom: make deprecated use of oom_adj more verbose | David Rientjes | 1 | -4/+3 |
| 2011-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -5/+5 |
| 2011-07-22 | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc | Linus Torvalds | 2 | -2/+2 |
| 2011-07-20 | fs: seq_file - add event counter to simplify poll() support | Kay Sievers | 1 | -1/+1 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to ->permission() | Al Viro | 2 | -2/+2 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to generic_permission() | Al Viro | 1 | -1/+1 |