summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: fix comment of mte_destroy_walkVernon Yang2023-02-021-2/+2
* maple_tree: remove the parameter entry of mas_preallocateVernon Yang2023-02-021-2/+1
* Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-313-12/+102
|\
| * Kconfig.debug: fix the help description in SCHED_DEBUGye xingchen2023-01-311-1/+1
| * mm: use stack_depot_early_init for kmemleakZhaoyang Huang2023-01-311-0/+1
| * maple_tree: should get pivots boundary by typeWei Yang2023-01-311-2/+3
| * maple_tree: fix mas_empty_area_rev() lower bound validationLiam Howlett2023-01-312-9/+97
* | maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett2023-01-181-37/+43
* | maple_tree: refine mab_calc_split functionVernon Yang2023-01-181-3/+2
* | maple_tree: refine ma_state init from mas_start()Vernon Yang2023-01-181-3/+3
* | maple_tree: use macro MA_ROOT_PARENT instead of numberVernon Yang2023-01-181-2/+1
* | maple_tree: use mt_node_max() instead of direct operations mt_max[]Vernon Yang2023-01-181-2/+2
* | maple_tree: remove extra return statementVernon Yang2023-01-181-3/+0
* | maple_tree: remove extra space and blank lineVernon Yang2023-01-181-10/+4
* | lib/test_vmalloc.c: add parameter use_huge for fix_size_alloc_testQinglin Pan2023-01-181-1/+7
|/
* Sync with v6.2-rc4Andrew Morton2023-01-181-1/+0
|\
| * lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik2023-01-131-1/+0
* | lib/win_minmax: use /* notation for regular commentsRandy Dunlap2023-01-111-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-01-071-1/+1
|\
| * lib/scatterlist: Fix to merge contiguous pages into the last SG properlyYishai Hadas2023-01-051-1/+1
* | kunit: alloc_string_stream_fragment error handling bug fixYoungJun.park2022-12-261-1/+3
|/
* test_maple_tree: add test for mas_spanning_rebalance() on insufficient dataLiam Howlett2022-12-211-0/+23
* maple_tree: fix mas_spanning_rebalance() on insufficient dataLiam Howlett2022-12-211-1/+3
* Merge tag 'spdx-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-12-202-22/+2
|\
| * testing: use the copyleft-next-0.3.1 SPDX tagLuis Chamberlain2022-11-082-22/+2
* | Merge tag 'asm-generic-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-201-8/+8
|\ \
| * | asm-generic/io: Add _RET_IP_ to MMIO trace for more accurate debug infoSai Prakash Ranjan2022-11-211-8/+8
* | | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-191-2/+27
|\ \ \
| * | | Makefile.debug: support for -gz=zstdNick Desaulniers2022-11-211-2/+27
* | | | Merge tag 'zstd-linus-v6.2' of https://github.com/terrelln/linuxLinus Torvalds2022-12-1938-2443/+6689
|\ \ \ \
| * \ \ \ Merge branch 'zstd-next' into zstd-linusNick Terrell2022-12-1338-2443/+6689
| |\ \ \ \
| | * | | | zstd: import usptream v1.5.2Nick Terrell2022-10-2435-2427/+6654
| | * | | | zstd: Move zstd-common module exports to zstd_common_module.cNick Terrell2022-10-244-14/+33
| | * | | | lib: zstd: Fix comment typoXin Gao2022-10-241-1/+1
| | * | | | lib: zstd: fix repeated words in commentsJilin Yuan2022-10-241-1/+1
* | | | | | Merge tag 'mm-nonmm-stable-2022-12-17-20-32' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-12-192-9/+14
|\ \ \ \ \ \
| * | | | | | fault-injection: make stacktrace filter works as expectedWei Yongjun2022-12-151-3/+9
| * | | | | | fault-injection: make some stack filter attrs more readableWei Yongjun2022-12-151-4/+4
| * | | | | | fault-injection: skip stacktrace filtering by defaultWei Yongjun2022-12-151-1/+1
| * | | | | | fault-injection: allow stacktrace filter for x86-64Wei Yongjun2022-12-151-1/+0
* | | | | | | Merge tag 'mm-stable-2022-12-17-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-192-1/+2
|\ \ \ \ \ \ \
| * | | | | | | mm: use stack_depot for recording kmemleak's backtraceZhaoyang Huang2022-12-151-0/+1
| * | | | | | | maple_tree: fix mas_find_rev() commentLiam Howlett2022-12-151-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-11/+18
|\ \ \ \ \ \ \
| * | | | | | | kobject: make kobject_namespace take a const *Greg Kroah-Hartman2022-11-221-3/+3
| * | | | | | | kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman2022-11-221-2/+2
| * | | | | | | Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-2110-35832/+321
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | kset: fix memory leak when kset_register() returns errorYang Yingliang2022-10-251-1/+8
| * | | | | | | kobject: modify kobject_get_path() to take a const *Greg Kroah-Hartman2022-10-221-5/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-161-2/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |