| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 2019-03-05 | 8 | -21/+24 |
* | mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap() | Liviu Dudau | 2019-03-05 | 1 | -1/+1 |
* | mm/page_alloc.c: memory hotplug: free pages as higher order | Arun KS | 2019-03-05 | 3 | -16/+30 |
* | mm/slub.c: remove an unused addr argument | Qian Cai | 2019-03-05 | 1 | -3/+2 |
* | mm/slab.c: kmemleak no scan alien caches | Qian Cai | 2019-03-05 | 1 | -8/+9 |
* | mm/slub.c: freelist is ensured to be NULL when new_slab() fails | Peng Wang | 2019-03-05 | 1 | -2/+1 |
* | kasan: fix coccinelle warnings in kasan_p*_table | Andrey Konovalov | 2019-03-05 | 1 | -3/+3 |
* | kasan: fix kasan_check_read/write definitions | Arnd Bergmann | 2019-03-05 | 1 | -0/+2 |
* | page_poison: play nicely with KASAN | Qian Cai | 2019-03-05 | 2 | -1/+5 |
* | kasan: remove use after scope bugs detection. | Andrey Ryabinin | 2019-03-05 | 3 | -25/+0 |
* | mm: hwpoison: fix thp split handing in soft_offline_in_use_page() | zhongjiang | 2019-03-05 | 1 | -8/+6 |
* | 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 |