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
2024-04-16
sched: Add missing memory barrier in switch_mm_cid
Mathieu Desnoyers
-6
/
+14
2024-04-16
rcutorture: Use rcu_gp_slow_register/unregister() only for rcutype test
Zqiang
-4
/
+10
2024-04-16
rcutorture: Fix invalid context warning when enable srcu barrier testing
Zqiang
-5
/
+4
2024-04-16
rcutorture: Make stall-tasks directly exit when rcutorture tests end
Zqiang
-2
/
+2
2024-04-16
rcutorture: Removing redundant function pointer initialization
Zqiang
-12
/
+0
2024-04-16
rcutorture: Make rcutorture support print rcu-tasks gp state
Zqiang
-32
/
+53
2024-04-16
rcutorture: Use the gp_kthread_dbg operation specified by cur_ops
Zqiang
-1
/
+2
2024-04-16
rcutorture: Re-use value stored to ->rtort_pipe_count instead of re-reading
linke li
-1
/
+1
2024-04-16
rcutorture: Fix rcu_torture_one_read() pipe_count overflow comment
Paul E. McKenney
-1
/
+2
2024-04-16
rcutorture: Remove extraneous rcu_torture_pipe_update_one() READ_ONCE()
Paul E. McKenney
-1
/
+1
2024-04-15
configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAP
Nathan Chancellor
-0
/
+1
2024-04-15
configs/hardening: Fix disabling UBSAN configurations
Nathan Chancellor
-5
/
+5
2024-04-15
rcu: Allocate WQ with WQ_MEM_RECLAIM bit set
Uladzislau Rezki (Sony)
-1
/
+5
2024-04-15
rcu: Support direct wake-up of synchronize_rcu() users
Uladzislau Rezki (Sony)
-1
/
+29
2024-04-15
rcu: Add a trace event for synchronize_rcu_normal()
Uladzislau Rezki (Sony)
-1
/
+6
2024-04-15
rcu: Reduce synchronize_rcu() latency
Uladzislau Rezki (Sony)
-2
/
+331
2024-04-15
rcu: Fix buffer overflow in print_cpu_stall_info()
Nikita Kiryushin
-1
/
+2
2024-04-15
rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow
Nikita Kiryushin
-1
/
+1
2024-04-15
rcu-tasks: Fix the comments for tasks_rcu_exit_srcu_stall_timer
Zqiang
-1
/
+1
2024-04-15
rcu-tasks: Replace exit_tasks_rcu_start() initialization with WARN_ON_ONCE()
Paul E. McKenney
-2
/
+1
2024-04-15
rcu: Inform KCSAN of one-byte cmpxchg() in rcu_trc_cmpxchg_need_qs()
Paul E. McKenney
-1
/
+9
2024-04-15
rcu: Make hotplug operations track GP state, not flags
Paul E. McKenney
-10
/
+10
2024-04-15
rcu: Mark loads from rcu_state.n_online_cpus
Paul E. McKenney
-3
/
+7
2024-04-15
rcu: Mark writes to rcu_sync ->gp_count field
Paul E. McKenney
-2
/
+6
2024-04-15
rcu: Bring diagnostic read of rcu_state.gp_flags into alignment
Paul E. McKenney
-1
/
+1
2024-04-15
rcu: Remove redundant READ_ONCE() of rcu_state.gp_flags in tree.c
Paul E. McKenney
-7
/
+4
2024-04-15
rcu: Make Tiny RCU explicitly disable preemption
Paul E. McKenney
-0
/
+2
2024-04-15
rcu: Remove redundant BH disabling in TINY_RCU
Paul E. McKenney
-2
/
+0
2024-04-15
rcu: Create NEED_TASKS_RCU to factor out enablement logic
Paul E. McKenney
-1
/
+5
2024-04-15
srcu: Make Tiny SRCU explicitly disable preemption
Paul E. McKenney
-5
/
+26
2024-04-15
rcu: Make TINY_RCU depend on !PREEMPT_RCU rather than !PREEMPTION
Paul E. McKenney
-1
/
+1
2024-04-14
perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler()...
Ingo Molnar
-4
/
+4
2024-04-14
perf/ring_buffer: Trigger IO signals for watermark_wakeup
Kyle Huey
-0
/
+4
2024-04-14
perf: Move perf_event_fasync() to perf_event.h
Kyle Huey
-8
/
+0
2024-04-14
Merge branch 'linus' into perf/core, to pick up perf/urgent fixes
Ingo Molnar
-90
/
+215
2024-04-14
Merge tag 'x86-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-1
/
+2
2024-04-14
Merge tag 'timers-urgent-2024-04-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-22
/
+31
2024-04-14
Merge tag 'dma-maping-6.9-2024-04-14' of git://git.infradead.org/users/hch/dm...
Linus Torvalds
-33
/
+58
2024-04-12
bpf: Fix a verifier verbose message
Anton Protopopov
-2
/
+1
2024-04-12
Merge tag 'trace-v6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
-4
/
+8
2024-04-12
watchdog/softlockup: Report the most frequent interrupts
Bitao Hu
-4
/
+112
2024-04-12
watchdog/softlockup: Low-overhead detection of interrupt storm
Bitao Hu
-1
/
+98
2024-04-12
genirq: Avoid summation loops for /proc/interrupts
Bitao Hu
-9
/
+15
2024-04-12
genirq: Provide a snapshot mechanism for interrupt statistics
Bitao Hu
-0
/
+29
2024-04-12
genirq: Convert kstat_irqs to a struct
Bitao Hu
-9
/
+7
2024-04-12
perf/bpf: Change the !CONFIG_BPF_SYSCALL stubs to static inlines
Ingo Molnar
-7
/
+7
2024-04-12
perf/bpf: Allow a BPF program to suppress all sample side effects
Kyle Huey
-2
/
+4
2024-04-12
perf/bpf: Call BPF handler directly, not through overflow machinery
Kyle Huey
-16
/
+11
2024-04-12
perf/bpf: Create bpf_overflow_handler() stub for !CONFIG_BPF_SYSCALL
Kyle Huey
-0
/
+6
2024-04-12
perf/bpf: Reorder bpf_overflow_handler() ahead of __perf_event_overflow()
Kyle Huey
-91
/
+92
[prev]
[next]