summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)Author
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd
2013-06-12ARM: sched_clock: Return suspended count earlierStephen Boyd
2013-06-12ARM: sched_clock: Remove unused needs_suspend memberStephen Boyd
2013-06-07ARM: mpu: add MPU initialisation for secondary coresJonathan Austin
2013-06-07ARM: mpu: add early bring-up code for the ARMv7 PMSA-compliant MPUJonathan Austin
2013-06-07ARM: nommu: Don't build smp_tlb.c for !CONFIG_MMUJonathan Austin
2013-06-07ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurationsWill Deacon
2013-06-07ARM: nommu: do not initialise page tables in secondary_data structureWill Deacon
2013-06-07ARM: nommu: add entry point for secondary CPUs to head-nommu.SWill Deacon
2013-06-07ARM: arch_timer: stop virtual timer when booted in HYP modeMarc Zyngier
2013-06-07ARM: hyp: initialize CNTVOFF to zeroMarc Zyngier
2013-06-05ARM: 7745/1: psci: fix building without HOTPLUG_CPUArnd Bergmann
2013-06-05ARM: 7742/1: topology: export cpu_topologyArnd Bergmann
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell
2013-06-03ARM: pci: create pci_common_init_dev()Linus Walleij
2013-06-01Merge branch 'depends/rmk-devel-stable' into next/socOlof Johansson
2013-05-30ARM: elf: add new hwcap for identifying atomic ldrd/strd instructionsWill Deacon
2013-05-30ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy
2013-05-25Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-05-22ARM: 7727/1: remove the .vm_mm value from gate_vmaSteven Capper
2013-05-22Merge tag '3.10-rc2-psci-ops-11-tag' of git://git.kernel.org/pub/scm/linux/ke...Russell King
2013-05-22Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King
2013-05-21ARM: smp: Drop RCU_NONIDLE usage in cpu_die()Stephen Boyd
2013-05-21ARM: Enable selection of SMP operations at boot timeJon Medhurst
2013-05-21arm: introduce psci_smp_opsStefano Stabellini
2013-05-15ARM: 7669/1: keep __my_cpu_offset consistent with generic oneMing Lei
2013-05-09Merge branch 'late/fixes' into fixesOlof Johansson
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-05-06Merge branch 'late/clksrc' into late/cleanupArnd Bergmann
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-05-05arm: single_open() leaksAl Viro
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2013-05-02Merge branch 'cleanup' into for-linusRussell King
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01ARM/etm/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-05-01dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-05-01dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30early_printk: consolidate random copies of identical codeThomas Gleixner
2013-04-29ARM: default machine descriptor for multiplatformArnd Bergmann
2013-04-29arm: Don't use create_proc_read_entry()David Howells
2013-04-29ARM: KVM: promote vfp_host pointer to generic host cpu contextMarc Zyngier
2013-04-29ARM: KVM: enforce maximum size for identity mapped codeMarc Zyngier
2013-04-28Merge branch 'fixes' into next/cleanupOlof Johansson
2013-04-26ARM: 7700/2: Make cpu_init() notraceJon Medhurst
2013-04-25Merge branch 'kvm-arm-cleanup' from git://github.com/columbia/linux-kvm-arm.gitGleb Natapov
2013-04-25ARM: 7703/1: Disable preemption in broadcast_tlb*_a15_erratum()Catalin Marinas