summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cleanup' into for-linusRussell King2013-05-022-13/+13
|\
| * ARM: cleanup gate_vma initializationRussell King2013-02-231-6/+7
| * ARM: cleanup undefined instruction entry codeRussell King2013-02-231-7/+6
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King2013-05-0214-91/+230
|\ \ \ \ \ \
| | | | | * | ARM: smp: flush L1 cache in cpu_die()Russell King2013-04-181-4/+38
| | | | * | | ARM: 7688/1: add support for context tracking subsystemKevin Hilman2013-04-033-0/+32
| | | | * | | ARM: 7683/1: pci: add a align_resource hookThomas Petazzoni2013-04-031-0/+6
| | | | * | | ARM: 7676/1: fix a wrong value returned from CALLER_ADDRnKeun-O Park2013-03-191-2/+3
| | * | | | | ARM: 7700/2: Make cpu_init() notraceJon Medhurst2013-04-261-1/+1
| | * | | | | ARM: 7703/1: Disable preemption in broadcast_tlb*_a15_erratum()Catalin Marinas2013-04-251-4/+5
| | * | | | | ARM: 7699/1: sched_clock: Add more notrace to prevent recursionStephen Boyd2013-04-191-2/+2
| | * | | | | ARM: 7698/1: perf: fix group validation when using enable_on_execWill Deacon2013-04-171-1/+4
| | * | | | | ARM: 7697/1: hw_breakpoint: do not use __cpuinitdata for dbg_cpu_pm_nbBastian Hecht2013-04-171-1/+1
| | * | | | | ARM: 7694/1: ARM, TCM: initialize TCM in paging_init(), instead of setup_arch()Joonsoo Kim2013-04-173-21/+0
| | | |_|/ / | | |/| | |
| | * | | | ARM: 7690/1: mm: fix CONFIG_LPAE typosPaul Bolle2013-04-032-2/+2
| | * | | | ARM: 7689/1: add unwind annotations to ftrace asmRabin Vincent2013-04-031-0/+12
| | * | | | ARM: 7685/1: delay: use private ticks_per_jiffy field for timer-based delay opsWill Deacon2013-04-031-3/+0
| | * | | | ARM: 7684/1: errata: Workaround for Cortex-A15 erratum 798181 (TLBI/DSB opera...Catalin Marinas2013-04-031-0/+66
| | * | | | ARM: 7681/1: hw_breakpoint: use warn_once to avoid spam from reset_ctrl_regs()Santosh Shilimkar2013-03-221-3/+3
| | * | | | ARM: 7680/1: Detect support for SDIV/UDIV from ISAR0 registerStephen Boyd2013-03-221-0/+20
| | * | | | ARM: 7679/1: Clear IDIVT hwcap if CONFIG_ARM_THUMB=nStephen Boyd2013-03-221-1/+1
| | |/ / /
| * | | | ARM: entry: move disable_irq_notrace into svc_exitRussell King2013-04-032-18/+6
| * | | | ARM: entry: move IRQ tracing exit into svc_exitRussell King2013-04-032-28/+31
| * | | | ARM: entry-common: get rid of unnecessary ifdefsRussell King2013-04-031-4/+1
| |/ / /
* | | | Merge branch 'mcpm' of git://git.linaro.org/people/nico/linux into devel-stableRussell King2013-04-2510-11/+51
|\ \ \ \
| * | | | ARM: mcpm_head.S: vlock-based first man electionDave Martin2013-04-241-0/+1
| * | | | ARM: mcpm: introduce helpers for platform coherency exit/setupDave Martin2013-04-241-0/+3
| |/ / /
| * / / ARM: 7674/1: smp: Avoid dummy clockevent being preferred over real hardware c...Santosh Shilimkar2013-03-151-1/+1
| |/ /
| * | ARM: 7667/1: perf: Fix section mismatch on armpmu_init()Stephen Boyd2013-03-071-1/+1
| * | ARM: 7665/1: Wire up kcmp syscallCyrill Gorcunov2013-03-031-1/+1
| * | ARM: 7664/1: perf: remove erroneous semicolon from event initialisationChen Gang2013-03-031-1/+1
| * | ARM: 7663/1: perf: fix ARMv7 EVTYPE_MASK to include NSH bitWill Deacon2013-03-031-1/+1
| * | ARM: 7662/1: hw_breakpoint: reset debug logic on secondary CPUs in s2ram resumeDietmar Eggemann2013-03-031-1/+1
| * | ARM: 7661/1: mm: perform explicit branch predictor maintenance when requiredWill Deacon2013-03-032-0/+2
| * | ARM: 7660/1: tlb: add branch predictor maintenance operationsWill Deacon2013-03-031-0/+12
| * | ARM: 7659/1: mm: make mm->context.id an atomic64_t variableWill Deacon2013-03-031-1/+1
| * | ARM: 7657/1: head: fix swapper and idmap population with LPAE and big-endianWill Deacon2013-03-031-4/+22
| * | ARM: 7655/1: smp_twd: make twd_local_timer_of_register() no-op for nosmpShawn Guo2013-03-031-0/+4
* | | Merge branch 'kvm-arm-fixes' of git://github.com/columbia/linux-kvm-arm into ...Russell King2013-03-151-4/+4
|\ \ \
| * | | ARM: KVM: abstract fault register accessesMarc Zyngier2013-03-071-4/+4
* | | | Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King2013-03-094-5/+16
|\ \ \ \ | |_|/ / |/| | |
| * | | ARM: use read_cpuid_id() instead of read_cpuid(CPUID_ID)Uwe Kleine-König2013-01-312-2/+2
| * | | ARM: let CPUs not being able to run in ARM mode enter in THUMB modeUwe Kleine-König2013-01-311-1/+7
| * | | ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15Uwe Kleine-König2013-01-311-2/+7
* | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-03-031-2/+3
|\ \ \ \ | |_|/ / |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linusRussell King2013-03-032-2/+5
| |\ \ \ \
| | * | | | ARM: 7653/2: do not scale loops_per_jiffy when using a constant delay clockNicolas Pitre2013-02-211-0/+3
| * | | | | ARM: 7651/1: remove unused smp_timer_broadcast #defineMark Rutland2013-02-141-2/+0
| * | | | | Merge branch 'for-rmk/broadcast' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2013-02-044-22/+16
| |\ \ \ \ \
* | | | | | | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-3/+3