Age | Commit message (Expand) | Author | Files | Lines |
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 |