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