summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)Author
2010-12-20ARM: include local timer irq stats only when local timers configuredRussell King
2010-12-20ARM: SMP: remove send_ipi_message()Russell King
2010-12-18Merge branch 'hw-breakpoint' of git://repo.or.cz/linux-2.6/linux-wd into deve...Russell King
2010-12-18ARM: smp: avoid incrementing mm_users on CPU startupRussell King
2010-12-16perf: Dynamic pmu typesPeter Zijlstra
2010-12-15ARM: hw_breakpoint: do not fail initcall if monitor mode is disabledWill Deacon
2010-12-14ARM: GIC: move enablement of PPI interrupts to gic.cRussell King
2010-12-07Merge commit 'v2.6.37-rc5' into perf/coreIngo Molnar
2010-12-06ARM: hw_breakpoint: fix warnings generated by sparseWill Deacon
2010-12-06ARM: ptrace: fix style issue with hw_breakpoint interfaceWill Deacon
2010-12-06ARM: hw_breakpoint: disallow per-cpu breakpoints without overflow handlerWill Deacon
2010-12-06ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpointsWill Deacon
2010-12-06ARM: hw_breakpoint: do not allocate new breakpoints with preemption disabledWill Deacon
2010-12-06ARM: hw_breakpoint: don't advertise reserved breakpointsWill Deacon
2010-12-06ARM: hw_breakpoint: disable preemption during debug exception handlingWill Deacon
2010-12-06ARM: hw_breakpoint: correct and simplify alignment fixup codeWill Deacon
2010-12-06ARM: hw_breakpoint: reset control registers in hotplug pathWill Deacon
2010-12-06ARM: hw_breakpoint: ensure OS lock is clear before writing to debug registersWill Deacon
2010-12-05ARM: move high-usage mostly read variables in setup.c to __read_mostlyRussell King
2010-12-05ARM: implement support for read-mostly sectionsRussell King
2010-12-04ARM: 6521/1: perf: use raw_spinlock_t for pmu_lockWill Deacon
2010-12-04ARM: 6512/1: perf: fix warnings generated by sparseWill Deacon
2010-12-04ARM: 6522/1: kexec: Add call to non-crashing cores through IPIPer Fransson
2010-12-04ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpersDave Martin
2010-12-03ARM: SMP: remove IRQ-disabling for smp_cross_call()Russell King
2010-12-03ARM: SMP: avoid using bitmasks and locks for IPIs, use hardware insteadRussell King
2010-12-03ARM: SMP: pass an ipi number to smp_cross_call()Russell King
2010-12-01ARM: module: ignore unwind for sections not marked SHF_ALLOCRussell King
2010-12-01ARM: module: clean up handling of ELF unwind tablesRussell King
2010-11-30ARM: 6504/1: Thumb-2: Fix long-distance conditional branches in head.S for Th...Dave Martin
2010-11-30ARM: 6500/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in kern...Dave Martin
2010-11-30ARM: 6497/1: kexec: Correct data alignment for CONFIG_THUMB2_KERNELDave Martin
2010-11-26ARM: pgtable: directly pass pgd/pmd/pte to their error functionsRussell King
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra
2010-11-26ARM: always build swp_emulate as ARMv7Russell King
2010-11-26Merge branch 'ftrace' of git://github.com/rabinv/linux-2.6 into devel-stableRussell King
2010-11-25ARM: perf: separate PMU backends into multiple filesWill Deacon
2010-11-25ARM: perf: encode PMU name in arm_pmu structureWill Deacon
2010-11-25ARM: perf: add _init() functions to PMUsWill Deacon
2010-11-25ARM: perf: avoid exposing internal stop function for v6 PMUWill Deacon
2010-11-25ARM: perf: consolidate common PMU behaviourWill Deacon
2010-11-19ARM: ftrace: graph tracer + dynamic ftraceRabin Vincent
2010-11-19ARM: ftrace: function graph tracer supportTim Bird
2010-11-19ARM: ftrace: use gas macros to avoid code duplicationRabin Vincent
2010-11-19ARM: place C irq handlers in IRQ_ENTRY for ftraceRabin Vincent
2010-11-07ARM: arch/arm/kernel/traps.c: Convert sprintf_symbol to %pSJoe Perches
2010-11-07ARM: arch/arm/kernel/hw_breakpoint.c: Convert WARN_ON to WARNJoe Perches
2010-11-07ARM: 6469/1: perf-events: squash compiler warningWill Deacon
2010-11-07ARM: 6468/1: backtrace: fix calculation of thread stack baseWill Deacon
2010-11-04ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processorsLeif Lindholm