aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kmsg_dump.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness1-16/+0
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-16/+20
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness1-2/+0
2021-03-08printk: refactor kmsg_dump_get_buffer()John Ogness1-1/+1
2021-03-08printk: kmsg_dump: remove unused fieldsJohn Ogness1-2/+3
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook1-0/+7
2020-05-30printk: honor the max_reason field in kmsg_dumperPavel Tatashin1-0/+1
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook1-3/+1
2012-07-21printk: Implement some unlocked kmsg_dump functionsAnton Vorontsov1-0/+16
2012-06-18kmsg - kmsg_dump() fix CONFIG_PRINTK=n compilationKay Sievers1-5/+5
2012-06-15kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers1-7/+38
2012-03-05kmsg_dump: don't run on non-error paths by defaultMatthew Garrett1-2/+7
2012-01-12kexec: remove KMSG_DUMP_KEXECWANG Cong1-1/+0
2011-06-15kmsg_dump.h: fix build when CONFIG_PRINTK is disabledRandy Dunlap1-0/+1
2011-01-13kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_restart pathsSeiji Aguchi1-0/+4
2009-12-31kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro1-0/+1
2009-12-02kmsg_dump: fix build for CONFIG_PRINTK=nRandy Dunlap1-0/+16
2009-11-30core: Add kernel message dumper to call on oopses and panicsSimon Kagstrom1-0/+44