summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | x86: reserve EFI memory map with reserve_earlyHuang, Ying2008-06-051-1/+1
| | * | | | | | | | | | | | x86: reserve highmem pages via reserve_earlyHuang, Ying2008-06-051-0/+1
| | * | | | | | | | | | | | x86: make 32-bit use e820_register_active_regions()Yinghai Lu2008-06-041-2/+0
| | * | | | | | | | | | | | x86: move e820_register_active() to e820.cYinghai Lu2008-06-042-5/+11
| | * | | | | | | | | | | | x86: early check if a system is numaqYinghai Lu2008-06-042-2/+3
| | * | | | | | | | | | | | x86: mp build fixIngo Molnar2008-06-031-0/+9
| | * | | | | | | | | | | | x86: update mptableYinghai Lu2008-06-032-0/+5
| | * | | | | | | | | | | | x86, 32-bit: change propagate_e820_map() back to find_max_pfn()Yinghai Lu2008-06-031-1/+1
| | * | | | | | | | | | | | x86, numa, 32-bit: increase max_elements to 1024Yinghai Lu2008-06-031-2/+2
| | * | | | | | | | | | | | x86 mpparse: build fixIngo Molnar2008-06-031-0/+1
| | * | | | | | | | | | | | x86: remove duplicated e820 func in setup.hYinghai Lu2008-06-021-6/+0
| | * | | | | | | | | | | | x86: extend e820 early_res support 32bit -fix #5Yinghai Lu2008-05-311-4/+0
| | * | | | | | | | | | | | x86: extend e820 early_res support 32bit -fix #3Yinghai Lu2008-05-311-1/+3
| | * | | | | | | | | | | | x86: mp_bus_id_to_pci_bus is not neededAlexey Starikovskiy2008-05-251-2/+0
| | * | | | | | | | | | | | x86: move e820_mark_nosave_regions to e820.cYinghai Lu2008-05-253-9/+9
| | * | | | | | | | | | | | x86: make config_irqsrc not MPspec specificAlexey Starikovskiy2008-05-251-1/+11
| | * | | | | | | | | | | | x86: make struct config_ioapic not MPspec specificAlexey Starikovskiy2008-05-251-1/+9
| | * | | | | | | | | | | | x86: make mp_ioapic_routing definition localAlexey Starikovskiy2008-05-251-7/+0
| | * | | | | | | | | | | | x86: move es7000_plat out of mpparse.cAlexey Starikovskiy2008-05-251-1/+0
| | * | | | | | | | | | | | x86: extend e820 ealy_res support 32bitYinghai Lu2008-05-253-10/+6
| | * | | | | | | | | | | | x86 boot: change sanitize_e820_map parameter from byte to int to allow bigger...Paul Jackson2008-05-251-1/+1
| | * | | | | | | | | | | | x86 boot: extend some internal memory map arrays to handle larger EFI inputPaul Jackson2008-05-251-1/+36
| | * | | | | | | | | | | | x86 boot: proper use of ARRAY_SIZE instead of repeated E820MAX constantPaul Jackson2008-05-252-2/+2
| | * | | | | | | | | | | | x86 boot: include missing smp.h headerPaul Jackson2008-05-251-0/+1
| | * | | | | | | | | | | | x86: make e820.c to have common functionsYinghai Lu2008-05-253-24/+14
| | * | | | | | | | | | | | x86: fix trimming e820 with MTRR holes.Yinghai Lu2008-05-252-2/+2
| | * | | | | | | | | | | | x86: move i386 memory setup code to e820_32.cAlexander van Heukelum2008-05-251-1/+3
| | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'x86/irq' into x86/develIngo Molnar2008-07-0815-663/+977
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'linus' into x86/irqIngo Molnar2008-06-257-26/+62
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | Merge branch 'linus' into x86/irqIngo Molnar2008-06-169-22/+52
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | x86, uv: update macros used by UV platformJack Steiner2008-06-022-64/+633
| | * | | | | | | | | | | i8259: fix final uglinessPavel Machek2008-06-021-3/+6
| | * | | | | | | | | | | x86: automatical unification of i8259.cPavel Machek2008-05-241-0/+2
| | * | | | | | | | | | | x86: change FIRST_SYSTEM_VECTOR to a variableAlan Mayer2008-05-122-2/+22
| | * | | | | | | | | | | x86: move eisa_set_level_irq declaration to headerThomas Gleixner2008-05-121-0/+3
| | * | | | | | | | | | | x86: declare setup_apic_routingThomas Gleixner2008-05-121-0/+2
| | * | | | | | | | | | | x86: unify irq.hThomas Gleixner2008-05-123-86/+48
| | * | | | | | | | | | | x86: unify hwirq.hThomas Gleixner2008-05-123-26/+7
| | * | | | | | | | | | | x86: unify apic interrupt function declarationsThomas Gleixner2008-05-123-3/+6
| | * | | | | | | | | | | x86: move BUILD_IRQ macro magic to i8259_64.cThomas Gleixner2008-05-121-14/+0
| | * | | | | | | | | | | x86: unify interrupt vector definesThomas Gleixner2008-05-129-354/+181
| | * | | | | | | | | | | x86: move common declarations to hw_irq.hThomas Gleixner2008-05-123-129/+81
| | * | | | | | | | | | | x86: resize NR_IRQS for large machinesAlan Mayer2008-05-121-0/+6
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| | | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *-------. \ \ \ \ \ \ \ \ \ \ Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debu...Ingo Molnar2008-07-087-122/+336
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | / / / / | | | | | | |_|_|_|_|_|/ / / / | | | | | |/| | | | | | | / / | | | | | | | |_|_|_|_|_|/ / | | | | | | |/| | | | | | |
| | | | | | * | | | | | | | x86, AMD IOMMU: flush domain TLB when there is more than one page to flushJoerg Roedel2008-07-041-0/+2
| | | | | | * | | | | | | | x86, AMD IOMMU, build fix #2Ingo Molnar2008-06-271-2/+3
| | | | | | * | | | | | | | x86, AMD IOMMU: add amd_iommu.h to export functions to the generic x86 dma codeJoerg Roedel2008-06-271-0/+32
| | | | | | * | | | | | | | x86, AMD IOMMU: add header file for driver data structures and definesJoerg Roedel2008-06-271-0/+242
| | | | |_|/ / / / / / / / | | | |/| | | | | | | | |
| | | | * | | | | | | | | x86: add X86_FEATURE_IBS cpu featureRobert Richter2008-06-241-0/+1
| | | | | |_|_|_|_|_|/ / | | | | |/| | | | | | |
| | * | | | | | | | | | x86: MMIO and gcc re-ordering issueLinus Torvalds2008-06-023-120/+56