Age | Commit message (Expand) | Author |
2017-11-15 | mm: do not rely on preempt_count in print_vma_addr | Michal Hocko |
2017-11-15 | mm: introduce wrappers to access mm->nr_ptes | Kirill A. Shutemov |
2017-11-15 | mm: account pud page tables | Kirill A. Shutemov |
2017-11-15 | mm/mmu_notifier: avoid call to invalidate_range() in range_end() | Jérôme Glisse |
2017-11-15 | mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe... | Minchan Kim |
2017-11-15 | mm, swap: skip swapcache for swapin of synchronous device | Minchan Kim |
2017-10-25 | locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE() | Paul E. McKenney |
2017-10-03 | mm/device-public-memory: fix edge case in _vm_normal_page() | Reza Arbab |
2017-09-08 | lib/interval_tree: fast overlap detection | Davidlohr Bueso |
2017-09-08 | mm/memory.c: fix mem_cgroup_oom_disable() call missing | Laurent Dufour |
2017-09-08 | mm/memory.c: remove reduntant check for write access | Anshuman Khandual |
2017-09-08 | mm/device-public-memory: device memory cache coherent with CPU | Jérôme Glisse |
2017-09-08 | mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory | Jérôme Glisse |
2017-09-08 | mm: thp: check pmd migration entry in common path | Zi Yan |
2017-09-06 | mm: hugetlb: clear target sub-page last when clearing huge page | Huang Ying |
2017-09-06 | mm, swap: VMA based swap readahead | Huang Ying |
2017-09-06 | mm, THP, swap: make reuse_swap_page() works for THP swapped out | Huang Ying |
2017-09-06 | mm: always flush VMA ranges affected by zap_page_range | Mel Gorman |
2017-09-06 | mm: add vm_insert_mixed_mkwrite() | Ross Zwisler |
2017-08-31 | dax: update to new mmu_notifier semantic | Jérôme Glisse |
2017-08-18 | mm, oom: fix potential data corruption when oom_reaper races with writer | Michal Hocko |
2017-08-18 | mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS | Michal Hocko |
2017-08-10 | mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem | Minchan Kim |
2017-08-10 | mm: refactor TLB gathering API | Minchan Kim |
2017-08-02 | mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving... | Mel Gorman |
2017-07-12 | mm/memory.c: mark create_huge_pmd() inline to prevent build failure | Geert Uytterhoeven |
2017-07-10 | mm/memory.c: convert to DEFINE_DEBUGFS_ATTRIBUTE | Yevgen Pronenko |
2017-07-06 | mm: per-cgroup memory reclaim stats | Roman Gushchin |
2017-07-06 | mm: drop NULL return check of pte_offset_map_lock() | Naoya Horiguchi |
2017-06-19 | mm: larger stack guard gap, between vmas | Hugh Dickins |
2017-06-02 | mm: avoid spurious 'bad pmd' warning messages | Ross Zwisler |
2017-04-02 | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro |
2017-03-28 | new helper: uaccess_kernel() | Al Viro |
2017-03-09 | mm: introduce __p4d_alloc() | Kirill A. Shutemov |
2017-03-09 | mm: convert generic code to 5-level paging | Kirill A. Shutemov |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-02-24 | mm/autonuma: let architecture override how the write bit should be stashed in... | Aneesh Kumar K.V |
2017-02-24 | mm/autonuma: don't use set_pte_at when updating protnone ptes | Aneesh Kumar K.V |
2017-02-24 | mm: codgin-style fixes | Tobin C Harding |
2017-02-24 | mm/memory.c: use NULL instead of literal 0 | Tobin C Harding |
2017-02-24 | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault | Dave Jiang |
2017-02-24 | mm, x86: add support for PUD-sized transparent hugepages | Matthew Wilcox |
2017-02-24 | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang |
2017-02-22 | mm: drop unused argument of zap_page_range() | Kirill A. Shutemov |
2017-02-22 | mm: drop zap_details::check_swap_entries | Kirill A. Shutemov |
2017-02-22 | mm: drop zap_details::ignore_dirty | Kirill A. Shutemov |