summaryrefslogtreecommitdiffstats
path: root/include/asm-x86/paravirt.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/xenIngo Molnar2008-10-121-37/+30
|\
| * Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-111-19/+0
| |\
| | * Merge branch 'x86/x2apic' into x86/coreIngo Molnar2008-07-261-19/+0
| | |\
| | | * Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-251-0/+3
| | | |\
| | | * \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-221-4/+65
| | | |\ \
| | | * | | x86: let 32bit use apic_ops too - fixYinghai Lu2008-07-141-29/+0
| | | * | | x2apic: xen64 paravirt basic apic opsSuresh Siddha2008-07-121-6/+8
| | | * | | x64, x2apic/intr-remap: basic apic ops supportSuresh Siddha2008-07-121-0/+2
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar2008-10-061-15/+27
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | | | * | | x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn argsEduardo Habkost2008-08-221-15/+15
| | | |/ / / | | |/| | |
| | | * | | x86_64: printout msr -v2Yinghai Lu2008-08-221-0/+12
| | |/ / /
| * | | | Merge branch 'linus' into x86/header-guardsIngo Molnar2008-07-261-0/+3
| |\| | |
| * | | | x86: consolidate header guardsVegard Nossum2008-07-221-3/+3
| | |_|/ | |/| |
* | | | x86/paravirt: add spin_lock_flags lock opJeremy Fitzhardinge2008-08-201-0/+7
* | | | x86/paravirt/xen: properly fill out the ldt opsJeremy Fitzhardinge2008-07-241-0/+13
| |/ / |/| |
* | | x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge2008-07-221-1/+1
* | | x86: fix pte_flags() to only return flags, fix lguest (updated)Rusty Russell2008-07-221-0/+3
|/ /
* | Merge branch 'x86/paravirt-spinlocks' into x86/for-linusIngo Molnar2008-07-211-0/+43
|\ \
| * | x86: suppress sparse returning void warningsHarvey Harrison2008-07-181-2/+2
| * | x86: paravirt spinlocks, !CONFIG_SMP build fixesIngo Molnar2008-07-161-0/+4
| * | paravirt: introduce a "lock-byte" spinlock implementationJeremy Fitzhardinge2008-07-161-0/+2
| * | x86/paravirt: add hooks for spinlock operationsJeremy Fitzhardinge2008-07-161-0/+37
| | |
| \ \
| \ \
| \ \
*---. | | Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-10/+22
|\ \ \| | | |_|_|/ |/| | |
| | | * xen64: save lots of registersJeremy Fitzhardinge2008-07-161-4/+22
| |_|/ |/| |
| * | x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki2008-07-181-6/+0
|/ /
* | x86: rename paravirtualized TSC functionsAlok Kataria2008-07-091-2/+2
* | x86/paravirt, 64-bit: make load_gs_index() a paravirt operationJeremy Fitzhardinge2008-07-081-0/+10
* | x86/paravirt, 64-bit: add adjust_exception_frameJeremy Fitzhardinge2008-07-081-0/+9
* | x86, 64-bit: swapgs pvop with a user-stack can never be calledJeremy Fitzhardinge2008-07-081-0/+10
* | x86/paravirt: add sysret/sysexit pvops for returning to 32-bit compatibility ...Jeremy Fitzhardinge2008-07-081-11/+45
* | x86/paravirt, 64-bit: don't restore user rsp within sysretJeremy Fitzhardinge2008-07-081-4/+4
* | x86/paravirt: split sysret and sysexitJeremy Fitzhardinge2008-07-081-5/+10
* | x86/paravirt: define PARA_INDIRECT for indirect asm callsJeremy Fitzhardinge2008-07-081-13/+15
* | x86/paravirt: add debugging for missing operationsJeremy Fitzhardinge2008-07-081-0/+8
* | x86/paravirt: add a pgd_alloc/free hooksJeremy Fitzhardinge2008-07-081-1/+18
* | Merge branch 'x86/fixmap' into x86/develIngo Molnar2008-07-081-0/+13
|\ \
| * | x86/paravirt/xen: add set_fixmap pv_mmu_opsJeremy Fitzhardinge2008-06-201-0/+13
| |/
* | paravirt: add hooks for ptep_modify_prot_start/commitJeremy Fitzhardinge2008-06-251-0/+28
* | x86/paravirt: add pte_flags to just get pte flagsJeremy Fitzhardinge2008-05-271-0/+15
|/
* x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge2008-04-241-0/+11
* x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2008-04-241-16/+16
* x86: re-add rdmsrl_safeAndi Kleen2008-04-171-0/+7
* include/asm-x86/paravirt.h: checkpatch cleanups - formatting onlyJoe Perches2008-04-171-19/+28
* x86: add mm parameter to paravirt_alloc_pdJeremy Fitzhardinge2008-01-301-3/+3
* x86: include/asm-x86/paravirt.h: x86_64 mmu operationsEduardo Habkost2008-01-301-0/+55
* x86: change function orders in paravirt.hGlauber de Oliveira Costa2008-01-301-42/+42
* x86: provide read and write cr8 paravirt hooksGlauber de Oliveira Costa2008-01-301-0/+2
* x86: puts read and write cr8 into pv_cpu_opsGlauber de Oliveira Costa2008-01-301-0/+15
* x86/paravirt: make set_pud operation commonJeremy Fitzhardinge2008-01-301-8/+10
* x86/paravirt: make set_pmd operation commonJeremy Fitzhardinge2008-01-301-23/+20