summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2021-10-18Merge remote-tracking branch 'common/android-4.4-p' into lineage-18.1-caf-msm...Michael Bestas
2021-10-17mm: check VMA flags to avoid invalid PROT_NONE NUMA balancingLorenzo Stoakes
2021-04-19Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2021-04-07mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy
2021-03-17Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2021-03-03mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin
2018-12-21Merge android-4.4.168 (66a37fc) into msm-4.4Srinivasarao P
2018-12-17mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2018-12-17mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2018-12-17mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2018-09-12Merge android-4.4.155 (b3f777e) into msm-4.4Srinivasarao P
2018-09-12Merge android-4.4.154 (d762e28) into msm-4.4Srinivasarao P
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-24Merge android-4.4.148 (f057ff9) into msm-4.4Srinivasarao P
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-08-15mm: fix cache mode tracking in vm_insert_mixed()Dan Williams
2018-08-15mm: Add vm_insert_pfn_prot()Andy Lutomirski
2018-04-24Merge android-4.4.129 (b1c4836) into msm-4.4Srinivasarao P
2018-04-24mm: allow GFP_{FS,IO} for page_cache_read page cache allocationMichal Hocko
2018-03-01Merge android-4.4.117 (4ec3656) into msm-4.4Srinivasarao P
2018-02-22mm: hide a #warning for COMPILE_TESTArnd Bergmann
2017-09-01Merge android-4.4@4b8fc9f (v4.4.82) into msm-4.4Blagovest Kolenichev
2017-08-11mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-06-28Merge branch 'android-4.4@77ddb50' (v4.4.74) into 'msm-4.4'Blagovest Kolenichev
2017-06-26mm: larger stack guard gap, between vmasHugh Dickins
2016-10-21Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Runmin Wang
2016-08-26Revert "Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4"Trilok Soni
2016-08-18Merge remote-tracking branch 'msm-4.4/tmp-510d0a3f' into msm-4.4Trilok Soni
2016-07-12Merge remote-tracking branch 'origin/tmp-917a9a9133a6' into lskRunmin Wang
2016-05-04numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer
2016-03-23mm: memory: reduce fault_around_bytesVinayak Menon
2016-03-22mm: swap: don't delay swap free for fast swap devicesVinayak Menon
2016-03-03mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2015-11-18mm, dax: fix DAX deadlocks (COW fault)Yigal Korman
2015-10-16mm, dax: fix DAX deadlocksRoss Zwisler
2015-09-10mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd()Kirill A. Shutemov
2015-09-08mm, dax: use i_mmap_unlock_write() in do_cow_fault()Kirill A. Shutemov
2015-09-08mm: take i_mmap_lock in unmap_mapping_range() for DAXKirill A. Shutemov
2015-09-08dax: fix race between simultaneous faultsMatthew Wilcox
2015-09-08mm: add a pmd_fault handlerMatthew Wilcox
2015-09-08mm: introduce vma_is_anonymous(vma) helperOleg Nesterov
2015-09-04mm/memory.c: make tlb_next_batch() return boolNicholas Krause
2015-09-04userfaultfd: call handle_userfault() for userfaultfd_missing() faultsAndrea Arcangeli
2015-07-09mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-24mm, memcg: Try charging a page before setting page up to dateMel Gorman
2015-06-23vfs: add file_path() helperMiklos Szeredi
2015-05-19sched/preempt, mm/fault: Trigger might_sleep() in might_fault() with disabled...David Hildenbrand
2015-04-15mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh