aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-15x86/ibt,paravirt: Sprinkle ENDBRPeter Zijlstra1-0/+2
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra1-4/+0
2022-03-15x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()Peter Zijlstra1-20/+3
2021-12-08x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra1-2/+2
2021-11-11Merge branch 'kvm-guest-sev-migration' into kvm-masterPaolo Bonzini1-0/+1
2021-11-11mm: x86: Invoke hypercall when page encryption status is changedBrijesh Singh1-0/+1
2021-11-02x86/xen: switch initial pvops IRQ functions to dummy onesJuergen Gross1-1/+12
2021-09-17x86/xen: Make irq_disable() noinstrPeter Zijlstra1-1/+6
2021-09-17x86/xen: Make irq_enable() noinstrPeter Zijlstra1-1/+6
2021-09-17x86/xen: Make set_debugreg() noinstrPeter Zijlstra1-3/+6
2021-09-17x86/xen: Make get_debugreg() noinstrPeter Zijlstra1-2/+6
2021-09-17x86/xen: Make write_cr2() noinstrPeter Zijlstra1-1/+6
2021-09-17x86/xen: Make read_cr2() noinstrPeter Zijlstra1-1/+6
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-03-11x86/paravirt: Have only one paravirt patch functionJuergen Gross1-18/+2
2021-03-11x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross1-10/+6
2021-03-11x86/paravirt: Switch iret pvops to ALTERNATIVEJuergen Gross1-24/+2
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross1-4/+9
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit1-1/+1
2021-02-10x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross1-1/+0
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross1-4/+1
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross1-1/+0
2020-08-15x86/paravirt: Remove set_pte_at() pv-opJuergen Gross1-1/+0
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross1-18/+0
2020-07-18x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski1-1/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-04-26x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner1-5/+0
2020-04-26x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner1-9/+0
2020-04-26x86/tlb: Move __flush_tlb() out of lineThomas Gleixner1-6/+1
2020-02-29x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross1-0/+5
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner1-2/+0
2019-07-22x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper1-4/+0
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra1-1/+1
2019-07-08Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+23
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-13/+1
2019-04-29x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar1-11/+11
2019-04-25x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call()Ingo Molnar1-8/+8
2019-04-25x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns()Ingo Molnar1-4/+4
2019-04-08x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov1-1/+1
2018-10-30x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross1-19/+7
2018-10-29x86/paravirt: Remove GPL from pv_ops exportJuergen Gross1-1/+1
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-156/+160
2018-09-19x86/paravirt: Fix some warning messagesDan Carpenter1-2/+2
2018-09-03x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-6/+9
2018-09-03x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-1/+1
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-1/+12
2018-09-03x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrellaJuergen Gross1-0/+2
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-149/+141
2018-09-03x86/paravirt: Remove clobbers parameter from paravirt patch functionsJuergen Gross1-9/+5