summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-06-20watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek1-1/+1
2023-06-20watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek1-1/+1
2023-06-20watchdog/hardlockup: move SMP barriers from common code to buddy codeDouglas Anderson2-6/+21
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 Anderson2-9/+8
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 Anderson1-13/+0
2023-06-20watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson1-10/+20
2023-06-10syscalls: add sys_ni_posix_timers prototypeArnd Bergmann1-0/+1
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-10kexec: avoid calculating array size twiceSimon Horman1-3/+4
2023-06-10watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen1-1/+66
2023-06-10watchdog/perf: add a weak function for an arch to detect if perf can use NMIsDouglas Anderson1-1/+11
2023-06-10watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson3-7/+116
2023-06-10watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson2-18/+32
2023-06-10watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson2-57/+58
2023-06-10watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson2-19/+19
2023-06-10watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson2-21/+33
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 Anderson2-61/+74
2023-06-10watchdog/perf: rename watchdog_hld.c to watchdog_perf.cDouglas Anderson2-2/+2
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 Chen1-2/+1
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-10kcov: add prototypes for helper functionsArnd Bergmann1-3/+4
2023-06-10panic: hide unused global functionsArnd Bergmann1-2/+1
2023-06-10locking: add lockevent_read() prototypeArnd Bergmann1-0/+4
2023-06-10fork: optimize memcg_charge_kernel_stack() a bitHaifeng Xu1-7/+3
2023-06-10kthread: fix spelling typo and grammar in commentsPrathu Baronia1-2/+2
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+21
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2023-05-26module: error out early on concurrent load of the same module fileLinus Torvalds1-15/+43
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-4/+6
2023-05-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-4/+6
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne1-2/+2
2023-05-23module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli1-1/+3
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov1-2/+4
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon1-1/+1
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-17/+60
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao1-0/+14
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao1-15/+44
2023-05-18rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao1-2/+2
2023-05-17tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)1-1/+1