Age | Commit message (Expand) | Author |
2016-09-10 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2016-09-10 | mm: fix show_smap() for zone_device-pmd ranges | Dan Williams |
2016-09-01 | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds |
2016-08-31 | mm: introduce get_task_exe_file | Mateusz Guzik |
2016-08-11 | proc, meminfo: use correct helpers for calculating LRU sizes in meminfo | Mel Gorman |
2016-08-07 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2016-08-06 | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2016-08-03 | fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2 | Geert Uytterhoeven |
2016-08-02 | fs/proc/task_mmu.c: suppress compilation warnings with W=1 | Valdis Kletnieks |
2016-08-02 | procfs: avoid 32-bit time_t in /proc/*/stat | Arnd Bergmann |
2016-08-02 | proc_oom_score: remove tasklist_lock and pid_alive() | Oleg Nesterov |
2016-07-31 | get rid of 'parent' argument of ->d_compare() | Al Viro |
2016-07-30 | qstr: constify instances in procfs | Al Viro |
2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2016-07-28 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-07-28 | mm: track NR_KERNEL_STACK in KiB instead of number of stacks | Andy Lutomirski |
2016-07-28 | mm: move most file-based accounting to the node | Mel Gorman |
2016-07-28 | mm: rename NR_ANON_PAGES to NR_ANON_MAPPED | Mel Gorman |
2016-07-28 | mm: move page mapped accounting to the node | Mel Gorman |
2016-07-28 | mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj | Michal Hocko |
2016-07-28 | proc, oom_adj: extract oom_score_adj setting into a helper | Michal Hocko |
2016-07-28 | proc, oom: drop bogus sighand lock | Michal Hocko |
2016-07-28 | proc, oom: drop bogus task_lock and mm check | Michal Hocko |
2016-07-28 | Merge branch 'salted-string-hash' | Linus Torvalds |
2016-07-26 | mm, rmap: account shmem thp pages | Kirill A. Shutemov |
2016-06-23 | vfs: Generalize filesystem nodev handling. | Eric W. Biederman |
2016-06-23 | proc: Convert proc_mount to use mount_ns. | Eric W. Biederman |
2016-06-23 | mnt: Refactor fs_fully_visible into mount_too_revealing | Eric W. Biederman |
2016-06-11 | vfs: make the string hashes salt the hash | Linus Torvalds |
2016-06-10 | Merge branch 'stacking-fixes' (vfs stacking fixes from Jann) | Linus Torvalds |
2016-06-10 | proc: prevent stacking filesystems on top | Jann Horn |
2016-05-24 | mm, proc: make clear_refs killable | Michal Hocko |
2016-05-21 | procfs: fix pthread cross-thread naming if !PR_DUMPABLE | Janis Danisevskis |
2016-05-21 | procfs: expose umask in /proc/<PID>/status | Richard W.M. Jones |
2016-05-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-05-20 | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim |
2016-05-19 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds |
2016-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-05-17 | Merge branch 'ovl-fixes' into for-linus | Al Viro |
2016-05-13 | crash_dump: Add vmcore_elf32_check_arch | Daniel Wagner |
2016-05-10 | Revert "proc/base: make prompt shell start from new line after executing "cat... | Robin Humble |
2016-05-06 | proc: prevent accessing /proc/<PID>/environ until it's ready | Mathias Krause |
2016-05-02 | switch all procfs directories ->iterate_shared() | Al Viro |
2016-05-02 | proc_sys_fill_cache(): switch to d_alloc_parallel() | Al Viro |
2016-05-02 | proc_fill_cache(): switch to d_alloc_parallel() | Al Viro |
2016-04-29 | numa: fix /proc/<pid>/numa_maps for THP | Gerald Schaefer |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-03-21 | Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds |
2016-03-21 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-03-17 | proc-vmcore: wrong data type casting fix | Dave Young |