summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-02-10maple_tree: fix mas_prev() and mas_find() state handlingLiam R. Howlett1-1/+5
2023-02-10maple_tree: fix handle of invalidated state in mas_wr_store_setup()Liam R. Howlett1-0/+3
2023-02-10test_maple_tree: test modifications while iteratingLiam R. Howlett1-0/+72
2023-02-10maple_tree: reduce user error potentialLiam R. Howlett1-0/+10
2023-02-10maple_tree: fix potential rcu issueLiam R. Howlett1-1/+1
2023-02-03mm: move KMEMLEAK's Kconfig items from lib to mmZhaoyang Huang1-71/+0
2023-02-03mm: discard __GFP_ATOMICNeilBrown1-4/+4
2023-02-03maple_tree: fix comment of mte_destroy_walkVernon Yang1-2/+2
2023-02-03maple_tree: remove the parameter entry of mas_preallocateVernon Yang1-2/+1
2023-02-01Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton3-12/+102
2023-02-01Kconfig.debug: fix the help description in SCHED_DEBUGye xingchen1-1/+1
2023-02-01mm: use stack_depot_early_init for kmemleakZhaoyang Huang1-0/+1
2023-02-01maple_tree: should get pivots boundary by typeWei Yang1-2/+3
2023-02-01maple_tree: fix mas_empty_area_rev() lower bound validationLiam Howlett2-9/+97
2023-01-19maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett1-37/+43
2023-01-19maple_tree: refine mab_calc_split functionVernon Yang1-3/+2
2023-01-19maple_tree: refine ma_state init from mas_start()Vernon Yang1-3/+3
2023-01-19maple_tree: use macro MA_ROOT_PARENT instead of numberVernon Yang1-2/+1
2023-01-19maple_tree: use mt_node_max() instead of direct operations mt_max[]Vernon Yang1-2/+2
2023-01-19maple_tree: remove extra return statementVernon Yang1-3/+0
2023-01-19maple_tree: remove extra space and blank lineVernon Yang1-10/+4
2023-01-19lib/test_vmalloc.c: add parameter use_huge for fix_size_alloc_testQinglin Pan1-1/+7
2023-01-19Sync with v6.2-rc4Andrew Morton1-1/+0
2023-01-13lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik1-1/+0
2023-01-12lib/win_minmax: use /* notation for regular commentsRandy Dunlap1-1/+1
2023-01-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2023-01-05lib/scatterlist: Fix to merge contiguous pages into the last SG properlyYishai Hadas1-1/+1
2022-12-27kunit: alloc_string_stream_fragment error handling bug fixYoungJun.park1-1/+3
2022-12-22test_maple_tree: add test for mas_spanning_rebalance() on insufficient dataLiam Howlett1-0/+23
2022-12-22maple_tree: fix mas_spanning_rebalance() on insufficient dataLiam Howlett1-1/+3
2022-12-20Merge tag 'spdx-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-22/+2
2022-12-20Merge tag 'asm-generic-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+8
2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+27
2022-12-19Merge tag 'zstd-linus-v6.2' of https://github.com/terrelln/linuxLinus Torvalds38-2443/+6689
2022-12-19Merge tag 'mm-nonmm-stable-2022-12-17-20-32' of git://git.kernel.org/pub/scm/...Linus Torvalds2-9/+14
2022-12-19Merge tag 'mm-stable-2022-12-17-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+2
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-11/+18
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2022-12-16fault-injection: make stacktrace filter works as expectedWei Yongjun1-3/+9
2022-12-16fault-injection: make some stack filter attrs more readableWei Yongjun1-4/+4
2022-12-16fault-injection: skip stacktrace filtering by defaultWei Yongjun1-1/+1
2022-12-16fault-injection: allow stacktrace filter for x86-64Wei Yongjun1-1/+0
2022-12-16mm: use stack_depot for recording kmemleak's backtraceZhaoyang Huang1-0/+1
2022-12-16maple_tree: fix mas_find_rev() commentLiam Howlett1-1/+1
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-0/+1177
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-343/+1075
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+136
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-11/+34
2022-12-14Merge branch 'zstd-next' into zstd-linusNick Terrell38-2443/+6689