aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2025-09-14platform/chrome: Centralize cros_ec_device allocationTzung-Bi Shih8-7/+22
2025-09-13MAINTAINERS: Input: Drop melfas-mip4 sectionKrzysztof Kozlowski1-7/+0
2025-09-13efi: support booting with kexec handover (KHO)Evangelos Petrongonas1-4/+25
2025-09-13kexec: introduce is_kho_boot()Evangelos Petrongonas2-0/+26
2025-09-13docs: update delaytop documentation for new interactive featuresFan Yu1-32/+57
2025-09-13tools/delaytop: improve error handling for missing PSI supportFan Yu1-66/+116
2025-09-13tools/delaytop: add interactive mode with keyboard controlsFan Yu1-45/+121
2025-09-13tools/delaytop: add memory verbose mode supportFan Yu1-30/+98
2025-09-13tools/delaytop: add flexible sorting by delay fieldFan Yu1-32/+121
2025-09-13kernel.h: add comments for enum system_statesRandy Dunlap1-4/+17
2025-09-13crash: add KUnit tests for crash_exclude_mem_rangeCoiby Xu4-0/+370
2025-09-13x86/kexec: fix potential cmem->ranges out of memoryfuqiang wang1-4/+19
2025-09-13fs/proc/base.c: fix the wrong format specifierzhang jiao1-1/+1
2025-09-13panic: remove redundant panic-cpu backtraceSergey Senozhatsky1-9/+21
2025-09-13panic: use angle-bracket include for panic.hJinchao Wang3-3/+3
2025-09-13ocfs2: add suballoc slot check in ocfs2_validate_inode_block()Dmitry Antipov1-0/+8
2025-09-13selftests: proc: mark vsyscall strings maybe-unusedBala-Vignesh-Reddy1-4/+8
2025-09-13btree: simplify merge logic by using btree_last() return valueGuan-Chun Wu1-2/+2
2025-09-13watchdog: skip checks when panic is in progressJinchao Wang2-0/+10
2025-09-13panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()Jinchao Wang3-20/+8
2025-09-13panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()Jinchao Wang6-19/+6
2025-09-13printk/nbcon: use panic_on_this_cpu() helperJinchao Wang1-2/+2
2025-09-13panic: use panic_try_start() in vpanic()Jinchao Wang1-6/+2
2025-09-13panic: use panic_try_start() in nmi_panic()Jinchao Wang1-8/+2
2025-09-13crash_core: use panic_try_start() in crash_kexec()Jinchao Wang1-12/+3
2025-09-13fbdev: use panic_in_progress() helperJinchao Wang1-8/+1
2025-09-13panic: introduce helper functions for panic stateJinchao Wang3-5/+59
2025-09-13panic: clean up message about deprecated 'panic_print' parameterPetr Mladek1-3/+8
2025-09-13panic: add note that 'panic_print' parameter is deprecatedFeng Tang2-1/+31
2025-09-13panic: refine the document for 'panic_print'Feng Tang2-2/+2
2025-09-13lib/sys_info: handle sys_info_mask==0 caseFeng Tang1-1/+2
2025-09-13kexec_core: remove redundant 0 value initializationLiao Yuanhong1-1/+0
2025-09-13ocfs2: fix super block reserved field offset commentyili1-1/+1
2025-09-13ocfs2: remove unnecessary NULL check in ocfs2_grab_folios()Dan Carpenter1-2/+1
2025-09-13fork: kill the pointless lower_32_bits() in create_io_thread(), kernel_thread(), and user_mode_thread()Oleg Nesterov1-10/+6
2025-09-13fork: remove #ifdef CONFIG_LOCKDEP in copy_process()Tio Zhang1-2/+0
2025-09-13list.h: add missing kernel-doc for basic macrosRandy Dunlap1-0/+8
2025-09-13proc: test lseek on /proc/net/devAlexey Dobriyan3-0/+70
2025-09-13x86/crash: remove redundant 0 value initializationLiao Yuanhong1-2/+0
2025-09-13vfat: remove unused variablezhoumin1-4/+3
2025-09-13watchdog/softlockup: fix incorrect CPU utilization output during softlockupZhenguoYao1-1/+13
2025-09-13watchdog/softlockup: fix wrong output when watchdog_thresh < 3ZhenguoYao1-4/+4
2025-09-13alloc_tag: use str_on_off() helperKuan-Wei Chiu1-1/+2
2025-09-13test_firmware: use str_true_false() helperKuan-Wei Chiu1-3/+4
2025-09-13ocfs2: remove commented out mlog() statementsThorsten Blum2-12/+0
2025-09-13squashfs: verify inode mode when loading from diskTetsuo Handa1-0/+4
2025-09-13lib/fault-inject-usercopy.c: use PTR_ERR_OR_ZERO() to simplify codeXichao Zhao1-3/+1
2025-09-13checkpatch: allow http links of any length in commit logsJoe Perches1-1/+1
2025-09-13init: handle bootloader identifier in kernel parametersHuacai Chen1-0/+12
2025-09-13lib/digsig: remove unnecessary memsetLiao Yuanhong1-1/+0