summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/jump_label.c
Commit message (Expand)AuthorAgeFilesLines
* x86/jump_label: Make tp_vec_nr staticYueHaibing2019-06-251-1/+1
* x86/jump_label: Batch jump label updatesDaniel Bristot de Oliveira2019-06-171-0/+69
* x86/jump_label: Add a __jump_label_set_jump_code() helperDaniel Bristot de Oliveira2019-06-171-25/+27
* x86/jump-label: Remove support for custom text pokerNadav Amit2019-04-301-16/+10Star
* x86/jump_label: Use text_poke_early() during early initNadav Amit2019-04-301-1/+6
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-4/+0Star
* x86/jump_label: Switch to jump_entry accessorsArd Biesheuvel2018-09-271-37/+25Star
* x86/alternatives, jumplabel: Use text_poke_early() before mm_init()Pavel Tatashin2018-07-201-4/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner2017-05-261-2/+0Star
* locking/jump_labels: Update bug_at() boot messageAndy Shevchenko2017-01-121-2/+1Star
* x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski2016-04-291-0/+1
* jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2015-08-031-1/+1
* x86/jump_label: expect default_nop if static_key gets enabled on boot-upHannes Frederic Sowa2013-10-201-7/+18
* Merge branch 'x86/jumplabel' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-111-4/+66
|\
| * x86/jump-label: Show where and what was wrong on errorsSteven Rostedt2013-08-071-3/+18
| * x86/jump-label: Add safety checks to jump label conversionsSteven Rostedt2013-08-071-4/+28
| * x86/jump-label: Do not bother updating nops if they are correctSteven Rostedt2013-08-071-1/+24
* | x86: Make jump_label use int3-based patchingJiri Kosina2013-07-171-2/+14
|/
* jump_label, x86: Fix section mismatchPeter Zijlstra2011-12-061-1/+1
* x86/jump_label: add arch_jump_label_transform_static()Jeremy Fitzhardinge2011-10-251-3/+17
* x86/jump_label: drop arch_jump_label_text_poke_early()Jeremy Fitzhardinge2011-10-251-6/+0Star
* x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin2011-04-191-2/+3
* jump label: x86 supportJason Baron2010-09-221-0/+50