| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/thp: remove pmd_huge_split_prepare() | Aneesh Kumar K.V | 2018-01-31 | 1 | -37/+35 |
* | mm: use updated pmdp_invalidate() interface to track dirty/accessed bits | Kirill A. Shutemov | 2018-01-31 | 1 | -17/+12 |
* | mm/huge_memory.c: fix comment in __split_huge_pmd_locked | Yisheng Xie | 2018-01-31 | 1 | -4/+3 |
* | Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths" | Linus Torvalds | 2017-12-15 | 1 | -3/+3 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-29 | 1 | -3/+3 |
|\ |
|
| * | mm: replace pmd_write with pmd_access_permitted in fault + gup paths | Dan Williams | 2017-11-29 | 1 | -2/+2 |
| * | mm: replace pud_write with pud_access_permitted in fault + gup paths | Dan Williams | 2017-11-29 | 1 | -1/+1 |
* | | Revert "mm, thp: Do not make pmd/pud dirty without a reason" | Linus Torvalds | 2017-11-29 | 1 | -19/+12 |
|/ |
|
* | mm, thp: Do not make pmd/pud dirty without a reason | Kirill A. Shutemov | 2017-11-27 | 1 | -12/+19 |
* | mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d() | Kirill A. Shutemov | 2017-11-27 | 1 | -23/+13 |
* | mm: consolidate page table accounting | Kirill A. Shutemov | 2017-11-15 | 1 | -1/+1 |
* | mm: introduce wrappers to access mm->nr_ptes | Kirill A. Shutemov | 2017-11-15 | 1 | -5/+5 |
* | mm/mmu_notifier: avoid call to invalidate_range() in range_end() | Jérôme Glisse | 2017-11-15 | 1 | -4/+42 |
* | mm/mmu_notifier: avoid double notification when it is useless | Jérôme Glisse | 2017-11-15 | 1 | -3/+17 |
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -4/+4 |
|\ |
|
| * | mm/huge_memory.c: fixup grammar in comment | Michael DeGuzis | 2017-10-12 | 1 | -4/+4 |
* | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 1 | -0/+3 |
|\ \ |
|
| * | | mm/huge_memory.c: deposit page table when copying a PMD migration entry | Zi Yan | 2017-11-03 | 1 | -0/+3 |
| |/ |
|
* / | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
|/ |
|
* | mm: soft-dirty: keep soft-dirty bits over thp migration | Naoya Horiguchi | 2017-09-08 | 1 | -3/+24 |
* | mm: thp: check pmd migration entry in common path | Zi Yan | 2017-09-08 | 1 | -6/+59 |
* | mm: thp: enable thp migration in generic path | Zi Yan | 2017-09-08 | 1 | -5/+79 |
* | mm: thp: introduce separate TTU flag for thp freezing | Naoya Horiguchi | 2017-09-08 | 1 | -1/+1 |
* | mm: hugetlb: clear target sub-page last when clearing huge page | Huang Ying | 2017-09-06 | 1 | -2/+2 |
* | mm, THP, swap: support splitting THP for THP swap out | Huang Ying | 2017-09-06 | 1 | -1/+9 |
* | mm, THP, swap: make reuse_swap_page() works for THP swapped out | Huang Ying | 2017-09-06 | 1 | -1/+15 |
* | mm/huge_memory.c: constify attribute_group structures | Arvind Yadav | 2017-09-06 | 1 | -1/+1 |
* | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 2017-08-25 | 1 | -8/+22 |
|\ |
|
| * | mm, oom: fix potential data corruption when oom_reaper races with writer | Michal Hocko | 2017-08-18 | 1 | -8/+22 |
* | | mm, locking: Fix up flush_tlb_pending() related merge in do_huge_pmd_numa_page() | Peter Zijlstra | 2017-08-11 | 1 | -17/+5 |
* | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-08-11 | 1 | -0/+7 |
|\| |
|
| * | Revert "mm: numa: defer TLB flush for THP migration as long as possible" | Nadav Amit | 2017-08-10 | 1 | -0/+7 |
* | | mm, locking: Rework {set,clear,mm}_tlb_flush_pending() | Peter Zijlstra | 2017-08-10 | 1 | -0/+20 |
|/ |
|
* | mm, THP, swap: check whether THP can be split firstly | Huang Ying | 2017-07-06 | 1 | -4/+16 |
* | mm, THP, swap: delay splitting THP during swap out | Huang Ying | 2017-07-06 | 1 | -3/+8 |
* | thp, mm: fix crash due race in MADV_FREE handling | Kirill A. Shutemov | 2017-07-06 | 1 | -1/+1 |
* | mm: numa: avoid waiting on freed migrated pages | Mark Rutland | 2017-06-17 | 1 | -1/+7 |
* | mm/huge_memory.c: deposit a pgtable for DAX PMD faults when required | Oliver O'Halloran | 2017-05-08 | 1 | -2/+18 |
* | mm/huge_memory.c: use zap_deposited_table() more | Oliver O'Halloran | 2017-05-08 | 1 | -6/+2 |
* | mm: make ttu's return boolean | Minchan Kim | 2017-05-03 | 1 | -3/+3 |
* | mm: reclaim MADV_FREE pages | Shaohua Li | 2017-05-03 | 1 | -0/+2 |
* | mm: move MADV_FREE pages into LRU_INACTIVE_FILE list | Shaohua Li | 2017-05-03 | 1 | -3/+0 |
* | mm: don't assume anonymous pages have SwapBacked flag | Shaohua Li | 2017-05-03 | 1 | -1/+0 |
* | thp: fix MADV_DONTNEED vs. MADV_FREE race | Kirill A. Shutemov | 2017-04-13 | 1 | -2/+1 |
* | thp: fix MADV_DONTNEED vs. numa balancing race | Kirill A. Shutemov | 2017-04-13 | 1 | -1/+33 |
* | thp: reduce indentation level in change_huge_pmd() | Kirill A. Shutemov | 2017-04-13 | 1 | -26/+26 |
* | mm, thp: fix setting of defer+madvise thp defrag mode | David Rientjes | 2017-04-08 | 1 | -6/+6 |
* | Merge branch 'prep-for-5level' | Linus Torvalds | 2017-03-10 | 1 | -1/+6 |
|\ |
|
| * | mm: convert generic code to 5-level paging | Kirill A. Shutemov | 2017-03-09 | 1 | -1/+6 |
* | | mm/vmstats: add thp_split_pud event for clarity | Yisheng Xie | 2017-03-09 | 1 | -1/+1 |
|/ |
|