summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/paravirt: Remove unneeded mmu related paravirt ops bitsJuergen Gross2018-09-031-17/+3
* x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-62/+63
* x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-3/+3
* x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-2/+17
* x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-0/+2
* x86/paravirt: Remove unused paravirt bitsJuergen Gross2018-09-031-8/+1
* x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-147/+128
* x86/paravirt: Remove clobbers from struct paravirt_patch_siteJuergen Gross2018-09-031-18/+15
* x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra2018-08-231-0/+5
* x86/mm: Stop pretending pgtable_l5_enabled is a variableKirill A. Shutemov2018-05-191-2/+2
* Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar2018-03-121-4/+13
|\
| * x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra2018-02-211-4/+13
* | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-261-2/+2
|\|
| * x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-151-2/+2
* | x86/mm: Redefine some of page table helpers as macrosKirill A. Shutemov2018-02-211-10/+13
* | x86/mm: Fold p4d page table layer at runtimeKirill A. Shutemov2018-02-161-4/+6
|/
* x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky2017-12-171-0/+9
* Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-3/+2
|\
| * x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski2017-11-021-3/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-37/+0
* x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross2017-08-311-5/+0
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-031-5/+3
|\
| * x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-131-1/+1
| * x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski2017-06-051-4/+2
* | x86/paravirt: Remove unnecessary return from void functionAnton Vasilyev2017-06-241-1/+1
|/
* x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov2017-04-041-11/+26
* x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-5/+28
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-0/+11
* x86/paravirt: Change vcp_is_preempted() arg type to longWaiman Long2017-02-211-1/+1
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-5/+0
|\
| * x86/fpu: Remove clts()Andy Lutomirski2016-11-011-5/+0
* | x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra2016-11-221-0/+5
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-4/+0
|\
| * x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-301-4/+0