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