summaryrefslogtreecommitdiffstats
path: root/scripts/remove-stale-files (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-20watchdog/hardlockup: sort hardlockup detector related config values a logical...Petr Mladek1-39/+39
2023-06-20watchdog/hardlockup: move SMP barriers from common code to buddy codeDouglas Anderson2-6/+21
2023-06-20watchdog/buddy: simplify the dependency for HARDLOCKUP_DETECTOR_PREFER_BUDDYDouglas Anderson1-1/+1
2023-06-20watchdog/buddy: don't copy the cpumask in watchdog_next_cpu()Douglas Anderson1-3/+2
2023-06-20watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is calledDouglas Anderson3-11/+10
2023-06-20watchdog/hardlockup: remove softlockup comment in touch_nmi_watchdog()Douglas Anderson1-4/+0
2023-06-20watchdog/hardlockup: in watchdog_hardlockup_check() use cpumask_copy()Douglas Anderson1-1/+3
2023-06-20watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()Douglas Anderson1-1/+1
2023-06-20watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson3-14/+7
2023-06-20watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson2-16/+20
2023-06-10syscalls: add sys_ni_posix_timers prototypeArnd Bergmann3-2/+2
2023-06-10checkpatch: check for 0-length and 1-element arraysKees Cook1-0/+10
2023-06-10kexec: enable kexec_crash_size to support two crash kernel regionsZhen Lei1-5/+38
2023-06-10kexec: add helper __crash_shrink_memory()Zhen Lei1-22/+29
2023-06-10kexec: improve the readability of crash_shrink_memory()Zhen Lei1-10/+5
2023-06-10kexec: clear crashk_res if all its memory has been releasedZhen Lei1-4/+7
2023-06-10kexec: delete a useless check in crash_shrink_memory()Zhen Lei1-1/+1
2023-06-10kexec: fix a memory leak in crash_shrink_memory()Zhen Lei1-3/+2
2023-06-10ocfs2: cleanup trace eventsJoseph Qi1-2/+0
2023-06-10ocfs2: correct return value of ocfs2_local_free_info()Joseph Qi1-6/+3
2023-06-10kexec: avoid calculating array size twiceSimon Horman1-3/+4
2023-06-10include/linux/math.h: fix mult_frac() multiple argument evaluation bugAlexey Dobriyan1-11/+11
2023-06-10arm64: enable perf events based hard lockup detectorDouglas Anderson5-2/+32
2023-06-10arm64: add hw_nmi_get_sample_period for preparation of lockup detectorLecopzer Chen2-0/+25
2023-06-10watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen2-1/+68
2023-06-10watchdog/perf: add a weak function for an arch to detect if perf can use NMIsDouglas Anderson2-1/+12
2023-06-10watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson5-11/+173
2023-06-10watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson3-28/+32
2023-06-10watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson7-82/+81
2023-06-10watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson3-21/+22
2023-06-10watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson3-22/+34
2023-06-10watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...Douglas Anderson1-17/+15
2023-06-10watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson3-62/+78
2023-06-10watchdog/perf: rename watchdog_hld.c to watchdog_perf.cDouglas Anderson2-2/+2
2023-06-10watchdog/hardlockup: add comments to touch_nmi_watchdog()Douglas Anderson1-4/+19
2023-06-10watchdog/perf: ensure CPU-bound context when creating hardlockup detector eventPingfan Liu1-1/+7
2023-06-10watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen3-8/+5
2023-06-10watchdog: remove WATCHDOG_DEFAULTLecopzer Chen1-2/+0
2023-06-10watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson1-3/+3
2023-06-10watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct co...Douglas Anderson1-1/+1
2023-06-10decompressor: provide missing prototypesArnd Bergmann3-1/+5
2023-06-10init: add bdev fs printk if mount_block_root failedAngus Chen1-1/+12
2023-06-10kcov: add prototypes for helper functionsArnd Bergmann2-3/+21
2023-06-10time_namespace: always provide arch_get_vdso_data() prototype for vdsoArnd Bergmann1-1/+2
2023-06-10thread_info: move function declarations to linux/thread_info.hArnd Bergmann5-13/+5
2023-06-10init: move cifs_root_data() prototype into linux/mount.hArnd Bergmann2-2/+2
2023-06-10init: consolidate prototypes in linux/init.hArnd Bergmann22-45/+23
2023-06-10kunit: include debugfs header fileArnd Bergmann1-0/+1
2023-06-10panic: make function declarations visibleArnd Bergmann2-2/+6
2023-06-10panic: hide unused global functionsArnd Bergmann1-2/+1