summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | x86: convert gart to use is_buffer_dma_capable helper functionFUJITA Tomonori2008-09-101-13/+3
| | | * | add is_buffer_dma_capable helper functionFUJITA Tomonori2008-09-101-0/+5
| | | * | Merge commit 'v2.6.27-rc6' into x86/iommuIngo Molnar2008-09-101312-13098/+38104
| | | |\ \
| | | * | | x86: unused variable in dma_alloc_coherent_gfp_flags()Steven Noonan2008-09-091-1/+1
| | | * | | swiotlb: add is_swiotlb_buffer helper functionFUJITA Tomonori2008-09-081-5/+9
| | | * | | swiotlb: use unmap_single instead of swiotlb_unmap_single in swiotlb_free_coh...FUJITA Tomonori2008-09-081-1/+1
| | | * | | swiotlb: use map_single instead of swiotlb_map_single in swiotlb_alloc_coherentFUJITA Tomonori2008-09-081-5/+2
| | | * | | swiotlb: remove GFP_DMA hack in swiotlb_alloc_coherentFUJITA Tomonori2008-09-081-7/+0
| | | * | | x86: dma_alloc_coherent sets gfp flags properlyFUJITA Tomonori2008-09-082-21/+30
| | | * | | x86: fix nommu_alloc_coherent allocation with NULL device argumentFUJITA Tomonori2008-09-082-2/+3
| | | * | | x86: move pci-nommu's dma_mask check to common codeFUJITA Tomonori2008-09-082-3/+3
| | | * | | ia64: dma_alloc_coherent always use GFP_DMAFUJITA Tomonori2008-09-081-1/+3
| | | * | | x86: blacklist DMAR on Intel G31/G33 chipsetsDavid Woodhouse2008-09-053-1/+20
| | | * | | x86, gart: add detection of AMD family 0x11 northbridgesJoerg Roedel2008-09-051-2/+3
| | | * | | x86, pci: add northbridge pci ids for fam 0x11 processorsJoerg Roedel2008-09-051-0/+5
| | | * | | x86: gart alloc_coherent doesn't need to check NULL device argumentFUJITA Tomonori2008-09-051-3/+0
| | | * | | x86: dma_*_coherent rework patchset v2, fixFUJITA Tomonori2008-08-221-15/+10
| | | * | | Merge branch 'x86/gart' into x86/iommuIngo Molnar2008-08-221-10/+17
| | | |\ \ \
| | | * | | | dma-mapping.h, x86: remove last user of dma_mapping_ops->map_simpleFUJITA Tomonori2008-08-222-4/+0
| | | * | | | dma-coherent: export dma_[alloc|release]_from_coherent methodsIngo Molnar2008-08-221-0/+2
| | | * | | | x86, AMD IOMMU: remove obsolete FIXME commentJoerg Roedel2008-08-221-2/+0
| | | * | | | x86: move dma_*_coherent functions to include fileJoerg Roedel2008-08-223-58/+42
| | | * | | | x86: cleanup dma_*_coherent functionsJoerg Roedel2008-08-221-109/+12
| | | * | | | x86: add free_coherent dma_ops callback to NOMMU driverJoerg Roedel2008-08-221-0/+7
| | | * | | | x86: add alloc_coherent dma_ops callback to NOMMU driverJoerg Roedel2008-08-221-0/+55
| | | * | | | x86: add free_coherent dma_ops callback to Calgary IOMMU driverJoerg Roedel2008-08-221-0/+14
| | | * | | | x86: add free_coherent dma_ops callback to GART driverJoerg Roedel2008-08-221-0/+10
| | | * | | | x86: add alloc_coherent dma_ops callback to GART driverJoerg Roedel2008-08-221-0/+21
* | | | | | | Merge branch 'linus' into x86/pat2Ingo Molnar2008-10-10819-5626/+9505
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge phase #1 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6...Linus Torvalds2008-10-10374-2221/+3870
| |\ \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *-------------------------------------. \ \ \ \ \ \ Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr...Ingo Molnar2008-10-0690-773/+1304
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | | | | | | | | | | |/| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | * | | | | | i386: vmalloc size fixDave Young2008-08-213-6/+5
| | | | | | | | | | | | | | | | | | | | * | | | | | | | x86, tsc calibration: fixIngo Molnar2008-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | * | | | | | | | x86: quick TSC calibration, improveIngo Molnar2008-09-041-0/+6
| | | | | | | | | | | | | | | | | | | | * | | | | | | | x86: quick TSC calibrationLinus Torvalds2008-09-041-1/+118
| | | | | | | | | | | | | | | | | | | | * | | | | | | | x86: TSC make the calibration loop smarterThomas Gleixner2008-09-041-37/+58
| | | | | | | | | | | | | | | | | | | | * | | | | | | | x86: TSC: use one set of reference variablesThomas Gleixner2008-09-041-11/+11
| | | | | | | | | | | | | | | | | | | | * | | | | | | | x86: TSC: separate hpet/pmtimer calculation outThomas Gleixner2008-09-041-15/+41
| | | | | | | | | | | | | | | | | | | | * | | | | | | | x86: TSC: define the PIT latch value separateThomas Gleixner2008-09-041-5/+9
| | | | | | | | | | | | | | | | | | | * | | | | | | | | x86, olpc: fix endian bug in openfirmware workaroundHarvey Harrison2008-09-241-3/+3
| | | | | | | | | | | | | | | | | | * | | | | | | | | | x86: default to reboot via ACPIAvi Kivity2008-08-251-1/+5
| | | | | | | | | | | | | | | | | * | | | | | | | | | | x86/paravirt: Remove duplicate paravirt_pagetable_setup_{start, done}()Alex Nixon2008-09-051-4/+0
| | | | | | | | | | | | | | | | | * | | | | | | | | | | x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn argsEduardo Habkost2008-08-224-31/+31
| | | | | | | | | | | | | | | | * | | | | | | | | | | | x86: Coding style fixes to arch/x86/oprofile/op_model_p4.cPaolo Ciarrocchi2008-08-191-88/+87
| | | | | | | | | | | | | | | * | | | | | | | | | | | | x86, NMI watchdog: setup before enabling NMI watchdogAristeu Rozanski2008-09-223-14/+43
| | | | | | | | | | | | | | | * | | | | | | | | | | | | x86, NMI watchdog: when booting with reset_devices, clear the performance cou...Aristeu Rozanski2008-09-221-0/+41
| | | | | | | | | | | | | | | | |_|_|_|_|_|_|/ / / / / | | | | | | | | | | | | | | | |/| | | | | | | | | | |
| | | | | | | | | | | | | | * | | | | | | | | | | | | x86: mtrr_cleanup: treat WRPROT as UNCACHEABLEYinghai Lu2008-10-041-1/+4
| | | | | | | | | | | | | | * | | | | | | | | | | | | x86: mtrr_cleanup: first 1M may be covered in var mtrrsYinghai Lu2008-10-041-0/+9
| | | | | | | | | | | | | | * | | | | | | | | | | | | x86: mtrr_cleanup: print out correct type v2Yinghai Lu2008-10-041-1/+3
| | | | | | | | | | | | | | * | | | | | | | | | | | | x86, debug: mtrr_cleanup print out var mtrr before change itYinghai Lu2008-10-031-1/+24
OpenPOWER on IntegriCloud