summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/paravirt.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-26x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRTKirill A. Shutemov1-6/+8
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar1-16/+0
2025-03-03x86/paravirt: Remove unused paravirt_disable_iospace()Dr. David Alan Gilbert1-20/+0
2025-02-21x86/mm: Remove pv_ops.mmu.tlb_remove_table callRik van Riel1-1/+0
2025-02-21x86/mm: Make MMU_GATHER_RCU_TABLE_FREE unconditionalRik van Riel1-16/+1
2025-02-14x86/cfi: Clean up linkagePeter Zijlstra1-2/+12
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+11
2025-01-25x86: pgtable: move pagetable_dtor() to __tlb_remove_table()Qi Zheng1-0/+1
2025-01-25x86: pgtable: convert __tlb_remove_table() to use struct ptdescQi Zheng1-1/+3
2025-01-13x86: mm: free page table pages by RCU instead of semi RCUQi Zheng1-0/+7
2024-12-06x86/paravirt: Remove the WBINVD callbackJuergen Gross1-6/+0
2024-08-07x86/paravirt: Fix incorrect virt spinlock setting on bare metalChen Yu1-4/+3
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross1-30/+0
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross1-21/+9
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross1-67/+0
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2023-08-03x86/paravirt: Fix tlb_remove_table function callback prototype warningKees Cook1-2/+6
2023-08-03x86/paravirt: Silence unused native_pv_lock_init() function warningArnd Bergmann1-1/+2
2023-03-17x86/paravirt: Convert simple paravirt functions to asmJuergen Gross1-21/+6
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross1-2/+1
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2023-01-13cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra1-2/+12
2023-01-12x86/gsseg: Move load_gs_index() to its own new header fileH. Peter Anvin (Intel)1-0/+1
2022-11-24x86/paravirt: Use common macro for creating simple asm paravirt functionsJuergen Gross1-21/+2
2022-10-17x86/paravirt: Properly align PV functionsThomas Gleixner1-0/+2
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/gi...Linus 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