aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devices, fixYasunori Goto2009-02-031-1/+1
* IA64: fix VT-d dma_mapping_errorFUJITA Tomonori2009-01-291-6/+0
* IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devicesFUJITA Tomonori2009-01-291-1/+9
* IA64: fix compile error on IA64_DIG_VTDFUJITA Tomonori2009-01-272-3/+3
* Merge branch 'linus' into core/iommuIngo Molnar2009-01-1616-10/+58
|\
| * [IA64] SN specific version of dma_get_required_mask()John Keller2009-01-156-0/+45
| * [IA64] generic_defconfig: Enable SATA_VITESSEBrent Casavant2009-01-151-1/+1
| * [IA64] dump stack on kernel unaligned warningsDoug Chapman2009-01-151-1/+5
| * [IA64] Turn on CONFIG_HAVE_UNSTABLE_CLOCKTony Luck2009-01-151-0/+1
| * [IA64] Update to use account_{steal,idle}_ticksIsaku Yamahata2009-01-151-2/+2
| * Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-144-4/+4
| |\
| | * [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-144-4/+4
| * | byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-142-2/+0
| |/
* | Merge branch 'linus' into core/iommuIngo Molnar2009-01-1116-114/+112
|\|
| * Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-103-11/+8
| |\
| | * [IA64] fix typo in cpumask_of_pcibus()Ingo Molnar2009-01-061-1/+1
| | * ia64: cpumask fix for is_affinity_mask_valid()Mike Travis2009-01-042-10/+7
| * | Merge branch 'linus' into releaseLen Brown2009-01-0945-1125/+1248
| |\ \
| | * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-071-1/+1
| | |\ \
| | | * | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
| | | |/
| | * | ia64: introduce asm/swab.hHarvey Harrison2009-01-063-36/+36
| | * | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-061-38/+1
| | |\ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-062-3/+2
| | |\ \ \
| | | * | | IA64: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-062-3/+2
| | | | |/ | | | |/|
| | * | | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-061-3/+5
| | * | | atomic_t: unify all arch definitionsMatthew Wilcox2009-01-061-6/+0
| | * | | mm: show node to memory section relationship with symlinks in sysfsGary Hade2009-01-061-1/+1
| | |/ /
| * | | Merge branch 'misc' into releaseLen Brown2009-01-091-0/+1
| |\ \ \
| | * | | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui2009-01-091-0/+1
| * | | | ACPI: remove private acpica headers from driver filesLin Ming2008-12-314-5/+0
| * | | | ACPI: io_common.c: call acpi_get_table to avoid using ACPI_SIG_DSDTLin Ming2008-12-311-2/+2
| * | | | ACPI: io_acpi_init.c: call acpi_get_name to get node fullnameLin Ming2008-12-311-46/+56
| |/ / /
* | | | convert to use generic dma_map_ops struct, cleanupFUJITA Tomonori2009-01-072-5/+5
* | | | ia64: fix section mismatch swiotlb_dma_init -> swiotlb_initLuck, Tony2009-01-061-1/+1
* | | | x86, ia64: remove duplicated swiotlb codeFUJITA Tomonori2009-01-061-16/+0
* | | | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-0611-236/+167
* | | | make sba DMA mapping functions staticFUJITA Tomonori2009-01-061-22/+12
* | | | remove hwsw_dma_opsFUJITA Tomonori2009-01-062-171/+14
* | | | add dma_get_ops to struct ia64_machine_vectorFUJITA Tomonori2009-01-064-18/+39
* | | | make sn DMA mapping functions staticFUJITA Tomonori2009-01-061-38/+26
* | | | remove dma operations in struct ia64_machine_vectorFUJITA Tomonori2009-01-066-186/+12
* | | | convert the DMA API to use dma_opsFUJITA Tomonori2009-01-061-36/+77
* | | | set up dma_ops appropriatelyFUJITA Tomonori2009-01-0610-7/+38
* | | | add dma_mapping_ops for SWIOTLBFUJITA Tomonori2009-01-063-6/+8
* | | | add dma_mapping_ops for SGI AltixFUJITA Tomonori2009-01-061-0/+16
* | | | add dma_mapping_ops for intel-iommuFUJITA Tomonori2009-01-061-0/+18
* | | | add dma_mapping_ops for SWIOTLB and SBA IOMMUFUJITA Tomonori2009-01-061-1/+16
* | | | add dma_mapping_ops for SBA IOMMUFUJITA Tomonori2009-01-061-0/+16
* | | | add map/unmap_single_attr and map/unmap_sg_attr to struct dma_mapping_opsFUJITA Tomonori2009-01-061-0/+14
| |_|/ |/| |
* | | Merge branch 'core/iommu' into core/urgentIngo Molnar2009-01-051-38/+1
|\ \ \ | |_|/ |/| |