Age | Commit message (Expand) | Author | Files | Lines |
2016-06-25 | Revert "mm: make faultaround produce old ptes" | Kirill A. Shutemov | 1 | -1/+1 |
2016-05-28 | mm: remove more IS_ERR_VALUE abuses | Linus Torvalds | 1 | -1/+1 |
2016-05-27 | Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+7 |
2016-05-24 | mm: make vm_brk killable | Michal Hocko | 1 | -1/+1 |
2016-05-24 | mm: make vm_mmap killable | Michal Hocko | 1 | -1/+1 |
2016-05-21 | mm: page_is_guard(): return false when page_ext arrays are not allocated yet | Yang Shi | 1 | -0/+3 |
2016-05-21 | mm: make faultaround produce old ptes | Kirill A. Shutemov | 1 | -1/+1 |
2016-05-21 | mm: use phys_addr_t for reserve_bootmem_region() arguments | Stefan Bader | 1 | -1/+1 |
2016-05-21 | mm: thp: microoptimize compound_mapcount() | Andrea Arcangeli | 1 | -2/+1 |
2016-05-20 | mm, page_alloc: simplify last cpupid reset | Mel Gorman | 1 | -4/+1 |
2016-05-20 | mm: uninline page_mapped() | Andrew Morton | 1 | -20/+1 |
2016-05-20 | mm/vmalloc.c: is_vmalloc_addr() can return bool | Yaowei Bai | 1 | -2/+2 |
2016-05-20 | mm: rename _count, field of the struct page, to _refcount | Joonsoo Kim | 1 | -1/+1 |
2016-05-20 | dax: Use radix tree entry lock to protect cow faults | Jan Kara | 1 | -0/+7 |
2016-05-17 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+5 |
2016-05-13 | mm: thp: calculate the mapcount correctly for THP pages during WP faults | Andrea Arcangeli | 1 | -0/+9 |
2016-04-29 | numa: fix /proc/<pid>/numa_maps for THP | Gerald Schaefer | 1 | -0/+2 |
2016-04-29 | mm: exclude HugeTLB pages from THP page_mapped() logic | Steve Capper | 1 | -0/+2 |
2016-04-22 | mm: replace open coded page to virt conversion with page_to_virt() | Ard Biesheuvel | 1 | -1/+5 |
2016-04-15 | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -61/+3 |
2016-04-07 | mm/gup: Remove the macro overload API migration helpers from the get_user*() ... | Ingo Molnar | 1 | -61/+3 |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 1 | -1/+1 |
2016-03-26 | mm, oom: introduce oom reaper | Michal Hocko | 1 | -0/+2 |
2016-03-21 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -10/+89 |
2016-03-18 | mm: remove VM_FAULT_MINOR | Jan Kara | 1 | -2/+0 |
2016-03-18 | mm: introduce page reference manipulation functions | Joonsoo Kim | 1 | -19/+6 |
2016-03-18 | mm: scale kswapd watermarks in proportion to memory | Johannes Weiner | 1 | -0/+1 |
2016-03-18 | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov | 1 | -9/+8 |
2016-03-18 | mm/page_alloc.c: calculate 'available' memory in a separate function | Igor Redko | 1 | -0/+1 |
2016-03-18 | mm, tracing: refresh __def_vmaflag_names | Kirill A. Shutemov | 1 | -0/+1 |
2016-03-18 | 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-16 | mm: simplify lock_page_memcg() | Johannes Weiner | 1 | -3/+2 |
2016-03-16 | mm: migrate: do not touch page->mem_cgroup of live pages | Johannes Weiner | 1 | -9/+0 |
2016-03-16 | mm/page_poisoning.c: allow for zero poisoning | Laura Abbott | 1 | -0/+2 |
2016-03-16 | mm/page_poison.c: enable PAGE_POISONING as a separate option | Laura Abbott | 1 | -0/+9 |
2016-03-16 | 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... | 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 |