summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
Commit message (Expand)AuthorAgeFilesLines
* xen: allow compilation with non-flat memoryJeremy Fitzhardinge2008-04-241-0/+2
* xen: disable preemption during tlb flushJeremy Fitzhardinge2008-04-241-2/+13
* xen: no need for domU to worry about MCE/MCAJeremy Fitzhardinge2008-04-241-0/+2
* xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge2008-04-241-2/+1Star
* x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2008-04-241-16/+16
* xen: use iret instruction all the timeJeremy Fitzhardinge2008-04-171-2/+1Star
* xen: make hvc0 the preferred console in domUMarkus Armbruster2008-04-171-0/+4
* xen: Clear PG_pinned in release_{pt,pd}()Mark McLoughlin2008-04-041-0/+1
* xen: Do not pin/unpin PMD pagesMark McLoughlin2008-04-041-3/+2Star
* xen: refactor xen_{alloc,release}_{pt,pd}()Mark McLoughlin2008-04-041-7/+20
* xen: fix UP setup of shared_infoJeremy Fitzhardinge2008-03-271-20/+25
* xen: fix RMW when unmasking eventsJeremy Fitzhardinge2008-03-271-1/+1
* xen: mask out SEP from CPUIDJeremy Fitzhardinge2008-02-291-0/+1
* xen: unpin initial Xen pagetable once we're finished with itJeremy Fitzhardinge2008-02-131-0/+4
* xen: deal with pmd being allocated/freedJeremy Fitzhardinge2008-01-301-5/+25
* x86: adjust/fix LDT handling for XenJan Beulich2008-01-301-8/+1Star
* x86: change write_ldt_entry signatureGlauber de Oliveira Costa2008-01-301-2/+2
* x86: change write_gdt_entry signature.Glauber de Oliveira Costa2008-01-301-6/+5Star
* x86: change write_idt_entry signatureGlauber de Oliveira Costa2008-01-301-4/+4
* x86: unify struct desc_ptrGlauber de Oliveira Costa2008-01-301-5/+5
* x86: use generic register name in the thread and tss structuresH. Peter Anvin2008-01-301-3/+3
* x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-301-9/+9
* x86: irqflags consolidationGlauber de Oliveira Costa2008-01-301-1/+1
* x86: use u32 for some lapic functionsThomas Gleixner2008-01-301-2/+2
* xen: disable vcpu_info placement for nowJeremy Fitzhardinge2008-01-241-1/+1
* xen: relax signature checkJeremy Fitzhardinge2007-12-111-1/+1
* Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-171-91/+142
|\
| * xen: fix incorrect vcpu_register_vcpu_info hypercall argumentJeremy Fitzhardinge2007-10-161-1/+1
| * xen: ask the hypervisor how much space it needs reservedJeremy Fitzhardinge2007-10-161-1/+12
| * xen: lock pte pages while pinning/unpinningJeremy Fitzhardinge2007-10-161-9/+21
| * xen: deal with stale cr3 values when unpinning pagetablesJeremy Fitzhardinge2007-10-161-17/+38
| * Clean up duplicate includes in arch/i386/xen/Jesper Juhl2007-10-161-1/+0Star
| * paravirt: clean up lazy mode handlingJeremy Fitzhardinge2007-10-161-28/+12Star
| * paravirt: refactor struct paravirt_ops into smaller pv_*_opsJeremy Fitzhardinge2007-10-161-37/+61
* | [x86] remove uses of magic macros for boot_params accessH. Peter Anvin2007-10-171-3/+4
|/
* i386: move xenThomas Gleixner2007-10-111-0/+1146