aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28pageflags: use proper page flag functions in XenChristoph Lameter1-2/+2
2008-04-26x86: use cpumask function for present, possible, and online cpusAkinobu Mita1-1/+1
2008-04-24xen: allow compilation with non-flat memoryJeremy Fitzhardinge2-1/+3
2008-04-24xen: fold xen_sysexit into xen_iretJeremy Fitzhardinge1-56/+14
2008-04-24xen: allow set_pte_at on init_mm to be locklessJeremy Fitzhardinge1-2/+10
2008-04-24xen: disable preemption during tlb flushJeremy Fitzhardinge1-2/+13
2008-04-24xen: make grant table arch portableIsaku Yamahata2-1/+92
2008-04-24xen: move events.c to drivers/xen for IA64/Xen supportIsaku Yamahata3-660/+2
2008-04-24xen: move features.c from arch/x86/xen/features.c to drivers/xenIsaku Yamahata2-30/+1
2008-04-24xen: jump to iret fixupJeremy Fitzhardinge1-13/+9
2008-04-24xen: no need for domU to worry about MCE/MCAJeremy Fitzhardinge1-0/+2
2008-04-24xen: short-cut for recursive event handlingJeremy Fitzhardinge1-16/+30
2008-04-24xen: make sure retriggered events are set pendingJeremy Fitzhardinge1-1/+7
2008-04-24xen: implement a debug-interrupt handlerJeremy Fitzhardinge3-5/+64
2008-04-24xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge5-2/+82
2008-04-24xen: make sure iret faults are trappedJeremy Fitzhardinge1-1/+5
2008-04-24xen: unify pte operationsJeremy Fitzhardinge1-81/+44
2008-04-24xen: make use of pte_t unionJeremy Fitzhardinge1-13/+11
2008-04-24xen: use appropriate pte typesJeremy Fitzhardinge1-16/+16
2008-04-24x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge1-16/+16
2008-04-17x86: change naming of cpu_initialized_mask for xenGlauber Costa1-3/+3
2008-04-17xen: use iret instruction all the timeJeremy Fitzhardinge3-11/+5
2008-04-17xen: make hvc0 the preferred console in domUMarkus Armbruster1-0/+4
2008-04-17x86: coding style fixes to arch/x86/xen/multicalls.cPaolo Ciarrocchi1-2/+2
2008-04-04xen: Clear PG_pinned in release_{pt,pd}()Mark McLoughlin1-0/+1
2008-04-04xen: Do not pin/unpin PMD pagesMark McLoughlin1-3/+2
2008-04-04xen: refactor xen_{alloc,release}_{pt,pd}()Mark McLoughlin3-14/+27
2008-03-27xen: fix UP setup of shared_infoJeremy Fitzhardinge1-20/+25
2008-03-27xen: fix RMW when unmasking eventsJeremy Fitzhardinge2-3/+8
2008-03-04x86/xen: fix DomU boot problemIan Campbell1-1/+2
2008-02-29xen: mask out SEP from CPUIDJeremy Fitzhardinge1-0/+1
2008-02-13xen: unpin initial Xen pagetable once we're finished with itJeremy Fitzhardinge1-0/+4
2008-02-09x86: sparse warnings in pageattr.cHarvey Harrison1-3/+3
2008-02-09x86: fix sparse warning in xen/time.cHarvey Harrison1-5/+5
2008-01-30x86: return the page table level in lookup_address()Ingo Molnar1-3/+6
2008-01-30xen: deal with pmd being allocated/freedJeremy Fitzhardinge1-5/+25
2008-01-30xen: fix mismerge in masking pte flagsJeremy Fitzhardinge1-4/+6
2008-01-30x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUESTEduardo Pereira Habkost1-0/+1
2008-01-30xen: fix section usage in xen-head.S and setup.cSam Ravnborg2-3/+5
2008-01-30x86: convert TSC disabling to generic cpuid disable bitmapAndi Kleen1-1/+1
2008-01-30x86: adjust/fix LDT handling for XenJan Beulich1-8/+1
2008-01-30xen: mask out PWT tooJeremy Fitzhardinge1-1/+1
2008-01-30x86: page.h: make pte_t a union to always includeJeremy Fitzhardinge1-3/+1
2008-01-30x86: remove all definitions with fastcallHarvey Harrison1-1/+1
2008-01-30x86: change write_ldt_entry signatureGlauber de Oliveira Costa1-2/+2
2008-01-30x86: change write_gdt_entry signature.Glauber de Oliveira Costa1-6/+5
2008-01-30x86: change write_idt_entry signatureGlauber de Oliveira Costa1-4/+4
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa1-5/+5
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin2-5/+5
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2-10/+10