summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-08-25Merge tag 'fixes-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds45-96/+161
2012-08-25Merge tag 'stable/for-linus-3.6-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-113/+113
2012-08-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds20-238/+206
2012-08-25Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-23/+64
2012-08-25Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds18-105/+145
2012-08-25ARM: mach-shmobile: armadillo800eva: Enable power button as wakeup sourceLaurent Pinchart1-2/+3
2012-08-25ARM: mach-shmobile: armadillo800eva: Fix GPIO buttons descriptionsLaurent Pinchart1-4/+4
2012-08-24Revert "powerpc: Update g5_defconfig"Benjamin Herrenschmidt1-30/+73
2012-08-24powerpc/perf: Use pmc_overflow() to detect rolled back eventsSukadev Bhattiprolu1-1/+1
2012-08-24powerpc: Fix VMX in interrupt check in POWER7 copy loopsAnton Blanchard2-4/+4
2012-08-24powerpc: POWER7 copy_to_user/copy_from_user patch applied twiceAnton Blanchard1-31/+0
2012-08-24powerpc: Fix personality handling in ppc64_personality()Jiri Kosina1-4/+4
2012-08-24powerpc/dma-iommu: Fix IOMMU window checkAaro Koskinen1-5/+4
2012-08-24powerpc: Remove unnecessary ifdefsMichael Neuling1-2/+0
2012-08-24powerpc/kgdb: Restore current_thread_info properlyTiejun Chen1-2/+9
2012-08-24powerpc/kgdb: Bail out of KGDB when we've been triggeredTiejun Chen1-0/+15
2012-08-24powerpc/kgdb: Do not set kgdb_single_step on ppcTiejun Chen1-1/+0
2012-08-24powerpc/mpic_msgr: Add missing includesScott Wood2-0/+4
2012-08-24powerpc: Fix null pointer deref in perf hardware breakpointsMichael Neuling1-1/+1
2012-08-24powerpc: Fixup whitespace in xmonMichael Ellerman1-20/+20
2012-08-24powerpc: Fix xmon dl command for new printk implementationMichael Ellerman1-26/+10
2012-08-23xen/mmu: If the revector fails, don't attempt to revector anything else.Konrad Rzeszutek Wilk1-1/+3
2012-08-23xen/p2m: When revectoring deal with holes in the P2M array.Konrad Rzeszutek Wilk1-3/+11
2012-08-23xen/mmu: Release just the MFN list, not MFN list and part of pagetables.Konrad Rzeszutek Wilk1-1/+1
2012-08-23xen/mmu: Remove from __ka space PMD entries for pagetables.Konrad Rzeszutek Wilk1-0/+19
2012-08-23xen/mmu: Copy and revector the P2M tree.Konrad Rzeszutek Wilk1-0/+57
2012-08-23xen/p2m: Add logic to revector a P2M tree to use __va leafs.Konrad Rzeszutek Wilk2-0/+71
2012-08-23xen/mmu: Recycle the Xen provided L4, L3, and L2 pagesKonrad Rzeszutek Wilk1-7/+35
2012-08-23xen/mmu: For 64-bit do not call xen_map_identity_earlyKonrad Rzeszutek Wilk1-6/+5
2012-08-23powerpc/fsl: fix "Failed to mount /dev: No such device" errorsKim Phillips6-0/+6
2012-08-23powerpc/fsl: update defconfigsKim Phillips5-102/+35
2012-08-23xen/mmu: use copy_page instead of memcpy.Konrad Rzeszutek Wilk1-7/+6
2012-08-23xen/mmu: Provide comments describing the _ka and _va aliasing issueKonrad Rzeszutek Wilk1-0/+17
2012-08-23xen/mmu: The xen_setup_kernel_pagetable doesn't need to return anything.Konrad Rzeszutek Wilk3-13/+4
2012-08-23Revert "xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain." and...Konrad Rzeszutek Wilk3-65/+27
2012-08-23Merge branch 'randconfig/mach' into fixesArnd Bergmann8-10/+12
2012-08-23ARM: ux500: don't select LEDS_GPIO for snowballArnd Bergmann2-1/+1
2012-08-23ARM: imx: build i.MX6 functions only when neededArnd Bergmann2-4/+3
2012-08-23ARM: imx: select CPU_FREQ_TABLE when neededArnd Bergmann1-0/+1
2012-08-23ARM: imx: fix ksz9021rn_phy_fixupArnd Bergmann1-2/+2
2012-08-23ARM: imx: build pm-imx5 code only when PM is enabledArnd Bergmann1-1/+2
2012-08-23ARM: omap: allow building omap44xx without SMPArnd Bergmann2-2/+3
2012-08-23Merge tag 'ux500-fixes-v3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2-5/+9
2012-08-23Merge branch 'v3.6-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann7-4/+62
2012-08-23Merge branch 'imx/fixes-for-3.6' of git://git.linaro.org/people/shawnguo/linu...Arnd Bergmann109-1039/+561
2012-08-23xen/swiotlb: Fix compile warnings when using plain integer instead of NULL po...Konrad Rzeszutek Wilk1-2/+2
2012-08-23xen: allow privcmd for HVM guestsStefano Stabellini1-0/+3
2012-08-23xen: Introduce xen_pfn_t for pfn and mfn typesStefano Stabellini2-1/+9
2012-08-23xen/setup: Fix one-off error when adding for-balloon PFNs to the P2M.Konrad Rzeszutek Wilk1-1/+8
2012-08-23MIPS: pci-ar724x: avoid data bus error due to a missing PCIe moduleGabor Juhos1-0/+22