summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/alternative.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-04-24x86/alternatives: Move temporary_mm helpers into CThomas Gleixner1-0/+55
2020-03-25x86/alternatives: Mark text_poke_loc_init() staticQiujun Huang1-2/+2
2020-01-30Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-0/+1
2020-01-23x86/alternatives: add missing insn.h includeDave Hansen1-0/+1
2019-12-25x86/alternatives: Implement a better poke_int3_handler() completion schemePeter Zijlstra1-31/+53
2019-11-27x86/alternatives: Sync bp_patching update for avoiding NULL pointer exceptionMasami Hiramatsu1-1/+7
2019-11-27x86/alternatives: Use INT3_INSN_SIZEPeter Zijlstra1-6/+6
2019-11-27x86/kprobes: Fix ordering while text-patchingPeter Zijlstra1-3/+8
2019-11-27x86/alternative: Shrink text_poke_locPeter Zijlstra1-9/+14
2019-11-27x86/alternative: Remove text_poke_loc::lenPeter Zijlstra1-5/+7
2019-11-27x86/ftrace: Use text_gen_insn()Peter Zijlstra1-26/+0
2019-11-27x86/alternative: Add text_opcode_size()Peter Zijlstra1-11/+1
2019-11-27x86/ftrace: Use text_poke()Peter Zijlstra1-4/+14
2019-11-27x86/alternatives: Add and use text_gen_insn() helperPeter Zijlstra1-0/+36
2019-11-27x86/alternatives, jump_label: Provide better text_poke() batching interfacePeter Zijlstra1-6/+58
2019-11-15x86/alternatives: Teach text_poke_bp() to emulate instructionsPeter Zijlstra1-31/+101
2019-09-02x86: Correct misc typosMarco Ammon1-3/+3
2019-07-09x86/alternatives: Fix int3_emulate_call() selftest stack corruptionPeter Zijlstra1-5/+20
2019-07-08Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-27/+26
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+77
2019-06-25x86/alternatives: Add int3_emulate_call() selftestPeter Zijlstra1-4/+77
2019-06-17x86/alternative: Batch of patch operationsDaniel Bristot de Oliveira1-34/+120
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-30x86/alternatives: Add comment about module removal racesNadav Amit1-0/+5
2019-04-30x86/alternatives: Remove the return value of text_poke_*()Nadav Amit1-7/+4
2019-04-30x86/modules: Avoid breaking W^X while loading modulesNadav Amit1-7/+21
2019-04-30x86/alternatives: Use temporary mm for text pokingNadav Amit1-22/+86
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit1-0/+3
2019-04-30x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit1-14/+38
2019-04-29x86/paravirt: Rename paravirt_patch_site::instrtype to paravirt_patch_site::typeIngo Molnar1-2/+1
2019-04-29x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar1-26/+26
2019-03-06Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-2/+2
2019-02-13x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu1-1/+2
2019-01-16x86/alternatives: Print containing functionBorislav Petkov1-2/+2
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2018-09-27x86/alternative: Init ideal_nops for Hygon DhyanaPu Wen1-0/+4
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-1/+1
2018-09-03x86/paravirt: Remove clobbers parameter from paravirt patch functionsJuergen Gross1-1/+1
2018-08-30x86/alternatives: Lockdep-enforce text_mutex in text_poke*()Jiri Kosina1-4/+5
2018-07-20x86/alternatives, jumplabel: Use text_poke_early() before mm_init()Pavel Tatashin1-0/+7
2018-01-31x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf1-14/+0
2018-01-30Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar1-13/+13
2018-01-26x86/alternative: Print unadorned pointersBorislav Petkov1-7/+7
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+5
2018-01-10x86/alternatives: Fix optimize_nops() checkingBorislav Petkov1-2/+5
2017-11-07kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modulesZhou Chengming1-13/+13
2017-08-10x86: Clarify/fix no-op barriers for text_poke_bp()Peter Zijlstra1-6/+16
2017-05-24x86/alternatives: Prevent uninitialized stack byte read in apply_alternatives()Mateusz Jurczyk1-2/+7
2016-12-20x86/alternatives: Do not use sync_core() to serialize I$Borislav Petkov1-5/+10