summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-12-121-0/+1
|\
| * mm: export buffer_migrate_folio_norefs()Jan Kara2022-12-081-0/+1
* | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-121-1/+1
|\ \
| * | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+1
* | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-123-4/+4
|\ \ \
| * | | use less confusing names for iov_iter direction initializersAl Viro2022-11-253-4/+4
* | | | Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds2022-12-121-1/+2
|\ \ \ \
| * | | | mm: slub: test: Use the kunit_get_current_test() functionDavid Gow2022-12-121-1/+2
* | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-125-11/+10
|\ \ \ \ \
| * | | | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-183-7/+6
| * | | | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-185-10/+10
* | | | | | Merge branch 'for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds2022-12-121-26/+18
|\ \ \ \ \ \
| * | | | | | mm/percpu.c: remove the lcm code since block size is fixed at page sizeBaoquan He2022-11-071-10/+2
| * | | | | | mm/percpu: replace the goto with breakBaoquan He2022-11-071-2/+1
| * | | | | | mm/percpu: add comment to state the empty populated pages accountingBaoquan He2022-11-071-3/+11
| * | | | | | mm/percpu: Update the code comment when creating new chunkBaoquan He2022-11-071-5/+1
| * | | | | | mm/percpu: use list_first_entry_or_null in pcpu_reclaim_populated()Baoquan He2022-11-071-3/+3
| * | | | | | mm/percpu: remove unused pcpu_map_extend_chunksBaoquan He2022-11-071-3/+0
| | |_|_|_|/ | |/| | | |
* | | | | | 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
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |