Age | Commit message (Expand) | Author | Files | Lines |
2017-03-13 | x86/mm: Introduce mmap_compat_base() for 32-bit mmap() |  Dmitry Safonov | 1 | -0/+5 |
2017-03-03 | mm/headers, sched/headers: Move task related MM types from <linux/mm_types.> to <linux/mm_types_task.h> |  Ingo Molnar | 1 | -49/+0 |
2017-03-03 | sched/headers: Move the 'init_mm' declaration from <linux/sched.h> to <linux/mm_types.h> |  Ingo Molnar | 1 | -0/+2 |
2017-03-02 | mm/headers, sched/headers: Prepare to split <linux/mm_types_task.h> out of <linux/mm_types.h> |  Ingo Molnar | 1 | -3/+3 |
2017-03-02 | mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <linux/sched.h> to <linux/mm_types> |  Ingo Molnar | 1 | -0/+12 |
2017-02-27 | mm: clarify mm_struct.mm_{users,count} documentation |  Vegard Nossum | 1 | -2/+21 |
2016-12-18 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -4/+0 |
2016-12-17 | x86/mpx: Move bd_addr to mm_context_t |  Mark Rutland | 1 | -4/+0 |
2016-11-22 | mm: Add a user_ns owner to mm_struct and fix ptrace permission checks |  Eric W. Biederman | 1 | -0/+1 |
2016-10-07 | kernel, oom: fix potential pgd_lock deadlock from __mmdrop |  Michal Hocko | 1 | -2/+0 |
2016-07-28 | mm, vmscan: move lru_lock to the node |  Mel Gorman | 1 | -1/+1 |
2016-07-26 | mm: clean up non-standard page->_mapcount users |  Vladimir Davydov | 1 | -0/+5 |
2016-07-26 | mm: remove pointless struct in struct page definition |  Vladimir Davydov | 1 | -36/+32 |
2016-07-08 | x86/vdso: Add mremap hook to vm_special_mapping |  Dmitry Safonov | 1 | -0/+3 |
2016-05-26 | mm: oom_reaper: remove some bloat |  Michal Hocko | 1 | -0/+2 |
2016-05-20 | mm, oom_reaper: do not mmput synchronously from the oom reaper context |  Michal Hocko | 1 | -0/+2 |
2016-05-19 | mm: rename _count, field of the struct page, to _refcount |  Joonsoo Kim | 1 | -5/+9 |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage |  Kirill A. Shutemov | 1 | -1/+1 |
2016-02-18 | Merge branch 'x86/urgent' into x86/asm, to pick up fixes |  Ingo Molnar | 1 | -3/+3 |
2016-02-03 | mm: polish virtual memory accounting |  Konstantin Khlebnikov | 1 | -3/+3 |
2016-01-29 | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes |  Ingo Molnar | 1 | -18/+16 |
2016-01-15 | mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup |  Dan Williams | 1 | -0/+5 |
2016-01-15 | thp: introduce deferred_split_huge_page() |  Kirill A. Shutemov | 1 | -0/+2 |
2016-01-15 | mm: rework mapcount accounting to enable 4k mapping of THPs |  Kirill A. Shutemov | 1 | -0/+1 |
2016-01-15 | mm: drop tail page refcounting |  Kirill A. Shutemov | 1 | -14/+3 |
2016-01-14 | mm: rework virtual memory accounting |  Konstantin Khlebnikov | 1 | -1/+1 |
2016-01-14 | mm, shmem: add internal shmem resident memory accounting |  Jerome Marchand | 1 | -3/+4 |
2016-01-12 | mm: Add a vm_special_mapping.fault() method |  Andy Lutomirski | 1 | -3/+19 |
2015-11-06 | mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT |  Kirill A. Shutemov | 1 | -0/+11 |
2015-11-06 | mm: make compound_head() robust |  Kirill A. Shutemov | 1 | -4/+18 |
2015-11-06 | mm: pack compound_dtor and compound_order into one word in struct page |  Kirill A. Shutemov | 1 | -4/+2 |
2015-11-06 | mm: drop page->slab_page |  Kirill A. Shutemov | 1 | -1/+0 |
2015-11-05 | mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status |  Naoya Horiguchi | 1 | -0/+3 |
2015-09-08 | mm: drop __nocast from vm_flags_t definition |  Kirill A. Shutemov | 1 | -1/+1 |
2015-09-04 | x86, mm: trace when an IPI is about to be sent |  Mel Gorman | 1 | -0/+1 |
2015-09-04 | userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct |  Andrea Arcangeli | 1 | -0/+11 |
2015-08-21 | mm: make page pfmemalloc check more robust |  Michal Hocko | 1 | -9/+0 |
2015-05-12 | mm/net: Rename and move page fragment handling from net/ to mm/ |  Alexander Duyck | 1 | -0/+18 |
2015-04-17 | mm: rcu-protected get_mm_exe_file() |  Konstantin Khlebnikov | 1 | -1/+1 |
2015-04-14 | mm: do not add nr_pmds into mm_struct if PMD is folded |  Kirill A. Shutemov | 1 | -0/+2 |
2015-02-11 | mm: account pmd page tables to the process |  Kirill A. Shutemov | 1 | -1/+2 |
2015-02-11 | mm: add fields for compound destructor and order into struct page |  Kirill A. Shutemov | 1 | -0/+8 |
2015-02-10 | mm: replace vma->sharead.linear with vma->shared |  Kirill A. Shutemov | 1 | -5/+3 |
2015-02-10 | rmap: drop support of non-linear mappings |  Kirill A. Shutemov | 1 | -3/+1 |
2014-12-13 | mm/debug-pagealloc: prepare boottime configurable on/off |  Joonsoo Kim | 1 | -4/+0 |
2014-12-13 | mm: move swp_entry_t definition to include/linux/mm_types.h |  Tejun Heo | 1 | -0/+8 |
2014-12-10 | mm: embed the memcg pointer directly into struct page |  Johannes Weiner | 1 | -0/+5 |
2014-11-18 | x86, mpx: On-demand kernel allocation of bounds tables |  Dave Hansen | 1 | -0/+4 |
2014-08-08 | fork/exec: cleanup mm initialization |  Vladimir Davydov | 1 | -0/+1 |
2014-07-31 | x86/mm: Add tracepoints for TLB flushes |  Dave Hansen | 1 | -0/+8 |