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