summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/paravirt.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge2009-03-191-15/+0
| |
| \
*-. \ Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', ...Ingo Molnar2009-03-181-2/+2
|\ \ \ | |_|/ |/| |
| * | x86, paravirt: prevent gcc from generating the wrong addressing modeJeremy Fitzhardinge2009-03-161-2/+2
| |/
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-171-15/+2
| |\
* | \ Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2009-02-131-1/+1
|\ \ \
| * | | x86: move pte types into pgtable*.hJeremy Fitzhardinge2009-02-111-1/+1
| * | | x86: move defs around to allow paravirt.h to just include page_types.hJeremy Fitzhardinge2009-02-111-1/+1
| | | |
| \ \ \
*-. \ \ \ Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-131-15/+2
|\ \ \ \ \ | | | |_|/ | | |/| |
| | * | | x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemptionJeremy Fitzhardinge2009-02-121-15/+2
| |/ / /
* | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-131-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin2009-02-091-0/+1
| |/ /
* | | Merge branch 'x86/paravirt' into x86/apicIngo Molnar2009-02-091-134/+301
|\ \ \ | | |/ | |/|
| * | x86/paravirt: return full 64-bit resultJeremy Fitzhardinge2009-02-031-1/+1
| * | x86/paravirt: don't restore second return regJeremy Fitzhardinge2009-02-021-2/+2
| * | x86/paravirt: fix missing callee-save call on pud_valJeremy Fitzhardinge2009-01-301-4/+4
| * | x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge2009-01-301-39/+39
| * | x86/paravirt: implement PVOP_CALL macros for callee-save functionsJeremy Fitzhardinge2009-01-301-35/+99
| * | x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge2009-01-301-29/+97
| * | x86/paravirt: selectively save/restore regs around pvops callsJeremy Fitzhardinge2009-01-301-35/+65
| * | x86/pvops: add a paravirt_ident functions to allow special patchingJeremy Fitzhardinge2009-01-301-0/+5
| * | Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin2009-01-301-3/+5
| |\ \
| | \ \
| \ \ \
| \ \ \
| \ \ \
*---. | | | Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar2009-01-281-20/+0
|\ \ \| | | | |_|_|/ / |/| | | / | | |_|/ | |/| |
| | | * x86/pvops: remove pte_flags pvopJeremy Fitzhardinge2009-01-221-18/+0
| | |/ | |/|
| | * x86: remove byte locksJiri Kosina2009-01-201-2/+0
| |/
* / x86: change flush_tlb_others to take a const struct cpumaskRusty Russell2009-01-111-3/+5
|/
* x86: Fix ASM_X86__ header guardsH. Peter Anvin2008-10-221-3/+3