summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
AgeCommit message (Expand)AuthorLines
2025-10-03lib/digsig: Use SHA-1 library instead of crypto_shashEric Biggers-2/+1
2025-06-30lib/crc: Move files into lib/crc/Eric Biggers-87/+1
2025-06-16pldmfw: Select CRC32 when PLDMFW is selectedSimon Horman-0/+1
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers-7/+0
2025-04-04lib/crc: document all the CRC library kconfig optionsEric Biggers-0/+27
2025-04-04lib/crc: remove unnecessary prompt for CONFIG_CRC_ITU_TEric Biggers-6/+1
2025-04-04lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIFEric Biggers-5/+1
2025-04-04lib/crc: remove unnecessary prompt for CONFIG_CRC16Eric Biggers-6/+1
2025-04-04lib/crc: remove unnecessary prompt for CONFIG_CRC_CCITTEric Biggers-6/+1
2025-04-04lib/crc: remove unnecessary prompt for CONFIG_CRC32 and drop 'default y'Eric Biggers-7/+1
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC64Eric Biggers-6/+1
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32CEric Biggers-1/+1
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC8Eric Biggers-5/+1
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC7Eric Biggers-6/+1
2025-03-10lib/crc: remove unnecessary prompt for CONFIG_CRC4Eric Biggers-6/+1
2025-02-08lib/crc64: add support for arch-optimized implementationsEric Biggers-0/+7
2025-02-08lib/crc64-rocksoft: stop wrapping the crypto APIEric Biggers-9/+0
2025-01-29lib/crc32: remove other generic implementationsEric Biggers-4/+0
2025-01-29lib/crc: simplify the kconfig options for CRC implementationsEric Biggers-102/+14
2024-12-09lib/crc32test: delete obsolete crc32test.cEric Biggers-9/+0
2024-12-01lib/crc-t10dif: add support for arch overridesEric Biggers-0/+32
2024-12-01lib/crc-t10dif: stop wrapping the crypto APIEric Biggers-2/+0
2024-12-01lib/crc32: make crc32c() go directly to libEric Biggers-7/+3
2024-12-01lib/crc32: improve support for arch-specific overridesEric Biggers-16/+54
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+6
2024-11-05lib/min_heap: introduce non-inline versions of min heap API functionsKuan-Wei Chiu-0/+3
2024-11-05lib/Makefile: make union-find compilation conditional on CONFIG_CPUSETSKuan-Wei Chiu-0/+3
2024-10-03lib: packing: add KUnit tests adapted from selftestsJacob Keller-0/+12
2024-06-25dim: make DIMLIB dependent on NETHeng Qi-0/+1
2024-06-18cpumask: limit FORCE_NR_CPUS to just the UP caseLinus Torvalds-7/+1
2024-05-07lib: Allow for the DIM library to be modularFlorian Fainelli-1/+1
2024-02-12PCI: Move pci_iomap.c to drivers/pci/Philipp Stanner-3/+0
2023-12-10lib/stackdepot: use fixed-sized slots for stack recordsAndrey Konovalov-0/+10
2023-11-04Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-0/+3
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsLinus Torvalds-0/+3
2023-10-27acpi: Move common tables helper functions to common libDave Jiang-0/+3
2023-10-19bcache: move closures to lib/Kent Overstreet-0/+3
2023-10-16lib: add light-weight queuing mechanism.NeilBrown-0/+5
2023-08-18lib/bch.c: use bitrev instead of internal logicJohn Sanpe-0/+1
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle-0/+4
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+4
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+1
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2022-12-12lib: packing: replace bit_reverse() with bitrev8()Uladzislau Koshchanka-0/+1
2022-11-30cpumask: limit visibility of FORCE_NR_CPUSYury Norov-2/+2
2022-11-29interval-tree: Add a utility to iterate over spans in an interval treeJason Gunthorpe-0/+4
2022-11-14memregion: Add cpu_cache_invalidate_memregion() interfaceDavidlohr Bueso-0/+3
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-3/+0
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds-0/+9
2022-10-03zstd: Fixing mixed module-builtin objectsAlexey Kardashevskiy-2/+6