summaryrefslogtreecommitdiffstats
path: root/mm/memory.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-141-5/+6
|\
| * memcontrol: schedule throttling if we are congestedTejun Heo2018-07-091-5/+6
* | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2018-08-141-10/+27
|\ \
| * | x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2018-06-201-10/+27
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-131-8/+14
|\ \
| * | x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel2018-07-171-8/+14
| |/
* | mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com2018-08-101-0/+3
* | mm: delete historical BUG from zap_pmd_range()Hugh Dickins2018-08-011-4/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-06-071-13/+23
|\
| * mm: remove odd HAVE_PTE_SPECIALLaurent Dufour2018-06-071-9/+6
| * mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-1/+1
| * fs/dax.c: use new return type vm_fault_tSouptick Joarder2018-06-071-4/+17
* | mm: Remove return value of zap_vma_ptes()Leon Romanovsky2018-06-011-4/+3
|/
* mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim2018-04-051-7/+4
* mm: swap: clean up swap readaheadMinchan Kim2018-04-051-20/+6
* mm, swap: Add infrastructure for saving page metadata on swapKhalid Aziz2018-03-181-0/+1
* mm: hide a #warning for COMPILE_TESTArnd Bergmann2018-02-161-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-061-4/+0
|\
| * mm: remove unneeded kallsyms includeSergey Senozhatsky2018-02-061-4/+0
* | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-061-1/+15
|\ \ | |/ |/|
| * mm, dax: introduce pfn_t_special()Dan Williams2018-01-191-1/+15
* | mm: correct comments regarding do_fault_around()William Kucharski2018-01-311-11/+11
* | mm: add unmap_mapping_pages()Matthew Wilcox2018-01-311-12/+31
* | mm: update comment describing tlb_gather_mmuMike Rapoport2018-01-311-4/+11
* | mm/memory.c: release locked page in do_swap_page()Minchan Kim2018-01-191-2/+8
|/
* Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-151-4/+4
* mm/memory.c: mark wp_huge_pmd() inline to prevent build failureGeert Uytterhoeven2017-12-141-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-291-4/+4
|\
| * mm: replace pte_write with pte_access_permitted in fault + gup pathsDan Williams2017-11-291-2/+2
| * mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-291-1/+1
| * mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams2017-11-291-1/+1
* | Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds2017-11-291-1/+1
|/
* mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov2017-11-271-1/+1
* mm: do not rely on preempt_count in print_vma_addrMichal Hocko2017-11-151-5/+3
* mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-4/+4
* mm: account pud page tablesKirill A. Shutemov2017-11-151-6/+9
* mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse2017-11-151-1/+5
* mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe...Minchan Kim2017-11-151-9/+10
* mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim2017-11-151-16/+36
* locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Paul E. McKenney2017-10-251-3/+3
* mm/device-public-memory: fix edge case in _vm_normal_page()Reza Arbab2017-10-031-1/+1
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-081-2/+2
* mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour2017-09-081-5/+5
* mm/memory.c: remove reduntant check for write accessAnshuman Khandual2017-09-081-3/+2
* mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-081-5/+41
* mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse2017-09-081-0/+61
* mm: thp: check pmd migration entry in common pathZi Yan2017-09-081-2/+10
* mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying2017-09-061-4/+38
* mm, swap: VMA based swap readaheadHuang Ying2017-09-061-5/+18
* mm, THP, swap: make reuse_swap_page() works for THP swapped outHuang Ying2017-09-061-3/+3