summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/paravirt.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-16x86/iopl: Remove legacy IOPL optionThomas Gleixner1-4/+0
2019-07-22x86/paravirt: Drop {read,write}_cr8() hooksAndrew Cooper1-12/+0
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+13
2019-07-18x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf1-0/+1
2019-07-18x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra1-9/+13
2019-03-06mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V1-1/+1
2019-03-06mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-5/+6
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang1-0/+5
2018-09-06x86/paravirt: Prevent redefinition of SAVE_FLAGS macroJuergen Gross1-1/+1
2018-09-03x86/paravirt: Remove unneeded mmu related paravirt ops bitsJuergen Gross1-17/+3
2018-09-03x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-62/+63
2018-09-03x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-3/+3
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-2/+17
2018-09-03x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrellaJuergen Gross1-0/+2
2018-09-03x86/paravirt: Remove unused paravirt bitsJuergen Gross1-8/+1
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-147/+128
2018-09-03x86/paravirt: Remove clobbers from struct paravirt_patch_siteJuergen Gross1-18/+15
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra1-0/+5
2018-05-19x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov1-2/+2
2018-03-12Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar1-4/+13
2018-02-26Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar1-2/+2
2018-02-21x86/mm: Redefine some of page table helpers as macrosKirill A. Shutemov1-10/+13
2018-02-21x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra1-4/+13
2018-02-16x86/mm: Fold p4d page table layer at runtimeKirill A. Shutemov1-4/+6
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski1-2/+2
2017-12-17x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky1-0/+9
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar1-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski1-3/+2