summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)Author
2013-03-01timer: fix the too many reries on the per-cpu event deviceJason Liu
2012-09-26ARM: etm: Add sysfs entry to enable return stack if supportedArve Hjønnevåg
2012-09-26ARM: etm: Add sysfs entry to disable branch_output flagArve Hjønnevåg
2012-09-26ARM: etm: Add sysfs entry to set context-id-sizeArve Hjønnevåg
2012-09-26ARM: etm: Add sysfs entry to enable timestamps if supportedArve Hjønnevåg
2012-09-26ARM: etm: Check arch version and disable data tracing for ptmArve Hjønnevåg
2012-09-26ARM: etm: Wait for etm/ptm(s) to stop before requesting PowerDownArve Hjønnevåg
2012-09-26ARM: etm: Power down etm(s) when tracing is not enabledArve Hjønnevåg
2012-09-26ARM: etm: Support multiple ETMs/PTMs.Arve Hjønnevåg
2012-09-26ARM: etm: Return the entire trace buffer if it is empty after resetArve Hjønnevåg
2012-09-26ARM: etm: Add some missing locks and error checksArve Hjønnevåg
2012-09-26ARM: etm: Configure data tracingArve Hjønnevåg
2012-09-26ARM: etm: Allow range selectionArve Hjønnevåg
2012-09-26ARM: etm: Don't try to clear the buffer full status after reading the bufferArve Hjønnevåg
2012-09-26ARM: etm: Don't limit tracing to only non-secure code.Arve Hjønnevåg
2012-09-26ARM: etm: Don't require clock controlArve Hjønnevåg
2012-07-25ARM: fix rcu stalls on SMP platformsRussell King
2012-07-20ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpusLinus Walleij
2012-07-20ARM: 7406/1: hotplug: copy the affinity mask when forcefully migrating IRQsWill Deacon
2012-07-20ARM: 7317/1: irq: avoid NULL check in for_each_irq_desc loopWill Deacon
2012-07-20ARM: CPU hotplug: ensure we migrate all IRQs off a downed CPURussell King
2012-07-20ARM: CPU hotplug: pass in proper affinity mask on IRQ migrationRussell King
2012-07-20ARM: CPU hotplug: fix abuse of irqdesc->nodeRussell King
2012-07-20ARM: introduce handle_IRQ() not to dump exception stackRussell King - ARM Linux
2012-07-20ARM: SMP: use a timing out completion for cpu hotplugRussell King
2012-07-20sched: Cleanup cpu_active madnessPeter Zijlstra
2012-07-20ARM: fix rcu stalls on SMP platformsRussell King
2012-07-20ARM: smpboot: Enable irqs on secondary CPU after marking it online/activeThomas Gleixner
2012-07-20ENGR00177745-2 Add interactive cpufreq governorAnson Huang
2012-07-20ENGR00177757 Fix suspend/resume issue when enable localtimerAnson Huang
2012-07-20ENGR00176068-2 smp_twd: reconfigure clockevents after cpufreq changeXinyu Chen
2012-07-20ARM: twd: register clockevents device before enabling PPIWill Deacon
2012-06-01ARM: 7409/1: Do not call flush_cache_user_range with mmap_sem heldDima Zavin
2012-06-01ARM: 7365/1: drop unused parameter from flush_cache_user_rangeDima Zavin
2012-05-21ARM: 7414/1: SMP: prevent use of the console when using idmap_pgdColin Cross
2012-05-21ARM: 7410/1: Add extra clobber registers for assembly in kernel_execveTim Bird
2012-02-13ARM: 7308/1: vfp: flush thread hwstate before copying ptrace registersWill Deacon
2012-02-13ARM: 7307/1: vfp: fix ptrace regset modification raceDave Martin
2012-02-13ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframeWill Deacon
2011-12-09ARM: 7161/1: errata: no automatic store buffer drainWill Deacon
2011-11-26ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processorsCatalin Marinas
2011-10-25ARM: 7117/1: perf: fix HW_CACHE_* events on Cortex-A9Will Deacon
2011-10-03ARM: 7091/1: errata: D-cache line maintenance operation by MVA may not succeedWill Deacon
2011-07-07ARM: 6994/1: smp_twd: Fix typo in 'twd_timer_rate' printingVitaly Kuzmichev
2011-07-05ARM: move memory layout sanity checking before meminfo initializationRussell King
2011-07-05ARM: 6989/1: perf: do not start the PMU when no events are presentWill Deacon
2011-06-21ARM: SMP: wait for CPU to be marked activeRussell King
2011-06-17ARM: 6963/1: Thumb-2: Relax relocation requirements for non-function symbolsDave Martin
2011-06-09ARM: extend Code: line by one 16-bit quantity for Thumb instructionsRussell King
2011-06-09ARM: 6955/1: cmpxchg syscall should data abort if page not writePo-Yu Chuang