aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-07-08 09:29:34 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-08 09:29:34 -0700
commit9c0fc4e28b57c5a6da7b58d60f71476c64d457a6 (patch)
treeba43e074d23f59bed6a6dc121ddc56d8f3b27401 /include/linux
parentCorrect hash flushing from huge_ptep_set_wrprotect() (diff)
parent[S390] protect _PAGE_SPECIAL bit against mprotect (diff)
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
* 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6: [S390] protect _PAGE_SPECIAL bit against mprotect
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
015-07-27 15:28:53 +0100'>2015-07-27arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchgWill Deacon1-46/+0 2015-07-27arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon1-0/+9 2015-07-27arm64: cmpxchg: avoid memory barrier on comparison failureWill Deacon1-26/+22 2015-07-27arm64: cmpxchg: avoid "cc" clobber in ll/sc routinesWill Deacon1-8/+6 2015-07-27arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPUWill Deacon1-0/+34 2015-07-27arm64: cmpxchg: patch in lse instructions when supported by the CPUWill Deacon1-0/+38 2015-07-27arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon1-12/+0 2015-07-27arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon1-2/+17 2015-07-27arm64: atomics: move ll/sc atomics into separate header fileWill Deacon1-0/+215