summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-06Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06ubsan: Remove vla bound checks.Andrey Ryabinin
2019-05-06ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin
2019-05-06Merge branch 'for-5.2-pf-removal' into for-linusPetr Mladek
2019-05-06Merge branch 'for-5.2-vsprintf-hardening' into for-linusPetr Mladek
2019-05-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-03kobject: clean up the kobject add documentation a bit moreGreg Kroah-Hartman
2019-05-02kobject: Fix kernel-doc comment first lineTobin C. Harding
2019-05-02kobject: Remove docstring reference to ksetTobin C. Harding
2019-05-01kobject: fix dereference before null check on kobjColin Ian King
2019-04-30x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook
2019-04-29lib/vsprintf: Make function pointer_string staticYueHaibing
2019-04-29stacktrace: Provide common infrastructureThomas Gleixner
2019-04-29lib/stackdepot: Remove obsolete functionsThomas Gleixner
2019-04-29fault-inject: Simplify stacktrace retrievalThomas Gleixner
2019-04-29lib/stackdepot: Provide functions which operate on plain storage arraysThomas Gleixner
2019-04-28kobject: Improve doc clarity kobject_init_and_add()Tobin C. Harding
2019-04-28kobject: Improve docs for kobject_add/delTobin C. Harding
2019-04-26lib/test_vmalloc.c: do not create cpumask_t variable on stackUladzislau Rezki (Sony)
2019-04-26lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing
2019-04-26vsprintf: Limit the length of inlined error messagesPetr Mladek
2019-04-26vsprintf: Avoid confusion between invalid address and valuePetr Mladek
2019-04-26vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek
2019-04-26vsprintf: Consolidate handling of unknown pointer specifiersPetr Mladek
2019-04-26vsprintf: Factor out %pO handler as kobject_string()Petr Mladek
2019-04-26vsprintf: Factor out %pV handler as va_format()Petr Mladek
2019-04-26vsprintf: Factor out %p[iI] handler as ip_addr_string()Petr Mladek
2019-04-26vsprintf: Do not check address of well-known stringsPetr Mladek
2019-04-26vsprintf: Consistent %pK handling for kptr_restrict == 0Petr Mladek
2019-04-26vsprintf: Shuffle restricted_pointer()Petr Mladek
2019-04-25kobject: Add support for default attribute groups to kobj_typeKimberly Brown
2019-04-25lib/siphash.c: mark expected switch fall-throughsStephen Rothwell
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-24mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe
2019-04-19kcov: improve CONFIG_ARCH_HAS_KCOV help textMark Rutland
2019-04-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-08ASN.1: mark expected switch fall-throughGustavo A. R. Silva
2019-04-08lib/cmdline.c: mark expected switch fall-throughsGustavo A. R. Silva
2019-04-08lib: zstd: Mark expected switch fall-throughsGustavo A. R. Silva
2019-04-08lib: Add test module for strscpy_padTobin C. Harding