summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | headers_check fix: ia64, kvm.hJaswinder Singh Rajput2009-02-011-2/+1
| | * | | | | headers_check fix: ia64, intrinsics.hJaswinder Singh Rajput2009-02-011-0/+1
| | * | | | | headers_check fix: ia64, gcc_intrin.hJaswinder Singh Rajput2009-02-011-0/+1
| | * | | | | headers_check fix: ia64, fpu.hJaswinder Singh Rajput2009-02-011-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-03-261-0/+3
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-243-5/+5
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly2009-02-151-0/+3
| | | |/ / / | | |/| | |
| * | | | | ia64: Move the macro definitions related to MSI to one header file.Xiantao Zhang2009-03-241-0/+42
| * | | | | KVM: ia64: dynamic nr online cpusJes Sorensen2009-03-241-4/+6
| * | | | | KVM: ia64: expose registers in struct kvm_regsJes Sorensen2009-03-241-1/+34
| * | | | | KVM: Remove old kvm_guest_debug structsJan Kiszka2009-03-241-2/+0
| * | | | | KVM: ia64: stack get/restore patchJes Sorensen2009-03-242-1/+12
| * | | | | KVM: New guest debug interfaceJan Kiszka2009-03-241-0/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-053-5/+5
|\| | | |
| * | | | [IA64] bte_copy of BTE_MAX_XFER trips BUG_ON.Robin Holt2009-02-191-1/+1
| | |_|/ | |/| |
| * | | mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki2009-02-181-4/+0
| * | | KVM: Avoid using CONFIG_ in userspace visible headersAvi Kivity2009-02-151-0/+4
| |/ /
* | | IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devices, fixYasunori Goto2009-02-031-1/+1
* | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-167-3/+13
|\| |
| * | [IA64] SN specific version of dma_get_required_mask()John Keller2009-01-154-0/+12
| * | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-141-1/+1
| |\ \
| | * | [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-141-1/+1
| | |/
| * / 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-118-47/+38
|\|
| * Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-102-2/+2
| |\
| | * [IA64] fix typo in cpumask_of_pcibus()Ingo Molnar2009-01-061-1/+1
| | * ia64: cpumask fix for is_affinity_mask_valid()Mike Travis2009-01-041-1/+1
| * | Merge branch 'linus' into releaseLen Brown2009-01-0910-160/+175
| |\ \
| | * | 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
| | |\ \
| | * | | atomic_t: unify all arch definitionsMatthew Wilcox2009-01-061-6/+0
| | | |/ | | |/|
| * | | ACPI: remove private acpica headers from driver filesLin Ming2008-12-312-3/+0
* | | | convert to use generic dma_map_ops struct, cleanupFUJITA Tomonori2009-01-072-5/+5
* | | | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-062-79/+40
* | | | remove hwsw_dma_opsFUJITA Tomonori2009-01-061-0/+2
* | | | add dma_get_ops to struct ia64_machine_vectorFUJITA Tomonori2009-01-062-17/+32
* | | | remove dma operations in struct ia64_machine_vectorFUJITA Tomonori2009-01-065-178/+0
* | | | convert the DMA API to use dma_opsFUJITA Tomonori2009-01-061-36/+77
* | | | set up dma_ops appropriatelyFUJITA Tomonori2009-01-063-3/+7
* | | | 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
|\ \ \ | |_|/ |/| |
| * | swiotlb: replace architecture-specific swiotlb.h with linux/swiotlb.hFUJITA Tomonori2008-12-281-38/+1
| |/
* | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-032-2/+9
|\ \
| * | ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar2009-01-031-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-031-1/+8
| |\ \
| | * | cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): ia64Rusty Russell2009-01-011-0/+2
| | * | cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...Rusty Russell2008-12-261-1/+6
* | | | KVM: change KVM to use IOMMU APIJoerg Roedel2009-01-031-1/+1
* | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-022-3/+0
|\| | |
| * | | Merge ../linux-2.6-x86Rusty Russell2008-12-131-2/+0
| |\ \ \ | | |/ / | |/| |