summaryrefslogtreecommitdiff
path: root/arch/x86/xen/enlighten.c
AgeCommit message (Expand)Author
2008-04-24xen: allow compilation with non-flat memoryJeremy Fitzhardinge
2008-04-24xen: disable preemption during tlb flushJeremy Fitzhardinge
2008-04-24xen: no need for domU to worry about MCE/MCAJeremy Fitzhardinge
2008-04-24xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge
2008-04-24x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge
2008-04-17xen: use iret instruction all the timeJeremy Fitzhardinge
2008-04-17xen: make hvc0 the preferred console in domUMarkus Armbruster
2008-04-04xen: Clear PG_pinned in release_{pt,pd}()Mark McLoughlin
2008-04-04xen: Do not pin/unpin PMD pagesMark McLoughlin
2008-04-04xen: refactor xen_{alloc,release}_{pt,pd}()Mark McLoughlin
2008-03-27xen: fix UP setup of shared_infoJeremy Fitzhardinge
2008-03-27xen: fix RMW when unmasking eventsJeremy Fitzhardinge
2008-02-29xen: mask out SEP from CPUIDJeremy Fitzhardinge
2008-02-13xen: unpin initial Xen pagetable once we're finished with itJeremy Fitzhardinge
2008-01-30xen: deal with pmd being allocated/freedJeremy Fitzhardinge
2008-01-30x86: adjust/fix LDT handling for XenJan Beulich
2008-01-30x86: change write_ldt_entry signatureGlauber de Oliveira Costa
2008-01-30x86: change write_gdt_entry signature.Glauber de Oliveira Costa
2008-01-30x86: change write_idt_entry signatureGlauber de Oliveira Costa
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin
2008-01-30x86: irqflags consolidationGlauber de Oliveira Costa
2008-01-30x86: use u32 for some lapic functionsThomas Gleixner
2008-01-23xen: disable vcpu_info placement for nowJeremy Fitzhardinge
2007-12-10xen: relax signature checkJeremy Fitzhardinge
2007-10-17Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2007-10-16[x86] remove uses of magic macros for boot_params accessH. Peter Anvin
2007-10-16xen: fix incorrect vcpu_register_vcpu_info hypercall argumentJeremy Fitzhardinge
2007-10-16xen: ask the hypervisor how much space it needs reservedJeremy Fitzhardinge
2007-10-16xen: lock pte pages while pinning/unpinningJeremy Fitzhardinge
2007-10-16xen: deal with stale cr3 values when unpinning pagetablesJeremy Fitzhardinge
2007-10-16Clean up duplicate includes in arch/i386/xen/Jesper Juhl
2007-10-16paravirt: clean up lazy mode handlingJeremy Fitzhardinge
2007-10-16paravirt: refactor struct paravirt_ops into smaller pv_*_opsJeremy Fitzhardinge
2007-10-11i386: move xenThomas Gleixner