summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-19watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()Douglas Anderson1-1/+1
2023-06-19watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson1-13/+0
2023-06-19watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson1-10/+20
2023-06-09syscalls: add sys_ni_posix_timers prototypeArnd Bergmann1-0/+1
2023-06-09kexec: enable kexec_crash_size to support two crash kernel regionsZhen Lei1-5/+38
2023-06-09kexec: add helper __crash_shrink_memory()Zhen Lei1-22/+29
2023-06-09kexec: improve the readability of crash_shrink_memory()Zhen Lei1-10/+5
2023-06-09kexec: clear crashk_res if all its memory has been releasedZhen Lei1-4/+7
2023-06-09kexec: delete a useless check in crash_shrink_memory()Zhen Lei1-1/+1
2023-06-09kexec: fix a memory leak in crash_shrink_memory()Zhen Lei1-3/+2
2023-06-09kexec: avoid calculating array size twiceSimon Horman1-3/+4
2023-06-09watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen1-1/+66
2023-06-09watchdog/perf: add a weak function for an arch to detect if perf can use NMIsDouglas Anderson1-1/+11
2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson3-7/+116
2023-06-09watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson2-18/+32
2023-06-09watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson2-57/+58
2023-06-09watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson2-19/+19
2023-06-09watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson2-21/+33
2023-06-09watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...Douglas Anderson1-17/+15
2023-06-09watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson2-61/+74
2023-06-09watchdog/perf: rename watchdog_hld.c to watchdog_perf.cDouglas Anderson2-2/+2
2023-06-09watchdog/perf: ensure CPU-bound context when creating hardlockup detector eventPingfan Liu1-1/+7
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen1-2/+1
2023-06-09watchdog: remove WATCHDOG_DEFAULTLecopzer Chen1-2/+0
2023-06-09watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson1-3/+3
2023-06-09kcov: add prototypes for helper functionsArnd Bergmann1-3/+4
2023-06-09panic: hide unused global functionsArnd Bergmann1-2/+1
2023-06-09locking: add lockevent_read() prototypeArnd Bergmann1-0/+4
2023-06-09fork: optimize memcg_charge_kernel_stack() a bitHaifeng Xu1-7/+3
2023-06-09kthread: 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-25module: 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-24Merge 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-22module: 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
2023-05-15bpf: netdev: init the offload table earlierJakub Kicinski1-1/+1
2023-05-14Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2023-05-14Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+13
2023-05-14Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2023-05-08tick/broadcast: Make broadcast device replacement work correctlyThomas Gleixner1-32/+88
2023-05-08sched: fix cid_lock kernel-doc warningsRandy Dunlap1-2/+2