summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | ARM: SMP: ensure smp_send_stop() waits for CPUs to stopRussell King2010-12-201-3/+15
| | | * | | | ARM: SMP: use more sane register allocation for __fixup_smp_on_upRussell King2010-12-201-17/+22
| | | * | | | ARM: SMP: collect IPI and local timer IRQs for /proc/statRussell King2010-12-201-0/+15
| | | * | | | ARM: SMP: provide individual IPI interrupt statisticsRussell King2010-12-202-6/+24
| | | * | | | ARM: fix /proc/interrupts formattingRussell King2010-12-203-15/+20
| | | * | | | ARM: SMP: move ipi_count into irq_stat structureRussell King2010-12-201-12/+2
| | | * | | | ARM: SMP: provide accessors for irq_stat dataRussell King2010-12-201-2/+2
| | | * | | | ARM: include local timer irq stats only when local timers configuredRussell King2010-12-202-12/+14
| | | * | | | ARM: SMP: remove send_ipi_message()Russell King2010-12-201-13/+5
| | | * | | | ARM: SMP: remove IRQ-disabling for smp_cross_call()Russell King2010-12-031-6/+0
| | | * | | | ARM: SMP: avoid using bitmasks and locks for IPIs, use hardware insteadRussell King2010-12-031-61/+26
| | | * | | | ARM: SMP: pass an ipi number to smp_cross_call()Russell King2010-12-032-9/+3
| | | |/ / /
| | * | | | ARM: provide an early platform initialization hookRussell King2010-12-241-0/+3
| | * | | | ARM: simplify early machine init hooksRussell King2010-12-243-16/+10
| | * | | | ARM: 6538/1: Subarch IRQ handler macros V3Magnus Damm2010-12-241-29/+2
| | * | | | ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-timeeric miao2010-12-242-2/+18
| | * | | | ARM: move high-usage mostly read variables in setup.c to __read_mostlyRussell King2010-12-051-8/+8
| | * | | | ARM: implement support for read-mostly sectionsRussell King2010-12-051-0/+1
| | * | | | ARM: always build swp_emulate as ARMv7Russell King2010-11-261-0/+1
| | * | | | ARM: 6396/1: Add SWP/SWPB emulation for ARMv7 processorsLeif Lindholm2010-11-042-0/+268
| | * | | | ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas2010-11-043-6/+17
| * | | | | Merge branch 'clksrc' into develRussell King2011-01-0511-2488/+2733
| |\ \ \ \ \
| | * | | | | ARM: sched_clock: provide common infrastructure for sched_clock()Russell King2010-12-222-0/+70
| | | |_|/ / | | |/| | |
| | * | | | Merge branch 'ftrace' of git://github.com/rabinv/linux-2.6 into devel-stableRussell King2010-11-266-74/+244
| | |\ \ \ \
| | | * | | | ARM: ftrace: graph tracer + dynamic ftraceRabin Vincent2010-11-192-5/+76
| | | * | | | ARM: ftrace: function graph tracer supportTim Bird2010-11-193-1/+82
| | | * | | | ARM: ftrace: use gas macros to avoid code duplicationRabin Vincent2010-11-191-66/+80
| | | * | | | ARM: place C irq handlers in IRQ_ENTRY for ftraceRabin Vincent2010-11-193-3/+7
| | | | |/ / | | | |/| |
| | * | | | ARM: perf: separate PMU backends into multiple filesWill Deacon2010-11-254-2352/+2390
| | * | | | ARM: perf: encode PMU name in arm_pmu structureWill Deacon2010-11-251-11/+8
| | * | | | ARM: perf: add _init() functions to PMUsWill Deacon2010-11-251-20/+45
| | * | | | ARM: perf: avoid exposing internal stop function for v6 PMUWill Deacon2010-11-251-1/+1
| | * | | | ARM: perf: consolidate common PMU behaviourWill Deacon2010-11-251-93/+38
| | |/ / /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---------. \ \ \ Merge branches 'ftrace', 'gic', 'io', 'kexec', 'mod', 'sa11x0', 'sh' and 'ver...Russell King2011-01-053-61/+85
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | / / | | | | | | | |/ / | | | | | |_|_| / | | | | |/| | |
| | | | | | * | ARM: module: ignore unwind for sections not marked SHF_ALLOCRussell King2010-12-011-0/+3
| | | | | | * | ARM: module: clean up handling of ELF unwind tablesRussell King2010-12-011-55/+51
| | | | | | |/
| | | | | * | ARM: 6522/1: kexec: Add call to non-crashing cores through IPIPer Fransson2010-12-041-0/+30
| | | |_|/ / | | |/| | |
| | | * | | ARM: GIC: move enablement of PPI interrupts to gic.cRussell King2010-12-141-6/+1
| | | |/ /
* | | | | Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-052-1/+6
|\ \ \ \ \ | |/ / / /
| * | | | ARM: 6540/1: Stop irqsoff trace on return to userTodd Android Poynor2010-12-241-0/+6
| * | | | ARM: smp: avoid incrementing mm_users on CPU startupRussell King2010-12-181-1/+0
| | |/ / | |/| |
* | | | perf: Dynamic pmu typesPeter Zijlstra2010-12-161-1/+1
* | | | Merge commit 'v2.6.37-rc5' into perf/coreIngo Molnar2010-12-073-1/+10
|\ \ \ \ | |/ / /
| * | | ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpersDave Martin2010-12-041-1/+1
| * | | ARM: 6504/1: Thumb-2: Fix long-distance conditional branches in head.S for Th...Dave Martin2010-11-301-0/+3
| * | | ARM: 6500/1: Thumb-2: Correct data alignment for CONFIG_THUMB2_KERNEL in kern...Dave Martin2010-11-301-0/+4
| * | | ARM: 6497/1: kexec: Correct data alignment for CONFIG_THUMB2_KERNELDave Martin2010-11-301-0/+2
| |/ /
* | | perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-261-1/+1
|/ /
* | ARM: arch/arm/kernel/traps.c: Convert sprintf_symbol to %pSJoe Perches2010-11-071-4/+1
* | ARM: arch/arm/kernel/hw_breakpoint.c: Convert WARN_ON to WARNJoe Perches2010-11-071-2/+1
OpenPOWER on IntegriCloud