summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/paravirt.c
Commit message (Expand)AuthorAgeFilesLines
* x86, msr: Rewrite AMD rd/wrmsr variantsBorislav Petkov2009-09-011-1/+0Star
* x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov2009-09-011-0/+2
* Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-111-30/+26Star
|\
| * Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge2009-04-071-1/+0Star
| |\
| * | x86/paravirt: use percpu_ rather than __get_cpu_varJeremy Fitzhardinge2009-03-301-5/+5
| * | x86/paravirt: allow preemption with lazy mmu modeJeremy Fitzhardinge2009-03-301-3/+4
| * | x86/paravirt: finish change from lazy cpu to context switch start/endJeremy Fitzhardinge2009-03-301-8/+6Star
| * | x86/paravirt: flush pending mmu updates on context switchJeremy Fitzhardinge2009-03-301-3/+10
| * | x86/pvops: replace arch_enter_lazy_cpu_mode with arch_start_context_switchJeremy Fitzhardinge2009-03-301-13/+0Star
| * | x86/paravirt: remove lazy mode in interruptsJeremy Fitzhardinge2009-03-301-0/+3
* | | x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge2009-05-151-0/+2
| |/ |/|
* | x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge2009-03-191-1/+0Star
|/
* x86: refactor x86_quirks supportIngo Molnar2009-02-231-1/+0Star
*-. Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-131-0/+26
|\ \
| | * x86: warn if arch_flush_lazy_mmu_cpu is called in preemptible contextThomas Gleixner2009-02-121-0/+2
| | * x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemptionJeremy Fitzhardinge2009-02-121-0/+24
| |/
* | x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge2009-01-301-41/+12Star
* | x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge2009-01-301-4/+4
* | x86/pvops: add a paravirt_ident functions to allow special patchingJeremy Fitzhardinge2009-01-301-9/+66
* | x86/pvops: remove pte_flags pvopJeremy Fitzhardinge2009-01-221-1/+0Star
|/
* Merge branch 'linus' into x86/xenIngo Molnar2008-10-121-2/+1Star
|\
| * Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-111-2/+0Star
| |\
| | * Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-251-1/+1
| | |\
| | * \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-221-0/+28
| | |\ \
| | * | | x86: let 32bit use apic_ops too - fixYinghai Lu2008-07-141-5/+0Star
| | * | | x64, x2apic/intr-remap: Interrupt-remapping and x2apic supportSuresh Siddha2008-07-121-1/+1
| | * | | x64, x2apic/intr-remap: basic apic ops supportSuresh Siddha2008-07-121-3/+5
| * | | | Merge commit 'v2.6.27-rc7' into x86/debugIngo Molnar2008-09-221-1/+1
| |\ \ \ \
| | * | | | x86: export pv_lock_ops non-GPLJeremy Fitzhardinge2008-08-211-1/+1
| | | |_|/ | | |/| |
| * / | | x86_64: printout msr -v2Yinghai Lu2008-08-221-0/+1
| |/ / /
* | | | Merge branch 'x86/spinlocks' into x86/xenIngo Molnar2008-07-311-23/+0Star
|\ \ \ \
| * | | | x86: split spinlock implementations out into their own filesJeremy Fitzhardinge2008-07-241-23/+0Star
| |/ / /
* / / / x86/paravirt/xen: properly fill out the ldt opsJeremy Fitzhardinge2008-07-241-0/+4
|/ / /
* | / x86: fix pte_flags() to only return flags, fix lguest (updated)Rusty Russell2008-07-221-1/+1
| |/ |/|
* | Merge branch 'x86/paravirt-spinlocks' into x86/for-linusIngo Molnar2008-07-211-0/+24
|\ \
| * | x86: paravirt spinlocks, modular build fixIngo Molnar2008-07-161-0/+1
| * | x86: paravirt spinlocks, !CONFIG_SMP build fixesIngo Molnar2008-07-161-0/+4
| * | paravirt: introduce a "lock-byte" spinlock implementationJeremy Fitzhardinge2008-07-161-0/+9
| * | x86/paravirt: add hooks for spinlock operationsJeremy Fitzhardinge2008-07-161-0/+10
| | |
| \ \
| \ \
| \ \
*---. | | Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-1/+4
|\ \ \| | | |_|_|/ |/| | |
| | | * x86/paravirt: call paravirt_pagetable_setup_{start, done}Eduardo Habkost2008-07-161-0/+4
| |_|/ |/| |
| * | x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki2008-07-181-1/+0Star
|/ /
* | x86: rename paravirtualized TSC functionsAlok Kataria2008-07-091-1/+1
* | x86, paravirt, 64-bit: fix compile errors with IA32_EMULATION offJeremy Fitzhardinge2008-07-081-0/+4
* | x86/paravirt, 64-bit: make load_gs_index() a paravirt operationJeremy Fitzhardinge2008-07-081-0/+3
* | x86/paravirt, 64-bit: add adjust_exception_frameJeremy Fitzhardinge2008-07-081-0/+3
* | x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility ...Jeremy Fitzhardinge2008-07-081-5/+7
* | x86/paravirt, 64-bit: don't restore user rsp within sysretJeremy Fitzhardinge2008-07-081-3/+3
* | x86/paravirt: split sysret and sysexitJeremy Fitzhardinge2008-07-081-3/+9
* | x86/paravirt: add a pgd_alloc/free hooksJeremy Fitzhardinge2008-07-081-0/+4