| Commit message (Expand) | Author | Age | Files | Lines |
* | common implementation of iterative div/mod | Jeremy Fitzhardinge | 2008-06-12 | 1 | -10/+3 |
* | x86/xen: fix arbitrary_virt_to_machine() | Jan Beulich | 2008-05-23 | 1 | -1/+1 |
* | pageflags: use proper page flag functions in Xen | Christoph Lameter | 2008-04-28 | 1 | -2/+2 |
* | x86: use cpumask function for present, possible, and online cpus | Akinobu Mita | 2008-04-26 | 1 | -1/+1 |
* | xen: allow compilation with non-flat memory | Jeremy Fitzhardinge | 2008-04-24 | 2 | -1/+3 |
* | xen: fold xen_sysexit into xen_iret | Jeremy Fitzhardinge | 2008-04-24 | 1 | -56/+14 |
* | xen: allow set_pte_at on init_mm to be lockless | Jeremy Fitzhardinge | 2008-04-24 | 1 | -2/+10 |
* | xen: disable preemption during tlb flush | Jeremy Fitzhardinge | 2008-04-24 | 1 | -2/+13 |
* | xen: make grant table arch portable | Isaku Yamahata | 2008-04-24 | 2 | -1/+92 |
* | xen: move events.c to drivers/xen for IA64/Xen support | Isaku Yamahata | 2008-04-24 | 3 | -660/+2 |
* | xen: move features.c from arch/x86/xen/features.c to drivers/xen | Isaku Yamahata | 2008-04-24 | 2 | -30/+1 |
* | xen: jump to iret fixup | Jeremy Fitzhardinge | 2008-04-24 | 1 | -13/+9 |
* | xen: no need for domU to worry about MCE/MCA | Jeremy Fitzhardinge | 2008-04-24 | 1 | -0/+2 |
* | xen: short-cut for recursive event handling | Jeremy Fitzhardinge | 2008-04-24 | 1 | -16/+30 |
* | xen: make sure retriggered events are set pending | Jeremy Fitzhardinge | 2008-04-24 | 1 | -1/+7 |
* | xen: implement a debug-interrupt handler | Jeremy Fitzhardinge | 2008-04-24 | 3 | -5/+64 |
* | xen: support sysenter/sysexit if hypervisor does | Jeremy Fitzhardinge | 2008-04-24 | 5 | -2/+82 |
* | xen: make sure iret faults are trapped | Jeremy Fitzhardinge | 2008-04-24 | 1 | -1/+5 |
* | xen: unify pte operations | Jeremy Fitzhardinge | 2008-04-24 | 1 | -81/+44 |
* | xen: make use of pte_t union | Jeremy Fitzhardinge | 2008-04-24 | 1 | -13/+11 |
* | xen: use appropriate pte types | Jeremy Fitzhardinge | 2008-04-24 | 1 | -16/+16 |
* | x86: rename paravirt_alloc_pt etc after the pagetable structure | Jeremy Fitzhardinge | 2008-04-24 | 1 | -16/+16 |
* | x86: change naming of cpu_initialized_mask for xen | Glauber Costa | 2008-04-17 | 1 | -3/+3 |
* | xen: use iret instruction all the time | Jeremy Fitzhardinge | 2008-04-17 | 3 | -11/+5 |
* | xen: make hvc0 the preferred console in domU | Markus Armbruster | 2008-04-17 | 1 | -0/+4 |
* | x86: coding style fixes to arch/x86/xen/multicalls.c | Paolo Ciarrocchi | 2008-04-17 | 1 | -2/+2 |
* | xen: Clear PG_pinned in release_{pt,pd}() | Mark McLoughlin | 2008-04-04 | 1 | -0/+1 |
* | xen: Do not pin/unpin PMD pages | Mark McLoughlin | 2008-04-04 | 1 | -3/+2 |
* | xen: refactor xen_{alloc,release}_{pt,pd}() | Mark McLoughlin | 2008-04-04 | 3 | -14/+27 |
* | xen: fix UP setup of shared_info | Jeremy Fitzhardinge | 2008-03-27 | 1 | -20/+25 |
* | xen: fix RMW when unmasking events | Jeremy Fitzhardinge | 2008-03-27 | 2 | -3/+8 |
* | x86/xen: fix DomU boot problem | Ian Campbell | 2008-03-04 | 1 | -1/+2 |
* | xen: mask out SEP from CPUID | Jeremy Fitzhardinge | 2008-02-29 | 1 | -0/+1 |
* | xen: unpin initial Xen pagetable once we're finished with it | Jeremy Fitzhardinge | 2008-02-13 | 1 | -0/+4 |
* | x86: sparse warnings in pageattr.c | Harvey Harrison | 2008-02-09 | 1 | -3/+3 |
* | x86: fix sparse warning in xen/time.c | Harvey Harrison | 2008-02-09 | 1 | -5/+5 |
* | x86: return the page table level in lookup_address() | Ingo Molnar | 2008-01-30 | 1 | -3/+6 |
* | xen: deal with pmd being allocated/freed | Jeremy Fitzhardinge | 2008-01-30 | 1 | -5/+25 |
* | xen: fix mismerge in masking pte flags | Jeremy Fitzhardinge | 2008-01-30 | 1 | -4/+6 |
* | x86: remove depends on X86_32 from PARAVIRT & PARAVIRT_GUEST | Eduardo Pereira Habkost | 2008-01-30 | 1 | -0/+1 |
* | xen: fix section usage in xen-head.S and setup.c | Sam Ravnborg | 2008-01-30 | 2 | -3/+5 |
* | x86: convert TSC disabling to generic cpuid disable bitmap | Andi Kleen | 2008-01-30 | 1 | -1/+1 |
* | x86: adjust/fix LDT handling for Xen | Jan Beulich | 2008-01-30 | 1 | -8/+1 |
* | xen: mask out PWT too | Jeremy Fitzhardinge | 2008-01-30 | 1 | -1/+1 |
* | x86: page.h: make pte_t a union to always include | Jeremy Fitzhardinge | 2008-01-30 | 1 | -3/+1 |
* | x86: remove all definitions with fastcall | Harvey Harrison | 2008-01-30 | 1 | -1/+1 |
* | x86: change write_ldt_entry signature | Glauber de Oliveira Costa | 2008-01-30 | 1 | -2/+2 |
* | x86: change write_gdt_entry signature. | Glauber de Oliveira Costa | 2008-01-30 | 1 | -6/+5 |
* | x86: change write_idt_entry signature | Glauber de Oliveira Costa | 2008-01-30 | 1 | -4/+4 |
* | x86: unify struct desc_ptr | Glauber de Oliveira Costa | 2008-01-30 | 1 | -5/+5 |