summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt.c
Commit message (Expand)AuthorAgeFilesLines
* x86/paravirt: Convert simple paravirt functions to asmJuergen Gross2023-03-171-21/+6
* x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross2023-03-061-2/+1
* Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-02-211-0/+1
|\
| * x86/gsseg: Move load_gs_index() to its own new header fileH. Peter Anvin (Intel)2023-01-121-0/+1
* | cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra2023-01-131-2/+12
|/
* x86/paravirt: Use common macro for creating simple asm paravirt functionsJuergen Gross2022-11-241-21/+2
* x86/paravirt: Properly align PV functionsThomas Gleixner2022-10-171-0/+2
* x86/ibt,paravirt: Sprinkle ENDBRPeter Zijlstra2022-03-151-0/+2
* x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra2022-03-151-4/+0
* x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()Peter Zijlstra2022-03-151-20/+3
* x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra2021-12-081-2/+2
* Merge branch 'kvm-guest-sev-migration' into kvm-masterPaolo Bonzini2021-11-111-0/+1
|\
| * mm: x86: Invoke hypercall when page encryption status is changedBrijesh Singh2021-11-111-0/+1
* | x86/xen: switch initial pvops IRQ functions to dummy onesJuergen Gross2021-11-021-1/+12
* | x86/xen: Make irq_disable() noinstrPeter Zijlstra2021-09-171-1/+6
* | x86/xen: Make irq_enable() noinstrPeter Zijlstra2021-09-171-1/+6
* | x86/xen: Make set_debugreg() noinstrPeter Zijlstra2021-09-171-3/+6
* | x86/xen: Make get_debugreg() noinstrPeter Zijlstra2021-09-171-2/+6
* | x86/xen: Make write_cr2() noinstrPeter Zijlstra2021-09-171-1/+6
* | x86/xen: Make read_cr2() noinstrPeter Zijlstra2021-09-171-1/+6
|/
* Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-291-1/+1
|\
| * x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-061-1/+1
* | x86/paravirt: Have only one paravirt patch functionJuergen Gross2021-03-111-18/+2
* | x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross2021-03-111-10/+6
* | x86/paravirt: Switch iret pvops to ALTERNATIVEJuergen Gross2021-03-111-24/+2
* | x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross2021-03-111-4/+9
|/
* x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross2021-02-101-1/+0
* x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross2021-02-101-4/+1
* x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross2021-02-101-1/+0
* x86/paravirt: Remove set_pte_at() pv-opJuergen Gross2020-08-151-1/+0
* x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-151-18/+0
* x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski2020-07-181-1/+2
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner2020-04-261-5/+0
* x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner2020-04-261-9/+0
* x86/tlb: Move __flush_tlb() out of lineThomas Gleixner2020-04-261-6/+1
* x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross2020-02-291-0/+5
* x86/iopl: Remove legacy IOPL optionThomas Gleixner2019-11-161-2/+0
* x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper2019-07-221-4/+0
* x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-171-1/+1
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-23/+23
|\
| * x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar2019-04-291-11/+11
| * x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call()Ingo Molnar2019-04-251-8/+8
| * x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns()Ingo Molnar2019-04-251-4/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-241-13/+1
* | x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()Borislav Petkov2019-04-081-1/+1
|/
* x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross2018-10-301-19/+7
* x86/paravirt: Remove GPL from pv_ops exportJuergen Gross2018-10-291-1/+1
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-156/+160
|\