summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-next-signed-20221208' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-12-121-5/+45
|\
| * mm/page_reporting: Add checks for page_reporting_order paramShradha Gupta2022-11-281-5/+45
* | Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-128-286/+567
|\ \
| * \ Merge branch 'slub-tiny-v1r6' into slab/for-nextVlastimil Babka2022-12-015-148/+339
| |\ \
| | * | mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka2022-12-011-2/+15
| | * | mm, slub: don't aggressively inline with CONFIG_SLUB_TINYVlastimil Babka2022-12-011-4/+10
| | * | mm, slub: remove percpu slabs with CONFIG_SLUB_TINYVlastimil Babka2022-12-011-3/+99
| | * | mm, slub: split out allocations from pre/post hooksVlastimil Babka2022-12-011-50/+80
| | * | mm, slub: refactor free debug processingVlastimil Babka2022-11-271-71/+83
| | * | mm, slub: don't create kmalloc-rcl caches with CONFIG_SLUB_TINYVlastimil Babka2022-11-271-2/+8
| | * | mm, slub: lower the default slub_max_order with CONFIG_SLUB_TINYVlastimil Babka2022-11-271-1/+2
| | * | mm, slub: retain no free slabs on partial list with CONFIG_SLUB_TINYVlastimil Babka2022-11-271-0/+5
| | * | mm, slub: disable SYSFS support with CONFIG_SLUB_TINYVlastimil Babka2022-11-271-6/+6
| | * | mm, slub: add CONFIG_SLUB_TINYVlastimil Babka2022-11-272-5/+18
| | * | mm, slab: ignore hardened usercopy parameters when disabledVlastimil Babka2022-11-273-5/+14
| * | | Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-nextVlastimil Babka2022-12-011-1/+3
| |\ \ \
| | * | | mm/slub, kunit: Add a test case for kmalloc redzone checkFeng Tang2022-12-011-1/+3
| * | | | Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-nextVlastimil Babka2022-11-215-21/+95
| |\| | |
| | * | | mm/slub: extend redzone check to extra allocated kmalloc space than requestedFeng Tang2022-11-113-5/+53
| | * | | mm: kasan: Extend kasan_metadata_size() to also cover in-object sizeFeng Tang2022-11-102-8/+15
| | * | | mm/slub: only zero requested size of buffer for kzalloc when debug enabledFeng Tang2022-11-103-8/+27
| | |/ /
| * | | Merge branch 'slab/for-6.2/fit_rcu_head' into slab/for-nextVlastimil Babka2022-11-214-37/+64
| |\ \ \
| | * | | mm/sl[au]b: rearrange struct slab fields to allow larger rcu_headVlastimil Babka2022-11-211-22/+32
| | * | | mm/migrate: make isolate_movable_page() skip slab pagesVlastimil Babka2022-11-213-5/+22
| | * | | mm/slub: perform free consistency checks before call_rcuVlastimil Babka2022-10-241-10/+10
| * | | | Merge branch 'slab/for-6.2/slub-sysfs' into slab/for-nextVlastimil Babka2022-11-211-8/+16
| |\ \ \ \
| | * | | | mm: Make failslab writable againAlexander Atanasov2022-10-241-1/+15
| | * | | | mm: slub: make slab_sysfs_init() a late_initcallRasmus Villemoes2022-10-241-2/+1
| | * | | | mm: slub: remove dead and buggy code from sysfs_slab_add()Rasmus Villemoes2022-10-241-5/+0
| | |/ / /
| * | | | Merge branch 'slab/for-6.2/locking' into slab/for-nextVlastimil Babka2022-11-212-47/+47
| |\ \ \ \
| | * | | | mm/slab: Annotate kmem_cache_node->list_lock as rawJiri Kosina2022-10-242-47/+47
| | |/ / /
| * | | | Merge branch 'slab/for-6.2/cleanups' into slab/for-nextVlastimil Babka2022-11-212-25/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | mm/slab: move and adjust kernel-doc for kmem_cache_allocVlastimil Babka2022-11-211-10/+0
| | * | | mm/slub, percpu: correct the calculation of early percpu allocation sizeBaoquan He2022-11-211-1/+2
| | * | | mm/slub: remove dead code for debug caches on deactivate_slab()Hyeonggon Yoo2022-10-241-14/+2
| | |/ /
* | | | Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-12-103-11/+16
|\ \ \ \
| * | | | memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-091-2/+13
| * | | | mm/gup: fix gup_pud_range() for daxJohn Starks2022-12-091-1/+1
| * | | | mmap: fix do_brk_flags() modifying obviously incorrect VMAsLiam Howlett2022-12-091-8/+3
| * | | | tmpfs: fix data loss from failed fallocateHugh Dickins2022-12-091-0/+11
| * | | | mm: do not BUG_ON missing brk mapping, because userspace can unmap itJason A. Donenfeld2022-12-091-2/+1
* | | | | memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-081-2/+13
* | | | | Revert "mm: align larger anonymous mappings on THP boundaries"Linus Torvalds2022-12-041-3/+0
* | | | | Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-12-028-52/+150
|\| | | | | |_|_|/ |/| | |
| * | | mm/khugepaged: invoke MMU notifiers in shmem/file collapse pathsJann Horn2022-11-301-0/+5
| * | | mm/khugepaged: fix GUP-fast interaction by sending IPIJann Horn2022-11-302-3/+3
| * | | mm/khugepaged: take the right locks for page table retractionJann Horn2022-11-301-4/+51
| * | | mm: migrate: fix THP's mapcount on isolationGavin Shan2022-11-301-11/+11
| * | | mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross2022-11-301-5/+5
| * | | mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in dam...SeongJae Park2022-11-301-2/+44