Age | Commit message (Expand) | Author |
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 |
2016-03-17 | proc/base: make prompt shell start from new line after executing "cat /proc/$... | Minfei Huang |
2016-03-17 | procfs: add conditional compilation check | Eric Engestrom |
2016-03-17 | proc: add /proc/<pid>/timerslack_ns interface | John Stultz |
2016-03-17 | mm/page_alloc.c: calculate 'available' memory in a separate function | Igor Redko |
2016-03-17 | /proc/kpageflags: return KPF_SLAB for slab tail pages | Naoya Horiguchi |
2016-03-17 | /proc/kpageflags: return KPF_BUDDY for "tail" buddy pages | Naoya Horiguchi |
2016-02-18 | x86/mm/pkeys: Dump pkey from VMA in /proc/pid/smaps | Dave Hansen |
2016-02-16 | cgroup: introduce cgroup namespaces | Aditya Kali |
2016-02-03 | proc: revert /proc/<pid>/maps [stack:TID] annotation | Johannes Weiner |
2016-02-03 | numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390 | Michael Holzheu |
2016-01-22 | wrappers for ->i_mutex access | Al Viro |
2016-01-22 | thp: change pmd_trans_huge_lock() interface to return ptl | Kirill A. Shutemov |
2016-01-21 | proc read mm's {arg,env}_{start,end} with mmap semaphore taken. | Mateusz Guzik |
2016-01-21 | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn |
2016-01-21 | fs/proc/task_mmu.c: add workaround for old compilers | Kirill A. Shutemov |
2016-01-16 | mm: differentiate page_mapped() from page_mapcount() for compound pages | Kirill A. Shutemov |
2016-01-16 | mm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov |
2016-01-16 | mm, proc: adjust PSS calculation | Kirill A. Shutemov |
2016-01-15 | mm: rework virtual memory accounting | Konstantin Khlebnikov |
2016-01-15 | mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_p... | Oleg Nesterov |
2016-01-15 | proc: meminfo: estimate available memory more conservatively | Johannes Weiner |
2016-01-15 | mm, procfs: breakdown RSS for anon, shmem and file in /proc/pid/status | Jerome Marchand |
2016-01-15 | mm, shmem: add internal shmem resident memory accounting | Jerome Marchand |
2016-01-15 | mm, proc: reduce cost of /proc/pid/smaps for unpopulated shmem mappings | Vlastimil Babka |
2016-01-15 | mm, proc: reduce cost of /proc/pid/smaps for shmem mappings | Vlastimil Babka |
2016-01-15 | mm, proc: account for shmem swap in /proc/pid/smaps | Vlastimil Babka |
2016-01-15 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov |
2016-01-13 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-01-11 | Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2016-01-09 | proc: add a reschedule point in proc_readfd_common() | Eric Dumazet |
2016-01-04 | proc_pid_attr_write(): switch to memdup_user() | Al Viro |