summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/jump_label.h
Commit message (Expand)AuthorAgeFilesLines
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-13/+0
* Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Ingo Molnar2018-12-191-18/+54
* x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2018-10-061-54/+18
* x86/jump_table: Use relative referencesArd Biesheuvel2018-09-271-16/+8
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/asm: Add asm macros for static keys/jump labelsAndy Lutomirski2015-11-241-8/+44
* x86/asm: Error out if asm/jump_label.h is included inappropriatelyAndy Lutomirski2015-11-241-0/+13
* jump_label/x86: Work around asm build bug on older/backported GCCsPeter Zijlstra2015-08-131-4/+4
* locking/static_keys: Add a new static_key interfacePeter Zijlstra2015-08-031-2/+19
* jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard2015-04-091-3/+2
* compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-10-111-1/+1
* x86/jump-label: Use best default nops for inital jump label callsSteven Rostedt2013-08-061-2/+7
* static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-3/+3
* jump label: Add _ASM_ALIGN for x86 and x86_64Jason Baron2011-04-041-0/+1
* jump label: Introduce static_branch() interfaceJason Baron2011-04-041-11/+15
* x86: Fix jump label with RO/NX module protection crashmatthieu castet2011-01-231-1/+1
* jump label: Remove duplicate structure for x86Steven Rostedt2010-09-221-11/+1
* jump label: x86 supportJason Baron2010-09-221-0/+47