Age | Commit message (Expand) | Author | Files | Lines |
2017-09-04 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -3/+27 |
2017-09-04 | Merge branch 'linus' into locking/core, to fix up conflicts | Ingo Molnar | 8 | -66/+116 |
2017-08-31 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -3/+12 |
2017-08-31 | mm, madvise: ensure poisoned pages are removed from per-cpu lists | Mel Gorman | 1 | -0/+6 |
2017-08-31 | mm,page_alloc: don't call __node_reclaim() with oom_lock held. | Tetsuo Handa | 1 | -3/+6 |
2017-08-31 | mm/mmu_notifier: kill invalidate_page | Jérôme Glisse | 1 | -14/+0 |
2017-08-31 | mm/rmap: update to new mmu_notifier semantic v2 | Jérôme Glisse | 1 | -3/+32 |
2017-08-31 | dax: update to new mmu_notifier semantic | Jérôme Glisse | 1 | -5/+21 |
2017-08-29 | Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl" | Linus Torvalds | 1 | -30/+22 |
2017-08-28 | page waitqueue: always add new entries at the end | Linus Torvalds | 1 | -1/+1 |
2017-08-27 | Avoid page waitqueue race leaving possible page locker waiting | Linus Torvalds | 1 | -4/+5 |
2017-08-27 | Minor page waitqueue cleanups | Linus Torvalds | 1 | -5/+6 |
2017-08-26 | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts | Ingo Molnar | 26 | -159/+278 |
2017-08-25 | mm/memblock.c: reversed logic in memblock_discard() | Pavel Tatashin | 1 | -1/+1 |
2017-08-25 | mm/madvise.c: fix freeing of locked page with MADV_FREE | Eric Biggers | 1 | -1/+1 |
2017-08-25 | mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled | Kirill A. Shutemov | 1 | -2/+2 |
2017-08-25 | PM/hibernate: touch NMI watchdog when creating snapshot | Chen Yu | 1 | -2/+18 |
2017-08-25 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 12 | -96/+120 |
2017-08-20 | Sanitize 'move_pages()' permission checks | Linus Torvalds | 1 | -8/+3 |
2017-08-18 | mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM | Laura Abbott | 1 | -5/+8 |
2017-08-18 | mm/mempolicy: fix use after free when calling get_mempolicy | zhong jiang | 1 | -5/+0 |
2017-08-18 | mm/cma_debug.c: fix stack corruption due to sprintf usage | Prakash Gupta | 1 | -1/+1 |
2017-08-18 | mm, oom: fix potential data corruption when oom_reaper races with writer | Michal Hocko | 2 | -34/+42 |
2017-08-18 | mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS | Michal Hocko | 1 | -1/+11 |
2017-08-18 | slub: fix per memcg cache leak on css offline | Vladimir Davydov | 1 | -1/+2 |
2017-08-18 | mm: discard memblock data later | Pavel Tatashin | 3 | -37/+21 |
2017-08-18 | mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback() | Johannes Weiner | 2 | -15/+43 |
2017-08-17 | x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages | Tony Luck | 1 | -0/+2 |
2017-08-11 | mm, locking: Fix up flush_tlb_pending() related merge in do_huge_pmd_numa_page() | Peter Zijlstra | 1 | -17/+5 |
2017-08-11 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 11 | -47/+96 |
2017-08-10 | rmap: do not call mmu_notifier_invalidate_page() under ptl | Kirill A. Shutemov | 1 | -22/+30 |
2017-08-10 | mm: fix list corruptions on shmem shrinklist | Cong Wang | 1 | -2/+10 |
2017-08-10 | mm/balloon_compaction.c: don't zero ballooned pages | Wei Wang | 1 | -1/+1 |
2017-08-10 | mm: fix KSM data corruption | Minchan Kim | 1 | -1/+2 |
2017-08-10 | mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem | Minchan Kim | 1 | -2/+16 |
2017-08-10 | mm: make tlb_flush_pending global | Minchan Kim | 1 | -4/+0 |
2017-08-10 | mm: refactor TLB gathering API | Minchan Kim | 1 | -7/+21 |
2017-08-10 | Revert "mm: numa: defer TLB flush for THP migration as long as possible" | Nadav Amit | 2 | -6/+7 |
2017-08-10 | mm: migrate: prevent racy access to tlb_flush_pending | Nadav Amit | 2 | -3/+3 |
2017-08-10 | userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED case | Andrea Arcangeli | 1 | -1/+1 |
2017-08-10 | mm: ratelimit PFNs busy info message | Jonathan Toppins | 1 | -1/+1 |
2017-08-10 | mm: fix global NR_SLAB_.*CLAIMABLE counter reads | Johannes Weiner | 2 | -5/+6 |
2017-08-10 | locking/lockdep: Rework FS_RECLAIM annotation | Peter Zijlstra | 4 | -13/+61 |
2017-08-10 | mm, locking: Rework {set,clear,mm}_tlb_flush_pending() | Peter Zijlstra | 2 | -6/+20 |
2017-08-10 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 11 | -10/+62 |
2017-08-02 | mm: take memory hotplug lock within numa_zonelist_order_handler() | Heiko Carstens | 1 | -0/+2 |
2017-08-02 | mm/page_io.c: fix oops during block io poll in swapin path | Tetsuo Handa | 1 | -0/+7 |
2017-08-02 | zram: do not free pool->size_class | Minchan Kim | 1 | -1/+0 |
2017-08-02 | kasan: avoid -Wmaybe-uninitialized warning | Arnd Bergmann | 1 | -0/+1 |
2017-08-02 | userfaultfd: non-cooperative: notify about unmap of destination during mremap | Mike Rapoport | 1 | -2/+5 |