summaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-01mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V1-4/+30
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-09-05mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra1-0/+18
2018-09-05mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin1-3/+3
2018-09-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-09-05mm: delete historical BUG from zap_pmd_range()Hugh Dickins1-4/+2
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen1-10/+27
2018-02-22mm: hide a #warning for COMPILE_TESTArnd Bergmann1-1/+1
2017-10-04mm/device-public-memory: fix edge case in _vm_normal_page()Reza Arbab1-1/+1
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso1-2/+2
2017-09-09mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour1-5/+5
2017-09-09mm/memory.c: remove reduntant check for write accessAnshuman Khandual1-3/+2
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-5/+41
2017-09-09mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+61
2017-09-09mm: thp: check pmd migration entry in common pathZi Yan1-2/+10
2017-09-07mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying1-4/+38
2017-09-07mm, swap: VMA based swap readaheadHuang Ying1-5/+18
2017-09-07mm, THP, swap: make reuse_swap_page() works for THP swapped outHuang Ying1-3/+3
2017-09-07mm: always flush VMA ranges affected by zap_page_rangeMel Gorman1-1/+13
2017-09-07mm: add vm_insert_mixed_mkwrite()Ross Zwisler1-7/+43
2017-09-01dax: update to new mmu_notifier semanticJérôme Glisse1-5/+21
2017-08-19mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko1-26/+20
2017-08-19mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko1-1/+11
2017-08-11mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim1-2/+16
2017-08-11mm: refactor TLB gathering APIMinchan Kim1-7/+21
2017-08-03mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman1-0/+1
2017-07-13mm/memory.c: mark create_huge_pmd() inline to prevent build failureGeert Uytterhoeven1-1/+1
2017-07-11mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTEYevgen Pronenko1-2/+2
2017-07-07mm: per-cgroup memory reclaim statsRoman Gushchin1-2/+2
2017-07-07mm: drop NULL return check of pte_offset_map_lock()Naoya Horiguchi1-2/+0
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins1-38/+0
2017-06-03mm: avoid spurious 'bad pmd' warning messagesRoss Zwisler1-10/+30
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro1-34/+196
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-09mm: introduce __p4d_alloc()Kirill A. Shutemov1-0/+23
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-34/+173
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-02-25mm/autonuma: let architecture override how the write bit should be stashed in...Aneesh Kumar K.V1-1/+1
2017-02-25mm/autonuma: don't use set_pte_at when updating protnone ptesAneesh Kumar K.V1-9/+9
2017-02-25mm: codgin-style fixesTobin C Harding1-31/+29
2017-02-25mm/memory.c: use NULL instead of literal 0Tobin C Harding1-3/+3
2017-02-25mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang1-13/+4
2017-02-25mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox1-7/+81
2017-02-25mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang1-6/+12
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-3/+3
2017-02-23mm: drop unused argument of zap_page_range()Kirill A. Shutemov1-3/+2
2017-02-23mm: drop zap_details::check_swap_entriesKirill A. Shutemov1-2/+2