Age | Commit message (Expand) | Author | Files | Lines |
2008-10-20 | mm: rewrite vmap layer | Nick Piggin | 1 | -0/+1 |
2008-10-12 | Merge branch 'linus' into x86/xen | Ingo Molnar | 1 | -14/+51 |
2008-10-11 | Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B | Ingo Molnar | 1 | -4/+41 |
2008-10-10 | xen: do not reserve 2 pages of padding between hypervisor and fixmap. | Ian Campbell | 1 | -1/+1 |
2008-10-06 | Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr... | Ingo Molnar | 1 | -10/+10 |
2008-10-03 | xen: clean up x86-64 warnings | Jeremy Fitzhardinge | 1 | -51/+10 |
2008-09-10 | xen: fix pinning when not using split pte locks | Jeremy Fitzhardinge | 1 | -2/+2 |
2008-09-06 | x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags | Eduardo Habkost | 1 | -1/+1 |
2008-08-22 | x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn args | Eduardo Habkost | 1 | -10/+10 |
2008-08-20 | xen: clean up domain mode predicates | Jeremy Fitzhardinge | 1 | -2/+7 |
2008-07-31 | xen_alloc_ptpage: cast PFN_PHYS() argument to unsigned long | Eduardo Habkost | 1 | -1/+1 |
2008-07-31 | xen: fix allocation and use of large ldts, cleanup | Jeremy Fitzhardinge | 1 | -4/+5 |
2008-07-31 | xen: compile irq functions without -pg for ftrace | Jeremy Fitzhardinge | 1 | -120/+2 |
2008-07-28 | xen: suppress known wrmsrs | Jeremy Fitzhardinge | 1 | -0/+13 |
2008-07-28 | xen: fix allocation and use of large ldts | Jeremy Fitzhardinge | 1 | -10/+41 |
2008-07-26 | x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags | Eduardo Habkost | 1 | -1/+1 |
2008-07-25 | Merge branch 'linus' into x86/x2apic | Ingo Molnar | 1 | -1/+1 |
2008-07-24 | x86/paravirt/xen: properly fill out the ldt ops | Jeremy Fitzhardinge | 1 | -0/+23 |
2008-07-22 | x86: rename PTE_MASK to PTE_PFN_MASK | Jeremy Fitzhardinge | 1 | -1/+1 |
2008-07-22 | Merge branch 'linus' into x86/x2apic | Ingo Molnar | 1 | -147/+549 |
2008-07-21 | Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8... | Ingo Molnar | 1 | -148/+549 |
2008-07-20 | x86, xen: fix apic_ops build on UP | Ingo Molnar | 1 | -0/+1 |
2008-07-18 | Merge branch 'x86/apic' into x86/x2apic | Ingo Molnar | 1 | -1/+0 |
2008-07-18 | Merge branch 'linus' into x86/x2apic | Ingo Molnar | 1 | -1/+3 |
2008-07-18 | xen: report hypervisor version | Jeremy Fitzhardinge | 1 | -2/+6 |
2008-07-18 | x86: APIC: remove apic_write_around(); use alternatives | Maciej W. Rozycki | 1 | -1/+0 |
2008-07-16 | xen64: fix build error on 32-bit + !HIGHMEM | Ingo Molnar | 1 | -0/+2 |
2008-07-16 | xen: implement Xen write_msr operation | Jeremy Fitzhardinge | 1 | -1/+30 |
2008-07-16 | xen64: set up userspace syscall patch | Jeremy Fitzhardinge | 1 | -10/+36 |
2008-07-16 | xen64: set up syscall and sysenter entrypoints for 64-bit | Jeremy Fitzhardinge | 1 | -0/+4 |
2008-07-16 | xen64: allocate and manage user pagetables | Jeremy Fitzhardinge | 1 | -15/+84 |
2008-07-16 | xen64: Clear %fs on xen_load_tls() | Eduardo Habkost | 1 | -9/+22 |
2008-07-16 | xen: make sure the kernel command line is right | Jeremy Fitzhardinge | 1 | -0/+1 |
2008-07-16 | xen64: implement xen_load_gs_index() | Eduardo Habkost | 1 | -0/+11 |
2008-07-16 | xen64: add identity irq->vector map | Jeremy Fitzhardinge | 1 | -1/+18 |
2008-07-16 | xen64: add pvop for swapgs | Jeremy Fitzhardinge | 1 | -0/+3 |
2008-07-16 | xen64: deal with extra words Xen pushes onto exception frames | Jeremy Fitzhardinge | 1 | -1/+1 |
2008-07-16 | xen64: xen_write_idt_entry() and cvt_gate_to_trap() | Eduardo Habkost | 1 | -16/+10 |
2008-07-16 | xen64: defer setting pagetable alloc/release ops | Jeremy Fitzhardinge | 1 | -13/+12 |
2008-07-16 | xen32: create initial mappings like 64-bit | Jeremy Fitzhardinge | 1 | -78/+52 |
2008-07-16 | xen64: map an initial chunk of physical memory | Jeremy Fitzhardinge | 1 | -10/+69 |
2008-07-16 | xen64: 64-bit starts using set_pte from very early | Jeremy Fitzhardinge | 1 | -0/+4 |
2008-07-16 | xen64: early mapping setup | Jeremy Fitzhardinge | 1 | -16/+176 |
2008-07-16 | xen: cpu_detect is 32-bit only | Jeremy Fitzhardinge | 1 | -2/+2 |
2008-07-16 | xen64: use set_fixmap for shared_info structure | Jeremy Fitzhardinge | 1 | -12/+10 |
2008-07-16 | x86_64: add workaround for no %gs-based percpu | Jeremy Fitzhardinge | 1 | -0/+5 |
2008-07-16 | xen: move smp setup into smp.c | Jeremy Fitzhardinge | 1 | -18/+1 |
2008-07-16 | xen64: random ifdefs to mask out 32-bit only code | Jeremy Fitzhardinge | 1 | -0/+15 |
2008-07-16 | xen64: add extra pv_mmu_ops | Jeremy Fitzhardinge | 1 | -1/+32 |
2008-07-16 | xen: define set_pte from the outset | Jeremy Fitzhardinge | 1 | -4/+1 |