index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
remove-stale-files
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-20
watchdog/hardlockup: sort hardlockup detector related config values a logical...
Petr Mladek
1
-39
/
+39
2023-06-20
watchdog/hardlockup: move SMP barriers from common code to buddy code
Douglas Anderson
2
-6
/
+21
2023-06-20
watchdog/buddy: simplify the dependency for HARDLOCKUP_DETECTOR_PREFER_BUDDY
Douglas Anderson
1
-1
/
+1
2023-06-20
watchdog/buddy: don't copy the cpumask in watchdog_next_cpu()
Douglas Anderson
1
-3
/
+2
2023-06-20
watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is called
Douglas Anderson
3
-11
/
+10
2023-06-20
watchdog/hardlockup: remove softlockup comment in touch_nmi_watchdog()
Douglas Anderson
1
-4
/
+0
2023-06-20
watchdog/hardlockup: in watchdog_hardlockup_check() use cpumask_copy()
Douglas Anderson
1
-1
/
+3
2023-06-20
watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()
Douglas Anderson
1
-1
/
+1
2023-06-20
watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...
Douglas Anderson
3
-14
/
+7
2023-06-20
watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe fails
Douglas Anderson
2
-16
/
+20
2023-06-10
syscalls: add sys_ni_posix_timers prototype
Arnd Bergmann
3
-2
/
+2
2023-06-10
checkpatch: check for 0-length and 1-element arrays
Kees Cook
1
-0
/
+10
2023-06-10
kexec: enable kexec_crash_size to support two crash kernel regions
Zhen Lei
1
-5
/
+38
2023-06-10
kexec: add helper __crash_shrink_memory()
Zhen Lei
1
-22
/
+29
2023-06-10
kexec: improve the readability of crash_shrink_memory()
Zhen Lei
1
-10
/
+5
2023-06-10
kexec: clear crashk_res if all its memory has been released
Zhen Lei
1
-4
/
+7
2023-06-10
kexec: delete a useless check in crash_shrink_memory()
Zhen Lei
1
-1
/
+1
2023-06-10
kexec: fix a memory leak in crash_shrink_memory()
Zhen Lei
1
-3
/
+2
2023-06-10
ocfs2: cleanup trace events
Joseph Qi
1
-2
/
+0
2023-06-10
ocfs2: correct return value of ocfs2_local_free_info()
Joseph Qi
1
-6
/
+3
2023-06-10
kexec: avoid calculating array size twice
Simon Horman
1
-3
/
+4
2023-06-10
include/linux/math.h: fix mult_frac() multiple argument evaluation bug
Alexey Dobriyan
1
-11
/
+11
2023-06-10
arm64: enable perf events based hard lockup detector
Douglas Anderson
5
-2
/
+32
2023-06-10
arm64: add hw_nmi_get_sample_period for preparation of lockup detector
Lecopzer Chen
2
-0
/
+25
2023-06-10
watchdog/perf: adapt the watchdog_perf interface for async model
Lecopzer Chen
2
-1
/
+68
2023-06-10
watchdog/perf: add a weak function for an arch to detect if perf can use NMIs
Douglas Anderson
2
-1
/
+12
2023-06-10
watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs
Douglas Anderson
5
-11
/
+173
2023-06-10
watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanly
Douglas Anderson
3
-28
/
+32
2023-06-10
watchdog/hardlockup: rename some "NMI watchdog" constants/function
Douglas Anderson
7
-82
/
+81
2023-06-10
watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.c
Douglas Anderson
3
-21
/
+22
2023-06-10
watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()
Douglas Anderson
3
-22
/
+34
2023-06-10
watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...
Douglas Anderson
1
-17
/
+15
2023-06-10
watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.c
Douglas Anderson
3
-62
/
+78
2023-06-10
watchdog/perf: rename watchdog_hld.c to watchdog_perf.c
Douglas Anderson
2
-2
/
+2
2023-06-10
watchdog/hardlockup: add comments to touch_nmi_watchdog()
Douglas Anderson
1
-4
/
+19
2023-06-10
watchdog/perf: ensure CPU-bound context when creating hardlockup detector event
Pingfan Liu
1
-1
/
+7
2023-06-10
watchdog/hardlockup: change watchdog_nmi_enable() to void
Lecopzer Chen
3
-8
/
+5
2023-06-10
watchdog: remove WATCHDOG_DEFAULT
Lecopzer Chen
1
-2
/
+0
2023-06-10
watchdog/perf: more properly prevent false positives with turbo modes
Douglas Anderson
1
-3
/
+3
2023-06-10
watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct co...
Douglas Anderson
1
-1
/
+1
2023-06-10
decompressor: provide missing prototypes
Arnd Bergmann
3
-1
/
+5
2023-06-10
init: add bdev fs printk if mount_block_root failed
Angus Chen
1
-1
/
+12
2023-06-10
kcov: add prototypes for helper functions
Arnd Bergmann
2
-3
/
+21
2023-06-10
time_namespace: always provide arch_get_vdso_data() prototype for vdso
Arnd Bergmann
1
-1
/
+2
2023-06-10
thread_info: move function declarations to linux/thread_info.h
Arnd Bergmann
5
-13
/
+5
2023-06-10
init: move cifs_root_data() prototype into linux/mount.h
Arnd Bergmann
2
-2
/
+2
2023-06-10
init: consolidate prototypes in linux/init.h
Arnd Bergmann
22
-45
/
+23
2023-06-10
kunit: include debugfs header file
Arnd Bergmann
1
-0
/
+1
2023-06-10
panic: make function declarations visible
Arnd Bergmann
2
-2
/
+6
2023-06-10
panic: hide unused global functions
Arnd Bergmann
1
-2
/
+1
[next]