summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
|\
| * x86/entry/64: Pass SP0 directly to load_sp0()Andy Lutomirski2017-11-021-3/+2Star
* | 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/+0Star
* x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross2017-08-311-5/+0Star
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-031-5/+3Star
|\
| * 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/+2Star
* | 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-251-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/+0Star
|\
| * x86/fpu: Remove clts()Andy Lutomirski2016-11-011-5/+0Star
* | 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-041-4/+0Star
|\
| * x86/asm: Get rid of __read_cr4_safe()Andy Lutomirski2016-09-301-4/+0Star
* | x86, locking/spinlocks: Remove ticket (spin)lock implementationPeter Zijlstra2016-09-301-18/+0Star
|/
* Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-171-11/+0Star
|\
| * x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-221-5/+0Star
| * x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-6/+0Star
* | x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=yAndy Lutomirski2016-04-131-6/+3Star
* | x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski2016-04-131-0/+11
* | x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski2016-04-131-16/+17
|/
* x86/paravirt: Create a stack frame in PV_CALLEE_SAVE_REGS_THUNKJosh Poimboeuf2016-02-241-2/+7
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-121-26/+0Star
|\
| * x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-251-17/+0Star
| * x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-191-9/+0Star
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-121-12/+0Star
|\ \
| * | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-231-5/+0Star
| * | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-231-7/+0Star
| |/
* / x86/paravirt: Prevent rtc_cmos platform device init on PV guestsDavid Vrabel2015-12-191-0/+6
|/
* x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski2015-08-231-1/+5
* x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski2015-07-061-34/+0Star
* locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar2015-05-111-3/+3
* locking/pvqspinlock, x86: Implement the paravirt qspinlock call patchingPeter Zijlstra (Intel)2015-05-081-1/+28
* x86: expose number of page table levels on Kconfig levelKirill A. Shutemov2015-04-151-4/+4
* x86/asm/entry: Drop now unused ENABLE_INTERRUPTS_SYSEXIT32Borislav Petkov2015-04-031-5/+0Star
* x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-3/+3
* x86: Cleanly separate use of asm-generic/mm_hooks.hDave Hansen2014-11-191-3/+13
* x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen2014-01-301-1/+1
* x86, ticketlock: Add slowpath logicJeremy Fitzhardinge2013-08-091-1/+1
* x86, pvticketlock: Use callee-save for lock_spinningJeremy Fitzhardinge2013-08-091-1/+1
* x86, spinlock: Replace pv spinlocks with pv ticketlocksJeremy Fitzhardinge2013-08-091-26/+6Star
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-301-4/+0Star
|\
| * x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk2013-04-121-4/+0Star
* | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2013-04-101-1/+4
|/
* x86, paravirt: fix build error when thp is disabledDavid Rientjes2012-12-181-2/+0Star