summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-04-02lib: parser: fix match_wildcard to correctly handle trailing starsInseob Kim
2026-04-02lib: kunit_iov_iter: add tests for extract_iter_to_sgChristian A. Ehrhardt
2026-04-02lib: kunit_iov_iter: improve error detectionChristian A. Ehrhardt
2026-04-02lib: kunit_iov_iter: fix memory leaksChristian A. Ehrhardt
2026-04-02lib/scatterlist: fix temp buffer in extract_user_to_sg()Christian A. Ehrhardt
2026-04-02lib/scatterlist: fix length calculations in extract_kvec_to_sgChristian A. Ehrhardt
2026-04-02lib/list_sort: remove dummy cmp() calls to speed up merge_final()Kuan-Wei Chiu
2026-04-02xor: add a kunit test caseChristoph Hellwig
2026-04-02xor: use static_call for xor_genChristoph Hellwig
2026-04-02xor: pass the entire operation to the low-level opsChristoph Hellwig
2026-04-02xor: add a better public APIChristoph Hellwig
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig
2026-04-02xor: avoid indirect calls for arm64-optimized opsChristoph Hellwig
2026-04-02x86: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02s390: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02sparc: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02riscv: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02powerpc: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02loongarch: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02arm64: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02arm: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02alpha: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02xor: move generic implementations out of asm-generic/xor.hChristoph Hellwig
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig
2026-04-02xor: split xor.hChristoph Hellwig
2026-04-02xor: cleanup registration and probingChristoph Hellwig
2026-04-02xor: small cleanupsChristoph Hellwig
2026-04-02xor: move to lib/raid/Christoph Hellwig
2026-03-27lib/bch: fix signed shift overflow in build_mod8_tablesJosh Law
2026-03-27lib/bch: fix signed left-shift undefined behaviorJosh Law
2026-03-27lib/glob: initialize back_str to silence uninitialized variable warningJosh Law
2026-03-27lib/ts_kmp: fix integer overflow in pattern length calculationJosh Law
2026-03-27lib/ts_bm: fix integer overflow in pattern length calculationJosh Law
2026-03-27lib: decompress_bunzip2: fix 32-bit shift undefined behaviorJosh Law
2026-03-27lib/bug: remove unnecessary variable initializationsJosh Law
2026-03-27lib/bug: fix inconsistent capitalization in BUG messageJosh Law
2026-03-27lib/inflate: fix typo "This results" to "The results" in commentJosh Law
2026-03-27lib/inflate: fix grammar in comment: "variable" to "variables"Josh Law
2026-03-27lib/inflate: fix memory leak in inflate_dynamic() on inflate_codes() failureJosh Law
2026-03-27lib/inflate: fix memory leak in inflate_fixed() on inflate_codes() failureJosh Law
2026-03-27lib/uuid: fix typo "reversion" to "revision" in commentJosh Law
2026-03-27lib: math: polynomial: remove link to non-exist file and fix spellingAndy Shevchenko
2026-03-27lib: math: polynomial: don't use 'proxy' headersAndy Shevchenko
2026-03-27lib: polynomial: move to math/ subfolderAndy Shevchenko
2026-03-27lib/glob: clean up "bool abuse" in pointer arithmeticJosh Law
2026-03-27lib: glob: replace bitwise OR with logical operation on booleanJosh Law
2026-03-27lib: glob: add explicit include for export.hJosh Law
2026-03-27lib: glob: fix grammar and replace non-inclusive terminologyJosh Law
2026-03-27lib: glob: add missing SPDX-License-IdentifierJosh Law
2026-03-21Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds