summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* [IA64] address compiler warnings perfmon.c/salinfo.cJan Beulich2009-06-302-2/+2
* [IA64] Remove unnecessary semicolonsJoe Perches2009-06-304-7/+7
* [IA64] sprintf should not be used with same source & destination addressAlan Cox2009-06-301-1/+2
* KVM: ia64: fix ia64 build due to missing kallsyms_lookup() and double exportJes Sorensen2009-06-281-0/+6
*-. Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown2009-06-241-0/+12
|\ \
| | * ACPI: pdc init related memory leak with physical CPU hotplugPallipadi, Venkatesh2009-06-201-0/+12
| |/
* | Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds2009-06-223-1/+8
|\ \
| * | intel-iommu: Fix one last ia64 build problem in Pass Through SupportLuck, Tony2009-06-051-0/+4
| * | Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through SupportFenghua Yu2009-05-011-0/+2
| * | Intel IOMMU Pass Through SupportFenghua Yu2009-04-292-1/+2
* | | Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* | | dma-mapping: ia64: add CONFIG_DMA_API_DEBUG supportFUJITA Tomonori2009-06-182-1/+8
* | | dma-mapping: ia64: use asm-generic/dma-mapping-common.hFUJITA Tomonori2009-06-181-99/+3
* | | ia64: Fix resource assignment for root bussesMatthew Wilcox2009-06-171-2/+2
* | | Delete pcibios_select_rootMatthew Wilcox2009-06-171-13/+0
* | | Pull for-2.6.31 into releaseTony Luck2009-06-1745-226/+230
|\ \ \
| * | | [IA64] Convert ia64 to use int-ll64.hMatthew Wilcox2009-06-1733-204/+206
| * | | [IA64] ia64 does not need umount2() syscallTony Luck2009-06-161-0/+1
| * | | [IA64] hook up new rt_tgsigqueueinfo syscallTony Luck2009-06-162-1/+3
| * | | [IA64] msi_ia64.c dmar_msi_type should be staticJaswinder Singh Rajput2009-06-151-1/+1
| * | | [IA64] remove obsolete hw_interrupt_typeThomas Gleixner2009-06-154-4/+4
| * | | [IA64] remove obsolete irq_desc_t typedefThomas Gleixner2009-06-159-12/+12
| * | | [IA64] remove obsolete no_irq_typeThomas Gleixner2009-06-153-3/+3
| * | | [IA64] unexport fpswa.hSam Ravnborg2009-06-151-1/+0
* | | | [IA64] Fix build error in paravirt_patchlist.cJes Sorensen2009-06-171-0/+2
* | | | kmap_types: make most arches use generic header fileRandy Dunlap2009-06-161-21/+3
* | | | remove put_cpu_no_resched()Thomas Gleixner2009-06-161-1/+1
* | | | page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-164-5/+6
* | | | mm: consolidate init_mm definitionAlexey Dobriyan2009-06-161-4/+0
|/ / /
* | | [IA64] fix compile error in arch/ia64/mm/extable.cRusty Russell2009-06-151-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2009-06-125-10/+11
|\ \ \
| * \ \ asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann2009-06-1219-130/+314
| |\ \ \
| * | | | asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2009-06-111-1/+1
| * | | | asm-generic: introduce asm/bitsperlong.hArnd Bergmann2009-06-112-7/+8
| * | | | asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann2009-06-112-2/+2
| | |_|/ | |/| |
* | | | PM: Remove unused asm/suspend.hMagnus Damm2009-06-121-1/+0
* | | | module: trim exception table on init free.Rusty Russell2009-06-121-0/+26
| |/ / |/| |
* | | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-06-1113-113/+285
|\ \ \
| * | | KVM: use smp_send_reschedule in kvm_vcpu_kickMarcelo Tosatti2009-06-102-14/+11
| * | | KVM: Enable snooping control for supported hardwareSheng Yang2009-06-101-0/+1
| * | | KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabledJes Sorensen2009-06-101-1/+1
| * | | KVM: ia64: preserve int status through call to kvm_insert_vmm_mappingJes Sorensen2009-06-101-1/+6
| * | | KVM: ia64: restore irq state before calling kvm_vcpu_initJes Sorensen2009-06-101-2/+1
| * | | KVM: ia64: remove empty function vti_vcpu_load()Jes Sorensen2009-06-101-5/+0
| * | | KVM: ia64: Flush all TLBs once guest's memory mapping changes.Xiantao Zhang2009-06-101-0/+1
| * | | KVM: ia64: Don't hold slots_lock in guest modeJes Sorensen2009-06-101-31/+33
| * | | KVM: ia64: make kvm depend on CONFIG_MODULES.Zhang, Xiantao2009-06-101-1/+1
| * | | KVM: ia64: enable external interrupt in vmmYang Zhang2009-06-103-10/+16
| * | | KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov2009-06-101-0/+6
OpenPOWER on IntegriCloud