aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-17Revert "Neither asm/types.h nor linux/types.h is required for arch/ia64/include/asm/fpu.h"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-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-1/+1
2009-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+1
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-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into releaseLen 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 validMel 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/arnd/asm-genericLinus 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
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-1/+1
2009-06-11asm-generic: introduce asm/bitsperlong.hArnd Bergmann2-7/+8
2009-06-11asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2-2/+2
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-113/+285
2009-06-10KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti2-14/+11
2009-06-10KVM: Enable snooping control for supported hardwareSheng Yang1-0/+1
2009-06-10KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabledJes Sorensen1-1/+1
2009-06-10KVM: ia64: preserve int status through call to kvm_insert_vmm_mappingJes Sorensen1-1/+6
2009-06-10KVM: ia64: restore irq state before calling kvm_vcpu_initJes Sorensen1-2/+1
2009-06-10KVM: ia64: remove empty function vti_vcpu_load()Jes Sorensen1-5/+0
2009-06-10KVM: ia64: Flush all TLBs once guest's memory mapping changes.Xiantao Zhang1-0/+1
2009-06-10KVM: ia64: Don't hold slots_lock in guest modeJes Sorensen1-31/+33