- bad48f4 x86: simplify x86_mpparse dependency check by Yinghai Lu · 16 years ago
- a4caa18 x86: fix compiling when CONFIG_X86_MPPARSE is not set by Yinghai Lu · 16 years ago
- 6695c85 x86: let MPS support be selectable, v2 by Yinghai Lu · 16 years ago
- fcfa146 x86: update mptable fix with no ioapic v2 by Yinghai Lu · 16 years ago
- 95a71a4 x86: cleanup machine_specific_memory_setup, v2 by Yinghai Lu · 16 years ago
- 1c6e550 x86: use acpi_numa_init to parse on 32-bit numa by Yinghai Lu · 16 years ago
- 0699eae x86: Kconfig cleanup with genericarch by Yinghai Lu · 16 years ago
- 593a0cc x86: move some function out of setup_bootmem_alloc by Yinghai Lu · 16 years ago
- 064d25f x86: merge setup_memory_map with e820 by Yinghai Lu · 16 years ago
- cc9f7a0 x86: kill bad_ppro by Yinghai Lu · 16 years ago
- 41c094f x86: move e820_resource_resources to e820.c by Yinghai Lu · 16 years ago
- 8c5beb5 x86 boot: pass E820 memory map entries more than 128 via linked list of setup data by Huang, Ying · 16 years ago
- b5bc6c0 x86, mm: use add_highpages_with_active_regions() for high pages init v2 by Yinghai Lu · 16 years ago
- d0be6bd x86: rename two e820 related functions by Yinghai Lu · 16 years ago
- 6df8809 x86: use dstapic in mp_config_acpi_legacy_irqs by Yinghai Lu · 16 years ago
- d867e53 x86: keep MP_intsrc_info untouched if we do not update mptable by Yinghai Lu · 16 years ago
- 9a27f5c x86: clean up relocate_initrd by Yinghai Lu · 16 years ago
- cc1050b x86: replace shrink_active_range() with remove_active_range() by Yinghai Lu · 16 years ago
- d2dbf34 x86: clean up reserve_bootmem_generic() and port it to 32-bit by Yinghai Lu · 16 years ago
- b1f006b x86: make generic arch support NUMAQ, fix #2 by Yinghai Lu · 16 years ago
- b20d70b x86: make generic arch support NUMAQ, fix by Yinghai Lu · 16 years ago
- ab4a465 x86: e820 merge parsing of the mem=/memmap= boot parameters by Yinghai Lu · 16 years ago
- df5f6c2 x86: unify the reserve_bootmem() behavior of early_res_to_bootmem() by Ingo Molnar · 16 years ago
- 12448e3 x86: use reserve_bootmem_generic() to reserve crashkernel memory on x86_64 by Bernhard Walle · 16 years ago
- 8b2ef1d x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 16 years ago
- 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 16 years ago
- a1716d5 Merge branch 'x86/s2ram-fix' into x86/urgent by Ingo Molnar · 16 years ago
- 64e83b5 x86 ACPI: fix resume from suspend to RAM on uniprocessor x86-64 by Rafael J. Wysocki · 16 years ago
- 4b4f728 x86 ACPI: normalize segment descriptor register on resume by H. Peter Anvin · 16 years ago
- b8a0b6c Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- d8355ac xen: fix address truncation in pte mfn<->pfn conversion by Jeremy Fitzhardinge · 16 years ago
- 27df66a arch/x86/mm/init_64.c: early_memtest(): fix types by Andrew Morton · 16 years ago
- 216705d x86: fix Intel Mac booting with EFI by Hugh Dickins · 16 years ago
- 041924e Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- efac418 x86: fix NODES_SHIFT Kconfig range by Thomas Gleixner · 16 years ago
- bbad5d4 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 11dbc96 ptrace GET/SET FPXREGS broken by TAKADA Yoshihito · 16 years ago
- fcb4304 x86: fix cpu hotplug crash by Zhang, Yanmin · 16 years ago
- 0b1faee x86: section/warning fixes by Daniel J Blueman · 16 years ago
- 919c0d1 Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
- f6e16d5 x86: KVM guest: Use the paravirt clocksource structs and functions by Gerd Hoffmann · 17 years ago
- 50d0a0f KVM: Make kvm host use the paravirt clocksource structs by Gerd Hoffmann · 17 years ago
- 1c7b67f x86: Make xen use the paravirt clocksource structs and functions by Gerd Hoffmann · 17 years ago
- 7af192c x86: Add structs and functions for paravirt clocksource by Gerd Hoffmann · 17 years ago
- 2849914 xen: remove support for non-PAE 32-bit by Jeremy Fitzhardinge · 17 years ago
- a9b21b6 KVM: VMX: Fix host msr corruption with preemption enabled by Avi Kivity · 16 years ago
- 6bf6a95 KVM: MMU: Fix oops on guest userspace access to guest pagetable by Avi Kivity · 16 years ago
- 3094538 KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend) by Marcelo Tosatti · 16 years ago
- 6597ca0 KVM: MMU: Fix rmap_write_protect() hugepage iteration bug by Marcelo Tosatti · 16 years ago
- 06e0564 KVM: close timer injection race window in __vcpu_run by Marcelo Tosatti · 16 years ago
- d4acf7e KVM: Fix race between timer migration and vcpu migration by Marcelo Tosatti · 16 years ago
- ebb9cfe xen: don't drop NX bit by Jeremy Fitzhardinge · 16 years ago
- 05345b0 xen: mask unwanted pte bits in __supported_pte_mask by Jeremy Fitzhardinge · 16 years ago
- ffe6e1d x86, geode: add a VSA2 ID for General Software by Jordan Crouse · 16 years ago
- d3942cf x86: use BOOTMEM_EXCLUSIVE on 32-bit by Bernhard Walle · 16 years ago
- df17b1d x86, 32-bit: fix boot failure on TSC-less processors by Mikael Pettersson · 16 years ago
- 75118a8 x86: fix NULL pointer deref in __switch_to by Suresh Siddha · 16 years ago
- 42a886a x86-64: Fix "bytes left to copy" return value for copy_from_user() by Linus Torvalds · 16 years ago
- 0269c5c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
- 1da2e3d provide rtc_cmos platform device by Stas Sergeev · 16 years ago
- 883eed1 Merge branch 'pci-for-jesse' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip into for-linus by Jesse Barnes · 16 years ago
- cbfa66b Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- f8a4570 x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest by Kevin Winchester · 17 years ago
- 4461145 x86, lockdep: fix "WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()" by Vegard Nossum · 16 years ago
- eb53e9f x86: fix an incompatible pointer type warning on 64-bit compilations by David Howells · 16 years ago
- e32e58a x86: fix lockdep warning during suspend-to-ram by Peter Zijlstra · 16 years ago
- 52aaa12 x86: fix unused variable 'loops' warning in arch/x86/boot/a20.c by Manish Katiyar · 16 years ago
- 0b6a39f Revert "x86: fix ioapic bug again" by Ingo Molnar · 16 years ago
- 86b2b70 x86: fix asm warning in head_32.S by Joe Korty · 17 years ago
- b29c701 x86: fix endless page faults in mount_block_root for Linux 2.6 by Henry Nestler · 17 years ago
- 3703f39 geode: fix modular build by Ingo Molnar · 17 years ago
- dc10885 Merge branch 'core/iter-div' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- f595ec9 common implementation of iterative div/mod by Jeremy Fitzhardinge · 16 years ago
- da50ccc Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
- 39b8931 ACPI: handle invalid ACPI SLIT table by Fenghua Yu · 16 years ago
- a4df1ac Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
- b7f09ae x86, pci-dma.c: don't always add __GFP_NORETRY to gfp by Miquel van Smoorenburg · 16 years ago
- 6780711 x86: update mptable, fix by Yinghai Lu · 16 years ago
- d49c428 x86: make generic arch support NUMAQ by Yinghai Lu · 16 years ago
- e0da336 x86: introduce max_physical_apicid for bigsmp switching by Yinghai Lu · 16 years ago
- c3ff016 x86: fix boot failure with 64GB+ system with numa 32-bit by Yinghai Lu · 16 years ago
- 9043f00 x86, numa, 32-bit: use find_e820_area() to find KVA RAM on node by Yinghai Lu · 16 years ago
- cc1a9d8 mm, x86: shrink_active_range() should check all by Yinghai Lu · 16 years ago
- db3660c x86: remove all active memory ranges before registering them again after trimming - 64bit by Yinghai Lu · 17 years ago
- 2377494 Revert "x86, 32-bit: SRAT fix" by Ingo Molnar · 16 years ago
- 3c91551 KVM: MMU: Fix is_empty_shadow_page() check by Avi Kivity · 17 years ago
- ebb0e62 KVM: MMU: Fix printk() format string by Avi Kivity · 17 years ago
- 256a13d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
- 8d2d73b KVM: MMU: reschedule during shadow teardown by Avi Kivity · 17 years ago
- e693d71 KVM: VMX: Clear CR4.VMXE in hardware_disable by Eli Collins · 17 years ago
- 2f59971 KVM: migrate PIT timer by Marcelo Tosatti · 17 years ago
- 33e3885 KVM: x86 emulator: fix hypercall return value on AMD by Avi Kivity · 17 years ago
- ea57a5a x86, 32-bit: SRAT fix by Ingo Molnar · 16 years ago
- 9f67fd5 x86/PCI: add workaround for bug in ASUS A7V600 BIOS (rev 1005) by Bertram Felgenhauer · 16 years ago
- 2bdd1b0 PCI/x86: fix up PCI stuff so that PCI_GOANY supports OLPC by Andres Salomon · 16 years ago
- 16104b55 x86: fix CONFIG_NONPROMISC_DEVMEM prompt and help text by Stefan Richter · 16 years ago
- c45a707 x86: linked list of setup_data for i386 by Huang, Ying · 17 years ago
- 0c51a96 x86: extract common part of head32.c and head64.c into head.c by Huang, Ying · 17 years ago
- ecacf09 x86: reserve EFI memory map with reserve_early by Huang, Ying · 17 years ago
- d0ec2c6 x86: reserve highmem pages via reserve_early by Huang, Ying · 17 years ago