summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-07-26ARM: 7787/1: virt: ensure visibility of __boot_cpu_modeMark Rutland1-0/+2
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-5/+0
2013-07-23Merge tag 'remove-local-timers' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2-108/+43
2013-07-22ARM: 7788/1: elf: fix lpae hwcap feature reporting in proc/cpuinfoTetsuyuki Kobayashi1-0/+1
2013-07-22ARM: 7786/1: hyp: fix macro parameterisationMark Rutland1-2/+2
2013-07-22ARM: entry: allow ARM-private syscalls to be restartedWill Deacon1-2/+2
2013-07-14arm: delete __cpuinit/__CPUINIT usage from all ARM usersPaul Gortmaker8-22/+18
2013-07-13Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-1/+4
2013-07-09ARM: 7778/1: smp_twd: twd_update_frequency need be run on all online CPUsJason Liu1-1/+1
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt1-10/+0
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt1-2/+3
2013-07-09reboot: arm: prepare reboot_mode for moving to generic kernel codeRobin Holt2-7/+7
2013-07-09ptrace/arm: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov1-8/+0
2013-07-09ARM: 7780/1: add missing linker section markup to head-common.SStephen Warren1-0/+3
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-222/+3
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner6-25/+52
2013-07-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds18-97/+456
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds10-16/+412
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-12/+0
2013-06-29ARM: dt: Only print warning, not WARN() on bad cpu map in device treeOlof Johansson1-2/+3
2013-06-29Merge branch 'devel-stable' into for-nextRussell King16-72/+813
2013-06-29Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-nextRussell King8-35/+48
2013-06-24ARM: smp: Remove local timer APIStephen Boyd1-69/+0
2013-06-24ARM: smp_twd: Divorce smp_twd from local timer APIStephen Boyd1-21/+43
2013-06-24ARM: smp: Remove duplicate dummy timer implementationStephen Boyd1-20/+2
2013-06-24Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman3-19/+41
2013-06-24ARM: 7769/1: Cortex-A15: fix erratum 798181 implementationMarc Zyngier1-16/+2
2013-06-24ARM: 7765/1: perf: Record the user-mode PC in the call chain.Jed Davis1-0/+1
2013-06-24ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel4-6/+9
2013-06-24ARM: 7763/1: kernel: fix __cpu_logical_map default initializationLorenzo Pieralisi2-2/+2
2013-06-24ARM: 7762/1: kernel: fix arm_dt_init_cpu_maps() to skip non-cpu nodesLorenzo Pieralisi1-0/+3
2013-06-20ARM: kernel: implement stack pointer save array through MPIDR hashingLorenzo Pieralisi3-18/+105
2013-06-20ARM: kernel: build MPIDR hash function data structureLorenzo Pieralisi1-0/+67
2013-06-20Merge tag 'imx-soc-3.11' of git://git.linaro.org/people/shawnguo/linux-2.6 in...Arnd Bergmann1-0/+2
2013-06-20Merge tag 'integrator-pci-for-arm-soc' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann1-4/+5
2013-06-18Merge branch 'for-rmk/arch-timer-cleanups' of git://linux-arm.org/linux-mr in...Russell King1-0/+7
2013-06-18Merge branch 'for-rmk/lpae' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King3-9/+20
2013-06-18Merge branch 'for-rmk/hugepages' of git://git.linaro.org/people/stevecapper/l...Russell King1-1/+0
2013-06-17Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman1-0/+2
2013-06-17ARM: 7759/1: decouple CPU offlining from reboot/shutdownStephen Warren3-19/+41
2013-06-17Merge branch 'ja-nommu-for-rmk-v2' of git://linux-arm.org/linux-ja into devel...Russell King5-37/+211
2013-06-17ARM: mpu: protect the vectors page with an MPU regionJonathan Austin2-2/+23
2013-06-17ARM: 7748/1: oabi: handle faults when loading swi instruction from userspaceWill Deacon1-13/+29
2013-06-12sched_clock: Make ARM's sched_clock generic for all architecturesStephen Boyd4-221/+3
2013-06-12ARM: sched_clock: Return suspended count earlierStephen Boyd1-3/+3
2013-06-12ARM: sched_clock: Remove unused needs_suspend memberStephen Boyd1-1/+0
2013-06-07ARM: mpu: add MPU initialisation for secondary coresJonathan Austin2-2/+13
2013-06-07ARM: mpu: add early bring-up code for the ARMv7 PMSA-compliant MPUJonathan Austin1-0/+87
2013-06-07ARM: nommu: Don't build smp_tlb.c for !CONFIG_MMUJonathan Austin1-1/+4
2013-06-07ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurationsWill Deacon1-28/+36