summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-2/+2
2019-10-03usercopy: Add parentheses around assignment in test_copy_struct_from_userNathan Chancellor-2/+2
2019-10-03lib: textsearch: fix escapes in example codeRandy Dunlap-2/+2
2019-10-01lib: introduce copy_struct_from_user() helperAleksa Sarai-13/+186
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-3/+2
2019-09-27lib: dimlib: fix help text typosRandy Dunlap-1/+1
2019-09-27dimlib: make DIMLIB a hidden symbolUwe Kleine-König-2/+1
2019-09-25lib: untag user pointers in strn*_userAndrey Konovalov-2/+4
2019-09-25lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rleDave Rodgman-6/+8
2019-09-25bug: move WARN_ON() "cut here" into exception handlerKees Cook-2/+9
2019-09-25compiler: enable CONFIG_OPTIMIZE_INLINING forciblyMasahiro Yamada-3/+1
2019-09-25lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd-21/+0
2019-09-25lib/extable.c: add missing prototypesValdis Kletnieks-0/+1
2019-09-25lib/generic-radix-tree.c: make 2 functions static inlineValdis Kletnieks-2/+2
2019-09-25strscpy: reject buffer sizes larger than INT_MAXKees Cook-1/+1
2019-09-25kernel-doc: core-api: include string.h into core-apiJoe Perches-4/+6
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse-20/+17
2019-09-24mm: remove quicklist page table cachesNicholas Piggin-5/+0
2019-09-24mm: introduce page_size()Matthew Wilcox (Oracle)-1/+1
2019-09-24lib/test_kasan.c: add roundtrip testsMark Rutland-0/+41
2019-09-24kasan: add memory corruption identification for software tag-based modeWalter Wu-0/+8
2019-09-24mm/kmemleak: increase the max mem pool to 1MQian Cai-1/+1
2019-09-24mm: kmemleak: use the memory pool for early allocationsCatalin Marinas-5/+6
2019-09-24kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16KNicolas Boichat-1/+1
2019-09-22Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16/+0
2019-09-21Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxLinus Torvalds-1/+1
2019-09-21Merge tag 'printk-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-3/+15
2019-09-20lz4: do not export static symbolLinus Torvalds-1/+0
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-1/+1
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-106/+1347
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+48
2019-09-17Merge tag 'media/v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-6/+28
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+7
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-18/+12
2019-09-17Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+20
2019-09-16Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+0
2019-09-16Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-2/+2
2019-09-15lib/zstd/mem.h: replace __inline by inlineRasmus Villemoes-1/+1
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+3
2019-09-11module: move CONFIG_UNUSED_SYMBOLS to the sub-menu of MODULESMasahiro Yamada-16/+0
2019-09-11lib/Kconfig: fix OBJAGG in lib/ menu structureRandy Dunlap-3/+3
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+1
2019-09-06Merge branch 'x86/cleanups' into x86/cpu, to pick up dependent changesIngo Molnar-4/+0
2019-09-05crypto: sha256 - Remove sha256/224_init code duplicationHans de Goede-32/+0
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede-1/+1
2019-09-04test_firmware: add support for request_firmware_into_bufScott Branden-2/+48
2019-08-30Partially revert "kfifo: fix kfifo_alloc() and kfifo_init()"Linus Torvalds-1/+2
2019-08-30crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.cHans de Goede-0/+3
2019-08-29Merge tag 'hisi-fixes-for-5.3' of git://github.com/hisilicon/linux-hisi into ...Arnd Bergmann-19/+54
2019-08-22crypto: sha256 - Add sha224 support to sha256 library codeHans de Goede-2/+35