summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-2/+3
|\
| * x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-281-2/+3
* | Merge branch 'x86/cpu' into perf/coreIngo Molnar2012-07-051-39/+0Star
|\ \
| * | x86, pvops: Remove hooks for {rd,wr}msr_safe_regsAndre Przywara2012-06-071-39/+0Star
| |/
* / x86: Add rdpmcl()Andi Kleen2012-06-061-0/+2
|/
* x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAXH. Peter Anvin2012-04-201-4/+2Star
* Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\
| * BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
* | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-3/+3
|/
* KVM guest: Add a pv_ops stub for steal timeGlauber Costa2011-07-141-0/+9
* thp: fix PARAVIRT x86 32bit noPAEAndrea Arcangeli2011-01-261-3/+2Star
* thp: add pmd paravirt opsAndrea Arcangeli2011-01-141-0/+25
* x86, paravirt: Use native_halt on a halt, not native_safe_haltCliff Wickman2010-12-271-1/+1
* tracing: Force arch_local_irq_* notrace for paravirtSteven Rostedt2010-11-111-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-211-8/+8
|\
| * Fix IRQ flag handling namingDavid Howells2010-10-071-8/+8
* | x86, paravirt: Remove alloc_pmd_clone hook, only used by VMIAlok Kataria2010-08-241-5/+0Star
|/
* x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell2010-02-271-9/+0Star
* locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-7/+7
* locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-141-6/+6