| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-27 | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+3 |
| 2023-03-28 | atomics: Provide rcuref - scalable reference counting | Thomas Gleixner | 1 | -1/+1 |
| 2023-03-19 | dyndbg: cleanup dynamic usage in ib_srp.c | Jason Baron | 1 | -0/+3 |
| 2023-02-27 | kunit: Fix 'hooks.o' build by recursing into kunit | David Gow | 1 | -8/+4 |
| 2023-02-23 | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -0/+2 |
| 2023-02-23 | Merge tag 'linux-kselftest-kunit-6.3-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+9 |
| 2023-02-21 | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+0 |
| 2023-02-08 | arm64: Support Clang UBSAN trap codes for better reporting | Kees Cook | 1 | -2/+0 |
| 2023-02-08 | lib/hashtable_test.c: add test for the hashtable structure | Rae Moar | 1 | -0/+1 |
| 2023-02-08 | kunit: Add "hooks" to call into KUnit when it's built as a module | David Gow | 1 | -0/+8 |
| 2023-02-02 | lib: add Dhrystone benchmark test | Geert Uytterhoeven | 1 | -0/+2 |
| 2023-01-17 | genirq/affinity: Move group_cpus_evenly() into lib/ | Ming Lei | 1 | -0/+2 |
| 2022-12-14 | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+5 |
| 2022-12-02 | lib: fortify_kunit: build without structleak plugin | Anders Roxell | 1 | -0/+1 |
| 2022-11-22 | kunit/fortify: Validate __alloc_size attribute results | Kees Cook | 1 | -0/+1 |
| 2022-11-08 | maple_tree: reorganize testing to restore module testing | Liam Howlett | 1 | -0/+1 |
| 2022-11-02 | overflow: Introduce overflows_type() and castable_to_type() | Kees Cook | 1 | -0/+1 |
| 2022-11-01 | siphash: Convert selftest to KUnit | Kees Cook | 1 | -1/+1 |
| 2022-11-01 | string: Convert strscpy() self-test to KUnit | Kees Cook | 1 | -1/+1 |
| 2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+4 |
| 2022-10-10 | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 1 | -1/+0 |
| 2022-10-07 | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |
| 2022-10-03 | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+2 |
| 2022-10-03 | kmsan: disable instrumentation of unsupported common kernel code | Alexander Potapenko | 1 | -0/+3 |
| 2022-10-03 | kasan: move tests to mm/kasan/ | Andrey Konovalov | 1 | -5/+0 |
| 2022-09-26 | Maple Tree: add new data structure | Liam R. Howlett | 1 | -1/+1 |
| 2022-09-12 | Merge 6.0-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+1 |
| 2022-09-07 | fortify: Add KUnit test for FORTIFY_SOURCE internals | Kees Cook | 1 | -0/+1 |
| 2022-09-07 | dyndbg: add test_dynamic_debug module | Jim Cromie | 1 | -0/+1 |
| 2022-08-31 | testing/selftests: Add tests for the is_signed_type() macro | Bart Van Assche | 1 | -0/+1 |
| 2022-08-24 | lib/test_cpumask: follow KUnit style guidelines | Sander Vanheule | 1 | -1/+1 |
| 2022-08-19 | crypto: lib - create utils module and move __crypto_memneq into it | Eric Biggers | 1 | -1/+0 |
| 2022-08-15 | lib/cpumask: add inline cpumask_next_wrap() for UP | Sander Vanheule | 1 | -1/+2 |
| 2022-08-07 | Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux | Linus Torvalds | 1 | -1/+1 |
| 2022-08-07 | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -2/+2 |
| 2022-08-05 | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
| 2022-08-04 | Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2022-08-02 | lib/base64: RFC4648-compliant base64 encoding | Hannes Reinecke | 1 | -1/+1 |
| 2022-08-01 | lib/nodemask: inline next_node_in() and node_random() | Yury Norov | 1 | -1/+1 |
| 2022-07-17 | lib/test: introduce cpumask KUnit test suite | Sander Vanheule | 1 | -0/+1 |
| 2022-07-17 | cpumask: Fix invalid uniprocessor mask assumption | Sander Vanheule | 1 | -2/+1 |
| 2022-07-15 | crypto: lib - move lib/sha1.c into lib/crypto/ | Eric Biggers | 1 | -1/+1 |
| 2022-06-15 | lib: Add register read/write tracing support | Prasad Sodagudi | 1 | -0/+2 |
| 2022-06-12 | crypto: memneq - move into lib/ | Jason A. Donenfeld | 1 | -0/+1 |
| 2022-06-10 | crypto: memneq - move into lib/ | Jason A. Donenfeld | 1 | -0/+1 |
| 2022-05-29 | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -1/+9 |
| 2022-05-22 | lib: add generic polynomial calculation | Michael Walle | 1 | -0/+2 |
| 2022-04-26 | bootconfig: Support embedding a bootconfig file in kernel | Masami Hiramatsu | 1 | -0/+8 |
| 2022-04-26 | bootconfig: Make the bootconfig.o as a normal object file | Masami Hiramatsu | 1 | -1/+1 |
| 2022-03-26 | Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+2 |
| 2022-03-26 | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+1 |
| 2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -0/+2 |
| 2022-03-21 | lib: stackinit: Convert to KUnit | Kees Cook | 1 | -2/+2 |
| 2022-03-17 | fprobe: Add a selftest for fprobe | Masami Hiramatsu | 1 | -0/+2 |
| 2022-03-07 | crypto: add rocksoft 64b crc guard tag framework | Keith Busch | 1 | -0/+1 |
| 2022-02-27 | lib: overflow: Convert to Kunit | Kees Cook | 1 | -1/+1 |
| 2022-02-13 | fortify: Detect struct member overflows in memcpy() at compile-time | Kees Cook | 1 | -1/+2 |
| 2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+2 |
| 2022-01-20 | test_hash.c: refactor into kunit | Isabella Basso | 1 | -1/+1 |
| 2022-01-20 | lib/Kconfig.debug: properly split hash test kernel entries | Isabella Basso | 1 | -1/+2 |
| 2021-12-06 | lib: add tests for reference tracker | Eric Dumazet | 1 | -1/+1 |
| 2021-12-06 | lib: add reference counting tracking infrastructure | Eric Dumazet | 1 | -0/+2 |
| 2021-11-01 | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -0/+1 |
| 2021-11-01 | Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+34 |
| 2021-10-26 | test_kprobes: Move it from kernel/ to lib/ | Tiezhu Yang | 1 | -0/+1 |
| 2021-10-18 | lib: Introduce CONFIG_MEMCPY_KUNIT_TEST | Kees Cook | 1 | -0/+1 |
| 2021-10-18 | fortify: Add compile-time FORTIFY_SOURCE tests | Kees Cook | 1 | -0/+33 |
| 2021-10-06 | bitfield: build kunit tests without structleak plugin | Arnd Bergmann | 1 | -1/+1 |
| 2021-07-09 | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+2 |
| 2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
| 2021-06-29 | Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
| 2021-06-29 | mm/slub, kunit: add a KUnit test for SLUB debugging functionality | Oliver Glitta | 1 | -0/+1 |
| 2021-06-17 | lib: add iomem emulation (logic_iomem) | Johannes Berg | 1 | -0/+2 |
| 2021-05-22 | lib: kunit: suppress a compilation warning of frame size | Zhen Lei | 1 | -0/+1 |
| 2021-05-19 | lib: test_scanf: Add tests for sscanf number conversion | Richard Fitzgerald | 1 | -0/+1 |
| 2021-04-14 | lib: Add ASN.1 encoder | James Bottomley | 1 | -0/+1 |
| 2021-02-24 | kasan: rename CONFIG_TEST_KASAN_MODULE | Andrey Konovalov | 1 | -1/+1 |
| 2021-02-21 | Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+0 |
| 2021-01-14 | bpf: Move stack_map_get_build_id into lib | Jiri Olsa | 1 | -1/+2 |
| 2021-01-04 | random32: Re-enable KCSAN instrumentation | Marco Elver | 1 | -3/+0 |
| 2020-12-18 | Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
| 2020-12-15 | lib/cmdline_kunit: add a new test suite for cmdline API | Andy Shevchenko | 1 | -0/+1 |
| 2020-12-11 | selftest/fpu: avoid clang warning | Arnd Bergmann | 1 | -1/+2 |
| 2020-12-11 | Add and use a generic version of devmem_is_allowed() | Palmer Dabbelt | 1 | -0/+2 |
| 2020-12-11 | lib: Add a generic version of devmem_is_allowed() | Palmer Dabbelt | 1 | -0/+2 |
| 2020-10-18 | Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -1/+1 |
| 2020-10-16 | lib, include/linux: add usercopy failure capability | Albert van der Linde | 1 | -0/+1 |
| 2020-10-13 | mm/page_alloc.c: fix freeing non-compound pages | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2020-10-13 | KASAN: port KASAN Tests to KUnit | Patricia Alfonso | 1 | -1/+3 |
| 2020-10-13 | lib: kunit: add bitfield test conversion to KUnit | Vitor Massaru Iha | 1 | -1/+1 |
| 2020-08-19 | lib/string.c: Use freestanding environment | Arvind Sankar | 1 | -1/+6 |
| 2020-08-12 | lib/test_bits.c: add tests of GENMASK | Rikard Falkeborn | 1 | -0/+1 |
| 2020-08-09 | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -6/+3 |
| 2020-08-10 | kbuild: introduce ccflags-remove-y and asflags-remove-y | Masahiro Yamada | 1 | -4/+1 |
| 2020-08-07 | mm: move lib/ioremap.c to mm/ | Mike Rapoport | 1 | -1/+0 |
| 2020-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 1 | -0/+3 |
| 2020-08-03 | Merge tag 'x86-fpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+24 |
| 2020-07-31 | lib: Add zstd support to decompress | Nick Terrell | 1 | -0/+1 |
| 2020-07-28 | Add pldmfw library for PLDM firmware update | Jacob Keller | 1 | -0/+3 |
| 2020-07-07 | kbuild: remove cc-option test of -fno-stack-protector | Masahiro Yamada | 1 | -2/+2 |
| 2020-06-29 | selftests/fpu: Add an FPU selftest | Petteri Aimonen | 1 | -0/+24 |
| 2020-06-11 | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 1 | -0/+4 |
| 2020-06-08 | dynamic_debug: add an option to enable dynamic debug for modules only | Orson Zhai | 1 | -1/+1 |
| 2020-06-04 | lib: make a test module with set/clear bit | Jesse Brandeburg | 1 | -0/+2 |
| 2020-06-02 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -0/+1 |
| 2020-05-19 | mm/hmm/test: add selftest driver for HMM | Ralph Campbell | 1 | -0/+1 |
| 2020-05-08 | lib/test_linear_ranges: add a test for the 'linear_ranges' | Matti Vaittinen | 1 | -0/+1 |
| 2020-05-08 | lib: add linear ranges helpers | Matti Vaittinen | 1 | -0/+1 |
| 2020-04-13 | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh | Ingo Molnar | 1 | -0/+9 |
| 2020-04-07 | ubsan: add trap instrumentation option | Kees Cook | 1 | -0/+2 |
| 2020-04-07 | lib/stackdepot.c: build with -fno-builtin | Alexander Potapenko | 1 | -0/+4 |
| 2020-04-07 | lib: test_stackinit.c: XFAIL switch variable init tests | Kees Cook | 1 | -0/+1 |
| 2020-04-07 | lib/test_lockup: test module to generate lockups | Konstantin Khlebnikov | 1 | -0/+1 |
| 2020-03-21 | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts | Ingo Molnar | 1 | -3/+7 |
| 2020-03-06 | lib: Introduce generic min-heap | Ian Rogers | 1 | -0/+1 |
| 2020-02-11 | Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -1/+1 |
| 2020-02-10 | bootconfig: Remove unneeded CONFIG_LIBXBC | Masami Hiramatsu | 1 | -1/+1 |
| 2020-02-09 | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 1 | -2/+2 |
| 2020-02-06 | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 1 | -0/+2 |
| 2020-02-04 | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 1 | -2/+2 |
| 2020-01-31 | kcov: ignore fault-inject and stacktrace | Dmitry Vyukov | 1 | -0/+1 |
| 2020-01-31 | lib/zlib: add s390 hardware support for kernel zlib_deflate | Mikhail Zaslonko | 1 | -0/+1 |
| 2020-01-24 | Merge branch 'kcsan.2020.01.07a' into locking/kcsan | Ingo Molnar | 1 | -0/+1 |
| 2020-01-13 | bootconfig: Add Extra Boot Config support | Masami Hiramatsu | 1 | -0/+2 |
| 2020-01-08 | libfdt: include fdt_addresses.c | AKASHI Takahiro | 1 | -1/+1 |
| 2020-01-07 | kcsan, ubsan: Make KCSAN+UBSAN work together | Marco Elver | 1 | -0/+1 |
| 2019-12-30 | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts | Ingo Molnar | 1 | -3/+9 |
| 2019-12-05 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 1 | -1/+1 |
| 2019-11-26 | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -0/+1 |
| 2019-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -2/+1 |
| 2019-11-25 | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -0/+1 |
| 2019-11-17 | crypto: chacha - move existing library code into lib/crypto | Ard Biesheuvel | 1 | -2/+1 |
| 2019-11-16 | kcsan: Add Kernel Concurrency Sanitizer infrastructure | Marco Elver | 1 | -0/+3 |
| 2019-11-07 | lib: Uplevel the pmem "region" ida to a global allocator | Dan Williams | 1 | -0/+1 |
| 2019-11-05 | logic_pio: Build into a library | John Garry | 1 | -1/+1 |
| 2019-11-01 | lib/list-test: add a test for the 'list' doubly linked list | David Gow | 1 | -0/+3 |
| 2019-10-17 | printf: add support for printing symbolic error names | Rasmus Villemoes | 1 | -0/+1 |
| 2019-09-30 | lib: enable building KUnit in lib/ | Brendan Higgins | 1 | -0/+2 |
| 2019-09-06 | Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changes | Ingo Molnar | 1 | -4/+0 |
| 2019-08-14 | lib: Remove redundant ftrace flag removal | Mark Rutland | 1 | -4/+0 |
| 2019-08-03 | ubsan: build ubsan.c more conservatively | Arnd Bergmann | 1 | -1/+2 |
| 2019-07-19 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 1 | -2/+0 |
| 2019-07-16 | lib: introduce test_meminit module | Alexander Potapenko | 1 | -0/+1 |
| 2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+2 |
| 2019-07-01 | blackhole_dev: add a selftest | Mahesh Bandewar | 1 | -0/+1 |
| 2019-06-25 | linux/dim: Move implementation to .c files | Tal Gilboa | 1 | -0/+1 |
| 2019-06-20 | crypto: arc4 - refactor arc4 core code into separate library | Ard Biesheuvel | 1 | -1/+1 |
| 2019-06-17 | memory: move jedec_ddr_data.c from lib/ to drivers/memory/ | Masahiro Yamada | 1 | -2/+0 |
| 2019-05-14 | lib: Move mathematic helpers to separate folder | Andy Shevchenko | 1 | -9/+6 |
| 2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+1 |
| 2019-05-06 | Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
| 2019-05-06 | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
| 2019-05-03 | lib: Add support for generic packing operations | Vladimir Oltean | 1 | -0/+1 |
| 2019-04-30 | x86/mm/mem_encrypt: Disable all instrumentation for early SME setup | Gary Hook | 1 | -0/+11 |
| 2019-04-08 | lib: Add test module for strscpy_pad | Tobin C. Harding | 1 | -0/+1 |
| 2019-04-03 | x86/uaccess, ubsan: Fix UBSAN vs. SMAP | Peter Zijlstra | 1 | -0/+1 |
| 2019-03-14 | libfdt: prefix header search paths with $(srctree)/ | Masahiro Yamada | 1 | -1/+1 |
| 2019-03-12 | Drop flex_arrays | Kent Overstreet | 1 | -1/+1 |
| 2019-03-12 | generic radix trees | Kent Overstreet | 1 | -1/+2 |
| 2019-03-09 | Merge tag 'gcc-plugins-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+1 |
| 2019-03-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv... | Linus Torvalds | 1 | -0/+2 |
| 2019-03-05 | vmalloc: add test driver to analyse vmalloc allocator | Uladzislau Rezki (Sony) | 1 | -0/+1 |
| 2019-03-04 | lib: Introduce test_stackinit module | Kees Cook | 1 | -0/+1 |
| 2019-01-11 | selftests/livepatch: introduce tests | Joe Lawrence | 1 | -0/+2 |
| 2018-12-27 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
| 2018-11-20 | crypto: chacha20-generic - refactor to allow varying number of rounds | Eric Biggers | 1 | -1/+1 |
| 2018-11-15 | lib: introduce initial implementation of object aggregation manager | Jiri Pirko | 1 | -0/+2 |
| 2018-10-31 | Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+0 |
| 2018-10-31 | Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines" | Palmer Dabbelt | 1 | -1/+0 |
| 2018-10-28 | Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 1 | -0/+2 |
| 2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -1/+2 |
| 2018-10-26 | Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+2 |
| 2018-10-22 | lib: Add umoddi3 and udivmoddi4 of GCC library routines | Zong Li | 1 | -0/+1 |
| 2018-10-21 | xarray: Add XArray load operation | Matthew Wilcox | 1 | -0/+1 |
| 2018-10-21 | xarray: Add definition of struct xarray | Matthew Wilcox | 1 | -1/+1 |
| 2018-10-16 | lib: Fix ia64 bootloader linkage | Alexander Shishkin | 1 | -1/+1 |
| 2018-10-12 | lib/bch: fix possible stack overrun | Arnd Bergmann | 1 | -1/+0 |
| 2018-10-11 | Makefile: Globally enable VLA warning | Kees Cook | 1 | -0/+2 |
| 2018-10-11 | lib: Add memcat_p(): paste 2 pointer arrays together | Alexander Shishkin | 1 | -0/+1 |
| 2018-08-26 | Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -0/+1 |
| 2018-08-22 | lib: add crc64 calculation routines | Coly Li | 1 | -0/+11 |
| 2018-08-21 | ida: Start new test_ida module | Matthew Wilcox | 1 | -0/+1 |
| 2018-08-15 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 1 | -1/+1 |
| 2018-08-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+1 |
| 2018-08-11 | Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon | 1 | -11/+1 |
| 2018-07-23 | Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or... | David S. Miller | 1 | -0/+1 |
| 2018-06-27 | bitfield: add tests | Johannes Berg | 1 | -0/+1 |
| 2018-06-24 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -5/+1 |
| 2018-06-22 | lib/bch: Remove VLA usage | Kees Cook | 1 | -0/+1 |
| 2018-06-19 | scsi: Remove percpu_ida | Matthew Wilcox | 1 | -1/+1 |
| 2018-06-14 | dma-mapping: move all DMA mapping code to kernel/dma | Christoph Hellwig | 1 | -6/+0 |
| 2018-06-14 | dma-mapping: use obj-y instead of lib-y for generic dma ops | Christoph Hellwig | 1 | -3/+3 |
| 2018-06-12 | alpha: Remove custom dec_and_lock() implementation | Sebastian Andrzej Siewior | 1 | -5/+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-06 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+1 |
| 2018-06-05 | lib: add runtime test of check_*_overflow functions | Rasmus Villemoes | 1 | -0/+1 |
| 2018-05-19 | dma-mapping: provide a generic dma-noncoherent implementation | Christoph Hellwig | 1 | -0/+1 |
| 2018-05-09 | iommu-common: move to arch/sparc | Christoph Hellwig | 1 | -1/+1 |
| 2018-04-23 | lib: Rename compiler intrinsic selects to GENERIC_LIB_* | Matt Redfearn | 1 | -6/+6 |
| 2018-04-11 | lib: add testing module for UBSAN | Jinbum Park | 1 | -0/+2 |