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