aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86
AgeCommit message (Expand)Author
2008-07-08x86: keep MP_intsrc_info untouched if we do not update mptableYinghai Lu
2008-07-08x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu
2008-07-08x86: e820 merge parsing of the mem=/memmap= boot parametersYinghai Lu
2008-07-08x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle
2008-07-08Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar
2008-07-06x86: KVM guest: Add memory clobber to hypercallsAnthony Liguori
2008-06-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-06-26x86: shift bits the right way in native_read_tscpMax Asbock
2008-06-24Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-06-24KVM: Remove now unused structs from kvm_para.hGerd Hoffmann
2008-06-24KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann
2008-06-24x86: Add structs and functions for paravirt clocksourceGerd Hoffmann
2008-06-24xen: remove support for non-PAE 32-bitJeremy Fitzhardinge
2008-06-19x86, geode: add a VSA2 ID for General SoftwareJordan Crouse
2008-06-19x86: set PAE PHYSICAL_MASK_SHIFT to 44 bits.Jeremy Fitzhardinge
2008-06-10x86, mpparse: build fixIngo Molnar
2008-06-10x86: make generic arch support NUMAQYinghai Lu
2008-06-10x86: introduce max_physical_apicid for bigsmp switchingYinghai Lu
2008-06-05x86: linked list of setup_data for i386Huang, Ying
2008-06-05x86: extract common part of head32.c and head64.c into head.cHuang, Ying
2008-06-05x86: reserve EFI memory map with reserve_earlyHuang, Ying
2008-06-05x86: reserve highmem pages via reserve_earlyHuang, Ying
2008-06-04x86: fix broken math-emu with lazy allocation of fpu areaSuresh Siddha
2008-06-04x86: make 32-bit use e820_register_active_regions()Yinghai Lu
2008-06-04x86: move e820_register_active() to e820.cYinghai Lu
2008-06-04x86: early check if a system is numaqYinghai Lu
2008-06-03x86: mp build fixIngo Molnar
2008-06-03x86: update mptableYinghai Lu
2008-06-03x86, 32-bit: change propagate_e820_map() back to find_max_pfn()Yinghai Lu
2008-06-03x86, numa, 32-bit: increase max_elements to 1024Yinghai Lu
2008-06-03x86 mpparse: build fixIngo Molnar
2008-06-02x86: remove duplicated e820 func in setup.hYinghai Lu
2008-05-31x86: extend e820 early_res support 32bit -fix #5Yinghai Lu
2008-05-31x86: extend e820 early_res support 32bit -fix #3Yinghai Lu
2008-05-25x86: mp_bus_id_to_pci_bus is not neededAlexey Starikovskiy
2008-05-25x86: move e820_mark_nosave_regions to e820.cYinghai Lu
2008-05-25x86: make config_irqsrc not MPspec specificAlexey Starikovskiy
2008-05-25x86: make struct config_ioapic not MPspec specificAlexey Starikovskiy
2008-05-25x86: make mp_ioapic_routing definition localAlexey Starikovskiy
2008-05-25x86: move es7000_plat out of mpparse.cAlexey Starikovskiy
2008-05-25x86: extend e820 ealy_res support 32bitYinghai Lu
2008-05-25x86 boot: change sanitize_e820_map parameter from byte to int to allow bigger...Paul Jackson
2008-05-25x86 boot: extend some internal memory map arrays to handle larger EFI inputPaul Jackson
2008-05-25x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constantPaul Jackson
2008-05-25x86 boot: include missing smp.h headerPaul Jackson
2008-05-25x86: make e820.c to have common functionsYinghai Lu
2008-05-25x86: fix trimming e820 with MTRR holes.Yinghai Lu
2008-05-25x86: move i386 memory setup code to e820_32.cAlexander van Heukelum
2008-05-23x86: prevent PGE flush from interruption/preemptionIngo Molnar
2008-05-20x86: strengthen 64-bit p?d_bad()Hugh Dickins