summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/paravirt.h
AgeCommit message (Expand)Author
2025-05-17x86/paravirt: Restrict PARAVIRT_XXL to 64-bit onlyKirill A. Shutemov
2025-05-02x86/msr: Change the function type of native_read_msr_safe()Xin Li (Intel)
2025-05-02x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}()Xin Li (Intel)
2025-05-02x86/msr: Convert the rdpmc() macro to an __always_inline functionXin Li (Intel)
2025-05-02x86/msr: Rename rdpmcl() to rdpmc()Xin Li (Intel)
2025-05-02x86/msr: Remove the unused rdpmc() methodXin Li (Intel)
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2025-04-10x86/msr: Use u64 in rdmsrl_safe() and paravirt_read_pmc()Ingo Molnar
2025-03-26x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRTKirill A. Shutemov
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth
2025-02-21x86/mm: Remove pv_ops.mmu.tlb_remove_table callRik van Riel
2024-12-06x86/paravirt: Remove the WBINVD callbackJuergen Gross
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-12-20x86: fix missing includes/forward declarationsKent Overstreet
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross
2023-12-10x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross
2023-12-10x86/paravirt: Introduce ALT_NOT_XENJuergen Gross
2023-11-13x86/paravirt: Make the struct paravirt_patch_site packedHou Wenlong
2023-11-13x86/paravirt: Use relative reference for the original instruction offsetHou Wenlong
2023-08-03x86/paravirt: Silence unused native_pv_lock_init() function warningArnd Bergmann
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross
2023-01-31sched/clock/x86: Mark sched_clock() noinstrPeter Zijlstra
2023-01-13cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra
2022-11-24x86/paravirt: Use common macro for creating simple asm paravirt functionsJuergen Gross
2022-10-17x86/paravirt: Make struct paravirt_call_site unconditionally availableThomas Gleixner
2022-10-17x86/paravirt: Properly align PV functionsThomas Gleixner
2022-09-21x86/paravirt: Ensure proper alignmentThomas Gleixner
2022-03-15x86/ibt,paravirt: Sprinkle ENDBRPeter Zijlstra
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-12-08x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra
2021-11-30x86/paravirt: Fix build PARAVIRT_XXL=y without XEN_PVKirill A. Shutemov
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-09-17x86/xen: Make save_fl() 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-09-15x86/paravirt: Use PVOP_* for paravirt callsPeter Zijlstra
2021-09-15x86/paravirt: Mark arch_local_irq_*() __always_inlinePeter 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: Switch functions with custom code to ALTERNATIVEJuergen Gross
2021-03-11x86/paravirt: Switch iret pvops to ALTERNATIVEJuergen Gross
2021-03-11x86/paravirt: Remove no longer needed 32-bit pvops cruftJuergen Gross
2021-03-11x86/paravirt: Add new features for paravirt patchingJuergen 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