summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crash_core: fix and simplify the logic of crash_exclude_mem_range()Yuntao Wang2024-01-051-51/+29
* x86/crash: use SZ_1M macro instead of hardcoded valueYuntao Wang2024-01-051-1/+1
* x86/crash: remove the unused image parameter from prepare_elf_headers()Yuntao Wang2024-01-051-5/+5
* kdump: remove redundant DEFAULT_CRASH_KERNEL_LOW_SIZEYouling Tang2023-12-291-6/+0
* scripts/decode_stacktrace.sh: strip unexpected CR from linesBjorn Andersson2023-12-291-0/+3
* watchdog: if panicking and we dumped everything, don't re-enable dumpingDouglas Anderson2023-12-291-2/+4
* watchdog/hardlockup: use printk_cpu_sync_get_irqsave() to serialize reportingDouglas Anderson2023-12-291-0/+13
* watchdog/softlockup: use printk_cpu_sync_get_irqsave() to serialize reportingDouglas Anderson2023-12-291-3/+3
* watchdog/hardlockup: adopt softlockup logic avoiding double-dumpsDouglas Anderson2023-12-291-7/+13
* kexec_core: fix the assignment to kimage->control_pageYuntao Wang2023-12-291-1/+1
* x86/kexec: fix incorrect end address passed to kernel_ident_mapping_init()Yuntao Wang2023-12-291-1/+1
* lib/trace_readwrite.c:: replace asm-generic/io with linux/ioTanzir Hasan2023-12-291-1/+1
* nilfs2: cpfile: fix some kernel-doc warningsRandy Dunlap2023-12-291-5/+23
* stacktrace: fix kernel-doc typoRandy Dunlap2023-12-291-1/+1
* scripts/checkstack.pl: fix no space expression between sp and offsetKuan-Ying Lee2023-12-291-1/+1
* x86/kexec: fix incorrect argument passed to kexec_dprintk()Yuntao Wang2023-12-291-1/+1
* x86/kexec: use pr_err() instead of kexec_dprintk() when an error occursYuntao Wang2023-12-292-3/+1
* nilfs2: add missing set_freezable() for freezable kthreadKevin Hao2023-12-291-0/+1
* kernel: relay: remove relay_file_splice_read dead code, doesn't workAhelenia Ziemiańska2023-12-291-162/+0
* docs: submit-checklist: remove all of "make namespacecheck"Tiezhu Yang2023-12-293-6/+4
* scripts/checkstack.pl: change min_stack to 512 by defaultTiezhu Yang2023-12-291-1/+1
* scripts/checkstack.pl: match all stack sizes for some archsTiezhu Yang2023-12-291-6/+6
* scripts/checkstack.pl: add min_stack to the usage commentTiezhu Yang2023-12-291-1/+1
* scripts/checkstack.pl: remove ia64 supportTiezhu Yang2023-12-291-4/+0
* lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion2023-12-297-69/+7
* lib: add note about process exit message for DEBUG_STACK_USAGEUwe Kleine-König2023-12-291-0/+2
* checkstack: add loongarch support for scripts/checkstack.plYouling Tang2023-12-291-0/+4
* scripts/decodecode: add support for LoongArchYouling Tang2023-12-291-0/+5
* kexec_file: fix incorrect temp_start value in locate_mem_hole_top_down()Yuntao Wang2023-12-291-2/+2
* kexec: modify the meaning of the end parameter in kimage_is_destination_range()Yuntao Wang2023-12-291-4/+4
* MAINTAINERS: remove Ohad Ben-Cohen from hwspinlock subsystemBagas Sanjaya2023-12-292-3/+4
* crash_core: remove duplicated including of kexec.hWang Jinchao2023-12-201-1/+0
* x86/kexec: simplify the logic of mem_region_callback()Yuntao Wang2023-12-201-5/+2
* kexec: use ALIGN macro instead of open-coding itYuntao Wang2023-12-201-2/+2
* usr/Kconfig: fix typos of "its"Randy Dunlap2023-12-201-3/+3
* init/Kconfig: move more items into the EXPERT menuRandy Dunlap2023-12-201-52/+50
* fork: remove redundant TASK_UNINTERRUPTIBLEKevin Hao2023-12-201-1/+1
* nilfs2: switch WARN_ONs to warning output in nilfs_sufile_do_free()Ryusuke Konishi2023-12-201-2/+7
* freevxfs: lookup: fix function params kernel-docRandy Dunlap2023-12-201-2/+1
* freevxfs: immed: fix kernel-doc param nameRandy Dunlap2023-12-201-1/+1
* freevxfs: bmap: fix kernel-doc warningsRandy Dunlap2023-12-201-4/+4
* rapidio/tsi721: fix kernel-doc warningsRandy Dunlap2023-12-202-16/+55
* kcov: remove stale RANDOMIZE_BASE textMark Rutland2023-12-201-4/+0
* riscv, kexec: fix the ifdeffery for AFLAGS_kexec_relocate.oBaoquan He2023-12-201-1/+1
* kexec_file, parisc: print out debugging message if requiredBaoquan He2023-12-201-4/+4
* kexec_file, power: print out debugging message if requiredBaoquan He2023-12-202-13/+13
* kexec_file, riscv: print out debugging message if requiredBaoquan He2023-12-202-31/+6
* kexec_file, arm64: print out debugging message if requiredBaoquan He2023-12-203-29/+15
* kexec_file, x86: print out debugging message if requiredBaoquan He2023-12-202-11/+16
* kexec_file: print out debugging message if requiredBaoquan He2023-12-203-8/+15