summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-20ARM: makefile: work around toolchain bug in recent versions of binutilsael-12.03.00Will Deacon
2012-04-20ARM: vic: re-read status register before dispatching each IRQ handlerWill Deacon
2012-04-20ARM: realview: add defconfig for all realview platformsWill Deacon
2012-04-20ARM: vexpress: add defconfig for all vexpress platformsWill Deacon
2012-04-20ARM: l2x0: only write to debug registers on PL310Will Deacon
2012-04-20ARM: l2x0: only apply workaround for erratum #753970 on PL310Will Deacon
2012-04-20ARM: hotplug: remove section mismatch on access to pen_releaseWill Deacon
2012-04-20ARM: vexpress: plug local timers into the DT codeMarc Zyngier
2012-04-20ARM: architected timers: add support for UP timerMarc Zyngier
2012-04-20ARM: architected timers: add DT supportMarc Zyngier
2012-04-20ARM: architected timers: Add A15 specific sched_clock implementationMarc Zyngier
2012-04-20ARM: local timers: Add A15 architected timer supportMarc Zyngier
2012-04-20ARM: local timers: reserve local_timer_register() to SMPMarc Zyngier
2012-04-20ARM: local timers: make the runtime registration interface mandatoryMarc Zyngier
2012-04-20ARM: local timers: convert MSM to runtime registration interfaceMarc Zyngier
2012-04-20ARM: local timers: convert exynos to runtime registration interfaceMarc Zyngier
2012-04-20ARM: smp_twd: remove old local timer interfaceMarc Zyngier
2012-04-20ARM: imx6q: convert to twd_local_timer_register() interfaceMarc Zyngier
2012-04-20ARM: highbank: convert to twd_local_timer_register() interfaceMarc Zyngier
2012-04-20ARM: ux500: convert to twd_local_timer_register() interfaceMarc Zyngier
2012-04-20ARM: shmobile: convert to twd_local_timer_register() interfaceMarc Zyngier
2012-04-20ARM: tegra: convert to twd_local_timer_register() interfaceMarc Zyngier
2012-04-20ARM: plat-versatile: convert to twd_local_timer_register() interfaceMarc Zyngier
2012-04-20ARM: OMAP4: convert to twd_local_timer_register() interfaceMarc Zyngier
2012-04-20ARM: smp_twd: add device tree supportMarc Zyngier
2012-04-20ARM: smp_twd: add runtime registration supportMarc Zyngier
2012-04-20ARM: local timers: introduce a new registration interfaceMarc Zyngier
2012-04-20ARM: smp_twd: make local_timer_stop a symbol instead of a #defineMarc Zyngier
2012-04-20ARM: realview: select SPARSE_IRQ and use NR_IRQS_LEGACY in mach descWill Deacon
2012-04-20ARM: realview: Initialise the L2 cache via early_initcallCatalin Marinas
2012-04-20ARM: realview: remove redundant write to SYS_RESETCTL on resetWill Deacon
2012-04-20ARM: realview: fix definition of GPIO0 interrupt on PB1176 to match TRMWill Deacon
2012-04-20ARM: vexpress: add support for motherboard CLCDWill Deacon
2012-04-20ARM: vexpress: add debug UARTs to DEBUG_LL kconfig choiceJonathan Austin
2012-04-20ARM: vexpress: Add RS1 UART for decompressor, selectable via DEBUG_LLJonathan Austin
2012-04-20ARM: vexpress: remove fragile UART detection mechanismJonathan Austin
2012-04-20ARM: vexpress: Motherboard RS1 memory map supportPawel Moll
2012-04-20ARM: vexpress: Add Device Tree supportPawel Moll
2012-04-16ARM: vexpress: Use FDT data in platform SMP callsPawel Moll
2012-04-16ARM: versatile: Map local timers using Device Tree when possiblePawel Moll
2012-04-16ARM: vexpress: Get rid of MMIO_P2VPawel Moll
2012-04-16net: smsc911x: fix skb handling in receive pathWill Deacon
2012-04-16ARM: LPAE: Invalidate the TLB for module addresses during translation faultCatalin Marinas
2012-04-16ARMv7: Do not clean the PTE if coherent page table walk is supportedCatalin Marinas
2012-04-16ARM: Do not call flush_cache_user_range with mmap_sem heldDima Zavin
2012-04-16ARM: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW on pre-ARMv6 CPUsCatalin Marinas
2012-04-16ARM: Remove current_mm per-cpu variableCatalin Marinas
2012-04-16ARM: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW on ASID-capable CPUsCatalin Marinas
2012-04-16ARM: Use TTBR1 instead of reserved context IDWill Deacon
2012-04-16sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas