aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-27dimlib: make DIMLIB a hidden symbolUwe Kleine-König1-2/+1
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-106/+1347
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-2/+48
2019-09-17Merge tag 'media/v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-6/+28
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+7
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+12
2019-09-17Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+20
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2019-09-16Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2019-09-11lib/Kconfig: fix OBJAGG in lib/ menu structureRandy Dunlap1-3/+3
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2019-09-06Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar1-4/+0
2019-09-05crypto: sha256 - Remove sha256/224_init code duplicationHans de Goede1-32/+0
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede1-1/+1
2019-09-04test_firmware: add support for request_firmware_into_bufScott Branden1-2/+48
2019-08-30Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()"Linus Torvalds1-1/+2
2019-08-30crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.cHans de Goede1-0/+3
2019-08-29Merge tag 'hisi-fixes-for-5.3' of git://github.com/hisilicon/linux-hisi into arm/fixesArnd Bergmann1-19/+54
2019-08-22crypto: sha256 - Add sha224 support to sha256 library codeHans de Goede1-2/+35
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede2-0/+7
2019-08-22crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicitHans de Goede1-4/+4
2019-08-22crypto: sha256 - Move lib/sha256.c to lib/cryptoHans de Goede1-1/+1
2019-08-22crypto: sha256 - Fix some coding style issuesHans de Goede1-49/+49
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2-0/+905
2019-08-22lib/mpi: Eliminate unused umul_ppmm definitions for MIPSNathan Chancellor1-35/+1
2019-08-20test_bpf: Fix a new clang warning about xor-ing two numbersNathan Chancellor1-1/+1
2019-08-19media: lib/sort.c: implement sort() variant taking context argumentRasmus Villemoes1-6/+28
2019-08-19lib/stackdepot: Fix outdated commentsMiles Chen1-2/+2
2019-08-14lib: Remove redundant ftrace flag removalMark Rutland1-4/+0
2019-08-13lib: logic_pio: Add logic_pio_unregister_range()John Garry1-0/+14
2019-08-13lib: logic_pio: Avoid possible overlap for unregistering regionsJohn Garry1-5/+5
2019-08-13lib: logic_pio: Fix RCU usageJohn Garry1-14/+35
2019-08-09crypto: aes - helper function to validate key length for AES algorithmsIuliana Prodan1-4/+4
2019-08-08lib: scatterlist: Fix to support no mapped sgZhou Wang1-5/+7
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-2/+58
2019-08-04Merge tag 'kbuild-fixes-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2019-08-03Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-32/+47
2019-08-03lib/test_meminit.c: use GFP_ATOMIC in RCU critical sectionAlexander Potapenko1-1/+1
2019-08-03ubsan: build ubsan.c more conservativelyArnd Bergmann1-1/+2
2019-08-03kasan: remove clang version check for KASAN_STACKArnd Bergmann1-6/+5
2019-08-01lib/raid6: fix unnecessary rebuild of vpermxor*.cMasahiro Yamada1-1/+1
2019-07-31lib/vdso/32: Provide legacy syscall fallbacksThomas Gleixner1-1/+11
2019-07-31lib/vdso: Move fallback invocation to the callersThomas Gleixner1-17/+36
2019-07-31lib/vdso/32: Remove inconsistent NULL pointer checksThomas Gleixner1-16/+2
2019-07-26crypto: lib/aes - export sbox and inverse sboxArd Biesheuvel1-0/+6
2019-07-26crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel2-0/+353
2019-07-25lib/dim: Fix -Wunused-const-variable warningsLeon Romanovsky1-0/+56
2019-07-25linux/dim: Fix overflow in dim calculationYamin Friedman1-2/+2