summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2016-10-07mm: fix cache mode tracking in vm_insert_mixed()Dan Williams
2016-10-07mm: make sure that kthreads will not refault oom reaped memoryMichal Hocko
2016-09-30Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2016-09-25mm: check VMA flags to avoid invalid PROT_NONE NUMA balancingLorenzo Stoakes
2016-09-13sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flagsRik van Riel
2016-08-02mm: move swap-in anonymous page into active listMinchan Kim
2016-08-02mm: fail prefaulting if page table allocation failsVegard Nossum
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov
2016-07-26shmem: add huge pages supportKirill A. Shutemov
2016-07-26thp: handle file COW faultsKirill A. Shutemov
2016-07-26thp, vmstats: add counters for huge file pagesKirill A. Shutemov
2016-07-26mm: introduce do_set_pmd()Kirill A. Shutemov
2016-07-26rmap: support file thpKirill A. Shutemov
2016-07-26mm: postpone page table allocation until we have page to mapKirill A. Shutemov
2016-07-26mm: introduce fault_envKirill A. Shutemov
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-07-26mm: make swapin readahead to improve thp collapse rateEbru Akagunduz
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins
2016-06-24Revert "mm: disable fault around on emulated access bit architecture"Kirill A. Shutemov
2016-06-24Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-05-20mm: disable fault around on emulated access bit architectureMinchan Kim
2016-05-20mm: make faultaround produce old ptesKirill A. Shutemov
2016-05-20mm: fix incorrect pfn passed to untrack_pfn() in remap_pfn_range()Yongji Xie
2016-05-19dax: Remove i_mmap_lock protectionJan Kara
2016-05-19dax: Use radix tree entry lock to protect cow faultsJan Kara
2016-05-12mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli
2016-05-05huge pagecache: mmap_sem is unlocked when truncation splits pmdHugh Dickins
2016-04-28numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-25mm, oom: introduce oom reaperMichal Hocko
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-03-17mm: convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-03-15mm: use linear_page_index() in do_fault()Matthew Wilcox
2016-03-15mm/memory.c: make apply_to_page_range() more robustMika Penttilä
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar
2016-02-27mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2016-02-18mm/core, x86/mm/pkeys: Differentiate instruction fetchesDave Hansen
2016-02-18mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen
2016-02-18mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2016-02-16mm/gup: Introduce get_user_pages_remote()Dave Hansen
2016-02-16Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeysIngo Molnar
2016-02-03mm: retire GUP WARN_ON_ONCE that outlived its usefulnessHugh Dickins
2016-01-31mm: fix pfn_t to page conversion in vm_insert_mixedDan Williams