summaryrefslogtreecommitdiff
path: root/include/asm-x86
AgeCommit message (Expand)AuthorFilesLines
2008-06-05x86: reserve highmem pages via reserve_earlyHuang, Ying1-0/+1
2008-06-04x86: fix broken math-emu with lazy allocation of fpu areaSuresh Siddha1-0/+2
2008-06-04x86: make 32-bit use e820_register_active_regions()Yinghai Lu1-2/+0
2008-06-04x86: move e820_register_active() to e820.cYinghai Lu2-5/+11
2008-06-04x86: early check if a system is numaqYinghai Lu2-2/+3
2008-06-03x86: mp build fixIngo Molnar1-0/+9
2008-06-03x86: update mptableYinghai Lu2-0/+5
2008-06-03x86, 32-bit: change propagate_e820_map() back to find_max_pfn()Yinghai Lu1-1/+1
2008-06-03x86, numa, 32-bit: increase max_elements to 1024Yinghai Lu1-2/+2
2008-06-03x86 mpparse: build fixIngo Molnar1-0/+1
2008-06-02x86, uv: update macros used by UV platformJack Steiner2-64/+633
2008-06-02x86: remove duplicated e820 func in setup.hYinghai Lu1-6/+0
2008-06-02x86: break mutual header inclusionVegard Nossum3-10/+12
2008-06-02x86: fix incomplete include guard in include/asm-x86/seccomp_32.hVegard Nossum1-0/+1
2008-06-02x86: MMIO and gcc re-ordering issueLinus Torvalds3-120/+56
2008-06-02fix build bug in "x86: add PCI extended config space access for AMD Barcelona"Ingo Molnar1-0/+4
2008-06-02i8259: fix final uglinessPavel Machek1-3/+6
2008-06-02fix build bug in "x86: add PCI extended config space access for AMD Barcelona"Ingo Molnar1-0/+2
2008-06-02x86: add PCI extended config space access for AMD BarcelonaRobert Richter1-0/+2
2008-05-31x86: extend e820 early_res support 32bit -fix #5Yinghai Lu1-4/+0
2008-05-31x86: extend e820 early_res support 32bit -fix #3Yinghai Lu1-1/+3
2008-05-31x86: Honor 'quiet' command line option in real mode boot decompressor.Kristian Høgsberg1-0/+1
2008-05-31x86: move mmconfig declarations to headerThomas Gleixner1-0/+12
2008-05-30- fix typo in include/asm-x86/nmi.hIngo Molnar1-1/+1
2008-05-28x86: nmi - fix incorrect NMI watchdog used by defaultCyrill Gorcunov1-1/+3
2008-05-27xen: add configurable max domain sizeJeremy Fitzhardinge1-0/+5
2008-05-27xen: make phys_to_machine structure dynamicJeremy Fitzhardinge1-14/+6
2008-05-27x86/paravirt: add pte_flags to just get pte flagsJeremy Fitzhardinge3-8/+24
2008-05-27xen: use new sched_opJeremy Fitzhardinge1-2/+2
2008-05-27xen: use hypercall rather than cltsJeremy Fitzhardinge1-0/+7
2008-05-27x86: use symbolic constant in stts()Jeremy Fitzhardinge1-1/+1
2008-05-27x86: use pteval_t for _PAGE_FOOJeremy Fitzhardinge1-27/+22
2008-05-27x86: string_32.h: workaround for broken gcc 4.0H. Peter Anvin1-1/+8
2008-05-26x86: Remove obsolete LOCK macro from include/asm-x86/atomic_64.hSven Wegener1-6/+0
2008-05-26x86: nmi_32.c - add nmi_watchdog_default helperCyrill Gorcunov1-3/+1
2008-05-26x86: nmi - unify die_nmi() interfaceCyrill Gorcunov1-1/+1
2008-05-25x86: remove duplicate declaration of unknown_nmi_panicFernando Luis Vazquez Cao1-1/+0
2008-05-25x86: mp_bus_id_to_pci_bus is not neededAlexey Starikovskiy1-2/+0
2008-05-25x86: move e820_mark_nosave_regions to e820.cYinghai Lu3-9/+9
2008-05-25x86: make config_irqsrc not MPspec specificAlexey Starikovskiy1-1/+11
2008-05-25x86: make struct config_ioapic not MPspec specificAlexey Starikovskiy1-1/+9
2008-05-25x86: make mp_ioapic_routing definition localAlexey Starikovskiy1-7/+0
2008-05-25x86: move es7000_plat out of mpparse.cAlexey Starikovskiy1-1/+0
2008-05-25x86: extend e820 ealy_res support 32bitYinghai Lu3-10/+6
2008-05-25x86 boot: change sanitize_e820_map parameter from byte to int to allow bigger...Paul Jackson1-1/+1
2008-05-25x86 boot: extend some internal memory map arrays to handle larger EFI inputPaul Jackson1-1/+36
2008-05-25x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constantPaul Jackson2-2/+2
2008-05-25x86 boot: include missing smp.h headerPaul Jackson1-0/+1
2008-05-25x86: make e820.c to have common functionsYinghai Lu3-24/+14
2008-05-25x86: fix trimming e820 with MTRR holes.Yinghai Lu2-2/+2