summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-195-19/+29
|\
| * mm/memcg: fix incorrect flushing of lruvec data in obj_stockWaiman Long2021-08-131-2/+4
| * mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)David Hildenbrand2021-08-132-3/+8
| * mm: slub: fix slub_debug disabling for list of slabsVlastimil Babka2021-08-131-5/+8
| * slub: fix kmalloc_pagealloc_invalid_free unit testShakeel Butt2021-08-131-4/+4
| * kasan, slub: reset tag when printing addressKuan-Ying Lee2021-08-131-2/+2
| * kasan, kmemleak: reset tags when scanning blockKuan-Ying Lee2021-08-131-3/+3
* | net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang2021-08-181-13/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-3112-35/+65
|\|
| * mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook()Wang Hai2021-07-301-1/+1
| * slub: fix unreclaimable slab stat for bulk freeShakeel Butt2021-07-301-10/+12
| * mm/migrate: fix NR_ISOLATED corruption on 64-bitAneesh Kumar K.V2021-07-301-1/+1
| * mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresh...Johannes Weiner2021-07-301-1/+2
| * mm: fix the deadlock in finish_fault()Qi Zheng2021-07-231-1/+10
| * mm: mmap_lock: fix disabling preemption directlyMuchun Song2021-07-231-2/+2
| * mm/secretmem: wire up ->set_page_dirtyMike Rapoport2021-07-231-0/+1
| * writeback, cgroup: remove wb from offline list before releasing refcntRoman Gushchin2021-07-231-1/+1
| * memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport2021-07-231-1/+2
| * mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich2021-07-231-13/+16
| * kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko2021-07-231-0/+9
| * kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko2021-07-231-3/+7
| * kfence: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang2021-07-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-235-76/+77
|\|
| * Revert "mm/slub: use stackdepot to save stack trace in objects"Linus Torvalds2021-07-171-49/+30
| * mm/hugetlb: fix refs calculation from unaligned @vaddrJoao Martins2021-07-151-2/+3
| * mm/page_alloc: further fix __alloc_pages_bulk() return valueChuck Lever2021-07-151-6/+8
| * mm/page_alloc: correct return value when failing at preparingYanfei Xu2021-07-151-1/+1
| * mm/page_alloc: avoid page allocator recursion with pagesets.lock heldMel Gorman2021-07-151-0/+12
| * Revert "mm/page_alloc: make should_fail_alloc_page() static"Matteo Croce2021-07-151-1/+1
| * kasan: add memzero init for unaligned size at DEBUGYee Lee2021-07-151-0/+12
| * mm: move helper to check slub_debug_enabledMarco Elver2021-07-152-18/+11
* | memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-201-1/+1
|/
* mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)2021-07-122-48/+10
* mm/rmap: fix munlocking Anon THP with mlocked ptesHugh Dickins2021-07-121-17/+22
* mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins2021-07-111-3/+3
* mm/rmap: fix new bug: premature return from page_mlock_one()Hugh Dickins2021-07-111-6/+5
* mm/rmap: fix old bug: munlocking THP missed other mlocksHugh Dickins2021-07-111-5/+8
* mm/rmap: fix comments left over from recent changesHugh Dickins2021-07-112-7/+2
* mm/page_alloc: Revert pahole zero-sized workaroundMel Gorman2021-07-101-11/+0
* Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-103-8/+35
|\
| * percpu: flush tlb in pcpu_reclaim_populated()Dennis Zhou2021-07-043-8/+35
* | mm/mremap: allow arch runtime overrideAneesh Kumar K.V2021-07-081-1/+14
* | mm/mremap: hold the rmap lock in write mode when moving page table entries.Aneesh Kumar K.V2021-07-081-2/+2
* | mm/mremap: use pmd/pud_poplulate to update page table entriesAneesh Kumar K.V2021-07-081-4/+3
* | mm/mremap: don't enable optimized PUD move if page table levels is 2Aneesh Kumar K.V2021-07-081-1/+1
* | mm/mremap: convert huge PUD move to separate helperAneesh Kumar K.V2021-07-081-7/+73
* | mm: add setup_initial_init_mm() helperKefeng Wang2021-07-081-0/+9
* | PM: hibernate: disable when there are active secretmem usersMike Rapoport2021-07-081-0/+15
* | mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport2021-07-085-1/+258
* | mmap: make mlock_future_check() globalMike Rapoport2021-07-082-3/+5