aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 88-714/+832
2012-04-12Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 8-30/+4
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGravatar Grant Likely 4-5/+4
2012-04-11Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 2-20/+23
2012-04-11Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Gravatar Linus Torvalds 2-3/+3
2012-04-11arch/tile: avoid unused variable warning in proc.c for tilegxGravatar Chris Metcalf 1-3/+1
2012-04-11x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upGravatar Linus Torvalds 6-145/+105
2012-04-10irq: Kill pointless irqd_to_hw exportGravatar Grant Likely 4-25/+0
2012-04-11powerpc: Fix typo in runlatch codeGravatar Benjamin Herrenschmidt 1-2/+2
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2023-21153/+29661
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 3-27/+60
2012-04-10powerpc: Fix page fault with lockdep regressionGravatar Benjamin Herrenschmidt 1-18/+21
2012-04-10um: uml_setup_stubs': warning: unused variable 'pages'Gravatar Boaz Harrosh 1-1/+0
2012-04-10um: Use asm-generic/switch_to.hGravatar Richard Weinberger 3-12/+2
2012-04-10um: Disintegrate asm/system.hGravatar Richard Weinberger 5-136/+84
2012-04-10um: switch cow_user.h to htobe{32,64}/betoh{32,64}Gravatar Al Viro 2-57/+21
2012-04-09tile/CPU hotplug: Add missing call to notify_cpu_starting()Gravatar Srivatsa S. Bhat 1-0/+2
2012-04-09um: fix linker script generationGravatar Al Viro 2-3/+7
2012-04-07Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 8-12/+36
2012-04-07Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shGravatar Linus Torvalds 18-16/+61
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Gravatar Linus Torvalds 29-257/+429
2012-04-06Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 2-2/+4
2012-04-06Make the "word-at-a-time" helper functions more commonly usableGravatar Linus Torvalds 1-0/+46
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-48/+115
2012-04-06xen/smp: Remove unnecessary call to smp_processor_id()Gravatar Srivatsa S. Bhat 1-1/+1
2012-04-06xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io...Gravatar Konrad Rzeszutek Wilk 1-1/+3
2012-04-05Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 65-230/+463
2012-04-06blackfin: update defconfig for bf527-ezkitGravatar Bob Liu 1-0/+1
2012-04-06blackfin: gpio: fix compile error if !CONFIG_GPIOLIBGravatar Bob Liu 1-2/+12
2012-04-06blackfin: fix L1 data A overflow link issueGravatar Mike Frysinger 1-1/+1
2012-04-05Merge tag 'omap-fixes-a2-for-3.4rc' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Olof Johansson 9-68/+105
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 4-49/+15
2012-04-05C6X: use set_current_blocked() and block_sigmask()Gravatar Matt Fleming 1-13/+3
2012-04-05alpha: use set_current_blocked() and block_sigmask()Gravatar Matt Fleming 1-21/+10
2012-04-05simple_open: automatically convert to simple_open()Gravatar Stephen Boyd 2-15/+2
2012-04-05ARM: fix __io macro for PCMCIAGravatar Rob Herring 7-1/+93
2012-04-05Merge branch 'v3.4-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Olof Johansson 5-8/+39
2012-04-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Gravatar Olof Johansson 17-122/+122
2012-04-05Merge branch 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesGravatar Olof Johansson 16-22/+45
2012-04-05KVM: Resolve RCU vs. async page fault problemGravatar Gleb Natapov 1-0/+4
2012-04-05Merge tag 'powerpc-fixes' of git://github.com/paulusmack/linux into new/masterGravatar Avi Kivity 5-11/+29
2012-04-05KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedGravatar Marcelo Tosatti 1-0/+2
2012-04-05KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Gravatar Sasikantha babu 1-1/+1
2012-04-05ARM: EXYNOS: Fix compiler warning in dma.c fileGravatar Sachin Kamat 1-2/+0
2012-04-05ARM: EXYNOS: fix ISO C90 warningGravatar Il Han 1-1/+2
2012-04-05Merge branches 'clock_fixes_3.4rc', 'clockdomain_fixes_3.4rc', 'hsmmc_erratum...Gravatar Paul Walmsley 6-58/+87
2012-04-05ARM: OMAP2+: hwmod: Fix wrong SYSC_TYPE1_XXX_MASK bit definitionsGravatar Vaibhav Hiremath 1-6/+6
2012-04-05ARM: OMAP2+: hwmod: Make omap_hwmod_softreset wait for reset statusGravatar Rajendra Nayak 1-12/+2
2012-04-05ARM: OMAP2+: hwmod: Restore sysc after a resetGravatar Rajendra Nayak 1-12/+6
2012-04-05ARM: OMAP2+: omap_hwmod: Allow io_ring wakeup configuration for all modulesGravatar Govindraj.R 1-26/+30