summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett2023-09-292-73/+235
* argv_split: fix kernel-doc warningsRandy Dunlap2023-09-191-2/+2
* scatterlist: add missing function params to kernel-docRandy Dunlap2023-09-191-1/+3
* Merge tag 'linux-kselftest-kunit-6.6-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-09-123-21/+43
|\
| * kunit: Fix possible memory leak in kunit_filter_suites()Jinjie Ruan2023-09-051-2/+2
| * kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()Jinjie Ruan2023-09-051-4/+19
| * kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()Jinjie Ruan2023-09-051-9/+12
| * kunit: Fix wild-memory-access bug in kunit_free_suite_set()Jinjie Ruan2023-09-051-1/+2
| * kunit: test: Make filter strings in executor_test writableDavid Gow2023-09-011-5/+8
* | iov_iter: Kunit tests for page extractionDavid Howells2023-09-091-0/+240
* | iov_iter: Kunit tests for copying to/from an iteratorDavid Howells2023-09-093-0/+549
* | iov_iter: Fix iov_iter_extract_pages() with zero-sized entriesDavid Howells2023-09-091-15/+15
* | Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2023-09-082-2/+8
|\ \
| * | idr: fix param name in idr_alloc_cyclic() docAriel Marcovitch2023-09-051-1/+1
| * | xarray: Document necessary flag in alloc functionsPhilipp Stanner2023-09-051-0/+6
| * | XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)2023-07-281-1/+1
* | | Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-09-086-0/+1002
|\ \ \
| * | | raid6: Add LoongArch SIMD recovery implementationWANG Xuerui2023-09-064-2/+523
| * | | raid6: Add LoongArch SIMD syndrome calculationWANG Xuerui2023-09-065-0/+481
| * | | Merge tag 'md-next-20230814-resend' into loongarch-nextHuacai Chen2023-08-304-25/+31
| |\ \ \
* | \ \ \ Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-09-041-1/+1
|\ \ \ \ \
| * | | | | lib: test_scanf: Add explicit type cast to result initialization in test_numb...Nathan Chancellor2023-08-161-1/+1
* | | | | | Merge tag 'percpu-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2023-09-011-19/+43
|\ \ \ \ \ \
| * | | | | | pcpcntr: add group allocation/freeMateusz Guzik2023-08-251-19/+43
* | | | | | | Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-011-2/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman2023-08-135-7/+16
| |\ \ \ \ \ \ \
| * | | | | | | | dyndbg: add source filename to prefixThomas Weißschuh2023-08-041-0/+4
| * | | | | | | | dyndbg: increase PREFIX_SIZE to 128Thomas Weißschuh2023-08-041-1/+1
| * | | | | | | | dyndbg: constify opt_arrayThomas Weißschuh2023-08-041-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-011-31/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | kobject: Remove redundant checks for whether ktype is NULLZhen Lei2023-08-191-14/+10
| * | | | | | | | kobject: Add sanity check for kset->kobj.ktype in kset_register()Zhen Lei2023-08-191-0/+5
| * | | | | | | | kobject: Add helper kobj_ns_type_is_valid()Zhen Lei2023-08-051-17/+16
| |/ / / / / / /
* | | | | | | | Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-011-1/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | lib/Kconfig.debug: Restrict DEBUG_INFO_SPLIT for RISC-VNathan Chancellor2023-08-311-0/+5
| * | | | | | | | riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64BJisheng Zhang2023-08-311-1/+1
* | | | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2023-08-301-0/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib/string_helpers: Add kstrdup_and_replace() helperAndy Shevchenko2023-08-041-0/+15
| |/ / / / / / / /
* | | | | | | | | Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...Linus Torvalds2023-08-301-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lib/genalloc: Explicitly include correct DT includesRob Herring2023-08-281-1/+3
| |/ / / / / / / /
* | | | | | | | | Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-303-1/+135
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-08-285-7/+16
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Add cs42l43 PC focused SoundWire CODECMark Brown2023-08-225-7/+16
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |
| | * | | | | | | | | ASoC: Merge up fixes from Linus' treeMark Brown2023-07-301-1/+1
| | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / | | | |/| | | | | | |
| * | | | | | | | | | Merge branch 'for-linus' into for-nextTakashi Iwai2023-08-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | iov_iter: Export import_ubuf()Takashi Iwai2023-08-181-0/+1
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | ASoC: Merge up fixes from mainlineMark Brown2023-07-233-10/+13
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | ASoC: Improve coverage in default KUnit runsMark Brown2023-07-191-1/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | lib/math/int_log: Replace LGPL-2.1-or-later boilerplate with SPDX identifierAndy Shevchenko2023-07-091-10/+1
| * | | | | | | | | | lib/math/int_log: Use ARRAY_SIZE(logtable) where makes senseAndy Shevchenko2023-07-091-2/+2