summaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2009-07-28x86, IA64, powerpc: add phys_to_dma() and dma_to_phys()FUJITA Tomonori1-0/+10
2009-07-28ia64: add dma_capable() to replace is_buffer_dma_capable()FUJITA Tomonori1-0/+8
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2-9/+9
2009-07-22Driver Core: Add platform device arch data V3Magnus Damm1-0/+3
2009-07-17Revert "Neither asm/types.h nor linux/types.h is required for arch/ia64/inclu...Aurelien Jarno1-0/+2
2009-07-17Add dma_debug_init() for ia64fujita1-0/+8
2009-07-17Fix ia64 compilation IS_ERR and PTE_ERR errors.Fenghua Yu1-0/+1
2009-07-15ia64: Fix setup_per_cpu_areas() compilation errorFenghua Yu1-0/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-1/+1
2009-07-09linker script: unify usage of discard definitionTejun Heo1-9/+8
2009-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-07-04Merge branch 'master' into for-nextTejun Heo12-11/+37
2009-06-30ia64/PCI: adjust section annotation for pcibios_setup()Ingo Molnar1-1/+1
2009-06-30[IA64] address compiler warnings perfmon.c/salinfo.cJan Beulich2-2/+2
2009-06-30[IA64] Remove unnecessary semicolonsJoe Perches4-7/+7
2009-06-30[IA64] sprintf should not be used with same source & destination addressAlan Cox1-1/+2
2009-06-28KVM: ia64: fix ia64 build due to missing kallsyms_lookup() and double exportJes Sorensen1-0/+6
2009-06-24percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Tejun Heo1-1/+2
2009-06-24percpu: cleanup percpu array definitionsTejun Heo2-2/+2
2009-06-24linker script: throw away .discard sectionTejun Heo1-0/+1
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo1-0/+3
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown1-0/+12
2009-06-22Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds3-1/+8
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-20ACPI: pdc init related memory leak with physical CPU hotplugPallipadi, Venkatesh1-0/+12
2009-06-18dma-mapping: ia64: add CONFIG_DMA_API_DEBUG supportFUJITA Tomonori2-1/+8
2009-06-18dma-mapping: ia64: use asm-generic/dma-mapping-common.hFUJITA Tomonori1-99/+3
2009-06-17ia64: Fix resource assignment for root bussesMatthew Wilcox1-2/+2
2009-06-17Delete pcibios_select_rootMatthew Wilcox1-13/+0
2009-06-17Pull for-2.6.31 into releaseTony Luck45-226/+230
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox33-204/+206
2009-06-17[IA64] Fix build error in paravirt_patchlist.cJes Sorensen1-0/+2
2009-06-16kmap_types: make most arches use generic header fileRandy Dunlap1-21/+3
2009-06-16remove put_cpu_no_resched()Thomas Gleixner1-1/+1
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman4-5/+6
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-16[IA64] ia64 does not need umount2() syscallTony Luck1-0/+1
2009-06-16[IA64] hook up new rt_tgsigqueueinfo syscallTony Luck2-1/+3
2009-06-15[IA64] msi_ia64.c dmar_msi_type should be staticJaswinder Singh Rajput1-1/+1
2009-06-15[IA64] remove obsolete hw_interrupt_typeThomas Gleixner4-4/+4
2009-06-15[IA64] remove obsolete irq_desc_t typedefThomas Gleixner9-12/+12
2009-06-15[IA64] remove obsolete no_irq_typeThomas Gleixner3-3/+3
2009-06-15[IA64] unexport fpswa.hSam Ravnborg1-1/+0
2009-06-15[IA64] fix compile error in arch/ia64/mm/extable.cRusty Russell1-2/+2
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds5-10/+11
2009-06-12PM: Remove unused asm/suspend.hMagnus Damm1-1/+0
2009-06-12module: trim exception table on init free.Rusty Russell1-0/+26
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann19-130/+314