summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-281-3/+2
|\
| * lib: dimlib: fix help text typosRandy Dunlap2019-09-271-1/+1
| * dimlib: make DIMLIB a hidden symbolUwe Kleine-König2019-09-271-2/+1
* | lib: untag user pointers in strn*_userAndrey Konovalov2019-09-252-2/+4
* | lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleDave Rodgman2019-09-251-6/+8
* | bug: move WARN_ON() "cut here" into exception handlerKees Cook2019-09-251-2/+9
* | compiler: enable CONFIG_OPTIMIZE_INLINING forciblyMasahiro Yamada2019-09-251-3/+1
* | lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd2019-09-251-21/+0
* | lib/extable.c: add missing prototypesValdis Kletnieks2019-09-251-0/+1
* | lib/generic-radix-tree.c: make 2 functions static inlineValdis Kletnieks2019-09-251-2/+2
* | strscpy: reject buffer sizes larger than INT_MAXKees Cook2019-09-251-1/+1
* | kernel-doc: core-api: include string.h into core-apiJoe Perches2019-09-251-4/+6
* | augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2019-09-251-20/+17
* | 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
|\ \ \ \ \ \