summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-12-20ARM: CPU hotplug: move cpu_killed completion to core codeRussell King1-1/+13
2010-12-20ARM: SMP: consolidate trace_hardirqs_off() into common SMP codeRussell King1-0/+1
2010-12-20ARM: SMP: consolidate the common parts of smp_prepare_cpus()Russell King1-11/+38
2010-12-20ARM: SMP: ensure smp_send_stop() waits for CPUs to stopRussell King1-3/+15
2010-12-20ARM: SMP: use more sane register allocation for __fixup_smp_on_upRussell King1-17/+22
2010-12-20ARM: SMP: collect IPI and local timer IRQs for /proc/statRussell King1-0/+15
2010-12-20ARM: SMP: provide individual IPI interrupt statisticsRussell King2-6/+24
2010-12-20ARM: pxa: add iwmmx support for PJ4Haojian Zhuang3-13/+137
2010-12-20ARM: fix /proc/interrupts formattingRussell King3-15/+20
2010-12-20ARM: SMP: move ipi_count into irq_stat structureRussell King1-12/+2
2010-12-20ARM: SMP: provide accessors for irq_stat dataRussell King1-2/+2
2010-12-20ARM: include local timer irq stats only when local timers configuredRussell King2-12/+14
2010-12-20ARM: SMP: remove send_ipi_message()Russell King1-13/+5
2010-12-18Merge branch 'hw-breakpoint' of git://repo.or.cz/linux-2.6/linux-wd into deve...Russell King4-226/+344
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