aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-10xen: relax signature checkJeremy Fitzhardinge1-1/+1
2007-11-29xen: mask _PAGE_PCD from ptesJeremy Fitzhardinge1-0/+4
2007-10-23[SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriateJeff Garzik1-2/+2
2007-10-23Normalize config options for guest supportRusty Russell1-2/+3
2007-10-17Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86Linus Torvalds1-0/+1
2007-10-17x86: expand /proc/interrupts to include missing vectors, v2Joe Korty1-0/+1
2007-10-17i386: Clean up duplicate includes in arch/i386/xen/Jesper Juhl2-2/+0
2007-10-17Merge branch 'xen-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds7-141/+324
2007-10-16[x86] remove uses of magic macros for boot_params accessH. Peter Anvin1-3/+4
2007-10-16xen: add some debug output for failed multicallsJeremy Fitzhardinge1-0/+25
2007-10-16xen: fix incorrect vcpu_register_vcpu_info hypercall argumentJeremy Fitzhardinge1-1/+1
2007-10-16xen: ask the hypervisor how much space it needs reservedJeremy Fitzhardinge1-1/+12
2007-10-16xen: lock pte pages while pinning/unpinningJeremy Fitzhardinge2-40/+103
2007-10-16xen: deal with stale cr3 values when unpinning pagetablesJeremy Fitzhardinge3-20/+65
2007-10-16xen: add batch completion callbacksJeremy Fitzhardinge2-3/+29
2007-10-16xen: yield to IPI target if necessaryJeremy Fitzhardinge3-4/+18
2007-10-16Clean up duplicate includes in arch/i386/xen/Jesper Juhl2-2/+0
2007-10-16paravirt: clean up lazy mode handlingJeremy Fitzhardinge4-37/+14
2007-10-16paravirt: refactor struct paravirt_ops into smaller pv_*_opsJeremy Fitzhardinge1-37/+61
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis1-2/+2
2007-10-16x86: Convert cpu_core_map to be a per cpu variableMike Travis1-2/+12
2007-10-11i386: move xenThomas Gleixner17-0/+4198