- 75ef718 mm, vmstat: add infrastructure for per-node vmstats by Mel Gorman · 8 years ago
- 55779ec mm: fix vm-scalability regression in cgroup-aware workingset code by Johannes Weiner · 8 years ago
- 44a70ade mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj by Michal Hocko · 8 years ago
- 7267ec00 mm: postpone page table allocation until we have page to map by Kirill A. Shutemov · 8 years ago
- bae473a mm: introduce fault_env by Kirill A. Shutemov · 8 years ago
- dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
- 66c6422 mm/compaction: split freepages without holding the zone lock by Joonsoo Kim · 8 years ago
- bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
- 315d09b Revert "mm: make faultaround produce old ptes" by Kirill A. Shutemov · 8 years ago
- 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 9 years ago
- 478a146 Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- 2d6c928 mm: make vm_brk killable by Michal Hocko · 9 years ago
- 9fbeb5a mm: make vm_mmap killable by Michal Hocko · 9 years ago
- 0bb2fd1 mm: page_is_guard(): return false when page_ext arrays are not allocated yet by Yang Shi · 9 years ago
- 5c0a85f mm: make faultaround produce old ptes by Kirill A. Shutemov · 9 years ago
- 4b50bcc mm: use phys_addr_t for reserve_bootmem_region() arguments by Stefan Bader · 9 years ago
- 5f527c2 mm: thp: microoptimize compound_mapcount() by Andrea Arcangeli · 9 years ago
- 09940a4 mm, page_alloc: simplify last cpupid reset by Mel Gorman · 9 years ago
- 1aa8aea mm: uninline page_mapped() by Andrew Morton · 9 years ago
- bb00a78 mm/vmalloc.c: is_vmalloc_addr() can return bool by Yaowei Bai · 9 years ago
- 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 9 years ago
- bc2466e dax: Use radix tree entry lock to protect cow faults by Jan Kara · 9 years ago
- be09201 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
- 6d0a07e mm: thp: calculate the mapcount correctly for THP pages during WP faults by Andrea Arcangeli · 9 years ago
- 28093f9 numa: fix /proc/<pid>/numa_maps for THP by Gerald Schaefer · 9 years ago
- 66ee95d mm: exclude HugeTLB pages from THP page_mapped() logic by Steve Capper · 9 years ago
- 1dff808 mm: replace open coded page to virt conversion with page_to_virt() by Ard Biesheuvel · 9 years ago
- a1f9831 Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- c12d2da mm/gup: Remove the macro overload API migration helpers from the get_user*() APIs by Ingo Molnar · 9 years ago
- ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
- aac4536 mm, oom: introduce oom reaper by Michal Hocko · 9 years ago
- 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 0e8fb93 mm: remove VM_FAULT_MINOR by Jan Kara · 9 years ago
- fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
- 795ae7a mm: scale kswapd watermarks in proportion to memory by Johannes Weiner · 9 years ago
- 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 9 years ago
- d02bd27 mm/page_alloc.c: calculate 'available' memory in a separate function by Igor Redko · 9 years ago
- bcf6691 mm, tracing: refresh __def_vmaflag_names by Kirill A. Shutemov · 9 years ago
- ea606cf mm: move max_map_count bits into mm.h by Andrey Ryabinin · 9 years ago
- 271ecc5 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 9 years ago
- 6a93ca8 mm: migrate: do not touch page->mem_cgroup of live pages by Johannes Weiner · 9 years ago
- 1414c7f mm/page_poisoning.c: allow for zero poisoning by Laura Abbott · 9 years ago
- 8823b1d mm/page_poison.c: enable PAGE_POISONING as a separate option by Laura Abbott · 9 years ago
- 40b4413 mm/slab: clean up DEBUG_PAGEALLOC processing code by Joonsoo Kim · 9 years ago
- ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 9 years ago
- d61172b mm/core, x86/mm/pkeys: Differentiate instruction fetches by Dave Hansen · 9 years ago
- 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 9 years ago
- 8f62c88 x86/mm/pkeys: Add arch-specific VMA protection bits by Dave Hansen · 9 years ago
- 63c17fb mm/core, x86/mm/pkeys: Store protection bits in high VMA flags by Dave Hansen · 9 years ago
- 3a2f2ac Merge branch 'x86/urgent' into x86/asm, to pick up fixes by Ingo Molnar · 9 years ago
- cde7014 mm/gup: Overload get_user_pages() functions by Dave Hansen · 9 years ago
- 1e98779 mm/gup: Introduce get_user_pages_remote() by Dave Hansen · 9 years ago
- 1fe3f29 Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys by Ingo Molnar · 9 years ago
- 30bdbb7 mm: polish virtual memory accounting by Konstantin Khlebnikov · 9 years ago
- 65376df proc: revert /proc/<pid>/maps [stack:TID] annotation by Johannes Weiner · 9 years ago
- 1c29f25 memremap: Change region_intersects() to take @flags and @desc by Toshi Kani · 9 years ago
- 76b36fa Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes by Ingo Molnar · 9 years ago
- 7f43add mm/mlock.c: change can_do_mlock return value type to boolean by Wang Xiaoqiang · 9 years ago
- 4a9e1cd mm: bring in additional flag for fixup_user_fault to signal unlock by Dominik Dingel · 9 years ago
- 3565fce mm, x86: get_user_pages() for dax mappings by Dan Williams · 9 years ago
- 5c7fb56 mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd by Dan Williams · 9 years ago
- 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 9 years ago
- 4b94ffd x86, mm: introduce vmem_altmap to augment vmemmap_populate() by Dan Williams · 9 years ago
- 260ae3f mm: skip memory block registration for ZONE_DEVICE by Dan Williams · 9 years ago
- b20ce5e mm: prepare page_referenced() and page_idle to new THP refcounting by Kirill A. Shutemov · 9 years ago
- 9a98225 thp: introduce deferred_split_huge_page() by Kirill A. Shutemov · 9 years ago
- 4e41a30 mm: hwpoison: adjust for new thp refcounting by Naoya Horiguchi · 9 years ago
- e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 9 years ago
- 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 9 years ago
- 3ac808f mm, thp: remove compound_lock() by Kirill A. Shutemov · 9 years ago
- ddc58f2 mm: drop tail page refcounting by Kirill A. Shutemov · 9 years ago
- 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 9 years ago
- c20cd45 mm: allow GFP_{FS,IO} for page_cache_read page cache allocation by Michal Hocko · 9 years ago
- d07e225 mm: mmap: add new /proc tunable for mmap_base ASLR by Daniel Cashman · 9 years ago
- eca56ff mm, shmem: add internal shmem resident memory accounting by Jerome Marchand · 9 years ago
- 1745cbc mm: Add vm_insert_pfn_prot() by Andy Lutomirski · 9 years ago
- d00181b mm: use 'unsigned int' for page order by Kirill A. Shutemov · 9 years ago
- 1d798ca mm: make compound_head() robust by Kirill A. Shutemov · 9 years ago
- f1e6155 mm: pack compound_dtor and compound_order into one word in struct page by Kirill A. Shutemov · 9 years ago
- de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
- 706874e mm: do not inc NR_PAGETABLE if ptlock_init failed by Vladimir Davydov · 9 years ago
- 600e19a mm: use only per-device readahead limit by Roman Gushchin · 9 years ago
- 0610c25 memcg: fix dirty page migration by Greg Thelen · 9 years ago
- 06a660a Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 9 years ago
- 1fcfd8d mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff() by Oleg Nesterov · 9 years ago
- f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- 94bf4ec mm/hwpoison: introduce put_hwpoison_page to put refcount for memory error handling by Wanpeng Li · 9 years ago
- bb14c2c mm: rename and move get/set_freepage_migratetype by Vlastimil Babka · 9 years ago
- b5e3aa0 mm: remove put_page_unless_one() by Vineet Gupta · 9 years ago
- b96375f mm: add a pmd_fault handler by Matthew Wilcox · 9 years ago
- b533062 mm: introduce vma_is_anonymous(vma) helper by Oleg Nesterov · 9 years ago
- 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
- 5477e70 mm: move ->mremap() from file_operations to vm_operations_struct by Oleg Nesterov · 9 years ago
- 19a809a userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx by Andrea Arcangeli · 9 years ago
- 16ba6f8 userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP by Andrea Arcangeli · 9 years ago
- 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 9 years ago
- 8025e5d [media] mm: Provide new get_vaddr_frames() helper by Jan Kara · 9 years ago
- 124fe20 mm: enhance region_is_ram() to region_intersects() by Dan Williams · 9 years ago