summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson2023-06-201-13/+0
* watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson2023-06-201-10/+20
* syscalls: add sys_ni_posix_timers prototypeArnd Bergmann2023-06-101-0/+1
* kexec: enable kexec_crash_size to support two crash kernel regionsZhen Lei2023-06-101-5/+38
* kexec: add helper __crash_shrink_memory()Zhen Lei2023-06-101-22/+29
* kexec: improve the readability of crash_shrink_memory()Zhen Lei2023-06-101-10/+5
* kexec: clear crashk_res if all its memory has been releasedZhen Lei2023-06-101-4/+7
* kexec: delete a useless check in crash_shrink_memory()Zhen Lei2023-06-101-1/+1
* kexec: fix a memory leak in crash_shrink_memory()Zhen Lei2023-06-101-3/+2
* kexec: avoid calculating array size twiceSimon Horman2023-06-101-3/+4
* watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen2023-06-101-1/+66
* watchdog/perf: add a weak function for an arch to detect if perf can use NMIsDouglas Anderson2023-06-101-1/+11
* watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson2023-06-103-7/+116
* watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson2023-06-102-18/+32
* watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson2023-06-102-57/+58
* watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson2023-06-102-19/+19
* watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson2023-06-102-21/+33
* watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...Douglas Anderson2023-06-101-17/+15
* watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson2023-06-102-61/+74
* watchdog/perf: rename watchdog_hld.c to watchdog_perf.cDouglas Anderson2023-06-102-2/+2
* watchdog/perf: ensure CPU-bound context when creating hardlockup detector eventPingfan Liu2023-06-101-1/+7
* watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen2023-06-101-2/+1
* watchdog: remove WATCHDOG_DEFAULTLecopzer Chen2023-06-101-2/+0
* watchdog/perf: more properly prevent false positives with turbo modesDouglas Anderson2023-06-101-3/+3
* kcov: add prototypes for helper functionsArnd Bergmann2023-06-101-3/+4
* panic: hide unused global functionsArnd Bergmann2023-06-101-2/+1
* locking: add lockevent_read() prototypeArnd Bergmann2023-06-101-0/+4
* fork: optimize memcg_charge_kernel_stack() a bitHaifeng Xu2023-06-101-7/+3
* kthread: fix spelling typo and grammar in commentsPrathu Baronia2023-06-101-2/+2
* Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-05-281-7/+21
|\
| * debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra2023-05-021-7/+21
* | Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-271-2/+2
|\ \
| * | x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne2023-05-241-2/+2
* | | module: error out early on concurrent load of the same module fileLinus Torvalds2023-05-261-15/+43
* | | Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-253-4/+6
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-253-4/+6
| |\ \ \
| | * | | bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov2023-05-221-2/+4
| | * | | bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon2023-05-191-1/+1
| | * | | bpf: netdev: init the offload table earlierJakub Kicinski2023-05-151-1/+1
* | | | | module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli2023-05-221-1/+3
* | | | | Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-182-17/+60
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fprobe: add recursion detection in fprobe_exit_handlerZe Gao2023-05-181-0/+14
| * | | | fprobe: make fprobe_kprobe_handler recursion freeZe Gao2023-05-181-15/+44
| * | | | rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao2023-05-181-2/+2
| * | | | tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)2023-05-171-1/+1
| |/ / /
* | | | Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-05-141-4/+4
|\ \ \ \
| * | | | locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz2023-05-081-4/+4
| |/ / /
* | | | Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-05-141-1/+13
|\ \ \ \
| * | | | perf/core: Fix perf_sample_data not properly initialized for different sweven...Yang Jihong2023-05-081-1/+13
| |/ / /
* | | | Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-05-141-2/+2
|\ \ \ \