summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/paravirt_types.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-2/+2
2021-04-26Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus 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-07x86/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-18x86/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-06mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-2/+3
2018-12-19Revert "x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops"Ingo Molnar1-27/+29
2018-10-30x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross1-2/+0
2018-10-23Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-44/+38
2018-10-04x86/paravirt: Work around GCC inlining bugs when compiling paravirt opsNadav Amit1-29/+27
2018-09-03x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-16/+17
2018-09-03x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-1/+2
2018-09-03x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross1-1/+4
2018-09-03x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrellaJuergen Gross1-0/+2
2018-09-03x86/paravirt: Use a single ops structureJuergen Gross1-15/+10
2018-09-03x86/paravirt: Remove clobbers from struct paravirt_patch_siteJuergen Gross1-1/+0
2018-09-03x86/paravirt: Remove clobbers parameter from paravirt patch functionsJuergen Gross1-4/+3
2018-09-03x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() staticJuergen Gross1-6/+0
2018-08-23x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra1-0/+3
2018-02-21x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra1-1/+4
2018-02-15x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski1-1/+1
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar1-1/+1
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-1/+1
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-7/+7
2017-09-13x86/paravirt: Remove no longer used paravirt functionsJuergen Gross1-9/+0
2017-08-31x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross1-3/+0
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+8
2017-06-30randstruct: opt-out externally exposed function pointer structsKees Cook1-8/+8
2017-06-05x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski1-3/+2