| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | mm/thp/autonuma: use TNF flag instead of vm fault | Aneesh Kumar K.V | 2017-02-24 | 1 | -1/+1 |
* | mm/autonuma: let architecture override how the write bit should be stashed in... | Aneesh Kumar K.V | 2017-02-24 | 1 | -3/+3 |
* | mm: convert try_to_unmap_one() to use page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-24 | 1 | -12/+4 |
* | mm: introduce page_vma_mapped_walk() | Kirill A. Shutemov | 2017-02-24 | 1 | -3/+6 |
* | mm, x86: add support for PUD-sized transparent hugepages | Matthew Wilcox | 2017-02-24 | 1 | -0/+249 |
* | mm, thp: add new defer+madvise defrag option | David Rientjes | 2017-02-22 | 1 | -72/+74 |
* | mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp | Keno Fischer | 2017-01-24 | 1 | -1/+17 |
* | mm: pmd dirty emulation in page fault handler | Minchan Kim | 2017-01-10 | 1 | -2/+4 |
* | mm: get rid of __GFP_OTHER_NODE | Michal Hocko | 2017-01-10 | 1 | -2/+1 |
* | mm: join struct fault_env and vm_fault | Jan Kara | 2016-12-14 | 1 | -86/+87 |
* | mm: make transparent hugepage size public | Hugh Dickins | 2016-12-12 | 1 | -0/+10 |
* | mm: THP page cache support for ppc64 | Aneesh Kumar K.V | 2016-12-12 | 1 | -0/+17 |