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
Age
Commit message (
Expand
)
Author
Lines
2025-05-03
futex: Acquire a hash reference in futex_wait_multiple_setup()
Sebastian Andrzej Siewior
-0
/
+6
2025-05-03
futex: Create private_hash() get/put class
Peter Zijlstra
-0
/
+20
2025-05-03
futex: Create futex_hash() get/put class
Peter Zijlstra
-24
/
+30
2025-05-03
futex: Create hb scopes
Peter Zijlstra
-474
/
+493
2025-05-03
futex: Pull futex_hash() out of futex_q_lock()
Peter Zijlstra
-10
/
+8
2025-05-03
futex: Move futex_queue() into futex_wait_setup()
Peter Zijlstra
-40
/
+41
2025-05-01
tracing: Do not take trace_event_sem in print_event_fields()
Steven Rostedt
-2
/
+2
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-47
/
+57
2025-05-01
tracing: Fix trace_adjust_address() when there is no modules in scratch area
Steven Rostedt
-1
/
+3
2025-05-01
bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into maps
Lorenzo Bianconi
-11
/
+16
2025-05-01
ftrace: Fix NULL memory allocation check
Colin Ian King
-1
/
+1
2025-05-01
tracing: Fix oob write in trace_seq_to_buffer()
Jeongjun Park
-2
/
+3
2025-05-01
bpf: Replace offsetof() with struct_size()
Thorsten Blum
-2
/
+3
2025-04-30
sched_ext: Avoid NULL scx_root deref in __scx_exit()
Andrea Righi
-4
/
+13
2025-04-30
sched_ext: Add RCU protection to scx_root in DSQ iterator
Andrea Righi
-1
/
+1
2025-04-30
genirq/msi: Prevent NULL pointer dereference in msi_domain_debug_show()
Andrew Jones
-1
/
+1
2025-04-30
kbuild: require gcc-8 and binutils-2.30
Arnd Bergmann
-4
/
+0
2025-04-30
Merge tag 'modules-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-25
/
+22
2025-04-30
sched/core: Tweak wait_task_inactive() to force dequeue sched_delayed tasks
John Stultz
-0
/
+6
2025-04-30
alarmtimer: Switch spin_{lock,unlock}_irqsave() to guards
Su Hui
-48
/
+30
2025-04-30
alarmtimer: Remove dead return value in clock2alarm()
Su Hui
-3
/
+3
2025-04-30
time/jiffies: Change register_refined_jiffies() to void __init
Su Hui
-4
/
+1
2025-04-29
ima: kexec: move IMA log copy from kexec load to execute
Steven Chen
-1
/
+10
2025-04-29
ima: kexec: skip IMA segment validation after kexec soft reboot
Steven Chen
-0
/
+22
2025-04-29
kexec: define functions to map and unmap segments
Steven Chen
-0
/
+54
2025-04-29
sched_ext: Clean up SCX_EXIT_NONE handling in scx_disable_workfn()
Tejun Heo
-6
/
+2
2025-04-29
sched_ext: Move disable machinery into scx_sched
Tejun Heo
-48
/
+25
2025-04-29
sched_ext: Move event_stats_cpu into scx_sched
Tejun Heo
-42
/
+58
2025-04-29
sched_ext: Factor out scx_read_events()
Tejun Heo
-19
/
+26
2025-04-29
sched_ext: Relocate scx_event_stats definition
Tejun Heo
-57
/
+57
2025-04-29
sched_ext: Move global_dsqs into scx_sched
Tejun Heo
-46
/
+49
2025-04-29
sched_ext: Move dsq_hash into scx_sched
Tejun Heo
-40
/
+82
2025-04-29
sched_ext: Factor out scx_alloc_and_add_sched()
Tejun Heo
-22
/
+36
2025-04-29
sched_ext: Inline create_dsq() into scx_bpf_create_dsq()
Tejun Heo
-24
/
+18
2025-04-29
sched_ext: Use dynamic allocation for scx_sched
Tejun Heo
-66
/
+91
2025-04-29
sched_ext: Avoid NULL scx_root deref through SCX_HAS_OP()
Tejun Heo
-1
/
+10
2025-04-29
sched_ext: Introduce scx_sched
Tejun Heo
-115
/
+131
2025-04-29
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
-8
/
+2
2025-04-29
sched_ext: Fix rq lock state in hotplug ops
Andrea Righi
-2
/
+2
2025-04-29
entry: Inline syscall_exit_to_user_mode()
Charlie Jenkins
-48
/
+1
2025-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Alexei Starovoitov
-67
/
+73
2025-04-28
PM: EM: Fix potential division-by-zero error in em_compute_costs()
Yaxiong Tian
-0
/
+4
2025-04-28
timekeeping: Prevent coarse clocks going backwards
Thomas Gleixner
-10
/
+44
2025-04-26
Merge tag 'sched-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-3
/
+1
2025-04-26
Merge tag 'perf-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+2
2025-04-26
sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash
Omar Sandoval
-3
/
+1
2025-04-26
pidfs: get rid of __pidfd_prepare()
Christian Brauner
-54
/
+29
2025-04-25
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-4
/
+5
2025-04-25
cgroup/rstat: Improve cgroup_rstat_push_children() documentation
Waiman Long
-9
/
+33
2025-04-25
PM: sleep: Remove unnecessary !!
Zihuan Zhang
-1
/
+1
[prev]
[next]