aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/jump_label.h
AgeCommit message (Expand)Author
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf
2021-05-12jump_label, x86: Allow short NOPsPeter Zijlstra
2021-05-12jump_label, x86: Emit short JMPPeter Zijlstra
2021-05-12jump_label, x86: Introduce jump_entry_size()Peter Zijlstra
2021-05-12jump_label, x86: Factor out the __jump_table generationPeter Zijlstra
2021-05-12jump_label, x86: Strip ASM jump_label supportPeter Zijlstra
2021-04-28Merge tag 'locking-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-03-15x86: Remove dynamic NOP selectionPeter Zijlstra
2021-03-06x86/jump_label: Mark arguments as const to satisfy asm constraintsJason Gerecke
2019-06-17x86/jump_label: Batch jump label updatesDaniel Bristot de Oliveira
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada
2018-12-19Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Ingo Molnar
2018-10-06x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit
2018-09-27x86/jump_table: Use relative referencesArd Biesheuvel
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2015-11-24x86/asm: Add asm macros for static keys/jump labelsAndy Lutomirski
2015-11-24x86/asm: Error out if asm/jump_label.h is included inappropriatelyAndy Lutomirski
2015-08-13jump_label/x86: Work around asm build bug on older/backported GCCsPeter Zijlstra
2015-08-03locking/static_keys: Add a new static_key interfacePeter Zijlstra
2015-04-09jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard
2013-10-11compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar
2013-08-06x86/jump-label: Use best default nops for inital jump label callsSteven Rostedt
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2011-04-04jump label: Add _ASM_ALIGN for x86 and x86_64Jason Baron
2011-04-04jump label: Introduce static_branch() interfaceJason Baron
2011-01-23x86: Fix jump label with RO/NX module protection crashmatthieu castet
2010-09-22jump label: Remove duplicate structure for x86Steven Rostedt
2010-09-22jump label: x86 supportJason Baron