aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2013-04-18Merge tag 'asoc-v3.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Takashi Iwai 27-125/+133
2013-04-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-21/+33
2013-04-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+2
2013-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Gravatar Linus Torvalds 1-0/+20
2013-04-12x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesGravatar Dave Hansen 2-1/+8
2013-04-12Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextGravatar Mark Brown 7-145/+6
2013-04-12x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is setGravatar Boris Ostrovsky 1-0/+2
2013-04-12x86/mm/cpa/selftest: Fix false positive in CPA self testGravatar Andrea Arcangeli 1-1/+1
2013-04-11Merge tag 'arm-soc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 10-27/+24
2013-04-11ASoC: samsung: move plat/ headers to local directoryGravatar Arnd Bergmann 6-145/+0
2013-04-11ASoC: samsung: use irq resource for idmaGravatar Arnd Bergmann 1-0/+6
2013-04-11Merge tag 'mvebu_fixes_for_v3.9_round3' of git://git.infradead.org/users/jcoo...Gravatar Arnd Bergmann 3-19/+18
2013-04-11x86/mm/cpa: Convert noop to functional fixGravatar Andrea Arcangeli 1-5/+5
2013-04-10Merge tag 'stable/for-linus-3.9-rc6-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-4/+8
2013-04-10Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingGravatar Linus Torvalds 1-1/+1
2013-04-10x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalGravatar Boris Ostrovsky 5-13/+21
2013-04-10x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updatesGravatar Samu Kallio 1-2/+4
2013-04-10arm: mvebu: Fix the irq map function in SMP modeGravatar Gregory CLEMENT 1-11/+5
2013-04-10Fix GE0/GE1 init on ix2-200 as GE0 has no PHYGravatar Nigel Roberts 1-1/+6
2013-04-09add memory barrier to arch_local_irq_restoreGravatar Mark Salter 1-1/+1
2013-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-64/+13
2013-04-09palinfo fixesGravatar Al Viro 1-64/+13
2013-04-09tile: comment assumption about __insn_mtspr for <asm/irqflags.h>Gravatar Chris Metcalf 1-1/+9
2013-04-09Merge tag 'samsung-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Arnd Bergmann 2-4/+2
2013-04-10ARM: S3C24XX: Fix interrupt pending register offset of the EINT controllerGravatar Sylwester Nawrocki 1-1/+1
2013-04-09ARM: S3C24XX: Correct NR_IRQS definition for s3c2440Gravatar Sylwester Nawrocki 1-3/+1
2013-04-09Merge tag 'imx-fixes-3.9-5' of git://git.linaro.org/people/shawnguo/linux-2.6...Gravatar Arnd Bergmann 54-243/+585
2013-04-09ARM i.MX6: Fix ldb_di clock selectionGravatar Dirk Behme 1-1/+1
2013-04-09ARM: imx: provide twd clock lookup from device treeGravatar Shawn Guo 2-1/+1
2013-04-09ARM: imx35 Bugfix admux clockGravatar Markus Pargmann 1-0/+1
2013-04-09ARM: clk-imx35: Bugfix iomux clockGravatar Markus Pargmann 1-0/+1
2013-04-09m68k: define a local gpio_request_one() functionGravatar Greg Ungerer 1-0/+20
2013-04-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfr/ne...Gravatar Linus Torvalds 1-1/+7
2013-04-08ARC: Add implicit compiler barrier to raw_local_irq* functionsGravatar Christian Ruppert 1-4/+8
2013-04-08Merge tag 'mxs-fixes-3.9-4' of git://git.linaro.org/people/shawnguo/linux-2.6...Gravatar Arnd Bergmann 25-159/+125
2013-04-08powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being performe...Gravatar Michael Wolf 1-1/+7
2013-04-07Merge git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-8/+7
2013-04-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-5/+4
2013-04-07alpha: irq: remove deprecated use of IRQF_DISABLEDGravatar Will Deacon 3-9/+8
2013-04-07alpha: irq: run all handlers with interrupts disabledGravatar Will Deacon 2-8/+8
2013-04-07alpha: makefile: don't enforce small data model for kernel buildsGravatar Will Deacon 1-1/+1
2013-04-07alpha: Add irongate_io to PCI bus resourcesGravatar Jay Estabrook 1-0/+5
2013-04-07KVM: Allow cross page reads and writes from cached translations.Gravatar Andrew Honig 2-8/+7
2013-04-05x86: Fix rebuild with EFI_STUB enabledGravatar Jan Beulich 1-3/+2
2013-04-05Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 9-24/+28
2013-04-05MIPS: Delete definition of SA_RESTORER.Gravatar Ralf Baechle 1-2/+6
2013-04-05MIPS: Fix ISA level which causes secondary cache init bypassing and moreGravatar Deng-Cheng Zhu 4-13/+7
2013-04-05MIPS: Fix build error cavium-octeon without CONFIG_SMPGravatar EunBong Song 1-1/+4
2013-04-05MIPS: Kconfig: Rename SNIPROM tooGravatar Paul Bolle 1-2/+2
2013-04-05MIPS: Alchemy: Fix typo "CONFIG_DEBUG_PCI"Gravatar Paul Bolle 1-2/+2