summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2019-02-20mm: stop leaking PageTablesHugh Dickins
2019-01-23mm, memcg: fix reclaim deadlock with writebackMichal Hocko
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra
2018-09-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-02-28mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler
2018-02-22mm: hide a #warning for COMPILE_TESTArnd Bergmann
2017-09-13mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour
2017-08-24mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko
2017-08-11mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-19mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes
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