summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-202-62/+12
|\
| * kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-152-62/+12
* | Merge tag 'tty-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-06-201-53/+1
|\ \
| * | serial/amba-pl011: move custom pin control to driverLinus Walleij2012-06-121-53/+1
| |/
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-2052-96/+91
|\ \
| * | Viresh has movedViresh Kumar2012-06-2046-46/+46
| * | h8300: use the declarations provided by <asm/sections.h>Geert Uytterhoeven2012-06-202-22/+18
| * | h8300: fix use of extinct _sbss and _ebssGeert Uytterhoeven2012-06-202-5/+5
| * | xtensa: use the declarations provided by <asm/sections.h>Geert Uytterhoeven2012-06-201-11/+7
| * | xtensa: use "test -e" instead of bashism "test -a"Geert Uytterhoeven2012-06-201-2/+2
| * | xtensa: replace xtensa-specific _f{data,text} by _s{data,text}Geert Uytterhoeven2012-06-202-5/+4
| * | thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli2012-06-201-13/+17
* | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-06-205-1/+12
|\ \ \
| * | | ARM: 7425/1: extable: ensure fixup entries are 4-byte alignedWill Deacon2012-06-162-0/+2
| * | | ARM: 7421/1: bpf_jit: BPF_S_ANC_ALU_XOR_X supportMircea Gherzan2012-06-142-0/+9
| * | | ARM: 7423/1: kprobes: run t32_simulate_ldr_literal() without insn slotRabin Vincent2012-06-141-1/+1
* | | | Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-06-191-0/+1
|\ \ \ \
| * | | | ARM: MMP: add pxa910-ssp into ssp_id_tableQiao Zhou2012-06-111-0/+1
| |/ / /
* | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-06-1746-176/+396
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: Kirkwood: Fix clk problems modular ethernet driverAndrew Lunn2012-06-161-1/+7
| * | | arm: versatile: fix and enable PCI I/O spaceArnd Bergmann2012-06-165-19/+49
| * | | Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesOlof Johansson2012-06-162-2/+9
| |\ \ \
| | * | | ARM: mmp: fix missing cascade_irq in irq handlerHaojian Zhuang2012-06-051-0/+7
| | * | | ARM: dts: update memory size on brownstoneHaojian Zhuang2012-06-051-2/+2
| | |/ /
| * | | Merge tag 'omap-fixes-for-v3.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-06-0813-49/+110
| |\ \ \
| | * | | ARM: OMAP2+: Fix compile for CONFIG_TIDSPBRIDGE platform init codeTony Lindgren2012-06-061-0/+3
| | * | | ARM: OMAP3: Fix omap3_l3_block_irq warning when CONFIG_BUG is not setTony Lindgren2012-06-061-1/+2
| | * | | ARM: OMAP: Fix MMC_OMAP build when only MMC_OMAP_HS is selectedTony Lindgren2012-06-061-3/+1
| | * | | OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeupGovindraj.R2012-06-053-6/+75
| | * | | ARM: OMAP: Fix lis3lv02d accelerometer to use gpio_to_irqTony Lindgren2012-06-041-2/+4
| | * | | Merge branch 'for_3.5/cleanup/am3xxx-cpu-is-leftovers' of git://git.kernel.or...Tony Lindgren2012-06-042-34/+1
| | |\ \ \
| | | * | | ARM: OMAP: SoC detection: remove unused cpu_is macrosKevin Hilman2012-05-251-33/+0
| | | * | | ARM: OMAP3: clock data: cleanup AM3[35]x SoC detectionKevin Hilman2012-05-251-1/+1
| | * | | | Merge branch 'for_3.5/fixes/pm' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren2012-06-044-3/+24
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | arm: omap3: am35x: Don't mark missing features as presentMark A. Greer2012-05-111-0/+11
| | | * | | ARM: OMAP3: PM: fix shared PRCM interrupts: leave disabled at bootKevin Hilman2012-05-112-3/+12
| | | * | | ARM: OMAP2+: INTC: fix suspend abort, set IRQCHIP_SKIP_SET_WAKENeilBrown2012-05-111-0/+1
| * | | | | ARM: highbank: Add smc calls to enable/disable the L2Rob Herring2012-06-074-1/+47
| * | | | | Merge branch 'imx/fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Olof Johansson2012-06-076-14/+29
| |\ \ \ \ \
| | * | | | | ARM i.MX imx21ads: Fix overlapping static i/o mappingsJaccon Bastiaansen2012-06-071-1/+1
| | * | | | | ARM i.MX27 Visstrim M10: fix gpio handling.Javier Martin2012-06-051-11/+25
| | * | | | | ARM: imx: only call l2x0_init if it's availableUwe Kleine-König2012-05-291-0/+2
| | * | | | | ARM: imx: only specify i2c device type onceUwe Kleine-König2012-05-292-2/+0
| | * | | | | ARM: mx31_3ds: Fix build due to missing IMX_HAVE_PLATFORM_IMX_SSIFabio Estevam2012-05-291-0/+1
| * | | | | | Merge branch 'imx/clk-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 in...Olof Johansson2012-06-072-39/+56
| |\ \ \ \ \ \
| | * | | | | | ARM i.MX53: Fix PLL4 base addressSascha Hauer2012-06-041-1/+1
| | * | | | | | ARM i.MX pllv2: make round_rate accurateSascha Hauer2012-06-041-24/+54
| | * | | | | | ARM i.MX pllv2: use standard register set unconditionallySascha Hauer2012-06-041-24/+11
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'imx/fixes-for-3.5' of git://git.linaro.org/people/shawnguo/linu...Olof Johansson2012-06-073-1/+45
| |\ \ \ \ \ \
| | * | | | | | ARM: imx6: exit coherency when shutting down a cpuShawn Guo2012-06-071-1/+41
OpenPOWER on IntegriCloud