summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-12-18ARM: smp: avoid incrementing mm_users on CPU startupRussell King1-1/+0
2010-12-16perf: Dynamic pmu typesPeter Zijlstra1-1/+1
2010-12-15ARM: hw_breakpoint: do not fail initcall if monitor mode is disabledWill Deacon1-29/+25
2010-12-14ARM: GIC: move enablement of PPI interrupts to gic.cRussell King1-6/+1
2010-12-07Merge commit 'v2.6.37-rc5' into perf/coreIngo Molnar3-1/+10
2010-12-06ARM: hw_breakpoint: fix warnings generated by sparseWill Deacon1-7/+13
2010-12-06ARM: ptrace: fix style issue with hw_breakpoint interfaceWill Deacon1-2/+2
2010-12-06ARM: hw_breakpoint: disallow per-cpu breakpoints without overflow handlerWill Deacon1-2/+4
2010-12-06ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpointsWill Deacon1-41/+40
2010-12-06ARM: hw_breakpoint: do not allocate new breakpoints with preemption disabledWill Deacon1-57/+77
2010-12-06ARM: hw_breakpoint: don't advertise reserved breakpointsWill Deacon1-89/+117
2010-12-06ARM: hw_breakpoint: disable preemption during debug exception handlingWill Deacon3-5/+36
2010-12-06ARM: hw_breakpoint: correct and simplify alignment fixup codeWill Deacon1-26/+31
2010-12-06ARM: hw_breakpoint: reset control registers in hotplug pathWill Deacon1-1/+15
2010-12-06ARM: hw_breakpoint: ensure OS lock is clear before writing to debug registersWill Deacon1-5/+22
2010-12-05ARM: move high-usage mostly read variables in setup.c to __read_mostlyRussell King1-8/+8
2010-12-05ARM: implement support for read-mostly sectionsRussell King1-0/+1
2010-12-04ARM: 6521/1: perf: use raw_spinlock_t for pmu_lockWill Deacon4-35/+35
2010-12-04ARM: 6512/1: perf: fix warnings generated by sparseWill Deacon4-23/+23
2010-12-04ARM: 6522/1: kexec: Add call to non-crashing cores through IPIPer Fransson1-0/+30
2010-12-04ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpersDave Martin1-1/+1
2010-12-03ARM: SMP: remove IRQ-disabling for smp_cross_call()Russell King1-6/+0
2010-12-03ARM: SMP: avoid using bitmasks and locks for IPIs, use hardware insteadRussell King1-61/+26
2010-12-03ARM: SMP: pass an ipi number to smp_cross_call()Russell King2-9/+3
2010-12-01ARM: module: ignore unwind for sections not marked SHF_ALLOCRussell King1-0/+3
2010-12-01ARM: module: clean up handling of ELF unwind tablesRussell King1-55/+51
2010-11-30ARM: 6504/1: Thumb-2: Fix long-distance conditional branches in head.S for Th...Dave Martin1-0/+3
2010-11-30ARM: 6500/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in kern...Dave Martin1-0/+4
2010-11-30ARM: 6497/1: kexec: Correct data alignment for CONFIG_THUMB2_KERNELDave Martin1-0/+2
2010-11-26ARM: pgtable: directly pass pgd/pmd/pte to their error functionsRussell King1-6/+6
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra1-1/+1
2010-11-26ARM: always build swp_emulate as ARMv7Russell King1-0/+1
2010-11-26Merge branch 'ftrace' of git://github.com/rabinv/linux-2.6 into devel-stableRussell King6-74/+244
2010-11-25ARM: perf: separate PMU backends into multiple filesWill Deacon4-2352/+2390
2010-11-25ARM: perf: encode PMU name in arm_pmu structureWill Deacon1-11/+8
2010-11-25ARM: perf: add _init() functions to PMUsWill Deacon1-20/+45
2010-11-25ARM: perf: avoid exposing internal stop function for v6 PMUWill Deacon1-1/+1
2010-11-25ARM: perf: consolidate common PMU behaviourWill Deacon1-93/+38
2010-11-19ARM: ftrace: graph tracer + dynamic ftraceRabin Vincent2-5/+76
2010-11-19ARM: ftrace: function graph tracer supportTim Bird3-1/+82
2010-11-19ARM: ftrace: use gas macros to avoid code duplicationRabin Vincent1-66/+80
2010-11-19ARM: place C irq handlers in IRQ_ENTRY for ftraceRabin Vincent3-3/+7
2010-11-07ARM: arch/arm/kernel/traps.c: Convert sprintf_symbol to %pSJoe Perches1-4/+1
2010-11-07ARM: arch/arm/kernel/hw_breakpoint.c: Convert WARN_ON to WARNJoe Perches1-2/+1
2010-11-07ARM: 6469/1: perf-events: squash compiler warningWill Deacon1-1/+1
2010-11-07ARM: 6468/1: backtrace: fix calculation of thread stack baseWill Deacon2-2/+2
2010-11-04ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processorsLeif Lindholm2-0/+268
2010-11-04ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas3-6/+17
2010-10-30Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-0/+4
2010-10-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-1/+1