| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-03-01 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 2 | -3/+24 |
| 2019-03-01 | hugetlbfs: fix races and page leaks during migration |  Mike Kravetz | 2 | -3/+24 |
| 2019-02-27 | mm: enforce min addr even if capable() in expand_downwards() |  Jann Horn | 1 | -4/+3 |
| 2019-02-25 | tmpfs: fix uninitialized return value in shmem_link |  Darrick J. Wong | 1 | -1/+1 |
| 2019-02-25 | Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses" |  Linus Torvalds | 1 | -6/+0 |
| 2019-02-21 | mm, memory_hotplug: fix off-by-one in is_pageblock_removable |  Michal Hocko | 1 | -12/+15 |
| 2019-02-21 | mm: don't let userspace spam allocations warnings |  Daniel Vetter | 1 | -1/+1 |
| 2019-02-21 | slub: fix a crash with SLUB_DEBUG + KASAN_SW_TAGS |  Qian Cai | 1 | -1/+1 |
| 2019-02-21 | kasan, slab: remove redundant kasan_slab_alloc hooks |  Andrey Konovalov | 1 | -2/+0 |
| 2019-02-21 | kasan, slab: make freelist stored without tags |  Andrey Konovalov | 1 | -2/+9 |
| 2019-02-21 | kasan, slab: fix conflicts with CONFIG_HARDENED_USERCOPY |  Andrey Konovalov | 1 | -0/+2 |
| 2019-02-21 | kasan: prevent tracing of tags.c |  Andrey Konovalov | 1 | -0/+2 |
| 2019-02-21 | kasan: fix random seed generation for tag-based mode |  Andrey Konovalov | 1 | -1/+1 |
| 2019-02-21 | tmpfs: fix link accounting when a tmpfile is linked in |  Darrick J. Wong | 1 | -3/+7 |
| 2019-02-21 | mm: handle lru_add_drain_all for UP properly |  Michal Hocko | 1 | -7/+10 |
| 2019-02-21 | mm, page_alloc: fix a division by zero error when boosting watermarks v2 |  Mel Gorman | 1 | -0/+12 |
| 2019-02-21 | mm/debug.c: fix __dump_page() for poisoned pages |  Robin Murphy | 1 | -1/+3 |
| 2019-02-21 | slub: fix SLAB_CONSISTENCY_CHECKS + KASAN_SW_TAGS |  Qian Cai | 1 | -0/+1 |
| 2019-02-21 | kasan, slub: fix more conflicts with CONFIG_SLAB_FREELIST_HARDENED |  Andrey Konovalov | 1 | -1/+12 |
| 2019-02-21 | kasan, slub: fix conflicts with CONFIG_SLAB_FREELIST_HARDENED |  Andrey Konovalov | 1 | -13/+7 |
| 2019-02-21 | kasan, slub: move kasan_poison_slab hook before page_address |  Andrey Konovalov | 1 | -4/+15 |
| 2019-02-21 | kmemleak: account for tagged pointers when calculating pointer range |  Andrey Konovalov | 4 | -3/+10 |
| 2019-02-21 | kasan, kmemleak: pass tagged pointers to kmemleak |  Andrey Konovalov | 3 | -6/+5 |
| 2019-02-21 | kasan: fix assigning tags twice |  Andrey Konovalov | 1 | -12/+17 |
| 2019-02-21 | numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODES |  Ralph Campbell | 1 | -3/+3 |
| 2019-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  Linus Torvalds | 1 | -4/+4 |
| 2019-02-17 | mm: Use fixed constant in page_frag_alloc instead of size + 1 |  Alexander Duyck | 1 | -4/+4 |
| 2019-02-16 | arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table |  Ard Biesheuvel | 1 | -2/+9 |
| 2019-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  Linus Torvalds | 1 | -4/+4 |
| 2019-02-14 | mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs |  Jann Horn | 1 | -4/+4 |
| 2019-02-12 | Revert "mm: use early_pfn_to_nid in page_ext_init" |  Qian Cai | 1 | -3/+1 |
| 2019-02-12 | mm/gup: fix gup_pmd_range() for dax |  Yu Zhao | 1 | -1/+2 |
| 2019-02-12 | Revert "mm: slowly shrink slabs with a relatively small number of objects" |  Dave Chinner | 1 | -10/+0 |
| 2019-02-01 | mm: migrate: don't rely on __PageMovable() of newpage after unlocking it |  David Hildenbrand | 1 | -2/+5 |
| 2019-02-01 | mm, memory_hotplug: __offline_pages fix wrong locking |  Michal Hocko | 1 | -2/+0 |
| 2019-02-01 | mm: hwpoison: use do_send_sig_info() instead of force_sig() |  Naoya Horiguchi | 1 | -1/+2 |
| 2019-02-01 | kasan: mark file common so ftrace doesn't trace it |  Anders Roxell | 1 | -0/+1 |
| 2019-02-01 | mm, oom: fix use-after-free in oom_kill_process |  Shakeel Butt | 1 | -0/+8 |
| 2019-02-01 | mm,memory_hotplug: fix scan_movable_pages() for gigantic hugepages |  Oscar Salvador | 1 | -16/+20 |
| 2019-02-01 | mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zone |  Mikhail Zaslonko | 1 | -0/+3 |
| 2019-02-01 | mm, memory_hotplug: is_mem_section_removable do not pass the end of a zone |  Michal Hocko | 1 | -1/+2 |
| 2019-02-01 | oom, oom_reaper: do not enqueue same task twice |  Tetsuo Handa | 1 | -2/+2 |
| 2019-02-01 | mm: migrate: make buffer_migrate_page_norefs() actually succeed |  Jan Kara | 1 | -5/+0 |
| 2019-02-01 | mm/hugetlb.c: teach follow_hugetlb_page() to handle FOLL_NOWAIT |  Andrea Arcangeli | 1 | -1/+2 |
| 2019-02-01 | mm, memory_hotplug: don't bail out in do_migrate_range() prematurely |  Oscar Salvador | 1 | -16/+2 |
| 2019-01-28 | Revert "mm, memory_hotplug: initialize struct pages for the full memory section" |  Michal Hocko | 1 | -12/+0 |
| 2019-01-26 | Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-block |  Linus Torvalds | 1 | -0/+1 |
| 2019-01-24 | Revert "Change mincore() to count "mapped" pages rather than "cached" pages" |  Linus Torvalds | 1 | -13/+81 |
| 2019-01-22 | writeback: synchronize sync(2) against cgroup writeback membership switches |  Tejun Heo | 1 | -0/+1 |
| 2019-01-10 | mm/mmu_notifier: mm/rmap.c: Fix a mmu_notifier range bug in try_to_unmap_one |  Sean Christopherson | 1 | -2/+2 |