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