summaryrefslogtreecommitdiffstats
path: root/include/linux/kmsg_dump.h
Commit message (Expand)AuthorAgeFilesLines
* printk: kmsg_dump: remove _nolock() variantsJohn Ogness2021-03-081-16/+0
* printk: introduce a kmsg_dump iteratorJohn Ogness2021-03-081-16/+20
* printk: kmsg_dumper: remove @active fieldJohn Ogness2021-03-081-2/+0
* printk: refactor kmsg_dump_get_buffer()John Ogness2021-03-081-1/+1
* printk: kmsg_dump: remove unused fieldsJohn Ogness2021-03-081-2/+3
* printk: Introduce kmsg_dump_reason_str()Kees Cook2020-05-301-0/+7
* printk: honor the max_reason field in kmsg_dumperPavel Tatashin2020-05-301-0/+1
* printk: Collapse shutdown types into a single dump reasonKees Cook2020-05-301-3/+1
* printk: Implement some unlocked kmsg_dump functionsAnton Vorontsov2012-07-211-0/+16
* kmsg - kmsg_dump() fix CONFIG_PRINTK=n compilationKay Sievers2012-06-181-5/+5
* kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-151-7/+38
* kmsg_dump: don't run on non-error paths by defaultMatthew Garrett2012-03-051-2/+7
* kexec: remove KMSG_DUMP_KEXECWANG Cong2012-01-121-1/+0
* kmsg_dump.h: fix build when CONFIG_PRINTK is disabledRandy Dunlap2011-06-151-0/+1
* kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_...Seiji Aguchi2011-01-131-0/+4
* kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro2009-12-311-0/+1
* kmsg_dump: fix build for CONFIG_PRINTK=nRandy Dunlap2009-12-021-0/+16
* core: Add kernel message dumper to call on oopses and panicsSimon Kagstrom2009-11-301-0/+44