summaryrefslogtreecommitdiffstats
path: root/include/asm-x86
AgeCommit message (Expand)AuthorLines
2008-04-19x86: move dma_supported and dma_set_mask to pci-dma_32.cGlauber Costa-33/+3
2008-04-19x86: move dma_cache_sync to common headerGlauber Costa-14/+6
2008-04-19x86: dma-ops on highmem fixIngo Molnar-4/+6
2008-04-19x86: move dma_map_page and dma_unmap_page to common headerGlauber Costa-19/+14
2008-04-19x86: move alloc and free coherent to common headerGlauber Costa-20/+10
2008-04-19x86: move dma_sync_sg_for_device to common headerGlauber Costa-19/+11
2008-04-19x86: move dma_sync_sg_for_cpu to common headerGlauber Costa-17/+9
2008-04-19x86: move dma_sync_single_range_for_device to common headerGlauber Costa-20/+14
2008-04-19x86: move dma_sync_single_range_for_cpu to common headerGlauber Costa-19/+11
2008-04-19x86: move dma_sync_single_for_device to common headerGlauber Costa-18/+11
2008-04-19x86: move dma_sync_single_for_cpu to common headerGlauber Costa-17/+12
2008-04-19x86: move dma_unmap_sg to common headerGlauber Costa-16/+9
2008-04-19x86: move dma_map_sg to common headerGlauber Costa-28/+7
2008-04-19x86: move dma_unmap_single to common headerGlauber Costa-15/+10
2008-04-19x86: implement dma_map_single through dma_opsGlauber Costa-19/+10
2008-04-19x86: move dma_ops struct definition to dma-mapping.hGlauber Costa-49/+54
2008-04-19x86: reserve dma32 early for gartYinghai Lu-0/+1
2008-04-19srat, x86: add support for nodes spanning other nodesSuresh Siddha-1/+2
2008-04-19x86: fpu xstate split fixSuresh Siddha-0/+1
2008-04-19x86: fpu xstate split cleanupSuresh Siddha-2/+2
2008-04-19x86, fpu: lazy allocation of FPU area - v5Suresh Siddha-1/+3
2008-04-19x86, fpu: split FPU state from task struct - v5Suresh Siddha-25/+29
2008-04-19x86: rename find_max_pfn() to propagate_e820_map()Ingo Molnar-1/+1
2008-04-19x86: implement prctl PR_GET_TSC and PR_SET_TSCErik Bosman-1/+11
2008-04-19x86: cleanup boot-heap usageAlexander van Heukelum-0/+8
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds-10/+0
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdbLinus Torvalds-0/+82
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds-4279/+5290
2008-04-18ide: remove ide_init_default_irq() macroBartlomiej Zolnierkiewicz-6/+0
2008-04-18ide: remove ide_default_io_ctl() macroBartlomiej Zolnierkiewicz-2/+0
2008-04-18ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)Bartlomiej Zolnierkiewicz-2/+0
2008-04-17kgdb: fix NMI hangsJason Wessel-0/+1
2008-04-17x86: kgdb supportIngo Molnar-0/+81
2008-04-17x86: move suspend wakeup code to CPavel Machek-13/+21
2008-04-17x86: move mp_register_lapic_address to boot.cAlexey Starikovskiy-1/+0
2008-04-17x86: move mp_register_lapic to boot.cAlexey Starikovskiy-1/+0
2008-04-17x86: move up & smp variables to setup.cAlexey Starikovskiy-1/+2
2008-04-17x86: move mp_ioapic_routing to boot.cAlexey Starikovskiy-0/+7
2008-04-17x86: don't set IO APIC features if IO APIC is not enabledAlexey Starikovskiy-3/+2
2008-04-17x86: clean up non-smp usage of cpu mapsMike Travis-4/+16
2008-04-17x86: uv fixIngo Molnar-1/+1
2008-04-17x86: support for new UV apicJack Steiner-0/+10
2008-04-17x86: define the macros and tables for blade functionsJack Steiner-0/+74
2008-04-17x86: define the macros and tables for the basic UV infrastructure.Jack Steiner-0/+210
2008-04-17x86: add UV specific header for MMR definitionsJack Steiner-0/+373
2008-04-17x86: increase size of APICIDJack Steiner-5/+8
2008-04-17x86: add functions to determine if platform is a UV platformJack Steiner-0/+10
2008-04-17x86: change GET_APIC_ID() from an inline function to an out-of-line functionJack Steiner-4/+9
2008-04-17x86: replace most VM86 flags with flags from processor-flags.hgorcunov@gmail.com-8/+2
2008-04-17x86: cleanup - rename VM_MASK to X86_VM_MASKgorcunov@gmail.com-4/+4