summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-5/+0
* mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-241-1/+1
* lib/test_kasan.c: add roundtrip testsMark Rutland2019-09-241-0/+41
* kasan: add memory corruption identification for software tag-based modeWalter Wu2019-09-241-0/+8
* mm/kmemleak: increase the max mem pool to 1MQian Cai2019-09-241-1/+1
* mm: kmemleak: use the memory pool for early allocationsCatalin Marinas2019-09-241-5/+6
* kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat2019-09-241-1/+1
* Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-221-16/+0
|\
| * module: move CONFIG_UNUSED_SYMBOLS to the sub-menu of MODULESMasahiro Yamada2019-09-111-16/+0
* | Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxLinus Torvalds2019-09-211-1/+1
|\ \
| * | lib/zstd/mem.h: replace __inline by inlineRasmus Villemoes2019-09-151-1/+1
| |/
* | Merge tag 'printk-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-09-212-3/+15
|\ \
| * | lib/test_printf: Remove obvious comments from %pd and %pD testsPetr Mladek2019-08-151-2/+0
| * | lib/test_printf: Add test of null/invalid pointer dereference for dentryJia He2019-08-151-0/+7
| * | vsprintf: Prevent crash when dereferencing invalid pointers for %pDJia He2019-08-151-3/+10
* | | lz4: do not export static symbolLinus Torvalds2019-09-201-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-181-1/+1
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-3/+3
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | test_bpf: Fix a new clang warning about xor-ing two numbersNathan Chancellor2019-08-201-1/+1
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-185-106/+1347
|\ \ \ \ \
| * | | | | crypto: sha256 - Remove sha256/224_init code duplicationHans de Goede2019-09-051-32/+0
| * | | | | crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede2019-09-051-1/+1
| * | | | | crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.cHans de Goede2019-08-301-0/+3
| * | | | | crypto: sha256 - Add sha224 support to sha256 library codeHans de Goede2019-08-221-2/+35
| * | | | | crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede2019-08-222-0/+7
| * | | | | crypto: sha256 - Use get/put_unaligned_be32 to get input, memzero_explicitHans de Goede2019-08-221-4/+4
| * | | | | crypto: sha256 - Move lib/sha256.c to lib/cryptoHans de Goede2019-08-221-1/+1
| * | | | | crypto: sha256 - Fix some coding style issuesHans de Goede2019-08-221-49/+49
| * | | | | crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-222-0/+905
| * | | | | lib/mpi: Eliminate unused umul_ppmm definitions for MIPSNathan Chancellor2019-08-221-35/+1
| * | | | | crypto: aes - helper function to validate key length for AES algorithmsIuliana Prodan2019-08-091-4/+4
| * | | | | crypto: lib/aes - export sbox and inverse sboxArd Biesheuvel2019-07-261-0/+6
| * | | | | crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel2019-07-262-0/+353
* | | | | | Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-181-2/+48
|\ \ \ \ \ \
| * | | | | | test_firmware: add support for request_firmware_into_bufScott Branden2019-09-041-2/+48
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'media/v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-09-171-6/+28
|\ \ \ \ \ \
| * | | | | | media: lib/sort.c: implement sort() variant taking context argumentRasmus Villemoes2019-08-191-6/+28
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-171-5/+7
|\ \ \ \ \ \
| * | | | | | lib: scatterlist: Fix to support no mapped sgZhou Wang2019-08-081-5/+7
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-18/+12
|\ \ \ \ \ \ \
| * | | | | | | lib/timerqueue: Rely on rbtree semantics for next timerDavidlohr Bueso2019-07-241-18/+12
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-0/+20
|\ \ \ \ \ \ \
| * | | | | | | cpumask: Implement cpumask_or_equal()Thomas Gleixner2019-07-251-0/+20
| |/ / / / / /
* | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-09-161-4/+0
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar2019-09-061-4/+0
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | lib: Remove redundant ftrace flag removalMark Rutland2019-08-141-4/+0
| | |/ / / / /
* | | | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-161-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | lib/stackdepot: Fix outdated commentsMiles Chen2019-08-191-2/+2
| | |_|_|/ / | |/| | | |
* | | | | | lib/Kconfig: fix OBJAGG in lib/ menu structureRandy Dunlap2019-09-111-3/+3
| |/ / / / |/| | | |