index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()
Douglas Anderson
1
-1
/
+1
2023-06-19
watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...
Douglas Anderson
1
-13
/
+0
2023-06-19
watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe fails
Douglas Anderson
1
-10
/
+20
2023-06-09
syscalls: add sys_ni_posix_timers prototype
Arnd Bergmann
1
-0
/
+1
2023-06-09
kexec: enable kexec_crash_size to support two crash kernel regions
Zhen Lei
1
-5
/
+38
2023-06-09
kexec: add helper __crash_shrink_memory()
Zhen Lei
1
-22
/
+29
2023-06-09
kexec: improve the readability of crash_shrink_memory()
Zhen Lei
1
-10
/
+5
2023-06-09
kexec: clear crashk_res if all its memory has been released
Zhen Lei
1
-4
/
+7
2023-06-09
kexec: delete a useless check in crash_shrink_memory()
Zhen Lei
1
-1
/
+1
2023-06-09
kexec: fix a memory leak in crash_shrink_memory()
Zhen Lei
1
-3
/
+2
2023-06-09
kexec: avoid calculating array size twice
Simon Horman
1
-3
/
+4
2023-06-09
watchdog/perf: adapt the watchdog_perf interface for async model
Lecopzer Chen
1
-1
/
+66
2023-06-09
watchdog/perf: add a weak function for an arch to detect if perf can use NMIs
Douglas Anderson
1
-1
/
+11
2023-06-09
watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs
Douglas Anderson
3
-7
/
+116
2023-06-09
watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanly
Douglas Anderson
2
-18
/
+32
2023-06-09
watchdog/hardlockup: rename some "NMI watchdog" constants/function
Douglas Anderson
2
-57
/
+58
2023-06-09
watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.c
Douglas Anderson
2
-19
/
+19
2023-06-09
watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()
Douglas Anderson
2
-21
/
+33
2023-06-09
watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...
Douglas Anderson
1
-17
/
+15
2023-06-09
watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.c
Douglas Anderson
2
-61
/
+74
2023-06-09
watchdog/perf: rename watchdog_hld.c to watchdog_perf.c
Douglas Anderson
2
-2
/
+2
2023-06-09
watchdog/perf: ensure CPU-bound context when creating hardlockup detector event
Pingfan Liu
1
-1
/
+7
2023-06-09
watchdog/hardlockup: change watchdog_nmi_enable() to void
Lecopzer Chen
1
-2
/
+1
2023-06-09
watchdog: remove WATCHDOG_DEFAULT
Lecopzer Chen
1
-2
/
+0
2023-06-09
watchdog/perf: more properly prevent false positives with turbo modes
Douglas Anderson
1
-3
/
+3
2023-06-09
kcov: add prototypes for helper functions
Arnd Bergmann
1
-3
/
+4
2023-06-09
panic: hide unused global functions
Arnd Bergmann
1
-2
/
+1
2023-06-09
locking: add lockevent_read() prototype
Arnd Bergmann
1
-0
/
+4
2023-06-09
fork: optimize memcg_charge_kernel_stack() a bit
Haifeng Xu
1
-7
/
+3
2023-06-09
kthread: fix spelling typo and grammar in comments
Prathu Baronia
1
-2
/
+2
2023-05-28
Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-7
/
+21
2023-05-27
Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2023-05-25
module: error out early on concurrent load of the same module file
Linus Torvalds
1
-15
/
+43
2023-05-25
Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
3
-4
/
+6
2023-05-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-4
/
+6
2023-05-24
x86/pci/xen: populate MSI sysfs entries
Maximilian Heyne
1
-2
/
+2
2023-05-22
module: Fix use-after-free bug in read_file_mod_stats()
Harshit Mogalapalli
1
-1
/
+3
2023-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
1
-2
/
+4
2023-05-19
bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
Will Deacon
1
-1
/
+1
2023-05-18
Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-17
/
+60
2023-05-18
fprobe: add recursion detection in fprobe_exit_handler
Ze Gao
1
-0
/
+14
2023-05-18
fprobe: make fprobe_kprobe_handler recursion free
Ze Gao
1
-15
/
+44
2023-05-18
rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
Ze Gao
1
-2
/
+2
2023-05-17
tracing: fprobe: Initialize ret valiable to fix smatch error
Masami Hiramatsu (Google)
1
-1
/
+1
2023-05-15
bpf: netdev: init the offload table earlier
Jakub Kicinski
1
-1
/
+1
2023-05-14
Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+4
2023-05-14
Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+13
2023-05-14
Merge tag 'sched_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2023-05-08
tick/broadcast: Make broadcast device replacement work correctly
Thomas Gleixner
1
-32
/
+88
2023-05-08
sched: fix cid_lock kernel-doc warnings
Randy Dunlap
1
-2
/
+2
[next]