Age | Commit message (Expand) | Author |
2019-09-11 | lib/Kconfig: fix OBJAGG in lib/ menu structure | Randy Dunlap |
2019-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-09-06 | Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changes | Ingo Molnar |
2019-09-05 | crypto: sha256 - Remove sha256/224_init code duplication | Hans de Goede |
2019-09-05 | crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h | Hans de Goede |
2019-09-04 | test_firmware: add support for request_firmware_into_buf | Scott Branden |
2019-08-30 | Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()" | Linus Torvalds |
2019-08-30 | crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c | Hans de Goede |
2019-08-29 | Merge tag 'hisi-fixes-for-5.3' of git://github.com/hisilicon/linux-hisi into ... | Arnd Bergmann |
2019-08-22 | crypto: sha256 - Add sha224 support to sha256 library code | Hans de Goede |
2019-08-22 | crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use | Hans de Goede |
2019-08-22 | crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicit | Hans de Goede |
2019-08-22 | crypto: sha256 - Move lib/sha256.c to lib/crypto | Hans de Goede |
2019-08-22 | crypto: sha256 - Fix some coding style issues | Hans de Goede |
2019-08-22 | crypto: des - split off DES library from generic DES cipher driver | Ard Biesheuvel |
2019-08-22 | lib/mpi: Eliminate unused umul_ppmm definitions for MIPS | Nathan Chancellor |
2019-08-20 | test_bpf: Fix a new clang warning about xor-ing two numbers | Nathan Chancellor |
2019-08-19 | media: lib/sort.c: implement sort() variant taking context argument | Rasmus Villemoes |
2019-08-19 | lib/stackdepot: Fix outdated comments | Miles Chen |
2019-08-15 | lib/test_printf: Remove obvious comments from %pd and %pD tests | Petr Mladek |
2019-08-15 | lib/test_printf: Add test of null/invalid pointer dereference for dentry | Jia He |
2019-08-15 | vsprintf: Prevent crash when dereferencing invalid pointers for %pD | Jia He |
2019-08-14 | lib: Remove redundant ftrace flag removal | Mark Rutland |
2019-08-13 | lib: logic_pio: Add logic_pio_unregister_range() | John Garry |
2019-08-13 | lib: logic_pio: Avoid possible overlap for unregistering regions | John Garry |
2019-08-13 | lib: logic_pio: Fix RCU usage | John Garry |
2019-08-09 | crypto: aes - helper function to validate key length for AES algorithms | Iuliana Prodan |
2019-08-08 | lib: scatterlist: Fix to support no mapped sg | Zhou Wang |
2019-08-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2019-08-04 | Merge tag 'kbuild-fixes-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-08-03 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2019-08-03 | lib/test_meminit.c: use GFP_ATOMIC in RCU critical section | Alexander Potapenko |
2019-08-03 | ubsan: build ubsan.c more conservatively | Arnd Bergmann |
2019-08-03 | kasan: remove clang version check for KASAN_STACK | Arnd Bergmann |
2019-08-01 | lib/raid6: fix unnecessary rebuild of vpermxor*.c | Masahiro Yamada |
2019-07-31 | lib/vdso/32: Provide legacy syscall fallbacks | Thomas Gleixner |
2019-07-31 | lib/vdso: Move fallback invocation to the callers | Thomas Gleixner |
2019-07-31 | lib/vdso/32: Remove inconsistent NULL pointer checks | Thomas Gleixner |
2019-07-26 | crypto: lib/aes - export sbox and inverse sbox | Ard Biesheuvel |
2019-07-26 | crypto: aes - create AES library based on the fixed time AES code | Ard Biesheuvel |
2019-07-25 | lib/dim: Fix -Wunused-const-variable warnings | Leon Romanovsky |
2019-07-25 | linux/dim: Fix overflow in dim calculation | Yamin Friedman |
2019-07-25 | cpumask: Implement cpumask_or_equal() | Thomas Gleixner |
2019-07-25 | test_firmware: fix a memory leak bug | Wenwen Wang |
2019-07-24 | lib/timerqueue: Rely on rbtree semantics for next timer | Davidlohr Bueso |
2019-07-20 | Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds |
2019-07-19 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds |
2019-07-18 | kbuild: create *.mod with full directory path and remove MODVERDIR | Masahiro Yamada |
2019-07-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2019-07-16 | lib/rbtree: avoid generating code twice for the cached versions | Michel Lespinasse |