summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/paravirt.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+4
2023-12-21x86: fix missing includes/forward declarationsKent Overstreet1-0/+4
2023-12-11x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross1-13/+0
2023-12-11x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross1-6/+6
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross1-12/+0
2023-12-10x86/paravirt: Introduce ALT_NOT_XENJuergen Gross1-24/+18
2023-11-13x86/paravirt: Make the struct paravirt_patch_site packedHou Wenlong1-2/+0
2023-11-13x86/paravirt: Use relative reference for the original instruction offsetHou Wenlong1-5/+5
2023-08-03x86/paravirt: Silence unused native_pv_lock_init() function warningArnd Bergmann1-0/+7
2023-03-06x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross1-11/+3
2023-01-31sched/clock/x86: Mark sched_clock() noinstrPeter Zijlstra1-1/+1
2023-01-13cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra1-2/+4
2022-11-24x86/paravirt: Use common macro for creating simple asm paravirt functionsJuergen Gross1-0/+12
2022-10-17x86/paravirt: Make struct paravirt_call_site unconditionally availableThomas Gleixner1-2/+2
2022-10-17x86/paravirt: Properly align PV functionsThomas Gleixner1-0/+1
2022-09-21x86/paravirt: Ensure proper alignmentThomas Gleixner1-0/+1
2022-03-15x86/ibt,paravirt: Sprinkle ENDBRPeter Zijlstra1-0/+1
2022-01-13Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-12-08x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra1-1/+1
2021-12-01x86/paravirt: Fix build PARAVIRT_XXL=y without XEN_PVKirill A. Shutemov1-5/+0
2021-11-11Merge branch 'kvm-guest-sev-migration' into kvm-masterPaolo Bonzini1-0/+6
2021-11-11mm: x86: Invoke hypercall when page encryption status is changedBrijesh Singh1-0/+6
2021-09-17x86/xen: Make save_fl() noinstrPeter Zijlstra1-2/+5
2021-09-17x86/xen: Make set_debugreg() noinstrPeter Zijlstra1-1/+1
2021-09-17x86/xen: Make get_debugreg() noinstrPeter Zijlstra1-1/+1
2021-09-17x86/xen: Make write_cr2() noinstrPeter Zijlstra1-1/+1
2021-09-17x86/xen: Make read_cr2() noinstrPeter Zijlstra1-1/+1
2021-09-15x86/paravirt: Use PVOP_* for paravirt callsPeter Zijlstra1-4/+4
2021-09-15x86/paravirt: Mark arch_local_irq_*() __always_inlinePeter Zijlstra1-4/+4
2021-04-29Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2021-03-11x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross1-51/+50
2021-03-11x86/paravirt: Switch iret pvops to ALTERNATIVEJuergen Gross1-3/+3
2021-03-11x86/paravirt: Remove no longer needed 32-bit pvops cruftJuergen Gross1-34/+1
2021-03-11x86/paravirt: Add new features for paravirt patchingJuergen Gross1-0/+10
2021-03-11x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross1-3/+12
2021-03-06x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit1-3/+3
2021-02-10x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross1-5/+0
2021-02-10x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross1-5/+0
2021-02-10x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross1-20/+0
2020-11-18x86/head/64: Remove unused GET_CR2_INTO() macroArvind Sankar1-11/+0
2020-08-15x86/paravirt: Avoid needless paravirt step clearing page table entriesJuergen Gross1-6/+6
2020-08-15x86/paravirt: Remove set_pte_at() pv-opJuergen Gross1-7/+1
2020-08-15x86/paravirt: Clean up paravirt macrosJuergen Gross1-15/+0
2020-08-15x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross1-108/+12
2020-07-18x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski1-0/+5
2020-04-26x86/tlb: Move flush_tlb_others() out of lineThomas Gleixner1-2/+4
2020-04-26x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner1-0/+1
2020-04-26x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner1-0/+1
2020-04-26x86/tlb: Move __flush_tlb() out of lineThomas Gleixner1-1/+3
2020-02-29x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross1-0/+7