index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
rqspinlock.c
Age
Commit message (
Expand
)
Author
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