summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-09-16Merge branch 'amlogic-4.9-dev' into bringup/amlogic-4.9/sync20190611_forQ_mer...Jianxin Pan869-228459/+107099
2019-06-20mm: fix cma allocation time too long [1/1]Tao Zeng15-13/+191
2019-02-20mm: stop leaking PageTablesHugh Dickins1-6/+15
2019-01-23mm, memcg: fix reclaim deadlock with writebackMichal Hocko1-0/+22
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-09-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen5-7/+113
2018-02-28mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler1-10/+30
2018-02-22mm: hide a #warning for COMPILE_TESTArnd Bergmann1-1/+1
2017-09-13mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour1-5/+5
2017-08-25mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko1-1/+11
2017-08-11mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman7-1/+49
2017-06-24mm: larger stack guard gap, between vmasHugh Dickins23-163/+152
2017-01-06ptrace: Don't allow accessing an undumpable mmEric W. Biederman11-17/+52
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes17-54/+84
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes4-19/+20
2016-10-19mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2-11/+21
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes9-27/+40
2016-10-08mm: fix cache mode tracking in vm_insert_mixed()Dan Williams1-2/+6
2016-10-08mm: make sure that kthreads will not refault oom reaped memoryMichal Hocko3-0/+22
2016-09-30Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar155-716/+1245
2016-09-25mm: check VMA flags to avoid invalid PROT_NONE NUMA balancingLorenzo Stoakes2-8/+7
2016-09-13sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flagsRik van Riel2-2/+2
2016-08-02mm: move swap-in anonymous page into active listMinchan Kim1-0/+1
2016-08-02mm: fail prefaulting if page table allocation failsVegard Nossum1-0/+2
2016-07-26thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov6-21/+41
2016-07-26shmem: add huge pages supportKirill A. Shutemov9-70/+331
2016-07-26thp: handle file COW faultsKirill A. Shutemov1-0/+5
2016-07-26thp, vmstats: add counters for huge file pagesKirill A. Shutemov3-0/+10
2016-07-26mm: introduce do_set_pmd()Kirill A. Shutemov4-8/+74
2016-07-26rmap: support file thpKirill A. Shutemov6-20/+52
2016-07-26mm: postpone page table allocation until we have page to mapKirill A. Shutemov3-127/+197
2016-07-26mm: introduce fault_envKirill A. Shutemov10-516/+475
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov36-51/+48
2016-07-26mm: make swapin readahead to improve thp collapse rateEbru Akagunduz4-4/+69
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V9-9/+93
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V7-30/+94
2016-07-15mm: thp: refix false positive BUG in page_move_anon_rmap()Hugh Dickins4-10/+6
2016-06-25Revert "mm: disable fault around on emulated access bit architecture"Kirill A. Shutemov1-8/+0
2016-06-25Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov3-20/+7
2016-05-27Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-235/+513
2016-05-21mm: disable fault around on emulated access bit architectureMinchan Kim1-0/+8
2016-05-21mm: make faultaround produce old ptesKirill A. Shutemov3-7/+20
2016-05-21mm: fix incorrect pfn passed to untrack_pfn() in remap_pfn_range()Yongji Xie1-2/+3
2016-05-19dax: Remove i_mmap_lock protectionJan Kara2-21/+5
2016-05-19dax: Use radix tree entry lock to protect cow faultsJan Kara4-27/+37
2016-05-12mm: thp: calculate the mapcount correctly for THP pages during WP faultsAndrea Arcangeli5-26/+95
2016-05-06huge pagecache: mmap_sem is unlocked when truncation splits pmdHugh Dickins1-9/+2
2016-04-29numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer3-3/+72
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov65-135/+120
[next]