summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-06-23kernel/time/posix-stubs.c: remove duplicated includeYang Li
2023-06-19watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek
2023-06-19watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek
2023-06-19watchdog/hardlockup: move SMP barriers from common code to buddy codeDouglas Anderson
2023-06-19watchdog/buddy: don't copy the cpumask in watchdog_next_cpu()Douglas Anderson
2023-06-19watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is calledDouglas Anderson
2023-06-19watchdog/hardlockup: in watchdog_hardlockup_check() use cpumask_copy()Douglas Anderson
2023-06-19watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()Douglas Anderson
2023-06-19watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson
2023-06-19watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson
2023-06-09syscalls: add sys_ni_posix_timers prototypeArnd Bergmann
2023-06-09kexec: enable kexec_crash_size to support two crash kernel regionsZhen Lei
2023-06-09kexec: add helper __crash_shrink_memory()Zhen Lei
2023-06-09kexec: improve the readability of crash_shrink_memory()Zhen Lei
2023-06-09kexec: clear crashk_res if all its memory has been releasedZhen Lei
2023-06-09kexec: delete a useless check in crash_shrink_memory()Zhen Lei
2023-06-09kexec: fix a memory leak in crash_shrink_memory()Zhen Lei
2023-06-09kexec: avoid calculating array size twiceSimon Horman
2023-06-09watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen
2023-06-09watchdog/perf: add a weak function for an arch to detect if perf can use NMIsDouglas Anderson
2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson
2023-06-09watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson
2023-06-09watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson
2023-06-09watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson
2023-06-09watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson
2023-06-09watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...Douglas Anderson
2023-06-09watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson
2023-06-09watchdog/perf: rename watchdog_hld.c to watchdog_perf.cDouglas Anderson
2023-06-09watchdog/perf: ensure CPU-bound context when creating hardlockup detector eventPingfan Liu
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen
2023-06-09watchdog: remove WATCHDOG_DEFAULTLecopzer Chen
2023-06-09watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson
2023-06-09kcov: add prototypes for helper functionsArnd Bergmann
2023-06-09panic: hide unused global functionsArnd Bergmann
2023-06-09locking: add lockevent_read() prototypeArnd Bergmann
2023-06-09fork: optimize memcg_charge_kernel_stack() a bitHaifeng Xu
2023-06-09kthread: fix spelling typo and grammar in commentsPrathu Baronia
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-25module: error out early on concurrent load of the same module fileLinus Torvalds
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne
2023-05-22module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli
2023-05-22bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov
2023-05-19bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-18fprobe: add recursion detection in fprobe_exit_handlerZe Gao
2023-05-18fprobe: make fprobe_kprobe_handler recursion freeZe Gao
2023-05-18rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao