aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Gravatar Joe Perches 57-110/+103
2011-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 45-117/+1400
2011-06-09sparc32, leon: bugfix in LEON SMP interrupt initGravatar Daniel Hellstrom 1-0/+16
2011-06-09sparc32, sun4m: bugfix in SMP IPI traphandlerGravatar Daniel Hellstrom 1-2/+2
2011-06-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 9-41/+48
2011-06-09Merge branch 'unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Gravatar Linus Torvalds 8-418/+67
2011-06-09exec: delay address limit change until point of no returnGravatar Mathias Krause 2-2/+0
2011-06-09unicore32: using generic-y format for one line asm-generic filesGravatar Guan Xuetao 2-35/+59
2011-06-09unicore32: change PERCPU to PERCPU_SECTIONGravatar Guan Xuetao 1-1/+1
2011-06-09unicore32: add KBUILD_DEFCONFIG with unicore32_defconfig (old debug_defconfig)Gravatar Guan Xuetao 2-2/+3
2011-06-09unicore32: change zImage physical address, though it's PIC codesGravatar Guan Xuetao 1-1/+1
2011-06-09unicore32: move rtc-puv3.c to drivers/rtc directoryGravatar Guan Xuetao 4-379/+3
2011-06-09powerpc: Force page alignment for initrd reserved memoryGravatar Benjamin Herrenschmidt 4-32/+43
2011-06-09Merge remote branch 'kumar/merge' into mergeGravatar Benjamin Herrenschmidt 3-5/+5
2011-06-09Merge remote branch 'gcl/powerpc/merge' into mergeGravatar Benjamin Herrenschmidt 2-4/+0
2011-06-08dtc/powerpc: remove obsolete .gitignore entriesGravatar Wolfram Sang 2-4/+0
2011-06-08Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+6
2011-06-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-7/+49
2011-06-07Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-35/+47
2011-06-07MN10300: Add missing _sdata declarationGravatar David Howells 1-0/+1
2011-06-07MN10300: die_if_no_fixup() shouldn't use get_user() as it doesn't call set_fs()Gravatar David Howells 1-2/+2
2011-06-07MN10300: Fix one of the kernel debugger cacheflush variantsGravatar David Howells 1-2/+2
2011-06-07Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 8-333/+223
2011-06-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Gravatar Linus Torvalds 31-73/+87
2011-06-07sparc: Remove unnecessary semicolonsGravatar Joe Perches 34-65/+65
2011-06-07Add support for allocating irqs for bootbus devicesGravatar oftedal 1-12/+22
2011-06-07Do not skip interrupt sources in sun4d interrupt handler and acknowledge inte...Gravatar oftedal 1-9/+5
2011-06-07Restructure sun4d_build_device_irq so that timer interrupts can be allocatedGravatar oftedal 1-24/+54
2011-06-07x86/amd-iommu: Fix boot crash with hidden PCI devicesGravatar Joerg Roedel 1-1/+21
2011-06-06x86/amd-iommu: Use only per-device dma_opsGravatar Joerg Roedel 1-2/+24
2011-06-06x86/amd-iommu: Fix 3 possible endless loopsGravatar Joerg Roedel 1-4/+4
2011-06-06[S390] fix kvm defines for 31 bit compileGravatar Martin Schwidefsky 1-13/+26
2011-06-06[S390] use generic RCU page-table freeing codeGravatar Martin Schwidefsky 4-229/+166
2011-06-06[S390] qdio: Split SBAL entry flagsGravatar Jan Glauber 1-91/+28
2011-06-06[S390] kvm-s390: fix stfle facilities numbers >=64Gravatar Christian Borntraeger 1-0/+1
2011-06-06[S390] kvm-s390: Fix host crash on misbehaving guestsGravatar Christian Borntraeger 1-0/+2
2011-06-06KVM: x86: use proper port value when checking io instruction permissionGravatar Marcelo Tosatti 1-35/+47
2011-06-05Merge branch 'for-linus' of git://android.git.kernel.org/kernel/tegraGravatar Linus Torvalds 2-2/+5
2011-06-04ARM: Tegra: Harmony: Fix conflicting GPIO numberingGravatar Stephen Warren 2-2/+5
2011-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Gravatar Linus Torvalds 1-1/+1
2011-06-04Merge branch 'rmobile-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-0/+141
2011-06-04Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 11-23/+28
2011-06-03xen: off by one errors in multicalls.cGravatar Dan Carpenter 1-6/+6
2011-06-03Blackfin: strncpy: fix handling of zero lengthsGravatar Steven Miao 1-1/+1
2011-06-02sparc: PCIC_PCI needs SPARC32 dependencyGravatar David S. Miller 1-1/+1
2011-06-03powerpc/85xx: fix race bug of calling request_irq after enable elbc interruptsGravatar Shaohui Xie 1-3/+3
2011-06-02sparc: Do not select GENERIC_HARDIRQS_NO_DEPRECATEDGravatar Geert Uytterhoeven 1-1/+0
2011-06-02sparc32,leon: add GRPCI2 PCI Host driverGravatar Daniel Hellstrom 5-0/+923
2011-06-02sparc32,leon: added LEON-common low-level PCI routinesGravatar Daniel Hellstrom 5-0/+304
2011-06-02sparc32: added CONFIG_PCIC_PCI Kconfig settingGravatar Daniel Hellstrom 4-4/+9