summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)Author
2008-03-04x86/xen: fix DomU boot problemIan Campbell
2008-02-29xen: mask out SEP from CPUIDJeremy Fitzhardinge
2008-02-13xen: unpin initial Xen pagetable once we're finished with itJeremy Fitzhardinge
2008-02-09x86: sparse warnings in pageattr.cHarvey Harrison
2008-02-09x86: fix sparse warning in xen/time.cHarvey Harrison
2008-01-30x86: return the page table level in lookup_address()Ingo Molnar
2008-01-30xen: deal with pmd being allocated/freedJeremy Fitzhardinge
2008-01-30xen: fix mismerge in masking pte flagsJeremy Fitzhardinge
2008-01-30x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUESTEduardo Pereira Habkost
2008-01-30xen: fix section usage in xen-head.S and setup.cSam Ravnborg
2008-01-30x86: convert TSC disabling to generic cpuid disable bitmapAndi Kleen
2008-01-30x86: adjust/fix LDT handling for XenJan Beulich
2008-01-30xen: mask out PWT tooJeremy Fitzhardinge
2008-01-30x86: page.h: make pte_t a union to always includeJeremy Fitzhardinge
2008-01-30x86: remove all definitions with fastcallHarvey Harrison
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: prevent dereferencing non-allocated per_cpu variablesMike Travis
2008-01-30x86 vDSO: consolidate vdso32Roland McGrath
2008-01-30x86 vDSO: i386 vdso32Roland McGrath
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-11-29xen: mask _PAGE_PCD from ptesJeremy Fitzhardinge
2007-10-23[SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriateJeff Garzik
2007-10-23Normalize config options for guest supportRusty Russell
2007-10-17Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds
2007-10-17x86: expand /proc/interrupts to include missing vectors, v2Joe Korty
2007-10-17i386: Clean up duplicate includes in arch/i386/xen/Jesper Juhl
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: add some debug output for failed multicallsJeremy Fitzhardinge
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-16xen: add batch completion callbacksJeremy Fitzhardinge
2007-10-16xen: yield to IPI target if necessaryJeremy 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-16Convert cpu_sibling_map to be a per cpu variableMike Travis
2007-10-16x86: Convert cpu_core_map to be a per cpu variableMike Travis
2007-10-11i386: move xenThomas Gleixner