summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2010-12-226-14/+147
|\
| * ARM: pxa: add iwmmx support for PJ4Haojian Zhuang2010-12-203-13/+137
| * 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
* | Merge branch 'hw-breakpoint' of git://repo.or.cz/linux-2.6/linux-wd into deve...Russell King2010-12-184-226/+344
|\ \
| * | ARM: hw_breakpoint: do not fail initcall if monitor mode is disabledWill Deacon2010-12-151-29/+25
| * | ARM: hw_breakpoint: fix warnings generated by sparseWill Deacon2010-12-061-7/+13
| * | ARM: ptrace: fix style issue with hw_breakpoint interfaceWill Deacon2010-12-061-2/+2
| * | ARM: hw_breakpoint: disallow per-cpu breakpoints without overflow handlerWill Deacon2010-12-061-2/+4
| * | ARM: hw_breakpoint: unify single-stepping code for watchpoints and breakpointsWill Deacon2010-12-061-41/+40
| * | ARM: hw_breakpoint: do not allocate new breakpoints with preemption disabledWill Deacon2010-12-061-57/+77
| * | ARM: hw_breakpoint: don't advertise reserved breakpointsWill Deacon2010-12-061-89/+117
| * | ARM: hw_breakpoint: disable preemption during debug exception handlingWill Deacon2010-12-063-5/+36
| * | ARM: hw_breakpoint: correct and simplify alignment fixup codeWill Deacon2010-12-061-26/+31
| * | ARM: hw_breakpoint: reset control registers in hotplug pathWill Deacon2010-12-061-1/+15
| * | ARM: hw_breakpoint: ensure OS lock is clear before writing to debug registersWill Deacon2010-12-061-5/+22
| |/
* | ARM: 6521/1: perf: use raw_spinlock_t for pmu_lockWill Deacon2010-12-044-35/+35
* | ARM: 6512/1: perf: fix warnings generated by sparseWill Deacon2010-12-044-23/+23
* | 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
|/
* 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
* ARM: 6469/1: perf-events: squash compiler warningWill Deacon2010-11-071-1/+1
* ARM: 6468/1: backtrace: fix calculation of thread stack baseWill Deacon2010-11-072-2/+2
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-302-0/+4
|\
| * Merge branch 'devel-stable' into develRussell King2010-10-281-0/+3
| |\
| | * Merge branch 'l2x0-pull-rmk' of git://dev.omapzoom.org/pub/scm/santosh/kernel...Russell King2010-10-281-0/+3
| | |\
| | | * arm: Disable outer (L2) cache in kexecThomas Gleixner2010-10-261-0/+3
| * | | ARM: 6465/1: Fix data abort accessing proc_info from __lookup_processor_typeTony Lindgren2010-10-271-0/+1
| |/ /
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-10-291-1/+1
|\ \ \
| * | | kgdb,arm: fix register dumpRabin Vincent2010-10-291-1/+1
| |/ /
* | | ptrace: cleanup arch_ptrace() on ARMNamhyung Kim2010-10-271-12/+13
* | | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
|/ /
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-10-2119-405/+1914
|\ \ \
| * | | arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre2010-10-201-2/+0
| * | | arm: use addruart macro to establish debug mappingsJeremy Kerr2010-10-201-4/+19
| * | | arm: return both physical and virtual addresses from addruartJeremy Kerr2010-10-201-3/+19
| * | | arm/debug: consolidate addruart macros for CONFIG_DEBUG_ICEDCCJeremy Kerr2010-10-201-11/+2
OpenPOWER on IntegriCloud