index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
rqspinlock.c
Age
Commit message (
Expand
)
Author
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2026-01-26
bpf: explicitly align bpf_res_spin_lock
Finn Thain
2026-01-23
rqspinlock: Fix TAS fallback lock entry creation
Kumar Kartikeya Dwivedi
2025-11-29
rqspinlock: Precede non-head waiter queueing with AA check
Kumar Kartikeya Dwivedi
2025-11-29
rqspinlock: Disable spinning for trylock fallback
Kumar Kartikeya Dwivedi
2025-11-29
rqspinlock: Use trylock fallback when per-CPU rqnode is busy
Kumar Kartikeya Dwivedi
2025-11-29
rqspinlock: Perform AA checks immediately
Kumar Kartikeya Dwivedi
2025-11-29
rqspinlock: Enclose lock/unlock within lock entry acquisitions
Kumar Kartikeya Dwivedi
2025-11-12
bpf: Adjust return value for queue destruction in rqspinlock
Kumar Kartikeya Dwivedi
2025-10-29
rqspinlock: Disable queue destruction for deadlocks
Kumar Kartikeya Dwivedi
2025-10-07
bpf: Cleanup unused func args in rqspinlock implementation
Siddharth Chintamaneni
2025-09-09
rqspinlock: Choose trylock fallback for NMI waiters
Kumar Kartikeya Dwivedi
2025-07-03
bpf: Report rqspinlock deadlocks/timeout to BPF stderr
Kumar Kartikeya Dwivedi
2025-04-10
bpf: Use architecture provided res_smp_cond_load_acquire
Kumar Kartikeya Dwivedi
2025-03-19
bpf: Introduce rqspinlock kfuncs
Kumar Kartikeya Dwivedi
2025-03-19
rqspinlock: Add basic support for CONFIG_PARAVIRT
Kumar Kartikeya Dwivedi
2025-03-19
rqspinlock: Add a test-and-set fallback
Kumar Kartikeya Dwivedi
2025-03-19
rqspinlock: Add deadlock detection and recovery
Kumar Kartikeya Dwivedi
2025-03-19
rqspinlock: Protect waiters in trylock fallback from stalls
Kumar Kartikeya Dwivedi
2025-03-19
rqspinlock: Protect waiters in queue from stalls
Kumar Kartikeya Dwivedi
2025-03-19
rqspinlock: Protect pending bit owners from stalls
Kumar Kartikeya Dwivedi
2025-03-19
rqspinlock: Hardcode cond_acquire loops for arm64
Kumar Kartikeya Dwivedi
2025-03-19
rqspinlock: Add support for timeouts
Kumar Kartikeya Dwivedi
2025-03-19
rqspinlock: Drop PV and virtualization support
Kumar Kartikeya Dwivedi
2025-03-19
rqspinlock: Add rqspinlock.h header
Kumar Kartikeya Dwivedi
2025-03-19
locking: Copy out qspinlock.c to kernel/bpf/rqspinlock.c
Kumar Kartikeya Dwivedi