aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-03-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-13/+38
2010-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 5-13/+13
2010-03-29sparc64: Properly truncate pt_regs framepointer in perf callback.Gravatar David S. Miller 1-1/+1
2010-03-29x86: Make sure free_init_pages() frees pages on page boundaryGravatar Yinghai Lu 4-12/+37
2010-03-29x86: Make smp_locks end with page alignmentGravatar Yinghai Lu 1-1/+1
2010-03-29frv/chris: fix lines with a missing semicolonsGravatar David Howells 2-2/+2
2010-03-27arch/sparc/kernel: Use set_cpus_allowed_ptrGravatar Julia Lawall 3-10/+10
2010-03-27sparc: Fix use of uid16_t and gid16_t in asm/stat.hGravatar Rob Landley 1-2/+2
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 3-12/+19
2010-03-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 7-12/+61
2010-03-26Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-0/+30
2010-03-25x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Gravatar Bjorn Helgaas 1-1/+12
2010-03-25x86/PCI: for host bridge address space collisions, show conflicting resourceGravatar Bjorn Helgaas 1-3/+6
2010-03-25frv/PCI: remove redundant warningsGravatar Bjorn Helgaas 1-3/+1
2010-03-25x86/PCI: remove redundant warningsGravatar Bjorn Helgaas 1-5/+0
2010-03-24Merge master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 11-31/+102
2010-03-24Merge branch 'sh/for-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 11-18/+42
2010-03-24[S390] fix boot failures with compressed kernelsGravatar Martin Schwidefsky 3-6/+7
2010-03-24[S390] system.h: Fix compile error for 1 and 2 byte cmpxchgGravatar Christian Borntraeger 1-4/+4
2010-03-24[S390] smp: fix lowcore allocationGravatar Heiko Carstens 1-2/+2
2010-03-24[S390] zcore: CPU registers are not saved under LPARGravatar Michael Holzheu 3-3/+30
2010-03-23[ARM] Orion5x: replace KEY_WLAN with KEY_WPS_BUTTONGravatar Christian Lamparter 1-1/+1
2010-03-23[ARM] Kirkwood: WPS button keycode mappingGravatar Christian Lamparter 1-2/+2
2010-03-23Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Gravatar Russell King 7-25/+25
2010-03-23sh: Silence unintialized variable warnings in dwarf unwinder.Gravatar Paul Mundt 1-2/+2
2010-03-23sh: Tidy up a couple of section mismatches.Gravatar Paul Mundt 2-2/+2
2010-03-23sh: Fix build after dynamic PMB reworkGravatar Matt Fleming 1-0/+2
2010-03-23sh: Replace unsafe manipulation of MMUCRGravatar Matt Fleming 2-7/+16
2010-03-23sh: Flush ITLB too in PTEAEX's flush_tlb_page()Gravatar Matt Fleming 2-0/+4
2010-03-23sh64: Remove long unused mid_sched macroGravatar Andreas Bombe 1-7/+0
2010-03-23sh: Add watch-dog register address for SH7722/SH7723/SH7724Gravatar Kuninori Morimoto 1-0/+6
2010-03-23sh: ms7724: Add tiny-document for soundGravatar Kuninori Morimoto 1-0/+8
2010-03-23sh: mach-ecovec24: Add i2c_put_adapter on sh_eth_initGravatar Kuninori Morimoto 1-0/+2
2010-03-22x86 / perf: Fix suspend to RAM on HP nx6325Gravatar Rafael J. Wysocki 1-3/+5
2010-03-22[ARM] pxa/raumfeld: fix button nameGravatar Daniel Mack 1-1/+1
2010-03-22[ARM] pxa/raumfeld: remove duplicated #includeGravatar Huang Weiyi 1-2/+0
2010-03-22[ARM] locomo: fix unpaired spin_lock_irqsaveGravatar H Hartley Sweeten 1-3/+3
2010-03-22[ARM] locomo: fix SPI register offsetGravatar H Hartley Sweeten 1-2/+2
2010-03-22[ARM] pxa/sharpsl: add dependency of max1111 driver to sharpsl_pmGravatar Eric Miao 1-0/+7
2010-03-22[ARM] pxa: remove unnecessary 'select FB_W100' from some platformsGravatar Eric Miao 1-4/+0
2010-03-22[ARM] pxa: remove spi cs gpio direction to avoid clash with driverGravatar Jonathan Cameron 2-9/+0
2010-03-22[ARM] mmp: fix for variables in uncompress.h being discardedGravatar Eric Miao 1-1/+4
2010-03-22[ARM] pxa: fix for variables in uncompress.h being discardedGravatar Jonathan Cameron 1-3/+8
2010-03-20ARM: Update mach-typesGravatar Russell King 1-2/+73
2010-03-20ARM: Fix IXP23xx build error in mach/memory.hGravatar Russell King 1-1/+1
2010-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Gravatar Linus Torvalds 2-0/+16
2010-03-19x86, amd: Restrict usage of c1e_idle()Gravatar Andreas Herrmann 2-8/+26
2010-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Gravatar Linus Torvalds 7-13/+5
2010-03-19Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 8-40/+17
2010-03-19powerpc: Remove IOMMU_VMERGE config optionGravatar FUJITA Tomonori 2-19/+1