aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-05-10Merge tag 'printk-for-5.2-fixes' of ssh://gitolite.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-7/+4
2019-05-10vsprintf: Do not break early boot with probing addressesGravatar Petr Mladek 1-7/+4
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-0/+37
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 7-193/+458
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2019-05-07Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-18/+18
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-36/+68
2019-05-07Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 6-1/+21
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-168/+298
2019-05-06Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-35/+203
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-3/+0
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 3-30/+40
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-4/+10
2019-05-06ubsan: Remove vla bound checks.Gravatar Andrey Ryabinin 2-23/+0
2019-05-06ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsGravatar Andrey Ryabinin 1-26/+23
2019-05-06Merge branch 'for-5.2-pf-removal' into for-linusGravatar Petr Mladek 2-3/+3
2019-05-06Merge branch 'for-5.2-vsprintf-hardening' into for-linusGravatar Petr Mladek 2-163/+293
2019-05-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+11
2019-05-04netlink: add validation of NLA_F_NESTED flagGravatar Michal Kubecek 1-0/+15
2019-05-04netlink: set bad attribute also on maxtype checkGravatar Michal Kubecek 1-1/+2
2019-05-03lib: Add support for generic packing operationsGravatar Vladimir Oltean 3-0/+231
2019-05-03kobject: clean up the kobject add documentation a bit moreGravatar Greg Kroah-Hartman 1-2/+6
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+4
2019-05-02kobject: Fix kernel-doc comment first lineGravatar Tobin C. Harding 1-21/+22
2019-05-02kobject: Remove docstring reference to ksetGravatar Tobin C. Harding 1-3/+2
2019-05-01RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGravatar Gal Pressman 1-0/+37
2019-05-01kobject: fix dereference before null check on kobjGravatar Colin Ian King 1-1/+2
2019-04-30x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGravatar Gary Hook 1-0/+11
2019-04-29lib/vsprintf: Make function pointer_string staticGravatar YueHaibing 1-2/+3
2019-04-29stacktrace: Provide common infrastructureGravatar Thomas Gleixner 1-0/+4
2019-04-29lib/stackdepot: Remove obsolete functionsGravatar Thomas Gleixner 1-20/+0
2019-04-29fault-inject: Simplify stacktrace retrievalGravatar Thomas Gleixner 1-9/+3
2019-04-29lib/stackdepot: Provide functions which operate on plain storage arraysGravatar Thomas Gleixner 1-19/+51
2019-04-28kobject: Improve doc clarity kobject_init_and_add()Gravatar Tobin C. Harding 1-3/+6
2019-04-28kobject: Improve docs for kobject_add/delGravatar Tobin C. Harding 1-5/+12
2019-04-27netlink: add strict parsing for future attributesGravatar Johannes Berg 1-0/+4
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-83/+88
2019-04-27netlink: add NLA_MIN_LENGravatar Johannes Berg 1-1/+8
2019-04-26lib/test_vmalloc.c: do not create cpumask_t variable on stackGravatar Uladzislau Rezki (Sony) 1-3/+3
2019-04-26lib/Kconfig.debug: fix build error without CONFIG_BLOCKGravatar YueHaibing 1-0/+1
2019-04-26vsprintf: Limit the length of inlined error messagesGravatar Petr Mladek 1-12/+27
2019-04-26vsprintf: Avoid confusion between invalid address and valueGravatar Petr Mladek 1-1/+1
2019-04-26vsprintf: Prevent crash when dereferencing invalid pointersGravatar Petr Mladek 2-36/+122
2019-04-26vsprintf: Consolidate handling of unknown pointer specifiersGravatar Petr Mladek 2-13/+18
2019-04-26vsprintf: Factor out %pO handler as kobject_string()Gravatar Petr Mladek 1-5/+12
2019-04-26vsprintf: Factor out %pV handler as va_format()Gravatar Petr Mladek 1-9/+12
2019-04-26vsprintf: Factor out %p[iI] handler as ip_addr_string()Gravatar Petr Mladek 1-22/+30
2019-04-26vsprintf: Do not check address of well-known stringsGravatar Petr Mladek 1-37/+44
2019-04-26vsprintf: Consistent %pK handling for kptr_restrict == 0Gravatar Petr Mladek 1-4/+2
2019-04-26vsprintf: Shuffle restricted_pointer()Gravatar Petr Mladek 1-49/+49