aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/jump_label.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-15x86/alternatives: Teach text_poke_bp() to emulate instructionsPeter Zijlstra1-6/+3
2019-06-25x86/jump_label: Make tp_vec_nr staticYueHaibing1-1/+1
2019-06-17x86/jump_label: Batch jump label updatesDaniel Bristot de Oliveira1-0/+69
2019-06-17x86/jump_label: Add a __jump_label_set_jump_code() helperDaniel Bristot de Oliveira1-25/+27
2019-04-30x86/jump-label: Remove support for custom text pokerNadav Amit1-16/+10
2019-04-30x86/jump_label: Use text_poke_early() during early initNadav Amit1-1/+6
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-4/+0
2018-09-27x86/jump_label: Switch to jump_entry accessorsArd Biesheuvel1-37/+25
2018-07-20x86/alternatives, jumplabel: Use text_poke_early() before mm_init()Pavel Tatashin1-4/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-26jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner1-2/+0
2017-01-12locking/jump_labels: Update bug_at() boot messageAndy Shevchenko1-2/+1
2016-04-29x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski1-0/+1
2015-08-03jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra1-1/+1
2013-10-19x86/jump_label: expect default_nop if static_key gets enabled on boot-upHannes Frederic Sowa1-7/+18
2013-09-10Merge branch 'x86/jumplabel' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+66
2013-08-06x86/jump-label: Show where and what was wrong on errorsSteven Rostedt1-3/+18
2013-08-06x86/jump-label: Add safety checks to jump label conversionsSteven Rostedt1-4/+28
2013-08-06x86/jump-label: Do not bother updating nops if they are correctSteven Rostedt1-1/+24
2013-07-16x86: Make jump_label use int3-based patchingJiri Kosina1-2/+14
2011-12-06jump_label, x86: Fix section mismatchPeter Zijlstra1-1/+1
2011-10-25x86/jump_label: add arch_jump_label_transform_static()Jeremy Fitzhardinge1-3/+17
2011-10-25x86/jump_label: drop arch_jump_label_text_poke_early()Jeremy Fitzhardinge1-6/+0
2011-04-18x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin1-2/+3
2010-09-22jump label: x86 supportJason Baron1-0/+50