summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/paravirt_types.h
AgeCommit message (Expand)Author
2026-01-15x86/paravirt: Remove trailing semicolons from alternative asm templatesUros Bizjak
2026-01-13x86/pvlocks: Move paravirt spinlock functions into own headerJuergen Gross
2026-01-13x86/paravirt: Specify pv_ops array in paravirt macrosJuergen Gross
2026-01-12x86/paravirt: Move pv_native_*() prototypes to paravirt.cJuergen Gross
2026-01-12x86/paravirt: Introduce new paravirt-base.h headerJuergen Gross
2026-01-12x86/paravirt: Move thunk macros to paravirt_types.hJuergen Gross
2026-01-12x86/paravirt: Remove PARAVIRT_DEBUG config optionJuergen Gross
2026-01-12x86/paravirt: Remove some unneeded struct declarationsJuergen Gross
2025-12-03objtool: Remove newlines and tabs from annotation macrosJosh Poimboeuf
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-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-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar
2025-03-03x86/paravirt: Remove unused paravirt_disable_iospace()Dr. David Alan Gilbert
2025-02-21x86/mm: Remove pv_ops.mmu.tlb_remove_table callRik van Riel
2025-02-14x86/cfi: Clean up linkagePeter Zijlstra
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-09-19x86/xen: move paravirt lazy codeJuergen Gross
2023-03-17x86/paravirt: Convert simple paravirt functions to asmJuergen Gross
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross
2022-11-24x86/paravirt: Remove clobber bitmask from .parainstructionsKees Cook
2022-10-20x86/paravirt: Fix a !PARAVIRT build warningBorislav Petkov
2022-10-17x86/paravirt: Make struct paravirt_call_site unconditionally availableThomas Gleixner
2022-10-04Merge tag 'x86_paravirt_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-09-26x86/paravirt: add extra clobbers with ZERO_CALL_USED_REGS enabledBill Wendling
2022-09-26x86/paravirt: clean up typos and grammarosBill Wendling
2022-09-21x86/paravirt: Ensure proper alignmentThomas Gleixner
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra
2022-01-24x86/paravirt: Use %rip-relative addressing in hook callsJan Beulich
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-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-03-18x86: Fix various typos in commentsIngo Molnar
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: Add new PVOP_ALT* macros to support pvops in ALTERNATIVEsJuergen Gross
2021-03-11x86/paravirt: Switch iret pvops to ALTERNATIVEJuergen Gross