| Commit message (Expand) | Author | Age | Files | Lines |
* | jump_label: make initial NOP patching the special case | Ard Biesheuvel | 2022-06-24 | 1 | -13/+0 |
* | jump_labels: Mark __jump_label_transform() as __always_inlined to work around... | Ingo Molnar | 2021-07-13 | 1 | -3/+4 |
* | jump_label/x86: Remove unused JUMP_LABEL_NOP_SIZE | Peter Zijlstra | 2021-05-14 | 1 | -2/+0 |
* | jump_label, x86: Emit short JMP | Peter Zijlstra | 2021-05-12 | 1 | -1/+7 |
* | jump_label, x86: Add variable length patching support | Peter Zijlstra | 2021-05-12 | 1 | -18/+35 |
* | jump_label, x86: Introduce jump_entry_size() | Peter Zijlstra | 2021-05-12 | 1 | -0/+7 |
* | jump_label, x86: Improve error when we fail expected text | Peter Zijlstra | 2021-05-12 | 1 | -19/+14 |
* | x86: Remove dynamic NOP selection | Peter Zijlstra | 2021-03-15 | 1 | -26/+6 |
* | x86/jump_label: Move 'inline' keyword placement | Randy Dunlap | 2020-03-27 | 1 | -1/+1 |
* | x86/alternatives: Add and use text_gen_insn() helper | Peter Zijlstra | 2019-11-27 | 1 | -20/+11 |
* | x86/alternatives, jump_label: Provide better text_poke() batching interface | Peter Zijlstra | 2019-11-27 | 1 | -65/+34 |
* | x86/alternatives: Teach text_poke_bp() to emulate instructions | Peter Zijlstra | 2019-11-15 | 1 | -6/+3 |
* | x86/jump_label: Make tp_vec_nr static | YueHaibing | 2019-06-25 | 1 | -1/+1 |
* | x86/jump_label: Batch jump label updates | Daniel Bristot de Oliveira | 2019-06-17 | 1 | -0/+69 |
* | x86/jump_label: Add a __jump_label_set_jump_code() helper | Daniel Bristot de Oliveira | 2019-06-17 | 1 | -25/+27 |
* | x86/jump-label: Remove support for custom text poker | Nadav Amit | 2019-04-30 | 1 | -16/+10 |
* | x86/jump_label: Use text_poke_early() during early init | Nadav Amit | 2019-04-30 | 1 | -1/+6 |
* | jump_label: move 'asm goto' support test to Kconfig | Masahiro Yamada | 2019-01-06 | 1 | -4/+0 |
* | x86/jump_label: Switch to jump_entry accessors | Ard Biesheuvel | 2018-09-27 | 1 | -37/+25 |
* | x86/alternatives, jumplabel: Use text_poke_early() before mm_init() | Pavel Tatashin | 2018-07-20 | 1 | -4/+7 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | jump_label: Reorder hotplug lock and jump_label_lock | Thomas Gleixner | 2017-05-26 | 1 | -2/+0 |
* | locking/jump_labels: Update bug_at() boot message | Andy Shevchenko | 2017-01-12 | 1 | -2/+1 |
* | x86/asm: Stop depending on ptrace.h in alternative.h | Andy Lutomirski | 2016-04-29 | 1 | -0/+1 |
* | jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP} | Peter Zijlstra | 2015-08-03 | 1 | -1/+1 |
* | x86/jump_label: expect default_nop if static_key gets enabled on boot-up | Hannes Frederic Sowa | 2013-10-19 | 1 | -7/+18 |
* | Merge branch 'x86/jumplabel' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-09-10 | 1 | -4/+66 |
|\ |
|
| * | x86/jump-label: Show where and what was wrong on errors | Steven Rostedt | 2013-08-06 | 1 | -3/+18 |
| * | x86/jump-label: Add safety checks to jump label conversions | Steven Rostedt | 2013-08-06 | 1 | -4/+28 |
| * | x86/jump-label: Do not bother updating nops if they are correct | Steven Rostedt | 2013-08-06 | 1 | -1/+24 |
* | | x86: Make jump_label use int3-based patching | Jiri Kosina | 2013-07-16 | 1 | -2/+14 |
|/ |
|
* | jump_label, x86: Fix section mismatch | Peter Zijlstra | 2011-12-06 | 1 | -1/+1 |
* | x86/jump_label: add arch_jump_label_transform_static() | Jeremy Fitzhardinge | 2011-10-25 | 1 | -3/+17 |
* | x86/jump_label: drop arch_jump_label_text_poke_early() | Jeremy Fitzhardinge | 2011-10-25 | 1 | -6/+0 |
* | x86, cpu: Clean up and unify the NOP selection infrastructure | H. Peter Anvin | 2011-04-18 | 1 | -2/+3 |
* | jump label: x86 support | Jason Baron | 2010-09-22 | 1 | -0/+50 |