- 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
- 8f19b0c thp: fix comments of __pmd_trans_huge_lock() by Huang Ying · 8 years ago
- 25843c2 mm: memcontrol: fix documentation for compound parameter by Li RongQing · 8 years ago
- 17408d7 mm: memcontrol: remove BUG_ON in uncharge_list by Li RongQing · 8 years ago
- dd4123f mm: fix build warnings in <linux/compaction.h> by Minchan Kim · 8 years ago
- 0db501f mm, thp: convert from optimistic swapin collapsing to conservative by Ebru Akagunduz · 8 years ago
- 47f863e mm, thp: fix comment inconsistency for swapin readahead functions by Ebru Akagunduz · 8 years ago
- 779750d shmem: split huge pages beyond i_size under memory pressure by Kirill A. Shutemov · 8 years ago
- e496cf3 thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE by Kirill A. Shutemov · 8 years ago
- f3f0e1d khugepaged: add support of collapse for tmpfs/shmem pages by Kirill A. Shutemov · 8 years ago
- 4595ef8 shmem: make shmem_inode_info::lock irq-safe by Kirill A. Shutemov · 8 years ago
- 988ddb7 khugepaged: move up_read(mmap_sem) out of khugepaged_alloc_page() by Kirill A. Shutemov · 8 years ago
- b46e756 thp: extract khugepaged from mm/huge_memory.c by Kirill A. Shutemov · 8 years ago
- 657e303 shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappings by Kirill A. Shutemov · 8 years ago
- 800d8c6 shmem: add huge pages support by Kirill A. Shutemov · 8 years ago
- c01d5b3 shmem: get_unmapped_area align huge page by Hugh Dickins · 8 years ago
- 5a6e75f shmem: prepare huge= mount option and sysfs knob by Kirill A. Shutemov · 8 years ago
- 65c4537 mm, rmap: account shmem thp pages by Kirill A. Shutemov · 8 years ago
- fc127da truncate: handle file thp by Kirill A. Shutemov · 8 years ago
- 8392937 filemap: prepare find and delete operations for huge pages by Kirill A. Shutemov · 8 years ago
- 7751b2d vmscan: split file huge pages before paging them out by Kirill A. Shutemov · 8 years ago
- 9a73f61 thp, mlock: do not mlock PTE-mapped file huge pages by Kirill A. Shutemov · 8 years ago
- baa355f thp: file pages support for split_huge_page() by Kirill A. Shutemov · 8 years ago
- 37f9f55 thp: run vma_adjust_trans_huge() outside i_mmap_rwsem by Kirill A. Shutemov · 8 years ago
- b237ade thp: prepare change_huge_pmd() for file thp by Kirill A. Shutemov · 8 years ago
- 628d47c thp: skip file huge pmd on copy_huge_pmd() by Kirill A. Shutemov · 8 years ago
- af9e4d5 thp: handle file COW faults by Kirill A. Shutemov · 8 years ago
- d21b9e5 thp: handle file pages in split_huge_pmd() by Kirill A. Shutemov · 8 years ago
- b507238 thp: support file pages in zap_huge_pmd() by Kirill A. Shutemov · 8 years ago
- 95ecedc thp, vmstats: add counters for huge file pages by Kirill A. Shutemov · 8 years ago
- 1010245 mm: introduce do_set_pmd() by Kirill A. Shutemov · 8 years ago
- dd78fed rmap: support file thp by Kirill A. Shutemov · 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
- 1f52e67 khugepaged: recheck pmd after mmap_sem re-acquired by Kirill A. Shutemov · 8 years ago
- 8024ee2 mm, thp: fix locking inconsistency in collapse_huge_page by Ebru Akagunduz · 8 years ago
- 7269586 mm, thp: make swapin readahead under down_read of mmap_sem by Ebru Akagunduz · 8 years ago
- 8a966ed mm: make swapin readahead to improve thp collapse rate by Ebru Akagunduz · 8 years ago
- 70652f6 mm: make optimistic check for swapin readahead by Ebru Akagunduz · 8 years ago
- ef3cc4d mm/memblock.c:memblock_add_range(): if nr_new is 0 just return by nimisolo · 8 years ago
- 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
- e5e3f4c mm, oom_reaper: make sure that mmput_async is called only when memory was reaped by Michal Hocko · 8 years ago
- 91537fe mm: add NR_ZSMALLOC to vmstat by Minchan Kim · 8 years ago
- 8ea1d2a mm, frontswap: convert frontswap_enabled to static key by Vlastimil Babka · 8 years ago
- fbe84a0 mm,oom: remove unused argument from oom_scan_process_thread(). by Tetsuo Handa · 8 years ago
- 5e8d35f mm: memcontrol: teach uncharge_list to deal with kmem pages by Vladimir Davydov · 8 years ago
- 4949148 mm: charge/uncharge kmemcg from generic page allocator paths by Vladimir Davydov · 8 years ago
- 4526477 mm: memcontrol: cleanup kmem charge functions by Vladimir Davydov · 8 years ago
- e77b085 mm/mmu_gather: track page size with mmu gather and force flush if page size change by Aneesh Kumar K.V · 8 years ago
- e9d55e1 mm: change the interface for __tlb_remove_page() by Aneesh Kumar K.V · 8 years ago
- 31d49da mm/hugetlb: simplify hugetlb unmap by Aneesh Kumar K.V · 8 years ago
- 337d9ab mm: thp: check pmd_trans_unstable() after split_huge_pmd() by Naoya Horiguchi · 8 years ago
- e3a2713 mm/page_isolation: clean up confused code by Joonsoo Kim · 8 years ago
- 46f24fd mm/page_alloc: introduce post allocation processing on page allocator by Joonsoo Kim · 8 years ago
- f2ca0b5 mm/page_owner: use stackdepot to store stacktrace by Joonsoo Kim · 8 years ago
- a9627bc mm/page_owner: introduce split_page_owner and replace manual handling by Joonsoo Kim · 8 years ago
- a8efe1c mm/page_owner: copy last_migrate_reason in copy_page_owner() by Joonsoo Kim · 8 years ago
- 83358ec mm/page_owner: initialize page owner without holding the zone lock by Joonsoo Kim · 8 years ago
- 66c6422 mm/compaction: split freepages without holding the zone lock by Joonsoo Kim · 8 years ago
- 3b1d9ca zsmalloc: use OBJ_TAG_BIT for bit shifter by Minchan Kim · 8 years ago
- 48b4800 zsmalloc: page migration support by Minchan Kim · 8 years ago
- bfd093f zsmalloc: use freeobj for index by Minchan Kim · 8 years ago
- 4aa409c zsmalloc: separate free_zspage from putback_zspage by Minchan Kim · 8 years ago
- 3783689 zsmalloc: introduce zspage structure by Minchan Kim · 8 years ago
- bdb0af7 zsmalloc: factor page chain functionality out by Minchan Kim · 8 years ago
- 4f42047 zsmalloc: use accessor by Minchan Kim · 8 years ago
- 1b8320b zsmalloc: use bit_spin_lock by Minchan Kim · 8 years ago
- 1fc6e27 zsmalloc: keep max_object in size_class by Minchan Kim · 8 years ago
- b1123ea6 mm: balloon: use general non-lru movable page feature by Minchan Kim · 8 years ago
- bda807d mm: migrate: support non-lru movable page migration by Minchan Kim · 8 years ago
- c6c919e mm: use put_page() to free page instead of putback_lru_page() by Minchan Kim · 8 years ago
- 2a966b7 mm: oom: add memcg to oom_control by Vladimir Davydov · 8 years ago
- 798fd75 mm: zap ZONE_OOM_LOCKED by Vladimir Davydov · 8 years ago
- df429ac memory-hotplug: more general validation of zone during online by Reza Arbab · 8 years ago
- e51e6c8 memory-hotplug: add move_pfn_range() by Reza Arbab · 8 years ago
- 90cae1f mm/init: fix zone boundary creation by Oliver O'Halloran · 8 years ago
- 48406ef mm/memcontrol.c: remove the useless parameter for mc_handle_swap_pte by Li RongQing · 8 years ago
- de24bae mm/slab: use list_move instead of list_del/list_add by Wei Yongjun · 8 years ago
- 72baeef0c slab: do not panic on invalid gfp_mask by Michal Hocko · 8 years ago
- bacdcb3 slab: make GFP_SLAB_BUG_MASK information more human readable by Michal Hocko · 8 years ago
- 210e7a4 mm: SLUB freelist randomization by Thomas Garnier · 8 years ago
- 7c00fce mm: reorganize SLAB freelist randomization by Thomas Garnier · 8 years ago
- 6c60d2b fs/fs-writeback.c: add a new writeback list for sync by Dave Chinner · 8 years ago
- d05d7f4 Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
- 015cd86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
- 0f65726 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 73f576c mm: memcontrol: fix cgroup creation failure after many small jobs by Johannes Weiner · 8 years ago
- d3d36c4 mm: workingset: printk missing log level, use pr_info() by Anton Blanchard · 8 years ago
- 5a49973 mm: thp: refix false positive BUG in page_move_anon_rmap() by Hugh Dickins · 8 years ago
- 55bda43 mm: rmap: call page_check_address() with sync enabled to avoid racy check by Naoya Horiguchi · 8 years ago
- 33f4751 mm: thp: move pmd check inside ptl for freeze_page() by Naoya Horiguchi · 8 years ago
- ef70b6f mm, meminit: ensure node is online before checking whether pages are uninitialised by Mel Gorman · 8 years ago
- e4568d3 mm, meminit: always return a valid node from early_pfn_to_nid by Mel Gorman · 8 years ago
- 0ab686d kasan/quarantine: fix bugs on qlist_move_cache() by Joonsoo Kim · 8 years ago
- 9818b8c madvise_free, thp: fix madvise_free_huge_pmd return value after splitting by Huang Ying · 8 years ago
- a46cbf3 mm, compaction: prevent VM_BUG_ON when terminating freeing scanner by David Rientjes · 8 years ago
- 7f55656 tmpfs: fix regression hang in fallocate undo by Hugh Dickins · 8 years ago
- b059a45 x86/vdso: Add mremap hook to vm_special_mapping by Dmitry Safonov · 8 years ago