Age | Commit message (Expand) | Author | Files | Lines |
2019-03-05 | mm: swap: check if swap backing device is congested or not | Yang Shi | 1 | -0/+7 |
2019-03-05 | mm/filemap.c: remove redundant test from find_get_pages_contig | Matthew Wilcox | 1 | -10/+0 |
2019-03-05 | mm/memcontrol.c: use struct_size() in kmalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
2019-03-05 | mm: remove extra drain pages on pcp list | Wei Yang | 2 | -2/+0 |
2019-03-05 | mm/hugetlb: distinguish between migratability and movability | Anshuman Khandual | 2 | -2/+2 |
2019-03-05 | mm: remove sysctl_extfrag_handler() | Matthew Wilcox | 1 | -8/+0 |
2019-03-05 | vmalloc: export __vmalloc_node_range for CONFIG_TEST_VMALLOC_MODULE | Uladzislau Rezki (Sony) | 1 | -0/+9 |
2019-03-05 | mm/vmalloc: pass VM_USERMAP flags directly to __vmalloc_node_range() | Roman Penyaev | 1 | -23/+8 |
2019-03-05 | mm/vmalloc: do not call kmemleak_free() on not yet accounted memory | Roman Penyaev | 1 | -5/+11 |
2019-03-05 | mm/vmalloc: fix size check for remap_vmalloc_range_partial() | Roman Penyaev | 1 | -1/+1 |
2019-03-05 | mm/vmalloc.c: make vmalloc_32_user() align base kernel virtual address to SHMLBA | Roman Penyaev | 1 | -2/+3 |
2019-03-05 | memcg: localize memcg_kmem_enabled() check | Shakeel Butt | 3 | -14/+10 |
2019-03-05 | mm, slub: make the comment of put_cpu_partial() complete | Wei Yang | 1 | -2/+2 |
2019-03-05 | mm: reuse only-pte-mapped KSM page in do_wp_page() | Kirill Tkhai | 2 | -4/+42 |
2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 8 | -21/+24 |
2019-03-05 | mm/vmalloc.c: don't dereference possible NULL pointer in __vunmap() | Liviu Dudau | 1 | -1/+1 |
2019-03-05 | mm/page_alloc.c: memory hotplug: free pages as higher order | Arun KS | 3 | -16/+30 |
2019-03-05 | mm/slub.c: remove an unused addr argument | Qian Cai | 1 | -3/+2 |
2019-03-05 | mm/slab.c: kmemleak no scan alien caches | Qian Cai | 1 | -8/+9 |
2019-03-05 | mm/slub.c: freelist is ensured to be NULL when new_slab() fails | Peng Wang | 1 | -2/+1 |
2019-03-05 | kasan: fix coccinelle warnings in kasan_p*_table | Andrey Konovalov | 1 | -3/+3 |
2019-03-05 | kasan: fix kasan_check_read/write definitions | Arnd Bergmann | 1 | -0/+2 |
2019-03-05 | page_poison: play nicely with KASAN | Qian Cai | 2 | -1/+5 |
2019-03-05 | kasan: remove use after scope bugs detection. | Andrey Ryabinin | 3 | -25/+0 |
2019-03-05 | mm: hwpoison: fix thp split handing in soft_offline_in_use_page() | zhongjiang | 1 | -8/+6 |
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 |