summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/paravirt.c
AgeCommit message (Expand)Author
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-03x86/paravirt: Fix tlb_remove_table function callback prototype warningKees Cook
2023-08-03x86/paravirt: Silence unused native_pv_lock_init() function warningArnd Bergmann
2023-03-17x86/paravirt: Convert simple paravirt functions to asmJuergen Gross
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-01-13cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra
2023-01-12x86/gsseg: Move load_gs_index() to its own new header fileH. Peter Anvin (Intel)
2022-11-24x86/paravirt: Use common macro for creating simple asm paravirt functionsJuergen Gross
2022-10-17x86/paravirt: Properly align PV functionsThomas Gleixner
2022-03-15x86/ibt,paravirt: Sprinkle ENDBRPeter Zijlstra
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra
2022-03-15x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()Peter Zijlstra
2021-12-08x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra
2021-11-11Merge branch 'kvm-guest-sev-migration' into kvm-masterPaolo Bonzini
2021-11-11mm: x86: Invoke hypercall when page encryption status is changedBrijesh Singh
2021-11-02x86/xen: switch initial pvops IRQ functions to dummy onesJuergen Gross
2021-09-17x86/xen: Make irq_disable() noinstrPeter Zijlstra
2021-09-17x86/xen: Make irq_enable() noinstrPeter Zijlstra
2021-09-17x86/xen: Make set_debugreg() noinstrPeter Zijlstra
2021-09-17x86/xen: Make get_debugreg() noinstrPeter Zijlstra
2021-09-17x86/xen: Make write_cr2() noinstrPeter Zijlstra
2021-09-17x86/xen: Make read_cr2() noinstrPeter Zijlstra
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-03-11x86/paravirt: Have only one paravirt patch functionJuergen Gross
2021-03-11x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross
2021-03-11x86/paravirt: Switch iret pvops to ALTERNATIVEJuergen Gross
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit
2021-02-10x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross
2020-08-15x86/paravirt: Remove set_pte_at() pv-opJuergen Gross
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross
2020-07-18x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-04-26x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner
2020-04-26x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner
2020-04-26x86/tlb: Move __flush_tlb() out of lineThomas Gleixner
2020-02-29x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner
2019-07-22x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra
2019-07-08Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner
2019-04-29x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar