summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/alternative.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-0/+1
|\
| * x86/alternatives: add missing insn.h includeDave Hansen2020-01-231-0/+1
* | x86/alternatives: Implement a better poke_int3_handler() completion schemePeter Zijlstra2019-12-251-31/+53
* | x86/alternatives: Sync bp_patching update for avoiding NULL pointer exceptionMasami Hiramatsu2019-11-271-1/+7
* | x86/alternatives: Use INT3_INSN_SIZEPeter Zijlstra2019-11-271-6/+6
* | x86/kprobes: Fix ordering while text-patchingPeter Zijlstra2019-11-271-3/+8
* | x86/alternative: Shrink text_poke_locPeter Zijlstra2019-11-271-9/+14
* | x86/alternative: Remove text_poke_loc::lenPeter Zijlstra2019-11-271-5/+7
* | x86/ftrace: Use text_gen_insn()Peter Zijlstra2019-11-271-26/+0
* | x86/alternative: Add text_opcode_size()Peter Zijlstra2019-11-271-11/+1
* | x86/ftrace: Use text_poke()Peter Zijlstra2019-11-271-4/+14
* | x86/alternatives: Add and use text_gen_insn() helperPeter Zijlstra2019-11-271-0/+36
* | x86/alternatives, jump_label: Provide better text_poke() batching interfacePeter Zijlstra2019-11-271-6/+58
* | x86/alternatives: Teach text_poke_bp() to emulate instructionsPeter Zijlstra2019-11-151-31/+101
|/
* x86: Correct misc typosMarco Ammon2019-09-021-3/+3
* x86/alternatives: Fix int3_emulate_call() selftest stack corruptionPeter Zijlstra2019-07-091-5/+20
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-27/+26
|\
| * x86/paravirt: Rename paravirt_patch_site::instrtype to paravirt_patch_site::typeIngo Molnar2019-04-291-2/+1
| * x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar2019-04-291-26/+26
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-081-4/+77
|\ \
| * | x86/alternatives: Add int3_emulate_call() selftestPeter Zijlstra2019-06-251-4/+77
* | | x86/alternative: Batch of patch operationsDaniel Bristot de Oliveira2019-06-171-34/+120
|/ /
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* | x86/alternatives: Add comment about module removal racesNadav Amit2019-04-301-0/+5
* | x86/alternatives: Remove the return value of text_poke_*()Nadav Amit2019-04-301-7/+4
* | x86/modules: Avoid breaking W^X while loading modulesNadav Amit2019-04-301-7/+21
* | x86/alternatives: Use temporary mm for text pokingNadav Amit2019-04-301-22/+86
* | x86/alternatives: Initialize temporary mm for patchingNadav Amit2019-04-301-0/+3
* | x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit2019-04-301-14/+38
|/
* Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-03-061-2/+2
|\
| * x86/alternatives: Print containing functionBorislav Petkov2019-01-161-2/+2
* | x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu2019-02-131-1/+2
|/
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-1/+1
|\
| * x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-1/+1
| * x86/paravirt: Remove clobbers parameter from paravirt patch functionsJuergen Gross2018-09-031-1/+1
* | x86/alternative: Init ideal_nops for Hygon DhyanaPu Wen2018-09-271-0/+4
|/
* x86/alternatives: Lockdep-enforce text_mutex in text_poke*()Jiri Kosina2018-08-301-4/+5
* x86/alternatives, jumplabel: Use text_poke_early() before mm_init()Pavel Tatashin2018-07-201-0/+7
* x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf2018-01-311-14/+0
* Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-301-13/+13
|\
| * Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-2/+5
| |\
| * | kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming2017-11-071-13/+13
* | | x86/alternative: Print unadorned pointersBorislav Petkov2018-01-261-7/+7
| |/ |/|
* | x86/alternatives: Fix optimize_nops() checkingBorislav Petkov2018-01-101-2/+5
|/
* x86: Clarify/fix no-op barriers for text_poke_bp()Peter Zijlstra2017-08-101-6/+16
* x86/alternatives: Prevent uninitialized stack byte read in apply_alternatives()Mateusz Jurczyk2017-05-241-2/+7
* x86/alternatives: Do not use sync_core() to serialize I$Borislav Petkov2016-12-201-5/+10
* x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski2016-04-291-0/+1
* x86/alternatives: Make optimize_nops() interrupt safe and syncedThomas Gleixner2015-09-031-0/+5
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-0/+9
|\