summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-arm-soc/arch-timers' of git://git.kernel.org/pub/scm/linux/...Marc Zyngier2013-02-1165-739/+504
|\
| * Merge branch 'for-will/arch-timer-unification' of git://linux-arm.org/linux-m...Will Deacon2013-02-014-492/+126
| |\
| | * arm: arch_timer: move core to drivers/clocksourceMark Rutland2013-01-314-386/+24
| | * arm: arch_timer: add arch_counter_set_user_accessMark Rutland2013-01-312-0/+14
| | * arm: arch_timer: divorce from local_timer apiMark Rutland2013-01-311-23/+29
| | * arm: arch_timer: add isbs to register accessorsMark Rutland2013-01-311-0/+4
| | * arm: arch_timer: factor out register accessorsMark Rutland2013-01-312-92/+94
| | * arm: arch_timer: split cntfrq accessorMark Rutland2013-01-311-7/+9
| | * arm: arch_timer: standardise counter readingMark Rutland2013-01-311-36/+22
| | * arm: arch_timer: use u64/u32 for register dataMark Rutland2013-01-311-19/+11
| | * arm: arch_timer: remove redundant available checkMark Rutland2013-01-311-12/+0
| | * arm: arch_timer: balance device_node refcountingMark Rutland2013-01-311-0/+2
| * | arm: Add generic timer broadcast supportMark Rutland2013-02-012-2/+2
| * | arm: Use generic timer broadcast receiverMark Rutland2013-02-011-7/+3
| * | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-01-246-27/+26
| |\ \
| | * \ Merge branch 'for-rmk/virt/hyp-boot/fixes' of git://git.kernel.org/pub/scm/li...Russell King2013-01-1991-286/+452
| | |\ \
| | | * | ARM: virt: simplify __hyp_stub_install epilogMarc Zyngier2013-01-101-9/+3
| | | * | ARM: virt: boot secondary CPUs through the right entry pointMarc Zyngier2013-01-101-1/+1
| | | * | ARM: virt: Avoid bx instruction for compatibility with <=ARMv4Dave Martin2013-01-101-3/+3
| | | |/
| | * | ARM: 7629/1: mm: Fix missing XN flag for for MT_MEMORY_SOSantosh Shilimkar2013-01-191-1/+1
| | * | ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsememRussell King2013-01-191-8/+10
| | * | ARM: 7628/1: head.S: map one extra section for the ATAG/DTB areaNicolas Pitre2013-01-161-0/+3
| | * | ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT aloneStephen Boyd2013-01-162-5/+5
| * | | Merge tag 'fixes-for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-01-2440-180/+176
| |\ \ \
| | * \ \ Merge branch 'vexpress/fixes' of git://git.linaro.org/people/pawelmoll/linux ...Olof Johansson2013-01-242-3/+1
| | |\ \ \
| | | * | | ARM: vexpress: Enable A7 cores in V2P-CA15_A7's Device TreePawel Moll2013-01-241-2/+0
| | | * | | ARM: vexpress: extend the MPIDR range used for pen release checkLorenzo Pieralisi2013-01-241-1/+1
| | * | | | Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesOlof Johansson2013-01-245-23/+48
| | |\ \ \ \
| | | * | | | ARM: at91/dts: correct comment in at91sam9x5.dtsi for miiDouglas Gilbert2013-01-231-8/+8
| | | * | | | ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfigNicolas Ferre2013-01-231-0/+1
| | | * | | | ARM: at91/at91_dt_defconfig: remove memory specification to cmdlineNicolas Ferre2013-01-231-1/+1
| | | * | | | ARM: at91/dts: add macb mii pinctrl config for kizboxBoris BREZILLON2013-01-231-0/+2
| | | * | | | ARM: at91: rm9200: remake the BGA as default versionJean-Christophe PLAGNIOL-VILLARD2013-01-231-0/+2
| | | * | | | ARM: at91: fix gpios on i2c-gpio for RM9200 DTJoachim Eastwood2013-01-231-2/+2
| | | * | | | ARM: at91/at91sam9x5 DTS: add SCK USART pinsRichard Genoud2013-01-231-0/+20
| | | * | | | ARM: at91/at91sam9x5 DTS: correct wrong PIO BANK values on u(s)artsRichard Genoud2013-01-231-12/+12
| | | |/ / /
| | * | | | Merge tag 'mvebu_fixes_for_v3.8-rc5' of git://git.infradead.org/users/jcooper...Olof Johansson2013-01-231-0/+2
| | |\ \ \ \
| | | * | | | ARM: kirkwood: fix missing #interrupt-cells propertySebastian Hesselbarth2013-01-231-0/+2
| | * | | | | Merge tag 'omap-for-v3.8-rc4/fixes-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2013-01-2216-25/+173
| | |\ \ \ \ \
| | | * | | | | ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transportLuciano Coelho2013-01-211-0/+6
| | | * | | | | ARM: OMAP2+: DT node Timer iteration fixPantelis Antoniou2013-01-211-6/+2
| | | * | | | | ARM: OMAP2+: Fix section warning for omap_init_ocp2scp()Tony Lindgren2013-01-211-1/+1
| | | * | | | | ARM: OMAP2+: fix build break for omapdrmRob Clark2013-01-211-1/+2
| | | * | | | | ARM: OMAP2: Fix missing omap2xxx_clkt_vps_late_init function callsJon Hunter2013-01-182-0/+4
| | | * | | | | ARM: OMAP4: hwmod_data: Correct IDLEMODE for McPDMPeter Ujfalusi2013-01-181-1/+5
| | | * | | | | ARM: OMAP4: clock data: Lock ABE DPLL on all revisionsPeter Ujfalusi2013-01-181-7/+6
| | | | |/ / / | | | |/| | |
| | * | | | | Merge tag 'imx-fixes-rc' of git://git.pengutronix.de/git/imx/linux-2.6 into f...Olof Johansson2013-01-222-43/+1
| | |\ \ \ \ \
| | | * | | | | [media] coda: Fix build due to iram.h renameSascha Hauer2013-01-082-43/+1
| | * | | | | | Merge branch 'v3.8-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2013-01-1655-169/+189
| | |\ \ \ \ \ \
| | | * | | | | | ARM: S3C64XX: Fix up IRQ mapping for balblair on CragganmoreDimitris Papastamos2013-01-161-1/+1
OpenPOWER on IntegriCloud