summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h
Commit message (Expand)AuthorAgeFilesLines
* x86/paravirt: Merge activate_mm() and dup_mmap() callbacksJuergen Gross2023-03-061-11/+3
* sched/clock/x86: Mark sched_clock() noinstrPeter Zijlstra2023-01-311-1/+1
* cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra2023-01-131-2/+4
* x86/paravirt: Use common macro for creating simple asm paravirt functionsJuergen Gross2022-11-241-0/+12
* x86/paravirt: Make struct paravirt_call_site unconditionally availableThomas Gleixner2022-10-171-2/+2
* x86/paravirt: Properly align PV functionsThomas Gleixner2022-10-171-0/+1
* x86/paravirt: Ensure proper alignmentThomas Gleixner2022-09-211-0/+1
* x86/ibt,paravirt: Sprinkle ENDBRPeter Zijlstra2022-03-151-0/+1
* Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-121-1/+1
|\
| * x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra2021-12-081-1/+1
* | x86/paravirt: Fix build PARAVIRT_XXL=y without XEN_PVKirill A. Shutemov2021-11-301-5/+0
|/
* Merge branch 'kvm-guest-sev-migration' into kvm-masterPaolo Bonzini2021-11-111-0/+6
|\
| * mm: x86: Invoke hypercall when page encryption status is changedBrijesh Singh2021-11-111-0/+6
* | x86/xen: Make save_fl() noinstrPeter Zijlstra2021-09-171-2/+5
* | x86/xen: Make set_debugreg() noinstrPeter Zijlstra2021-09-171-1/+1
* | x86/xen: Make get_debugreg() noinstrPeter Zijlstra2021-09-171-1/+1
* | x86/xen: Make write_cr2() noinstrPeter Zijlstra2021-09-171-1/+1
* | x86/xen: Make read_cr2() noinstrPeter Zijlstra2021-09-171-1/+1
* | x86/paravirt: Use PVOP_* for paravirt callsPeter Zijlstra2021-09-151-4/+4
* | x86/paravirt: Mark arch_local_irq_*() __always_inlinePeter Zijlstra2021-09-151-4/+4
|/
* Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-291-3/+3
|\
| * x86/mm/tlb: Flush remote and local TLBs concurrentlyNadav Amit2021-03-061-3/+3
* | x86/paravirt: Switch functions with custom code to ALTERNATIVEJuergen Gross2021-03-111-51/+50
* | x86/paravirt: Switch iret pvops to ALTERNATIVEJuergen Gross2021-03-111-3/+3
* | x86/paravirt: Remove no longer needed 32-bit pvops cruftJuergen Gross2021-03-111-34/+1
* | x86/paravirt: Add new features for paravirt patchingJuergen Gross2021-03-111-0/+10
* | x86/paravirt: Switch time pvops functions to use static_call()Juergen Gross2021-03-111-3/+12
|/
* x86/pv: Rework arch_local_irq_restore() to not use popfJuergen Gross2021-02-101-5/+0
* x86/xen: Drop USERGS_SYSRET64 paravirt callJuergen Gross2021-02-101-5/+0
* x86/pv: Switch SWAPGS to ALTERNATIVEJuergen Gross2021-02-101-20/+0
* x86/head/64: Remove unused GET_CR2_INTO() macroArvind Sankar2020-11-181-11/+0
* x86/paravirt: Avoid needless paravirt step clearing page table entriesJuergen Gross2020-08-151-6/+6
* x86/paravirt: Remove set_pte_at() pv-opJuergen Gross2020-08-151-7/+1
* x86/paravirt: Clean up paravirt macrosJuergen Gross2020-08-151-15/+0
* x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-151-108/+12
* x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski2020-07-181-0/+5
* x86/tlb: Move flush_tlb_others() out of lineThomas Gleixner2020-04-261-2/+4
* x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner2020-04-261-0/+1
* x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner2020-04-261-0/+1
* x86/tlb: Move __flush_tlb() out of lineThomas Gleixner2020-04-261-1/+3
* x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross2020-02-291-0/+7
* x86/iopl: Remove legacy IOPL optionThomas Gleixner2019-11-161-4/+0
* x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper2019-07-221-12/+0
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-201-9/+13
|\
| * x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-171-9/+13
* | x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf2019-07-181-0/+1
|/
* mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-051-1/+1
* mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-051-5/+6
* x86/headers: Fix -Wmissing-prototypes warningYi Wang2018-11-231-0/+5
* x86/paravirt: Prevent redefinition of SAVE_FLAGS macroJuergen Gross2018-09-061-1/+1