aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-02-12PCI: Move pci_iomap.c to drivers/pci/Gravatar Philipp Stanner 1-3/+0
2023-12-10lib/stackdepot: use fixed-sized slots for stack recordsGravatar Andrey Konovalov 1-0/+10
2023-11-04Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 1-0/+3
2023-10-30Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-0/+3
2023-10-27acpi: Move common tables helper functions to common libGravatar Dave Jiang 1-0/+3
2023-10-19bcache: move closures to lib/Gravatar Kent Overstreet 1-0/+3
2023-10-16lib: add light-weight queuing mechanism.Gravatar NeilBrown 1-0/+5
2023-08-18lib/bch.c: use bitrev instead of internal logicGravatar John Sanpe 1-0/+1
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryGravatar Niklas Schnelle 1-0/+4
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+4
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+1
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+2
2022-12-12lib: packing: replace bit_reverse() with bitrev8()Gravatar Uladzislau Koshchanka 1-0/+1
2022-11-30cpumask: limit visibility of FORCE_NR_CPUSGravatar Yury Norov 1-2/+2
2022-11-29interval-tree: Add a utility to iterate over spans in an interval treeGravatar Jason Gunthorpe 1-0/+4
2022-11-14memregion: Add cpu_cache_invalidate_memregion() interfaceGravatar Davidlohr Bueso 1-0/+3
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-3/+0
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 1-0/+9
2022-10-03zstd: Fixing mixed module-builtin objectsGravatar Alexey Kardashevskiy 1-2/+6
2022-09-20lib/cpumask: add FORCE_NR_CPUS config optionGravatar Yury Norov 1-0/+9
2022-08-19crypto: lib - create utils module and move __crypto_memneq into itGravatar Eric Biggers 1-3/+0
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-9/+0
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+7
2022-07-17lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizingGravatar Vlastimil Babka 1-9/+0
2022-06-15lib: Add register read/write tracing supportGravatar Prasad Sodagudi 1-0/+7
2022-06-12crypto: memneq - move into lib/Gravatar Jason A. Donenfeld 1-0/+3
2022-05-22lib: add generic polynomial calculationGravatar Michael Walle 1-0/+3
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkGravatar Keith Busch 1-0/+9
2022-03-02Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-1/+0
2022-02-21ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEGravatar Julian Braha 1-1/+0
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 1-3/+0
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Gravatar Vlastimil Babka 1-0/+4
2022-01-18lib/crypto: add prompts back to crypto librariesGravatar Justin M. Forbes 1-0/+2
2022-01-15arch: remove GENERIC_FIND_FIRST_BIT entirelyGravatar Yury Norov 1-3/+0
2021-12-06lib: add reference counting tracking infrastructureGravatar Eric Dumazet 1-0/+5
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+8
2021-07-30lib/test_string.c: move string selftest in the Runtime Testing menuGravatar Matteo Croce 1-3/+0
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsGravatar Arnd Bergmann 1-2/+8
2021-06-17lib: add iomem emulation (logic_iomem)Gravatar Johannes Berg 1-0/+14
2021-04-14lib: Add ASN.1 encoderGravatar James Bottomley 1-0/+3
2021-02-26lib: stackdepot: add support to configure STACK_HASH_SIZEGravatar Yogesh Lal 1-0/+9
2020-12-11Add and use a generic version of devmem_is_allowed()Gravatar Palmer Dabbelt 1-0/+3
2020-12-11lib: Add a generic version of devmem_is_allowed()Gravatar Palmer Dabbelt 1-0/+3
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Gravatar Dan Williams 1-1/+6
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-0/+4
2020-07-31lib: Add zstd support to decompressGravatar Nick Terrell 1-0/+4
2020-07-28Add pldmfw library for PLDM firmware updateGravatar Jacob Keller 1-0/+4
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+3
2020-05-08lib: add linear ranges helpersGravatar Matti Vaittinen 1-0/+3