Age | Commit message (Expand) | Author |
2016-08-02 | mm: move swap-in anonymous page into active list | Minchan Kim |
2016-08-02 | mm: fail prefaulting if page table allocation fails | Vegard Nossum |
2016-07-26 | thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHE | Kirill A. Shutemov |
2016-07-26 | shmem: add huge pages support | Kirill A. Shutemov |
2016-07-26 | thp: handle file COW faults | Kirill A. Shutemov |
2016-07-26 | thp, vmstats: add counters for huge file pages | Kirill A. Shutemov |
2016-07-26 | mm: introduce do_set_pmd() | Kirill A. Shutemov |
2016-07-26 | rmap: support file thp | Kirill A. Shutemov |
2016-07-26 | mm: postpone page table allocation until we have page to map | Kirill A. Shutemov |
2016-07-26 | mm: introduce fault_env | Kirill A. Shutemov |
2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov |
2016-07-26 | mm: make swapin readahead to improve thp collapse rate | Ebru Akagunduz |
2016-07-26 | mm/mmu_gather: track page size with mmu gather and force flush if page size c... | Aneesh Kumar K.V |
2016-07-26 | mm: change the interface for __tlb_remove_page() | Aneesh Kumar K.V |
2016-07-15 | mm: thp: refix false positive BUG in page_move_anon_rmap() | Hugh Dickins |
2016-06-25 | Revert "mm: disable fault around on emulated access bit architecture" | Kirill A. Shutemov |
2016-06-25 | Revert "mm: make faultaround produce old ptes" | Kirill A. Shutemov |
2016-05-27 | Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-05-21 | mm: disable fault around on emulated access bit architecture | Minchan Kim |
2016-05-21 | mm: make faultaround produce old ptes | Kirill A. Shutemov |
2016-05-21 | mm: fix incorrect pfn passed to untrack_pfn() in remap_pfn_range() | Yongji Xie |
2016-05-19 | dax: Remove i_mmap_lock protection | Jan Kara |
2016-05-19 | dax: Use radix tree entry lock to protect cow faults | Jan Kara |
2016-05-12 | mm: thp: calculate the mapcount correctly for THP pages during WP faults | Andrea Arcangeli |
2016-05-06 | huge pagecache: mmap_sem is unlocked when truncation splits pmd | Hugh Dickins |
2016-04-29 | numa: fix /proc/<pid>/numa_maps for THP | Gerald Schaefer |
2016-04-04 | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-03-25 | mm, oom: introduce oom reaper | Michal Hocko |
2016-03-21 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-03-17 | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches |
2016-03-17 | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov |
2016-03-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-03-15 | mm: use linear_page_index() in do_fault() | Matthew Wilcox |
2016-03-15 | mm/memory.c: make apply_to_page_range() more robust | Mika Penttilä |
2016-03-07 | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix | Ingo Molnar |
2016-02-27 | mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED | Andrea Arcangeli |
2016-02-18 | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen |
2016-02-18 | mm/core: Do not enforce PKEY permissions on remote mm access | Dave Hansen |
2016-02-18 | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen |
2016-02-18 | Merge branch 'x86/urgent' into x86/asm, to pick up fixes | Ingo Molnar |
2016-02-16 | mm/gup: Introduce get_user_pages_remote() | Dave Hansen |
2016-02-16 | Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys | Ingo Molnar |
2016-02-03 | mm: retire GUP WARN_ON_ONCE that outlived its usefulness | Hugh Dickins |
2016-01-31 | mm: fix pfn_t to page conversion in vm_insert_mixed | Dan Williams |
2016-01-29 | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c... | Ingo Molnar |
2016-01-21 | mm: free swap cache aggressively if memcg swap is full | Vladimir Davydov |
2016-01-16 | mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd | Dan Williams |
2016-01-16 | mm, dax: convert vmf_insert_pfn_pmd() to pfn_t | Dan Williams |
2016-01-16 | mm, dax, gpu: convert vm_insert_mixed to pfn_t | Dan Williams |