aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01kobject: fix dereference before null check on kobjColin Ian King1-1/+2
2019-04-30x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook1-0/+11
2019-04-29lib/vsprintf: Make function pointer_string staticYueHaibing1-2/+3
2019-04-29stacktrace: Provide common infrastructureThomas Gleixner1-0/+4
2019-04-29lib/stackdepot: Remove obsolete functionsThomas Gleixner1-20/+0
2019-04-29fault-inject: Simplify stacktrace retrievalThomas Gleixner1-9/+3
2019-04-29lib/stackdepot: Provide functions which operate on plain storage arraysThomas Gleixner1-19/+51
2019-04-28kobject: Improve doc clarity kobject_init_and_add()Tobin C. Harding1-3/+6
2019-04-28kobject: Improve docs for kobject_add/delTobin C. Harding1-5/+12
2019-04-27netlink: add strict parsing for future attributesJohannes Berg1-0/+4
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-83/+88
2019-04-27netlink: add NLA_MIN_LENJohannes Berg1-1/+8
2019-04-26lib/test_vmalloc.c: do not create cpumask_t variable on stackUladzislau Rezki (Sony)1-3/+3
2019-04-26lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing1-0/+1
2019-04-26vsprintf: Limit the length of inlined error messagesPetr Mladek1-12/+27
2019-04-26vsprintf: Avoid confusion between invalid address and valuePetr Mladek1-1/+1
2019-04-26vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek2-36/+122
2019-04-26vsprintf: Consolidate handling of unknown pointer specifiersPetr Mladek2-13/+18
2019-04-26vsprintf: Factor out %pO handler as kobject_string()Petr Mladek1-5/+12
2019-04-26vsprintf: Factor out %pV handler as va_format()Petr Mladek1-9/+12
2019-04-26vsprintf: Factor out %p[iI] handler as ip_addr_string()Petr Mladek1-22/+30
2019-04-26vsprintf: Do not check address of well-known stringsPetr Mladek1-37/+44
2019-04-26vsprintf: Consistent %pK handling for kptr_restrict == 0Petr Mladek1-4/+2
2019-04-26vsprintf: Shuffle restricted_pointer()Petr Mladek1-49/+49
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2019-04-25kobject: Add support for default attribute groups to kobj_typeKimberly Brown1-0/+14
2019-04-25lib/siphash.c: mark expected switch fall-throughsStephen Rothwell1-18/+18
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers3-3/+0
2019-04-24mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra2-4/+5
2019-04-23asm-generic: provide entirely generic nommu uaccessChristoph Hellwig1-0/+4
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe6-41/+59
2019-04-19kcov: improve CONFIG_ARCH_HAS_KCOV help textMark Rutland1-3/+3
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2019-04-12rhashtable: use BIT(0) for locking.NeilBrown1-1/+1
2019-04-12rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown1-3/+3
2019-04-12rhashtable: move dereference inside rht_ptr()NeilBrown2-7/+7
2019-04-12rhashtable: fix some __rcu annotation errorsNeilBrown1-2/+2
2019-04-12rhashtable: use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+1
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+8
2019-04-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2-3/+3
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-38/+52
2019-04-08ASN.1: mark expected switch fall-throughGustavo A. R. Silva1-0/+4
2019-04-08lib/cmdline.c: mark expected switch fall-throughsGustavo A. R. Silva1-0/+5
2019-04-08lib: zstd: Mark expected switch fall-throughsGustavo A. R. Silva4-1/+12
2019-04-08lib: Add test module for strscpy_padTobin C. Harding3-0/+154
2019-04-08lib/string: Add strscpy_pad() functionTobin C. Harding1-7/+40
2019-04-08lib: Use new kselftest headerTobin C. Harding2-34/+9
2019-04-08lib/test_printf: Add empty module_exit functionTobin C. Harding1-0/+6
2019-04-07rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown1-6/+9