aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAge
...
| * | | [IA64] dump stack on kernel unaligned warningsDoug Chapman2009-01-15
| * | | [IA64] Turn on CONFIG_HAVE_UNSTABLE_CLOCKTony Luck2009-01-15
| * | | [IA64] Update to use account_{steal,idle}_ticksIsaku Yamahata2009-01-15
| * | | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-14
| |\ \ \
| | * | | [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-14
| | |/ /
| * / / byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-14
| |/ /
* | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-10
|\| |
| * | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-10
| |\ \
| | * | [IA64] fix typo in cpumask_of_pcibus()Ingo Molnar2009-01-06
| | * | ia64: cpumask fix for is_affinity_mask_valid()Mike Travis2009-01-04
| * | | Merge branch 'linus' into releaseLen Brown2009-01-09
| |\ \ \
| | * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-07
| | |\ \ \
| | | * | | trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-06
| | | |/ /
| | * | | ia64: introduce asm/swab.hHarvey Harrison2009-01-06
| | * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-06
| | |\ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-06
| | |\ \ \ \
| | | * | | | IA64: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-06
| | | | |/ / | | | |/| |
| | * | | | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-06
| | * | | | atomic_t: unify all arch definitionsMatthew Wilcox2009-01-06
| | * | | | mm: show node to memory section relationship with symlinks in sysfsGary Hade2009-01-06
| | |/ / /
| * | | | Merge branch 'misc' into releaseLen Brown2009-01-09
| |\ \ \ \
| | * | | | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui2009-01-09
| * | | | | ACPI: remove private acpica headers from driver filesLin Ming2008-12-31
| * | | | | ACPI: io_common.c: call acpi_get_table to avoid using ACPI_SIG_DSDTLin Ming2008-12-31
| * | | | | ACPI: io_acpi_init.c: call acpi_get_name to get node fullnameLin Ming2008-12-31
| |/ / / /
* | | | | convert to use generic dma_map_ops struct, cleanupFUJITA Tomonori2009-01-07
* | | | | ia64: fix section mismatch swiotlb_dma_init -> swiotlb_initLuck, Tony2009-01-06
* | | | | x86, ia64: remove duplicated swiotlb codeFUJITA Tomonori2009-01-06
* | | | | x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-06
* | | | | make sba DMA mapping functions staticFUJITA Tomonori2009-01-06
* | | | | remove hwsw_dma_opsFUJITA Tomonori2009-01-06
* | | | | add dma_get_ops to struct ia64_machine_vectorFUJITA Tomonori2009-01-06
* | | | | make sn DMA mapping functions staticFUJITA Tomonori2009-01-06
* | | | | remove dma operations in struct ia64_machine_vectorFUJITA Tomonori2009-01-06
* | | | | convert the DMA API to use dma_opsFUJITA Tomonori2009-01-06
* | | | | set up dma_ops appropriatelyFUJITA Tomonori2009-01-06
* | | | | add dma_mapping_ops for SWIOTLBFUJITA Tomonori2009-01-06
* | | | | add dma_mapping_ops for SGI AltixFUJITA Tomonori2009-01-06
* | | | | add dma_mapping_ops for intel-iommuFUJITA Tomonori2009-01-06
* | | | | add dma_mapping_ops for SWIOTLB and SBA IOMMUFUJITA Tomonori2009-01-06
* | | | | add dma_mapping_ops for SBA IOMMUFUJITA Tomonori2009-01-06
* | | | | add map/unmap_single_attr and map/unmap_sg_attr to struct dma_mapping_opsFUJITA Tomonori2009-01-06
| |_|/ / |/| | |
* | | | Merge branch 'core/iommu' into core/urgentIngo Molnar2009-01-05
|\ \ \ \ | |_|/ / |/| | |
| * | | swiotlb: replace architecture-specific swiotlb.h with linux/swiotlb.hFUJITA Tomonori2008-12-28
* | | | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-03
|\ \ \ \
| * | | | ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar2009-01-03
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-03
| |\ \ \ \
| | * | | | cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): ia64Rusty Russell2008-12-31
| | * | | | cpumask: Remove IA64 definition of total_cpus now it's in core codeRusty Russell2008-12-31
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-29
| | |\ \ \ \