summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-11-21Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-nextVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/fit_rcu_head' into slab/for-nextVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/slub-sysfs' into slab/for-nextVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/locking' into slab/for-nextVlastimil Babka
2022-11-21Merge branch 'slab/for-6.2/cleanups' into slab/for-nextVlastimil Babka
2022-11-21mm/sl[au]b: rearrange struct slab fields to allow larger rcu_headVlastimil Babka
2022-11-21mm/migrate: make isolate_movable_page() skip slab pagesVlastimil Babka
2022-11-21mm/slab: move and adjust kernel-doc for kmem_cache_allocVlastimil Babka
2022-11-21mm/slub, percpu: correct the calculation of early percpu allocation sizeBaoquan He
2022-11-11mm/slub: extend redzone check to extra allocated kmalloc space than requestedFeng Tang
2022-11-10mm: kasan: Extend kasan_metadata_size() to also cover in-object sizeFeng Tang
2022-11-10mm/slub: only zero requested size of buffer for kzalloc when debug enabledFeng Tang
2022-11-07mm, slab: remove duplicate kernel-doc comment for ksize()Vlastimil Babka
2022-11-06mm/slab_common: Restore passing "caller" for tracingKees Cook
2022-11-04mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()Vlastimil Babka
2022-11-03mm/slab_common: repair kernel-doc for __ksize()Lukas Bulwahn
2022-10-24mm/slub: perform free consistency checks before call_rcuVlastimil Babka
2022-10-24mm/slab: Annotate kmem_cache_node->list_lock as rawJiri Kosina
2022-10-24mm/slub: remove dead code for debug caches on deactivate_slab()Hyeonggon Yoo
2022-10-24mm: Make failslab writable againAlexander Atanasov
2022-10-24mm: slub: make slab_sysfs_init() a late_initcallRasmus Villemoes
2022-10-24mm: slub: remove dead and buggy code from sysfs_slab_add()Rasmus Villemoes
2022-10-20mm/huge_memory: do not clobber swp_entry_t during THP splitMel Gorman
2022-10-20hugetlb: fix memory leak associated with vma_lock structureMike Kravetz
2022-10-20mm/page_alloc: reduce potential fragmentation in make_alloc_exact()Liam R. Howlett
2022-10-20mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pagesRik van Riel
2022-10-20mm/mmap: fix MAP_FIXED address return on VMA mergeLiam Howlett
2022-10-20mm/mmap.c: __vma_adjust(): suppress uninitialized var warningAndrew Morton
2022-10-20mm/mmap: undo ->mmap() when mas_preallocate() failsMike Kravetz
2022-10-20zsmalloc: zs_destroy_pool: add size_class NULL checkAlexey Romanov
2022-10-20mm/mempolicy: fix mbind_range() arguments to vma_merge()Liam Howlett
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-15Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-15mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-12highmem: fix kmap_to_page() for kmap_local_page() addressesIra Weiny
2022-10-12mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order pageYafang Shao
2022-10-12mm/hugetlb: use hugetlb_pte_stable in migration race checkPeter Xu
2022-10-12mm/hugetlb: fix race condition of uffd missing/minor handlingPeter Xu
2022-10-12mm: use update_mmu_tlb() on the second threadQi Zheng
2022-10-12kasan: fix array-bounds warnings in testsAndrey Konovalov
2022-10-12mm/migrate_device.c: add migrate_device_range()Alistair Popple
2022-10-12mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()Alistair Popple
2022-10-12mm/memremap.c: take a pgmap reference on page allocationAlistair Popple
2022-10-12mm: free device private pages have zero refcountAlistair Popple
2022-10-12mm/memory.c: fix race when faulting a device private pageAlistair Popple
2022-10-12mm/damon: use damon_sz_region() in appropriate placeXin Hao
2022-10-12mm/damon: move sz_damon_region to damon_sz_regionXin Hao
2022-10-12kmsan: unpoison @tlb in arch_tlb_gather_mmu()Alexander Potapenko
2022-10-12mm/mmap: undo ->mmap() when arch_validate_flags() failsCarlos Llamas