summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-08locking/rwsem: Add context analysisPeter Zijlstra-5/+28
2026-03-08locking/rtmutex: Add context analysisPeter Zijlstra-18/+61
2026-03-08locking/mutex: Add context analysisPeter Zijlstra-7/+45
2026-03-08compiler-context-analysys: Add __cond_releases()Peter Zijlstra-0/+32
2026-03-08locking/mutex: Remove the list_head from struct mutexMatthew Wilcox (Oracle)-46/+37
2026-03-08locking/semaphore: Remove the list_head from struct semaphoreMatthew Wilcox (Oracle)-13/+34
2026-03-08locking/rwsem: Remove the list_head from struct rw_semaphoreMatthew Wilcox (Oracle)-36/+62
2026-03-08rust: atomic: Update a safety comment in impl of `fetch_add()`Andreas Hindborg-1/+1
2026-03-08rust: sync: atomic: Update documentation for `fetch_add()`Andreas Hindborg-6/+4
2026-03-08rust: sync: atomic: Add fetch_sub()Andreas Hindborg-0/+48
2026-03-08rust: sync: atomic: Add atomic operation helpers over raw pointersBoqun Feng-0/+150
2026-03-08rust: list: Use AtomicFlag in AtomicTrackerFUJITA Tomonori-4/+4
2026-03-08rust: sync: atomic: Add performance-optimal Flag type for atomic booleansFUJITA Tomonori-0/+142
2026-03-08rust: sync: atomic: Add Atomic<*{mut,const} T> supportBoqun Feng-10/+75
2026-03-08rust: sync: atomic: Clarify the need of CONFIG_ARCH_SUPPORTS_ATOMIC_RMWBoqun Feng-6/+13
2026-03-08rust: helpers: Generify the definitions of rust_helper_*_cmpxchg*Boqun Feng-36/+12
2026-03-08rust: helpers: Generify the definitions of rust_helper_*_xchg*Boqun Feng-36/+12
2026-03-08rust: helpers: Generify the definitions of rust_helper_*_{read,set}*Boqun Feng-30/+23
2026-03-08rust: sync: atomic: Add example for Atomic::get_mut()FUJITA Tomonori-0/+11
2026-03-08rust: sync: atomic: Remove bound `T: Sync` for `Atomic::from_ptr()`Boqun Feng-4/+1
2026-03-08futex: add missing function parameter commentsRandy Dunlap-1/+3
2026-03-07tools/sched_ext/include: Regenerate enum_defs.autogen.hTejun Heo-12/+37
2026-03-07tools/sched_ext/include: Add libbpf version guard for assoc_struct_opsTejun Heo-6/+29
2026-03-07tools/sched_ext/include: Add __COMPAT_HAS_scx_bpf_select_cpu_and macroTejun Heo-0/+8
2026-03-07tools/sched_ext/include: Add missing helpers to common.bpf.hTejun Heo-0/+277
2026-03-07tools/sched_ext/include: Sync bpf_arena_common.bpf.h with scx repoTejun Heo-2/+6
2026-03-07tools/sched_ext/include: Remove dead sdt_task_defs.h guard from common.hTejun Heo-4/+0
2026-03-07Revert "sched_ext: Use READ_ONCE() for the read side of dsq->nr update"Tejun Heo-6/+2
2026-03-07Merge tag 'x86-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-95/+228
2026-03-07Merge tag 'timers-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+4
2026-03-07Merge tag 'sched-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+30
2026-03-07drm/sitronix/st7586: fix bad pixel data due to byte swapDavid Lechner-9/+6
2026-03-07eventpoll: Convert epoll_put_uevent() to scoped user accessEric Dumazet-4/+7
2026-03-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo-89/+81
2026-03-07rust: ptr: add projection infrastructureGary Guo-1/+314
2026-03-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-10/+18
2026-03-07rust: ptr: add `KnownSize` trait to support DST size info extractionGary Guo-1/+27
2026-03-07KVM: arm64: vgic: Pick EOIcount deactivations from AP-list tailMarc Zyngier-8/+17
2026-03-07s390/zcrypt: Enable AUTOSEL_DOM for CCA serialnr sysfs attributeHarald Freudenberger-7/+8
2026-03-07s390: Revert "s390/irq/idle: Remove psw bits early"Heiko Carstens-6/+8
2026-03-07Merge tag 'fbdev-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+6
2026-03-07Merge tag 'parisc-for-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+19
2026-03-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-62/+268
2026-03-07Merge tag 'rcu-fixes.v7.0-20260307a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-18/+39
2026-03-07firmware: arm_scmi: Fix NULL dereference on notify error pathCristian Marussi-2/+2
2026-03-07firmware: arm_scpi: Fix device_node reference leak in probe pathFelix Gu-2/+3
2026-03-07tools/workqueue/wq_dump.py: add NODE prefix to all node columnsBreno Leitao-6/+1
2026-03-07tools/workqueue/wq_dump.py: fix column alignment in node_nr/max_active sectionBreno Leitao-7/+7
2026-03-07tools/workqueue/wq_dump.py: remove backslash separator from node_nr/max_activ...Breno Leitao-1/+1
2026-03-07sched_ext: Fix scx_bpf_reenqueue_local() silently reenqueuing nothingCheng-Yang Chou-1/+1