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
Age
Commit message (
Expand
)
Author
Lines
2026-03-08
locking/rwsem: Add context analysis
Peter Zijlstra
-5
/
+28
2026-03-08
locking/rtmutex: Add context analysis
Peter Zijlstra
-18
/
+61
2026-03-08
locking/mutex: Add context analysis
Peter Zijlstra
-7
/
+45
2026-03-08
compiler-context-analysys: Add __cond_releases()
Peter Zijlstra
-0
/
+32
2026-03-08
locking/mutex: Remove the list_head from struct mutex
Matthew Wilcox (Oracle)
-46
/
+37
2026-03-08
locking/semaphore: Remove the list_head from struct semaphore
Matthew Wilcox (Oracle)
-13
/
+34
2026-03-08
locking/rwsem: Remove the list_head from struct rw_semaphore
Matthew Wilcox (Oracle)
-36
/
+62
2026-03-08
rust: atomic: Update a safety comment in impl of `fetch_add()`
Andreas Hindborg
-1
/
+1
2026-03-08
rust: sync: atomic: Update documentation for `fetch_add()`
Andreas Hindborg
-6
/
+4
2026-03-08
rust: sync: atomic: Add fetch_sub()
Andreas Hindborg
-0
/
+48
2026-03-08
rust: sync: atomic: Add atomic operation helpers over raw pointers
Boqun Feng
-0
/
+150
2026-03-08
rust: list: Use AtomicFlag in AtomicTracker
FUJITA Tomonori
-4
/
+4
2026-03-08
rust: sync: atomic: Add performance-optimal Flag type for atomic booleans
FUJITA Tomonori
-0
/
+142
2026-03-08
rust: sync: atomic: Add Atomic<*{mut,const} T> support
Boqun Feng
-10
/
+75
2026-03-08
rust: sync: atomic: Clarify the need of CONFIG_ARCH_SUPPORTS_ATOMIC_RMW
Boqun Feng
-6
/
+13
2026-03-08
rust: helpers: Generify the definitions of rust_helper_*_cmpxchg*
Boqun Feng
-36
/
+12
2026-03-08
rust: helpers: Generify the definitions of rust_helper_*_xchg*
Boqun Feng
-36
/
+12
2026-03-08
rust: helpers: Generify the definitions of rust_helper_*_{read,set}*
Boqun Feng
-30
/
+23
2026-03-08
rust: sync: atomic: Add example for Atomic::get_mut()
FUJITA Tomonori
-0
/
+11
2026-03-08
rust: sync: atomic: Remove bound `T: Sync` for `Atomic::from_ptr()`
Boqun Feng
-4
/
+1
2026-03-08
futex: add missing function parameter comments
Randy Dunlap
-1
/
+3
2026-03-07
tools/sched_ext/include: Regenerate enum_defs.autogen.h
Tejun Heo
-12
/
+37
2026-03-07
tools/sched_ext/include: Add libbpf version guard for assoc_struct_ops
Tejun Heo
-6
/
+29
2026-03-07
tools/sched_ext/include: Add __COMPAT_HAS_scx_bpf_select_cpu_and macro
Tejun Heo
-0
/
+8
2026-03-07
tools/sched_ext/include: Add missing helpers to common.bpf.h
Tejun Heo
-0
/
+277
2026-03-07
tools/sched_ext/include: Sync bpf_arena_common.bpf.h with scx repo
Tejun Heo
-2
/
+6
2026-03-07
tools/sched_ext/include: Remove dead sdt_task_defs.h guard from common.h
Tejun Heo
-4
/
+0
2026-03-07
Revert "sched_ext: Use READ_ONCE() for the read side of dsq->nr update"
Tejun Heo
-6
/
+2
2026-03-07
Merge tag 'x86-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-95
/
+228
2026-03-07
Merge tag 'timers-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+4
2026-03-07
Merge tag 'sched-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+30
2026-03-07
drm/sitronix/st7586: fix bad pixel data due to byte swap
David Lechner
-9
/
+6
2026-03-07
eventpoll: Convert epoll_put_uevent() to scoped user access
Eric Dumazet
-4
/
+7
2026-03-07
rust: dma: use pointer projection infra for `dma_{read,write}` macro
Gary Guo
-89
/
+81
2026-03-07
rust: ptr: add projection infrastructure
Gary Guo
-1
/
+314
2026-03-07
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
-10
/
+18
2026-03-07
rust: ptr: add `KnownSize` trait to support DST size info extraction
Gary Guo
-1
/
+27
2026-03-07
KVM: arm64: vgic: Pick EOIcount deactivations from AP-list tail
Marc Zyngier
-8
/
+17
2026-03-07
s390/zcrypt: Enable AUTOSEL_DOM for CCA serialnr sysfs attribute
Harald Freudenberger
-7
/
+8
2026-03-07
s390: Revert "s390/irq/idle: Remove psw bits early"
Heiko Carstens
-6
/
+8
2026-03-07
Merge tag 'fbdev-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-2
/
+6
2026-03-07
Merge tag 'parisc-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-10
/
+19
2026-03-07
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
-62
/
+268
2026-03-07
Merge tag 'rcu-fixes.v7.0-20260307a' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-18
/
+39
2026-03-07
firmware: arm_scmi: Fix NULL dereference on notify error path
Cristian Marussi
-2
/
+2
2026-03-07
firmware: arm_scpi: Fix device_node reference leak in probe path
Felix Gu
-2
/
+3
2026-03-07
tools/workqueue/wq_dump.py: add NODE prefix to all node columns
Breno Leitao
-6
/
+1
2026-03-07
tools/workqueue/wq_dump.py: fix column alignment in node_nr/max_active section
Breno Leitao
-7
/
+7
2026-03-07
tools/workqueue/wq_dump.py: remove backslash separator from node_nr/max_activ...
Breno Leitao
-1
/
+1
2026-03-07
sched_ext: Fix scx_bpf_reenqueue_local() silently reenqueuing nothing
Cheng-Yang Chou
-1
/
+1
[prev]
[next]