summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-01-30sbitmap: correct wake_batch recalculation to avoid potential IO hungKemeng Shi1-4/+1
2023-01-30sbitmap: add sbitmap_find_bit to remove repeat code in __sbitmap_get/__sbitma...Kemeng Shi1-37/+33
2023-01-30sbitmap: rewrite sbitmap_find_bit_in_index to reduce repeat codeKemeng Shi1-15/+15
2023-01-30sbitmap: remove redundant check in __sbitmap_queue_get_batchKemeng Shi1-5/+3
2023-01-30sbitmap: remove unnecessary calculation of alloc_hint in __sbitmap_get_shallowKemeng Shi1-7/+4
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+9
2023-01-28Merge tag 'hardening-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+11
2023-01-28Merge tag 'trace-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-2/+2
2023-01-27lib/string: Use strchr() in strpbrk()Andy Shevchenko1-6/+4
2023-01-26Merge tag 'net-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+3
2023-01-26test_kmod: stop kernel-doc warningsRandy Dunlap1-6/+5
2023-01-25kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TESTKees Cook2-0/+11
2023-01-25lib: Kconfig: fix spellosRandy Dunlap2-2/+2
2023-01-22Merge 6.2-rc5 into driver-core-nextGreg Kroah-Hartman3-12/+16
2023-01-21netlink: prevent potential spectre v1 gadgetsEric Dumazet1-0/+3
2023-01-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-10/+15
2023-01-20kunit: Export kunit_running()Arnd Bergmann1-0/+1
2023-01-20test_firmware: Use kstrtobool() instead of strtobool()Christophe JAILLET1-1/+2
2023-01-20test_firmware: use kernel-doc struct notationRandy Dunlap1-1/+1
2023-01-20x86/nmi: Print reasons why backtrace NMIs are ignoredPaul E. McKenney1-0/+2
2023-01-20x86/nmi: Accumulate NMI-progress evidence in exc_nmi()Paul E. McKenney1-0/+11
2023-01-19Documentation: Avoid duplicate Kconfig inclusionPeter Foley1-2/+0
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-18genirq/affinity: Only build SMP-only helper functions on SMP kernelsIngo Molnar1-3/+4
2023-01-17genirq/affinity: Move group_cpus_evenly() into lib/Ming Lei2-0/+429
2023-01-17btf, scripts: Exclude Rust CUs with paholeMartin Rodriguez Reboredo1-0/+9
2023-01-17Merge tag 'mm-hotfixes-stable-2023-01-16-15-23' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2023-01-16lib/scatterlist: Fix to calculate the last_pg properlyYishai Hadas1-10/+15
2023-01-13lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik1-1/+0
2023-01-13ubsan: Fix objtool UACCESS warnsPeter Zijlstra1-1/+4
2023-01-12lib/win_minmax: use /* notation for regular commentsRandy Dunlap1-1/+1
2023-01-11kobject: Fix slab-out-of-bounds in fill_kobj_path()Wang Hai1-2/+10
2023-01-09iov_iter: move iter_ubuf check inside restore WARNKeith Busch1-2/+2
2023-01-09iov: add import_ubuf()Jens Axboe1-0/+11
2023-01-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2023-01-06lib/mpi: Fix buffer overrun when SG is too longHerbert Xu1-1/+2
2023-01-05lib/scatterlist: Fix to merge contiguous pages into the last SG properlyYishai Hadas1-1/+1
2022-12-30crypto: lib/blake2s - Split up test function to halve stack usageHerbert Xu1-3/+22
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