aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c
AgeCommit message (Expand)Author
2021-12-08hugetlbfs: flush TLBs correctly after huge_pmd_unshareNadav Amit
2021-04-07mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy
2021-03-03hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz
2021-03-03mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin
2020-10-01mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov
2020-10-01mm: fix double page fault on arm64 if PTE_AF is clearedJia He
2019-05-16mm/memory.c: fix modifying of page protection by insert_pfn()Jan Kara
2019-05-02mm: Fix warning in insert_pfn()Jan Kara
2019-01-16mm, memcg: fix reclaim deadlock with writebackMichal Hocko
2018-12-01mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra
2018-09-05mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra
2018-09-05mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin
2018-09-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com
2018-09-05mm: delete historical BUG from zap_pmd_range()Hugh Dickins
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-02-22mm: hide a #warning for COMPILE_TESTArnd Bergmann
2017-10-03mm/device-public-memory: fix edge case in _vm_normal_page()Reza Arbab
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-08mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour
2017-09-08mm/memory.c: remove reduntant check for write accessAnshuman Khandual
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan
2017-09-06mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying
2017-09-06mm, swap: VMA based swap readaheadHuang Ying
2017-09-06mm, THP, swap: make reuse_swap_page() works for THP swapped outHuang Ying
2017-09-06mm: always flush VMA ranges affected by zap_page_rangeMel Gorman
2017-09-06mm: add vm_insert_mixed_mkwrite()Ross Zwisler
2017-08-31dax: update to new mmu_notifier semanticJérôme Glisse
2017-08-18mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko
2017-08-18mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim
2017-08-10mm: refactor TLB gathering APIMinchan Kim
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-07-12mm/memory.c: mark create_huge_pmd() inline to prevent build failureGeert Uytterhoeven
2017-07-10mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTEYevgen Pronenko
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin
2017-07-06mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-06-02mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
2017-03-28new helper: uaccess_kernel()Al Viro
2017-03-09mm: introduce __p4d_alloc()Kirill A. Shutemov
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-24mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V