aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)
2019-09-24lib/test_kasan.c: add roundtrip testsMark Rutland
2019-09-24kasan: add memory corruption identification for software tag-based modeWalter Wu
2019-09-24mm/kmemleak: increase the max mem pool to 1MQian Cai
2019-09-24mm: kmemleak: use the memory pool for early allocationsCatalin Marinas
2019-09-24kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-21Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxLinus Torvalds
2019-09-21Merge tag 'printk-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-09-20lz4: do not export static symbolLinus Torvalds
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-17Merge tag 'media/v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-17Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-09-16Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-09-15lib/zstd/mem.h: replace __inline by inlineRasmus Villemoes
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-11module: move CONFIG_UNUSED_SYMBOLS to the sub-menu of MODULESMasahiro Yamada
2019-09-11lib/Kconfig: fix OBJAGG in lib/ menu structureRandy Dunlap
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-09-06Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar
2019-09-05crypto: sha256 - Remove sha256/224_init code duplicationHans de Goede
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede
2019-09-04test_firmware: add support for request_firmware_into_bufScott Branden
2019-08-30Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()"Linus Torvalds
2019-08-30crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.cHans de Goede
2019-08-29Merge tag 'hisi-fixes-for-5.3' of git://github.com/hisilicon/linux-hisi into ...Arnd Bergmann
2019-08-22crypto: sha256 - Add sha224 support to sha256 library codeHans de Goede
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede
2019-08-22crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicitHans de Goede
2019-08-22crypto: sha256 - Move lib/sha256.c to lib/cryptoHans de Goede
2019-08-22crypto: sha256 - Fix some coding style issuesHans de Goede
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-22lib/mpi: Eliminate unused umul_ppmm definitions for MIPSNathan Chancellor
2019-08-20test_bpf: Fix a new clang warning about xor-ing two numbersNathan Chancellor
2019-08-19media: lib/sort.c: implement sort() variant taking context argumentRasmus Villemoes
2019-08-19lib/stackdepot: Fix outdated commentsMiles Chen
2019-08-15lib/test_printf: Remove obvious comments from %pd and %pD testsPetr Mladek
2019-08-15lib/test_printf: Add test of null/invalid pointer dereference for dentryJia He
2019-08-15vsprintf: Prevent crash when dereferencing invalid pointers for %pDJia He
2019-08-14lib: Remove redundant ftrace flag removalMark Rutland
2019-08-13lib: logic_pio: Add logic_pio_unregister_range()John Garry
2019-08-13lib: logic_pio: Avoid possible overlap for unregistering regionsJohn Garry
2019-08-13lib: logic_pio: Fix RCU usageJohn Garry
2019-08-09crypto: aes - helper function to validate key length for AES algorithmsIuliana Prodan