aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/refcount.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon1-126/+0
2019-02-04refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variantsElena Reshetova1-4/+18
2018-12-19Revert "x86/refcount: Work around GCC inlining bug"Ingo Molnar1-48/+33
2018-10-16x86/asm: 'Simplify' GEN_*_RMWcc() macrosPeter Zijlstra1-6/+7
2018-10-04x86/refcount: Work around GCC inlining bugNadav Amit1-29/+45
2018-06-21locking/refcounts: Include fewer headers in <linux/refcount.h>Alexey Dobriyan1-0/+1
2018-02-28x86/refcounts: Switch to UD2 for exceptionsKees Cook1-1/+1
2018-02-20x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbersJan Beulich1-2/+2
2017-09-28locking/refcounts, x86/asm: Use unique .text section for refcount exceptionsKees Cook1-1/+1
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook1-0/+109