summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel-stable' into for-nextRussell King2013-06-2916-72/+813
|\
| * ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi2013-06-203-18/+105
| * ARM: kernel: build MPIDR hash function data structureLorenzo Pieralisi2013-06-201-0/+67
| * Merge branch 'for-rmk/arch-timer-cleanups' of git://linux-arm.org/linux-mr in...Russell King2013-06-181-0/+7
| |\
| | * ARM: arch_timer: stop virtual timer when booted in HYP modeMarc Zyngier2013-06-071-0/+5
| | * ARM: hyp: initialize CNTVOFF to zeroMarc Zyngier2013-06-071-0/+2
| * | Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King2013-06-183-9/+20
| |\ \
| | * | ARM: elf: add new hwcap for identifying atomic ldrd/strd instructionsWill Deacon2013-05-301-1/+7
| | * | ARM: LPAE: accomodate >32-bit addresses for page table baseCyril Chemparathy2013-05-302-8/+13
| | |/
| * | Merge branch 'for-rmk/hugepages' of git://git.linaro.org/people/stevecapper/l...Russell King2013-06-181-1/+0
| |\|
| * | Merge branch 'ja-nommu-for-rmk-v2' of git://linux-arm.org/linux-ja into devel...Russell King2013-06-175-37/+211
| |\ \
| | * | ARM: mpu: protect the vectors page with an MPU regionJonathan Austin2013-06-172-2/+23
| | * | ARM: mpu: add MPU initialisation for secondary coresJonathan Austin2013-06-072-2/+13
| | * | ARM: mpu: add early bring-up code for the ARMv7 PMSA-compliant MPUJonathan Austin2013-06-071-0/+87
| | * | ARM: nommu: Don't build smp_tlb.c for !CONFIG_MMUJonathan Austin2013-06-071-1/+4
| | * | ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurationsWill Deacon2013-06-071-28/+36
| | * | ARM: nommu: do not initialise page tables in secondary_data structureWill Deacon2013-06-071-0/+2
| | * | ARM: nommu: add entry point for secondary CPUs to head-nommu.SWill Deacon2013-06-071-4/+46
| * | | ARM: 7745/1: psci: fix building without HOTPLUG_CPUArnd Bergmann2013-06-051-2/+2
| |/ /
| * | Merge tag '3.10-rc2-psci-ops-11-tag' of git://git.kernel.org/pub/scm/linux/ke...Russell King2013-05-224-6/+99
| |\ \
| | * | ARM: Enable selection of SMP operations at boot timeJon Medhurst2013-05-211-4/+6
| | * | arm: introduce psci_smp_opsStefano Stabellini2013-05-214-6/+97
| * | | Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King2013-05-227-6/+308
| |\ \ \
| | * | | ARM: ARMv7-M: Allow the building of new kernel portUwe Kleine-König2013-04-171-1/+7
| | * | | ARM: ARMv7-M: Add support for exception handlingUwe Kleine-König2013-04-173-0/+271
| | * | | ARM: Add base support for ARMv7-MCatalin Marinas2013-04-173-5/+30
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King2013-06-298-35/+48
|\ \ \ \ \ \ \ | | | | |_|/ / | | | |/| | / | | |_|_|_|/ | |/| | | |
| | * | | | ARM: 7769/1: Cortex-A15: fix erratum 798181 implementationMarc Zyngier2013-06-241-16/+2
| | * | | | ARM: 7765/1: perf: Record the user-mode PC in the call chain.Jed Davis2013-06-241-0/+1
| | * | | | ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel2013-06-244-6/+9
| | * | | | ARM: 7748/1: oabi: handle faults when loading swi instruction from userspaceWill Deacon2013-06-171-13/+29
| | * | | | ARM: 7669/1: keep __my_cpu_offset consistent with generic oneMing Lei2013-05-151-0/+7
| | |/ / /
* | | | | ARM: 7763/1: kernel: fix __cpu_logical_map default initializationLorenzo Pieralisi2013-06-242-2/+2
* | | | | ARM: 7762/1: kernel: fix arm_dt_init_cpu_maps() to skip non-cpu nodesLorenzo Pieralisi2013-06-241-0/+3
* | | | | ARM: 7759/1: decouple CPU offlining from reboot/shutdownStephen Warren2013-06-173-19/+41
* | | | | ARM: 7742/1: topology: export cpu_topologyArnd Bergmann2013-06-051-0/+2
|/ / / /
* | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-251-1/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: 7727/1: remove the .vm_mm value from gate_vmaSteven Capper2013-05-221-1/+0
| |/ /
* / / ARM: smp: Drop RCU_NONIDLE usage in cpu_die()Stephen Boyd2013-05-211-1/+1
|/ /
* | Merge branch 'late/fixes' into fixesOlof Johansson2013-05-092-1/+19
|\ \
| * | ARM: default machine descriptor for multiplatformArnd Bergmann2013-04-292-1/+19
* | | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-073-19/+32
|\ \ \
| * \ \ Merge branch 'late/clksrc' into late/cleanupArnd Bergmann2013-05-066-45/+49
| |\ \ \
| | * \ \ Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson2013-04-173-19/+32
| | |\ \ \
| | | * | | ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring2013-04-111-14/+3
| | | * | | ARM: make machine_desc->init_time default to clocksource_of_initArnd Bergmann2013-04-111-1/+6
| | | * | | ARM: arch_timer: use full 64-bit counter for sched_clockRob Herring2013-04-111-5/+13
| | | * | | ARM: make sched_clock just call a function pointerRob Herring2013-04-101-1/+8
| | | * | | ARM: sched_clock: allow changing to higher frequency counterRob Herring2013-04-101-1/+5
| | | |/ /
| | * | | Merge tag 'omap-for-v3.10/timer-signed' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2013-04-082-13/+13
| | |\ \ \