aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-27x86, paravirt: Remove kmap_atomic_pte paravirt op.Ian Campbell1-9/+0
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-7/+7
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner1-6/+6
2009-10-13x86/paravirt: Use normal calling sequences for irq enable/disableJeremy Fitzhardinge1-24/+4
2009-09-18Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-46/+5
2009-09-16x86: Move get/set_wallclock to x86_platform_opsFeng Tang1-10/+0
2009-09-01Merge branch 'x86/paravirt' into x86/cpuIngo Molnar1-711/+1
2009-08-31x86, msr: Rewrite AMD rd/wrmsr variantsBorislav Petkov1-6/+20
2009-08-31x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov1-0/+16
2009-08-31x86: Move tsc_calibration to x86_init_opsThomas Gleixner1-1/+0
2009-08-31x86: Add timer_init to x86_init_opsThomas Gleixner1-5/+0
2009-08-31x86: Move percpu clockevents setup to x86_init_opsThomas Gleixner1-12/+0
2009-08-31x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner1-6/+0
2009-08-31x86: Move paravirt pagetable_setup to x86_init_opsThomas Gleixner1-10/+0
2009-08-31x86: Move paravirt banner printout to x86_init_opsThomas Gleixner1-1/+5
2009-08-31x86: Replace ARCH_SETUP by a proper x86_init_opsThomas Gleixner1-1/+0
2009-06-17x86/paravirt: split paravirt definitions into paravirt_types.hJeremy Fitzhardinge1-710/+1
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+11
2009-05-15x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge1-1/+1
2009-05-08Merge branch 'x86/urgent' into x86/xenIngo Molnar1-2/+2
2009-04-09x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu1-2/+2
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge1-17/+2
2009-03-29x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge1-7/+10
2009-03-29x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge1-1/+0
2009-03-29x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge1-5/+3
2009-03-19x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge1-15/+0
2009-03-18Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', 'x86/mtrr', 'x86/setup', 'x86/setup-memory', 'x86/urgent', 'x86/uv', 'x86/x2apic' and 'linus' into x86/coreIngo Molnar1-2/+2
2009-03-16x86, paravirt: prevent gcc from generating the wrong addressing modeJeremy Fitzhardinge1-2/+2
2009-02-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-15/+2
2009-02-13Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/headersIngo Molnar1-1/+1
2009-02-13Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/coreIngo Molnar1-15/+2
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar1-0/+1
2009-02-12x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemptionJeremy Fitzhardinge1-15/+2
2009-02-11x86: move pte types into pgtable*.hJeremy Fitzhardinge1-1/+1
2009-02-11x86: move defs around to allow paravirt.h to just include page_types.hJeremy Fitzhardinge1-1/+1
2009-02-09x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin1-0/+1
2009-02-09Merge branch 'x86/paravirt' into x86/apicIngo Molnar1-134/+301
2009-02-03x86/paravirt: return full 64-bit resultJeremy Fitzhardinge1-1/+1
2009-02-02x86/paravirt: don't restore second return regJeremy Fitzhardinge1-2/+2
2009-01-30x86/paravirt: fix missing callee-save call on pud_valJeremy Fitzhardinge1-4/+4
2009-01-30x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge1-39/+39
2009-01-30x86/paravirt: implement PVOP_CALL macros for callee-save functionsJeremy Fitzhardinge1-35/+99
2009-01-30x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge1-29/+97
2009-01-30x86/paravirt: selectively save/restore regs around pvops callsJeremy Fitzhardinge1-35/+65
2009-01-30x86/pvops: add a paravirt_ident functions to allow special patchingJeremy Fitzhardinge1-0/+5
2009-01-30Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin1-3/+5
2009-01-28Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/coreIngo Molnar1-20/+0
2009-01-22x86/pvops: remove pte_flags pvopJeremy Fitzhardinge1-18/+0
2009-01-20x86: remove byte locksJiri Kosina1-2/+0
2009-01-11x86: change flush_tlb_others to take a const struct cpumaskRusty Russell1-3/+5