aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/include/asm/paravirt_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+1
2023-12-20x86: fix missing includes/forward declarationsKent Overstreet1-0/+2
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross1-38/+0
2023-12-10x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross1-18/+22
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross1-3/+1
2023-12-10x86/paravirt: Introduce ALT_NOT_XENJuergen Gross1-0/+3
2023-11-13x86/paravirt: Make the struct paravirt_patch_site packedHou Wenlong1-3/+1
2023-11-13x86/paravirt: Use relative reference for the original instruction offsetHou Wenlong1-4/+4
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross1-15/+0
2023-03-17x86/paravirt: Convert simple paravirt functions to asmJuergen Gross1-1/+7
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross1-5/+2
2022-11-24x86/paravirt: Remove clobber bitmask from .parainstructionsKees Cook1-49/+12
2022-10-20x86/paravirt: Fix a !PARAVIRT build warningBorislav Petkov1-7/+7
2022-10-17x86/paravirt: Make struct paravirt_call_site unconditionally availableThomas Gleixner1-8/+12
2022-10-04Merge tag 'x86_paravirt_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2022-09-26x86/paravirt: add extra clobbers with ZERO_CALL_USED_REGS enabledBill Wendling1-1/+10
2022-09-26x86/paravirt: clean up typos and grammarosBill Wendling1-8/+8
2022-09-21x86/paravirt: Ensure proper alignmentThomas Gleixner1-0/+1
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2022-03-15x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()Peter Zijlstra1-1/+0
2022-01-24x86/paravirt: Use %rip-relative addressing in hook callsJan Beulich1-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-0/+2
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-03-11x86/paravirt: Have only one paravirt patch functionJuergen Gross1-18/+1
2021-03-11x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross1-6/+0
2021-03-11x86/paravirt: Add new PVOP_ALT* macros to support pvops in ALTERNATIVEsJuergen Gross1-1/+48
2021-03-11x86/paravirt: Switch iret pvops to ALTERNATIVEJuergen Gross1-4/+1
2021-03-11x86/paravirt: Simplify paravirt macrosJuergen Gross1-29/+12
2021-03-11x86/paravirt: Remove no longer needed 32-bit pvops cruftJuergen Gross1-80/+32
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross1-6/+0
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit1-2/+2
2021-02-10x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross1-5/+2
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross1-8/+0
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross1-2/+0
2020-11-06x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner1-1/+0
2020-08-15x86/paravirt: Remove set_pte_at() pv-opJuergen Gross1-2/+0
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross1-21/+0
2020-07-18x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski1-0/+1
2020-02-29x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross1-0/+4
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner1-2/+0
2019-07-22x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper1-5/+0
2019-07-17x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra1-1/+1
2019-04-29x86/paravirt: Rename paravirt_patch_site::instrtype to paravirt_patch_site::typeIngo Molnar1-2/+2
2019-04-29x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar1-8/+5
2019-04-25x86/paravirt: Replace the paravirt patch asm magicThomas Gleixner1-4/+0
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-2/+3