- 46bdfe6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
- a2c606d x86: avoid high BIOS area when allocating address space by Bjorn Helgaas · 14 years ago
- 73c1160 KVM: enlarge number of possible CPUID leaves by Andre Przywara · 14 years ago
- e7a3481 x86/pvclock: Zero last_value on resume by Jeremy Fitzhardinge · 14 years ago
- fbe6c40 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- d2f30c7 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 91d95fd arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inline by Andrew Morton · 14 years ago
- 9b83215 Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into upstream/for-linus by Jeremy Fitzhardinge · 14 years ago
- 37db6c8 x86-64: Fix and clean up AMD Fam10 MMCONF enabling by Jan Beulich · 14 years ago
- 8191c9f x86: UV: Address interrupt/IO port operation conflict by Dimitri Sivanich · 14 years ago
- a89d4bd Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgent by Ingo Molnar · 14 years ago
- 7e77506 xen: implement XENMEM_machphys_mapping by Ian Campbell · 14 years ago
- b590854 tracing: Force arch_local_irq_* notrace for paravirt by Steven Rostedt · 14 years ago
- 62b0cfc x86, UV: Update node controller MMRs by Jack Steiner · 14 years ago
- 0059b24 x86: Address gcc4.6 "set but not used" warnings in apic.h by Andi Kleen · 14 years ago
- 2d10d87 Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 18cb657 Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
- a042e26 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 0671b76 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 22d4cd4 x86-32: Allocate irq stacks seperate from percpu area by Brian Gerst · 14 years ago
- 520045d Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
- ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
- 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
- c8f730b x86, uv: Enable Westmere support on SGI UV by Russ Anderson · 14 years ago
- 7d7a48b Merge branch 'linus' into x86/urgent by Ingo Molnar · 14 years ago
- 0b849ee Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 14 years ago
- fbaab1d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 14 years ago
- 4cafc4b Merge branch 'oprofile/core' into oprofile/x86 by Robert Richter · 14 years ago
- 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
- c285545 KVM: x86: TSC catchup mode by Zachary Amsden · 14 years ago
- 4ab8e02 KVM: x86 emulator: Expose emulate_int_real() by Mohammed Gamal · 14 years ago
- 0959ffa KVM: MMU: Don't track nested fault info in error-code by Joerg Roedel · 14 years ago
- b463a6f KVM: Non-atomic interrupt injection by Avi Kivity · 14 years ago
- 2d48a98 KVM: MMU: Track NX state in struct kvm_mmu by Joerg Roedel · 14 years ago
- 81407ca KVM: MMU: Allow long mode shadows for legacy page tables by Joerg Roedel · 14 years ago
- ff03a07 KVM: MMU: Add kvm_mmu parameter to load_pdptrs function by Joerg Roedel · 14 years ago
- d4f8cf6 KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa by Joerg Roedel · 14 years ago
- ec92fe4 KVM: X86: Add kvm_read_guest_page_mmu function by Joerg Roedel · 14 years ago
- 6539e73 KVM: MMU: Implement nested gva_to_gpa functions by Joerg Roedel · 14 years ago
- 14dfe85 KVM: X86: Introduce pointer to mmu context used for gva_to_gpa by Joerg Roedel · 14 years ago
- c30a358 KVM: MMU: Add infrastructure for two-level page walker by Joerg Roedel · 14 years ago
- 8df25a3 KVM: MMU: Track page fault data in struct vcpu by Joerg Roedel · 14 years ago
- cb659db KVM: MMU: Introduce inject_page_fault function pointer by Joerg Roedel · 14 years ago
- 5777ed3 KVM: MMU: Introduce get_cr3 function pointer by Joerg Roedel · 14 years ago
- 1c97f0a KVM: X86: Introduce a tdp_set_cr3 function by Joerg Roedel · 14 years ago
- f43addd KVM: MMU: Make set_cr3 a function pointer in kvm_mmu by Joerg Roedel · 14 years ago
- c5a78f2b KVM: MMU: Make tdp_enabled a mmu-context parameter by Joerg Roedel · 14 years ago
- b9a52c4 x86: Define MSR_EBC_FREQUENCY_ID by Jes Sorensen · 14 years ago
- d2ddd1c KVM: x86 emulator: get rid of "restart" in emulation context. by Gleb Natapov · 14 years ago
- 1d5f066 KVM: x86: Fix a possible backwards warp of kvmclock by Zachary Amsden · 14 years ago
- 347bb44 x86: pvclock: Move scale_delta into common header by Zachary Amsden · 14 years ago
- e48672f KVM: x86: Unify TSC logic by Zachary Amsden · 14 years ago
- f38e098 KVM: x86: TSC reset compensation by Zachary Amsden · 14 years ago
- 99e3e30 KVM: x86: Move TSC offset writes to common code by Zachary Amsden · 14 years ago
- ae38436 KVM: x86: Drop vm_init_tsc by Zachary Amsden · 14 years ago
- 49d5ca2 KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages by Dave Hansen · 14 years ago
- 39de71e KVM: rename x86 kvm->arch.n_alloc_mmu_pages by Dave Hansen · 14 years ago
- 160ce1f KVM: x86 emulator: Allow accessing IDT via emulator ops by Mohammed Gamal · 14 years ago
- ba49296 KVM: Move kvm_guest_init out of generic code by Alexander Graf · 14 years ago
- 2dbd0dd KVM: x86 emulator: Decode memory operands directly into a 'struct operand' by Avi Kivity · 14 years ago
- d4709c7 KVM: x86 emulator: drop use_modrm_ea by Avi Kivity · 14 years ago
- 1a6440a KVM: x86 emulator: use correct type for memory address in operands by Avi Kivity · 14 years ago
- 09ee57c KVM: x86 emulator: push segment override out of decode_modrm() by Avi Kivity · 14 years ago
- 4fc40f0 KVM: x86 emulator: check io permissions only once for string pio by Gleb Natapov · 14 years ago
- ef65c88 KVM: x86 emulator: allow storing emulator execution function in decode tables by Avi Kivity · 14 years ago
- 9aabc88 KVM: x86 emulator: store x86_emulate_ops in emulation context by Avi Kivity · 14 years ago
- 02f3603 Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linus', 'x86-quirks-for-linus', 'x86-setup-for-linus', 'x86-uv-for-linus' and 'x86-vm86-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 10f2a2b Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 0fc0531 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
- 38aa66f xen: remap GSIs as pirqs when running as initial domain by Jeremy Fitzhardinge · 14 years ago
- 3942b74 xen: support GSI -> pirq remapping in PV on HVM guests by Stefano Stabellini · 15 years ago
- 90f6881 xen: add xen hvm acpi_register_gsi variant by Jeremy Fitzhardinge · 15 years ago
- cfd8951 xen: don't map missing memory by Jeremy Fitzhardinge · 14 years ago
- c379806 xen: add return value to set_phys_to_machine() by Jeremy Fitzhardinge · 14 years ago
- 5e941c0 x86: add RESERVE_BRK_ARRAY() helper by Jeremy Fitzhardinge · 14 years ago
- db08bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 14 years ago
- 9115124 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- e36f561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags by Linus Torvalds · 14 years ago
- 157b6ce Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 4a60cfa Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 5fe8321 Merge branch 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 709d9f5 Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- cca8209 Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 87affd0b Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- c3b86a2 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 2a8b67f Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- b6f7e38 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 76fac07 x86, kexec: Make sure to stop all CPUs before exiting the kernel by Alok Kataria · 14 years ago
- 214515b Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- d60a279 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- e990c77 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 2f0384e Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 5d70f79 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 1053e6b Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 260586d Add OLPC XO-1 rfkill driver by Daniel Drake · 14 years ago
- 1246ae0 xen: add variable hypercall caller by Jeremy Fitzhardinge · 16 years ago
- eba3ff8 xen: add xen_set_domain_pte() by Jeremy Fitzhardinge · 16 years ago
- b40827f x86-32, mm: Add an initial page table for core bootstrapping by Borislav Petkov · 14 years ago
- d25e6b0 Merge branch 'x86/cleanups' into x86/trampoline by H. Peter Anvin · 14 years ago