summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h
Commit message (Expand)AuthorAgeFilesLines
* x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen2014-01-291-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/+6
* Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-04-301-4/+0
|\
| * x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk2013-04-111-4/+0
* | 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/+0
* 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-271-2/+3
* | Merge branch 'x86/cpu' into perf/coreIngo Molnar2012-07-051-39/+0
|\ \
| * | x86, pvops: Remove hooks for {rd,wr}msr_safe_regsAndre Przywara2012-06-071-39/+0
| |/
* | x86: Add rdpmcl()Andi Kleen2012-06-061-0/+2
|/
* x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAXH. Peter Anvin2012-04-191-4/+2
* 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/+2
* thp: add pmd paravirt opsAndrea Arcangeli2011-01-131-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-101-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-231-5/+0
|/
* x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell2010-02-271-9/+0
* 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
* x86/paravirt: Use normal calling sequences for irq enable/disableJeremy Fitzhardinge2009-10-131-24/+4
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-181-46/+5
|\
| * x86: Move get/set_wallclock to x86_platform_opsFeng Tang2009-09-161-10/+0
| * x86: Move tsc_calibration to x86_init_opsThomas Gleixner2009-08-311-1/+0
| * x86: Add timer_init to x86_init_opsThomas Gleixner2009-08-311-5/+0
| * x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner2009-08-311-12/+0
| * x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner2009-08-311-6/+0
| * x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner2009-08-311-10/+0
| * x86: Move paravirt banner printout to x86_init_opsThomas Gleixner2009-08-311-1/+5
| * x86: Replace ARCH_SETUP by a proper x86_init_opsThomas Gleixner2009-08-311-1/+0
* | Merge branch 'x86/paravirt' into x86/cpuIngo Molnar2009-09-011-711/+1
|\ \ | |/
| * x86/paravirt: split paravirt definitions into paravirt_types.hJeremy Fitzhardinge2009-06-171-710/+1
* | x86, msr: Rewrite AMD rd/wrmsr variantsBorislav Petkov2009-08-311-6/+20
* | x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov2009-08-311-0/+16
|/
* Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-101-11/+11
|\
| * Merge branch 'x86/urgent' into x86/xenIngo Molnar2009-05-081-2/+2
| |\
| * \ Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-071-17/+2
| |\ \
| * | | x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge2009-03-291-7/+10
| * | | x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge2009-03-291-1/+0
| * | | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-291-5/+3
* | | | x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge2009-05-151-1/+1
| |_|/ |/| |
* | | x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu2009-04-091-2/+2
| |/ |/|
OpenPOWER on IntegriCloud