aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/jump_label.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-19Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Gravatar Ingo Molnar 1-18/+54
2018-10-06x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsGravatar Nadav Amit 1-54/+18
2018-09-27x86/jump_table: Use relative referencesGravatar Ard Biesheuvel 1-16/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-11-24x86/asm: Add asm macros for static keys/jump labelsGravatar Andy Lutomirski 1-8/+44
2015-11-24x86/asm: Error out if asm/jump_label.h is included inappropriatelyGravatar Andy Lutomirski 1-0/+13
2015-08-13jump_label/x86: Work around asm build bug on older/backported GCCsGravatar Peter Zijlstra 1-4/+4
2015-08-03locking/static_keys: Add a new static_key interfaceGravatar Peter Zijlstra 1-2/+19
2015-04-09jump_label: Allow asm/jump_label.h to be included in assemblyGravatar Anton Blanchard 1-3/+2
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugGravatar Ingo Molnar 1-1/+1
2013-08-06x86/jump-label: Use best default nops for inital jump label callsGravatar Steven Rostedt 1-2/+7
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Gravatar Ingo Molnar 1-3/+3
2011-04-04jump label: Add _ASM_ALIGN for x86 and x86_64Gravatar Jason Baron 1-0/+1
2011-04-04jump label: Introduce static_branch() interfaceGravatar Jason Baron 1-11/+15
2011-01-23x86: Fix jump label with RO/NX module protection crashGravatar matthieu castet 1-1/+1
2010-09-22jump label: Remove duplicate structure for x86Gravatar Steven Rostedt 1-11/+1
2010-09-22jump label: x86 supportGravatar Jason Baron 1-0/+47