summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt_types.h
Commit message (Expand)AuthorAgeFilesLines
* mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-051-2/+3
* Revert "x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops"Ingo Molnar2018-12-191-27/+29
* x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross2018-10-301-2/+0
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-44/+38
|\
| * x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-16/+17
| * x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-1/+2
| * x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-1/+4
| * x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrellaJuergen Gross2018-09-031-0/+2
| * x86/paravirt: Use a single ops structureJuergen Gross2018-09-031-15/+10
| * x86/paravirt: Remove clobbers from struct paravirt_patch_siteJuergen Gross2018-09-031-1/+0
| * x86/paravirt: Remove clobbers parameter from paravirt patch functionsJuergen Gross2018-09-031-4/+3
| * x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() staticJuergen Gross2018-09-031-6/+0
* | x86/paravirt: Work around GCC inlining bugs when compiling paravirt opsNadav Amit2018-10-041-29/+27
|/
* x86/mm: Only use tlb_remove_table() for paravirtPeter Zijlstra2018-08-231-0/+3
* x86/paravirt, objtool: Annotate indirect callsPeter Zijlstra2018-02-211-1/+4
* x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...Andy Lutomirski2018-02-151-1/+1
* Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-1/+1
|\
| * x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski2017-11-021-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf2017-09-231-7/+7
* x86/paravirt: Remove no longer used paravirt functionsJuergen Gross2017-09-131-9/+0
* x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross2017-08-311-3/+0
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-8/+8
|\
| * randstruct: opt-out externally exposed function pointer structsKees Cook2017-06-301-8/+8
* | x86/mm: Pass flush_tlb_info to flush_tlb_others() etcAndy Lutomirski2017-06-051-3/+2
|/
* x86/paravirt: Add 5-level support to the paravirt codeKirill A. Shutemov2017-04-041-1/+6
* x86: Convert the rest of the code to support p4d_tKirill A. Shutemov2017-03-271-3/+9
* mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-241-0/+2
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-121-2/+0
|\
| * x86/fpu: Remove clts()Andy Lutomirski2016-11-011-2/+0
* | x86/paravirt: Fix bool return type for PVOP_CALL()Peter Zijlstra2016-12-111-1/+13
* | x86/paravirt: Optimize native pv_lock_ops.vcpu_is_preempted()Peter Zijlstra2016-11-221-1/+1
* | locking/core, x86/paravirt: Implement vcpu_is_preempted(cpu) for KVM and Xen ...Pan Xinhui2016-11-221-0/+2
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-1/+0
|\
| * x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-301-1/+0
* | x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra2016-09-301-7/+0
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-6/+0
|\
| * x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-221-1/+0
| * x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-5/+0
* | x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski2016-04-131-2/+8
* | x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski2016-04-131-4/+4
|/
* x86/paravirt: Add stack frame dependency to PVOP inline asm callsJosh Poimboeuf2016-02-241-8/+10
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-18/+0
|\
| * x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-6/+0
| * x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-191-10/+0
| * x86/paravirt: Kill some unused patching functionsBorislav Petkov2015-11-071-2/+0
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-17/+0
|\ \
| * | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-231-8/+0
| * | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-231-9/+0
| |/
* / x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-191-0/+5
|/