aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memory.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim1-7/+4
2018-04-05mm: swap: clean up swap readaheadMinchan Kim1-20/+6
2018-03-18mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz1-0/+1
2018-02-16mm: hide a #warning for COMPILE_TESTArnd Bergmann1-1/+1
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+0
2018-02-06mm: remove unneeded kallsyms includeSergey Senozhatsky1-4/+0
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+15
2018-01-31mm: correct comments regarding do_fault_around()William Kucharski1-11/+11
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox1-12/+31
2018-01-31mm: update comment describing tlb_gather_mmuMike Rapoport1-4/+11
2018-01-19mm, dax: introduce pfn_t_special()Dan Williams1-1/+15
2018-01-19mm/memory.c: release locked page in do_swap_page()Minchan Kim1-2/+8
2017-12-15Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds1-4/+4
2017-12-14mm/memory.c: mark wp_huge_pmd() inline to prevent build failureGeert Uytterhoeven1-1/+2
2017-11-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+4
2017-11-29mm: replace pte_write with pte_access_permitted in fault + gup pathsDan Williams1-2/+2
2017-11-29mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams1-1/+1
2017-11-29mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams1-1/+1
2017-11-29Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds1-1/+1
2017-11-27mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov1-1/+1
2017-11-15mm: do not rely on preempt_count in print_vma_addrMichal Hocko1-5/+3
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-4/+4
2017-11-15mm: account pud page tablesKirill A. Shutemov1-6/+9
2017-11-15mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse1-1/+5
2017-11-15mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no other referenceMinchan Kim1-9/+10
2017-11-15mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim1-16/+36
2017-10-25locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Paul E. McKenney1-3/+3
2017-10-03mm/device-public-memory: fix edge case in _vm_normal_page()Reza Arbab1-1/+1
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso1-2/+2
2017-09-08mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour1-5/+5
2017-09-08mm/memory.c: remove reduntant check for write accessAnshuman Khandual1-3/+2
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse1-5/+41
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse1-0/+61
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan1-2/+10
2017-09-06mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying1-4/+38
2017-09-06mm, swap: VMA based swap readaheadHuang Ying1-5/+18
2017-09-06mm, THP, swap: make reuse_swap_page() works for THP swapped outHuang Ying1-3/+3
2017-09-06mm: always flush VMA ranges affected by zap_page_rangeMel Gorman1-1/+13
2017-09-06mm: add vm_insert_mixed_mkwrite()Ross Zwisler1-7/+43
2017-08-31dax: update to new mmu_notifier semanticJérôme Glisse1-5/+21
2017-08-18mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko1-26/+20
2017-08-18mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUSMichal Hocko1-1/+11
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim1-2/+16
2017-08-10mm: refactor TLB gathering APIMinchan Kim1-7/+21
2017-08-02mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entriesMel Gorman1-0/+1
2017-07-12mm/memory.c: mark create_huge_pmd() inline to prevent build failureGeert Uytterhoeven1-1/+1
2017-07-10mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTEYevgen Pronenko1-2/+2
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin1-2/+2
2017-07-06mm: 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