| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-03-25 | mm, oom: introduce oom reaper |  Michal Hocko | 1 | -0/+2 |
| 2016-03-20 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -10/+89 |
| 2016-03-17 | mm: remove VM_FAULT_MINOR |  Jan Kara | 1 | -2/+0 |
| 2016-03-17 | mm: introduce page reference manipulation functions |  Joonsoo Kim | 1 | -19/+6 |
| 2016-03-17 | mm: scale kswapd watermarks in proportion to memory |  Johannes Weiner | 1 | -0/+1 |
| 2016-03-17 | mm: cleanup *pte_alloc* interfaces |  Kirill A. Shutemov | 1 | -9/+8 |
| 2016-03-17 | mm/page_alloc.c: calculate 'available' memory in a separate function |  Igor Redko | 1 | -0/+1 |
| 2016-03-17 | mm, tracing: refresh __def_vmaflag_names |  Kirill A. Shutemov | 1 | -0/+1 |
| 2016-03-17 | mm: move max_map_count bits into mm.h |  Andrey Ryabinin | 1 | -0/+21 |
| 2016-03-16 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -16/+21 |
| 2016-03-15 | mm: simplify lock_page_memcg() |  Johannes Weiner | 1 | -3/+2 |
| 2016-03-15 | mm: migrate: do not touch page->mem_cgroup of live pages |  Johannes Weiner | 1 | -9/+0 |
| 2016-03-15 | mm/page_poisoning.c: allow for zero poisoning |  Laura Abbott | 1 | -0/+2 |
| 2016-03-15 | mm/page_poison.c: enable PAGE_POISONING as a separate option |  Laura Abbott | 1 | -0/+9 |
| 2016-03-15 | mm/slab: clean up DEBUG_PAGEALLOC processing code |  Joonsoo Kim | 1 | -4/+8 |
| 2016-03-15 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -0/+2 |
| 2016-03-04 | Merge tag 'v4.5-rc6' into core/resources, to resolve conflict |  Ingo Molnar | 1 | -4/+5 |
| 2016-02-18 | mm/core, x86/mm/pkeys: Differentiate instruction fetches |  Dave Hansen | 1 | -0/+1 |
| 2016-02-18 | mm/core: Do not enforce PKEY permissions on remote mm access |  Dave Hansen | 1 | -0/+1 |
| 2016-02-18 | x86/mm/pkeys: Add arch-specific VMA protection bits |  Dave Hansen | 1 | -0/+7 |
| 2016-02-18 | mm/core, x86/mm/pkeys: Store protection bits in high VMA flags |  Dave Hansen | 1 | -0/+11 |
| 2016-02-18 | Merge branch 'x86/urgent' into x86/asm, to pick up fixes |  Ingo Molnar | 1 | -4/+5 |
| 2016-02-16 | mm/gup: Overload get_user_pages() functions |  Dave Hansen | 1 | -10/+64 |
| 2016-02-16 | mm/gup: Introduce get_user_pages_remote() |  Dave Hansen | 1 | -0/+5 |
| 2016-02-16 | Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys |  Ingo Molnar | 1 | -0/+2 |
| 2016-02-03 | mm: polish virtual memory accounting |  Konstantin Khlebnikov | 1 | -2/+4 |
| 2016-02-03 | proc: revert /proc/<pid>/maps [stack:TID] annotation |  Johannes Weiner | 1 | -2/+1 |
| 2016-01-30 | memremap: Change region_intersects() to take @flags and @desc |  Toshi Kani | 1 | -1/+2 |
| 2016-01-29 | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes |  Ingo Molnar | 1 | -94/+149 |
| 2016-01-15 | mm/mlock.c: change can_do_mlock return value type to boolean |  Wang Xiaoqiang | 1 | -1/+1 |
| 2016-01-15 | mm: bring in additional flag for fixup_user_fault to signal unlock |  Dominik Dingel | 1 | -2/+3 |
| 2016-01-15 | mm, x86: get_user_pages() for dax mappings |  Dan Williams | 1 | -18/+41 |
| 2016-01-15 | mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd |  Dan Williams | 1 | -0/+7 |
| 2016-01-15 | mm, dax, gpu: convert vm_insert_mixed to pfn_t |  Dan Williams | 1 | -1/+1 |
| 2016-01-15 | x86, mm: introduce vmem_altmap to augment vmemmap_populate() |  Dan Williams | 1 | -1/+8 |
| 2016-01-15 | mm: skip memory block registration for ZONE_DEVICE |  Dan Williams | 1 | -0/+12 |
| 2016-01-15 | mm: prepare page_referenced() and page_idle to new THP refcounting |  Kirill A. Shutemov | 1 | -9/+14 |
| 2016-01-15 | thp: introduce deferred_split_huge_page() |  Kirill A. Shutemov | 1 | -0/+5 |
| 2016-01-15 | mm: hwpoison: adjust for new thp refcounting |  Naoya Horiguchi | 1 | -1/+1 |
| 2016-01-15 | mm: differentiate page_mapped() from page_mapcount() for compound pages |  Kirill A. Shutemov | 1 | -2/+13 |
| 2016-01-15 | mm: rework mapcount accounting to enable 4k mapping of THPs |  Kirill A. Shutemov | 1 | -2/+24 |
| 2016-01-15 | mm, thp: remove compound_lock() |  Kirill A. Shutemov | 1 | -35/+0 |
| 2016-01-15 | mm: drop tail page refcounting |  Kirill A. Shutemov | 1 | -37/+10 |
| 2016-01-14 | mm: rework virtual memory accounting |  Konstantin Khlebnikov | 1 | -10/+3 |
| 2016-01-14 | mm: allow GFP_{FS,IO} for page_cache_read page cache allocation |  Michal Hocko | 1 | -0/+4 |
| 2016-01-14 | mm: mmap: add new /proc tunable for mmap_base ASLR |  Daniel Cashman | 1 | -0/+11 |
| 2016-01-14 | mm, shmem: add internal shmem resident memory accounting |  Jerome Marchand | 1 | -1/+17 |
| 2016-01-12 | mm: Add vm_insert_pfn_prot() |  Andy Lutomirski | 1 | -0/+2 |
| 2015-11-06 | mm: use 'unsigned int' for page order |  Kirill A. Shutemov | 1 | -2/+3 |
| 2015-11-06 | mm: make compound_head() robust |  Kirill A. Shutemov | 1 | -50/+3 |