| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-04 | lib/crc: remove CONFIG_LIBCRC32C | Eric Biggers | 1 | -7/+0 |
| 2025-04-04 | lib/crc: document all the CRC library kconfig options | Eric Biggers | 1 | -0/+27 |
| 2025-04-04 | lib/crc: remove unnecessary prompt for CONFIG_CRC_ITU_T | Eric Biggers | 1 | -6/+1 |
| 2025-04-04 | lib/crc: remove unnecessary prompt for CONFIG_CRC_T10DIF | Eric Biggers | 1 | -5/+1 |
| 2025-04-04 | lib/crc: remove unnecessary prompt for CONFIG_CRC16 | Eric Biggers | 1 | -6/+1 |
| 2025-04-04 | lib/crc: remove unnecessary prompt for CONFIG_CRC_CCITT | Eric Biggers | 1 | -6/+1 |
| 2025-04-04 | lib/crc: remove unnecessary prompt for CONFIG_CRC32 and drop 'default y' | Eric Biggers | 1 | -7/+1 |
| 2025-03-10 | lib/crc: remove unnecessary prompt for CONFIG_CRC64 | Eric Biggers | 1 | -6/+1 |
| 2025-03-10 | lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32C | Eric Biggers | 1 | -1/+1 |
| 2025-03-10 | lib/crc: remove unnecessary prompt for CONFIG_CRC8 | Eric Biggers | 1 | -5/+1 |
| 2025-03-10 | lib/crc: remove unnecessary prompt for CONFIG_CRC7 | Eric Biggers | 1 | -6/+1 |
| 2025-03-10 | lib/crc: remove unnecessary prompt for CONFIG_CRC4 | Eric Biggers | 1 | -6/+1 |
| 2025-02-08 | lib/crc64: add support for arch-optimized implementations | Eric Biggers | 1 | -0/+7 |
| 2025-02-08 | lib/crc64-rocksoft: stop wrapping the crypto API | Eric Biggers | 1 | -9/+0 |
| 2025-01-29 | lib/crc32: remove other generic implementations | Eric Biggers | 1 | -4/+0 |
| 2025-01-29 | lib/crc: simplify the kconfig options for CRC implementations | Eric Biggers | 1 | -102/+14 |
| 2024-12-09 | lib/crc32test: delete obsolete crc32test.c | Eric Biggers | 1 | -9/+0 |
| 2024-12-01 | lib/crc-t10dif: add support for arch overrides | Eric Biggers | 1 | -0/+32 |
| 2024-12-01 | lib/crc-t10dif: stop wrapping the crypto API | Eric Biggers | 1 | -2/+0 |
| 2024-12-01 | lib/crc32: make crc32c() go directly to lib | Eric Biggers | 1 | -7/+3 |
| 2024-12-01 | lib/crc32: improve support for arch-specific overrides | Eric Biggers | 1 | -16/+54 |
| 2024-11-25 | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+6 |
| 2024-11-05 | lib/min_heap: introduce non-inline versions of min heap API functions | Kuan-Wei Chiu | 1 | -0/+3 |
| 2024-11-05 | lib/Makefile: make union-find compilation conditional on CONFIG_CPUSETS | Kuan-Wei Chiu | 1 | -0/+3 |
| 2024-10-03 | lib: packing: add KUnit tests adapted from selftests | Jacob Keller | 1 | -0/+12 |
| 2024-06-25 | dim: make DIMLIB dependent on NET | Heng Qi | 1 | -0/+1 |
| 2024-06-18 | cpumask: limit FORCE_NR_CPUS to just the UP case | Linus Torvalds | 1 | -7/+1 |
| 2024-05-07 | lib: Allow for the DIM library to be modular | Florian Fainelli | 1 | -1/+1 |
| 2024-02-12 | PCI: Move pci_iomap.c to drivers/pci/ | Philipp Stanner | 1 | -3/+0 |
| 2023-12-10 | lib/stackdepot: use fixed-sized slots for stack records | Andrey Konovalov | 1 | -0/+10 |
| 2023-11-04 | Merge tag 'cxl-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl | Linus Torvalds | 1 | -0/+3 |
| 2023-10-30 | Merge tag 'bcachefs-2023-10-30' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 1 | -0/+3 |
| 2023-10-27 | acpi: Move common tables helper functions to common lib | Dave Jiang | 1 | -0/+3 |
| 2023-10-19 | bcache: move closures to lib/ | Kent Overstreet | 1 | -0/+3 |
| 2023-10-16 | lib: add light-weight queuing mechanism. | NeilBrown | 1 | -0/+5 |
| 2023-08-18 | lib/bch.c: use bitrev instead of internal logic | John Sanpe | 1 | -0/+1 |
| 2023-04-05 | Kconfig: introduce HAS_IOPORT option and select it as necessary | Niklas Schnelle | 1 | -0/+4 |
| 2022-12-14 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+4 |
| 2022-12-13 | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+1 |
| 2022-12-12 | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
| 2022-12-12 | lib: packing: replace bit_reverse() with bitrev8() | Uladzislau Koshchanka | 1 | -0/+1 |
| 2022-11-30 | cpumask: limit visibility of FORCE_NR_CPUS | Yury Norov | 1 | -2/+2 |
| 2022-11-29 | interval-tree: Add a utility to iterate over spans in an interval tree | Jason Gunthorpe | 1 | -0/+4 |
| 2022-11-14 | memregion: Add cpu_cache_invalidate_memregion() interface | Davidlohr Bueso | 1 | -0/+3 |
| 2022-10-10 | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -3/+0 |
| 2022-10-10 | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux | Linus Torvalds | 1 | -0/+9 |
| 2022-10-03 | zstd: Fixing mixed module-builtin objects | Alexey Kardashevskiy | 1 | -2/+6 |
| 2022-09-20 | lib/cpumask: add FORCE_NR_CPUS config option | Yury Norov | 1 | -0/+9 |
| 2022-08-19 | crypto: lib - create utils module and move __crypto_memneq into it | Eric Biggers | 1 | -3/+0 |
| 2022-08-07 | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -9/+0 |
| 2022-08-05 | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+7 |
| 2022-07-17 | lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizing | Vlastimil Babka | 1 | -9/+0 |
| 2022-06-15 | lib: Add register read/write tracing support | Prasad Sodagudi | 1 | -0/+7 |
| 2022-06-12 | crypto: memneq - move into lib/ | Jason A. Donenfeld | 1 | -0/+3 |
| 2022-05-22 | lib: add generic polynomial calculation | Michael Walle | 1 | -0/+3 |
| 2022-03-07 | crypto: add rocksoft 64b crc guard tag framework | Keith Busch | 1 | -0/+9 |
| 2022-03-02 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -1/+0 |
| 2022-02-21 | ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSE | Julian Braha | 1 | -1/+0 |
| 2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 1 | -3/+0 |
| 2022-01-22 | lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() | Vlastimil Babka | 1 | -0/+4 |
| 2022-01-18 | lib/crypto: add prompts back to crypto libraries | Justin M. Forbes | 1 | -0/+2 |
| 2022-01-15 | arch: remove GENERIC_FIND_FIRST_BIT entirely | Yury Norov | 1 | -3/+0 |
| 2021-12-06 | lib: add reference counting tracking infrastructure | Eric Dumazet | 1 | -0/+5 |
| 2021-09-01 | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+8 |
| 2021-07-30 | lib/test_string.c: move string selftest in the Runtime Testing menu | Matteo Croce | 1 | -3/+0 |
| 2021-07-30 | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols | Arnd Bergmann | 1 | -2/+8 |
| 2021-06-17 | lib: add iomem emulation (logic_iomem) | Johannes Berg | 1 | -0/+14 |
| 2021-04-14 | lib: Add ASN.1 encoder | James Bottomley | 1 | -0/+3 |
| 2021-02-26 | lib: stackdepot: add support to configure STACK_HASH_SIZE | Yogesh Lal | 1 | -0/+9 |
| 2020-12-11 | Add and use a generic version of devmem_is_allowed() | Palmer Dabbelt | 1 | -0/+3 |
| 2020-12-11 | lib: Add a generic version of devmem_is_allowed() | Palmer Dabbelt | 1 | -0/+3 |
| 2020-10-06 | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() | Dan Williams | 1 | -1/+6 |
| 2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -0/+4 |
| 2020-07-31 | lib: Add zstd support to decompress | Nick Terrell | 1 | -0/+4 |
| 2020-07-28 | Add pldmfw library for PLDM firmware update | Jacob Keller | 1 | -0/+4 |
| 2020-06-01 | Merge tag 'docs-5.8' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
| 2020-06-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+3 |
| 2020-05-08 | lib: add linear ranges helpers | Matti Vaittinen | 1 | -0/+3 |
| 2020-04-21 | docs: Add rbtree documentation to the core-api | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2020-04-18 | x86/asm: Provide a Kconfig symbol for disabling old assembly annotations | Mark Brown | 1 | -0/+3 |
| 2020-02-20 | mm/memremap_pages: Introduce memremap_compat_align() | Dan Williams | 1 | -0/+3 |
| 2020-02-11 | Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -3/+0 |
| 2020-02-10 | bootconfig: Remove unneeded CONFIG_LIBXBC | Masami Hiramatsu | 1 | -3/+0 |
| 2020-02-06 | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 1 | -0/+3 |
| 2020-01-31 | lib/zlib: add s390 hardware support for kernel zlib_deflate | Mikhail Zaslonko | 1 | -0/+7 |
| 2020-01-13 | bootconfig: Add Extra Boot Config support | Masami Hiramatsu | 1 | -0/+3 |
| 2019-12-07 | lib/: fix Kconfig indentation | Krzysztof Kozlowski | 1 | -1/+1 |
| 2019-11-28 | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 1 | -0/+3 |
| 2019-11-26 | Merge branch 'acpi-mm' | Rafael J. Wysocki | 1 | -0/+3 |
| 2019-11-11 | lib: provide a simple generic ioremap implementation | Christoph Hellwig | 1 | -0/+3 |
| 2019-11-10 | lib: Remove select of inexistant GENERIC_IO | Corentin Labbe | 1 | -1/+0 |
| 2019-11-07 | lib: Uplevel the pmem "region" ida to a global allocator | Dan Williams | 1 | -0/+3 |
| 2019-09-27 | lib: dimlib: fix help text typos | Randy Dunlap | 1 | -1/+1 |
| 2019-09-27 | dimlib: make DIMLIB a hidden symbol | Uwe Kleine-König | 1 | -2/+1 |
| 2019-09-11 | lib/Kconfig: fix OBJAGG in lib/ menu structure | Randy Dunlap | 1 | -3/+3 |
| 2019-07-19 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 1 | -8/+0 |
| 2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+8 |
| 2019-06-25 | linux/dim: Move implementation to .c files | Tal Gilboa | 1 | -0/+8 |
| 2019-06-22 | lib/vdso: Provide generic VDSO implementation | Vincenzo Frascino | 1 | -0/+5 |
| 2019-06-17 | memory: move jedec_ddr_data.c from lib/ to drivers/memory/ | Masahiro Yamada | 1 | -8/+0 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-16 | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+4 |
| 2019-05-14 | lib: Move mathematic helpers to separate folder | Andy Shevchenko | 1 | -12/+2 |
| 2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+17 |
| 2019-05-03 | lib: Add support for generic packing operations | Vladimir Oltean | 1 | -0/+17 |
| 2019-04-29 | stacktrace: Provide common infrastructure | Thomas Gleixner | 1 | -0/+4 |
| 2019-04-23 | asm-generic: provide entirely generic nommu uaccess | Christoph Hellwig | 1 | -0/+4 |
| 2019-01-03 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli... | Jens Axboe | 1 | -0/+8 |
| 2018-12-28 | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
| 2018-12-20 | lib/raid6: add option to skip algo benchmarking | Daniel Verkamp | 1 | -0/+8 |
| 2018-12-06 | arch: switch the default on ARCH_HAS_SG_CHAIN | Christoph Hellwig | 1 | -1/+1 |
| 2018-11-15 | lib: introduce initial implementation of object aggregation manager | Jiri Pirko | 1 | -0/+3 |
| 2018-10-31 | Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+0 |
| 2018-10-31 | Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines" | Palmer Dabbelt | 1 | -3/+0 |
| 2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -1/+4 |
| 2018-10-22 | lib: Add umoddi3 and udivmoddi4 of GCC library routines | Zong Li | 1 | -0/+3 |
| 2018-10-21 | radix tree: Remove multiorder support | Matthew Wilcox | 1 | -4/+0 |
| 2018-09-29 | xarray: Change definition of sibling entries | Matthew Wilcox | 1 | -0/+7 |
| 2018-08-22 | lib/Kconfig: remove 'default n' for tests | Andy Shevchenko | 1 | -1/+0 |
| 2018-08-22 | lib: add crc64 calculation routines | Coly Li | 1 | -0/+8 |
| 2018-06-20 | Merge tag 'dma-rename-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -46/+1 |
| 2018-06-15 | docs: Fix some broken references | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2018-06-14 | dma-mapping: move all DMA mapping code to kernel/dma | Christoph Hellwig | 1 | -46/+1 |
| 2018-06-12 | Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 1 | -6/+6 |
| 2018-06-08 | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+3 |
| 2018-05-22 | uio, lib: Fix CONFIG_ARCH_HAS_UACCESS_MCSAFE compilation | Dan Williams | 1 | -0/+3 |
| 2018-05-19 | dma-mapping: provide a generic dma-noncoherent implementation | Christoph Hellwig | 1 | -0/+20 |
| 2018-05-19 | dma-mapping: simplify Kconfig dependencies | Christoph Hellwig | 1 | -4/+2 |
| 2018-05-09 | swiotlb: move the SWIOTLB config symbol to lib/Kconfig | Christoph Hellwig | 1 | -0/+5 |
| 2018-05-09 | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig | Christoph Hellwig | 1 | -0/+3 |
| 2018-05-09 | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/Kconfig | Christoph Hellwig | 1 | -0/+3 |
| 2018-05-09 | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig | Christoph Hellwig | 1 | -0/+3 |
| 2018-05-09 | iommu-helper: move the IOMMU_HELPER config symbol to lib/ | Christoph Hellwig | 1 | -0/+3 |
| 2018-04-23 | lib: Rename compiler intrinsic selects to GENERIC_LIB_* | Matt Redfearn | 1 | -6/+6 |
| 2018-03-21 | lib: Add generic PIO mapping method | Zhichang Yuan | 1 | -0/+16 |
| 2018-01-31 | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
| 2018-01-15 | dma-direct: rename dma_noop to dma_direct | Christoph Hellwig | 1 | -1/+1 |
| 2018-01-06 | lib/scatterlist: Introduce sgl_alloc() and sgl_free() | Bart Van Assche | 1 | -0/+4 |
| 2017-11-22 | Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -4/+0 |
| 2017-11-17 | lib: add module support to string tests | Geert Uytterhoeven | 1 | -1/+1 |
| 2017-11-13 | kconfig: kill off GENERIC_IO option | Rob Herring | 1 | -4/+0 |
| 2017-09-25 | lib: Add shared copies of some GCC library routines | Palmer Dabbelt | 1 | -0/+18 |
| 2017-09-14 | Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+11 |
| 2017-09-11 | Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+0 |
| 2017-09-08 | lib/string.c: add testcases for memset16/32/64 | Matthew Wilcox | 1 | -0/+3 |
| 2017-08-31 | libnvdimm, nd_blk: remove mmio_flush_range() | Robin Murphy | 1 | -3/+0 |
| 2017-08-15 | lib: Add zstd modules | Nick Terrell | 1 | -0/+8 |
| 2017-08-15 | lib: Add xxhash module | Nick Terrell | 1 | -0/+3 |
| 2017-07-07 | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+3 |
| 2017-06-09 | x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope... | Dan Williams | 1 | -0/+3 |
| 2017-06-09 | lib: Add crc4 module | Jeremy Kerr | 1 | -0/+8 |
| 2017-02-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
| 2017-02-26 | lib: Allow compile-testing of parman | Geert Uytterhoeven | 1 | -1/+1 |
| 2017-02-25 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+10 |
| 2017-02-24 | lib: add module support to glob tests | Geert Uytterhoeven | 1 | -2/+1 |
| 2017-02-24 | lib: add module support to crc32 tests | Geert Uytterhoeven | 1 | -2/+1 |
| 2017-02-23 | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie... | Linus Torvalds | 1 | -0/+3 |
| 2017-02-24 | lib/Kconfig: make PRIME_NUMBERS not user selectable. | Dave Airlie | 1 | -1/+1 |
| 2017-02-23 | lib: Remove string from parman config selection | Jiri Pirko | 1 | -1/+1 |
| 2017-02-03 | lib: Introduce priority array area manager | Jiri Pirko | 1 | -0/+3 |
| 2017-01-24 | lib/dma-virt: Add dma_virt_ops | Bart Van Assche | 1 | -0/+5 |
| 2017-01-24 | lib/dma-noop: Only build dma_noop_ops for s390 and m32r | Bart Van Assche | 1 | -0/+5 |
| 2016-12-27 | lib: Add a simple prime number generator | Chris Wilson | 1 | -0/+7 |
| 2016-10-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+0 |
| 2016-10-07 | atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE | Vineet Gupta | 1 | -3/+0 |
| 2016-09-17 | blk-mq: abstract tag allocation out into sbitmap library | Omar Sandoval | 1 | -0/+3 |
| 2016-05-20 | raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER | Matthew Wilcox | 1 | -0/+3 |
| 2016-04-15 | lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c | Ming Lin | 1 | -0/+7 |
| 2016-03-25 | mm, kasan: stackdepot implementation. Enable stackdepot for SLAB | Alexander Potapenko | 1 | -0/+4 |
| 2016-01-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -0/+5 |
| 2016-01-22 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+2 |
| 2016-01-18 | lib: sw842: select crc32 | Arnd Bergmann | 1 | -0/+2 |
| 2015-12-11 | irq_poll: make blk-iopoll available outside the block layer | Christoph Hellwig | 1 | -0/+5 |
| 2015-12-08 | lib: scatterlist: fix Kconfig description | Geert Uytterhoeven | 1 | -3/+3 |
| 2015-10-16 | lib/Kconfig: ZLIB_DEFLATE must select BITREVERSE | Andrew Morton | 1 | -0/+1 |
| 2015-09-08 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
| 2015-09-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+0 |
| 2015-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -10/+0 |
| 2015-08-27 | nd_blk: change aperture mapping from WC to WB | Ross Zwisler | 1 | -0/+3 |
| 2015-08-24 | lib: scatterlist: add sg splitting function | Robert Jarzmik | 1 | -0/+7 |
| 2015-08-20 | average: remove out-of-line implementation | Johannes Berg | 1 | -10/+0 |
| 2015-08-15 | percpu-rwsem: kill CONFIG_PERCPU_RWSEM | Oleg Nesterov | 1 | -3/+0 |
| 2015-06-29 | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+3 |
| 2015-06-26 | arch, x86: pmem api for ensuring durability of persistent memory updates | Ross Zwisler | 1 | -0/+3 |
| 2015-06-19 | Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git... | Herbert Xu | 1 | -7/+2 |
| 2015-05-11 | lib: add software 842 compression/decompression | Dan Streetman | 1 | -0/+6 |
| 2015-04-20 | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -4/+0 |
| 2015-04-17 | lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help text | Andrew Morton | 1 | -3/+2 |
| 2015-03-10 | cpumask: remove deprecated functions. | Rusty Russell | 1 | -4/+0 |
| 2015-02-19 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -15/+15 |
| 2015-02-16 | lib/Kconfig: use bool instead of boolean | Christoph Jaeger | 1 | -1/+1 |
| 2015-01-07 | kconfig: use bool instead of boolean for type definition attributes | Christoph Jaeger | 1 | -15/+15 |
| 2014-12-22 | ARM: 8187/1: add CONFIG_HAVE_ARCH_BITREVERSE to support rbit instruction | Yalin Wang | 1 | -0/+9 |
| 2014-09-13 | Make ARCH_HAS_FAST_MULTIPLIER a real config variable | Linus Torvalds | 1 | -0/+3 |
| 2014-08-08 | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 1 | -0/+7 |
| 2014-08-06 | lib/glob.c: add CONFIG_GLOB_SELFTEST | George Spelvin | 1 | -0/+14 |
| 2014-08-06 | lib: add lib/glob.c | George Spelvin | 1 | -0/+19 |
| 2014-07-17 | digsig: make crypto builtin if digsig selected as builtin | Dmitry Kasatkin | 1 | -1/+2 |
| 2014-05-05 | lib: Export interval_tree | Chris Wilson | 1 | -0/+14 |
| 2014-04-12 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -0/+9 |