summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-armv.S
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel2013-06-241-2/+3
* Merge branch 'cleanup' into for-linusRussell King2013-05-021-7/+6
|\
| * ARM: cleanup undefined instruction entry codeRussell King2013-02-231-7/+6
| |
| \
*-. \ Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King2013-05-021-44/+2
|\ \ \ | |_|/ |/| |
| | * ARM: 7688/1: add support for context tracking subsystemKevin Hilman2013-04-031-0/+1
| |/ |/|
| * ARM: entry: move disable_irq_notrace into svc_exitRussell King2013-04-031-18/+0
| * ARM: entry: move IRQ tracing exit into svc_exitRussell King2013-04-031-26/+1
|/
* ARM: Fix undefined instruction exception handlingRussell King2012-07-311-39/+72
* ARM: 7425/1: extable: ensure fixup entries are 4-byte alignedWill Deacon2012-06-161-0/+1
* ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King2012-05-051-4/+0
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-291-0/+1
|\
| * ARM: create a common IOMEM definitionRob Herring2012-03-131-0/+1
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+1
|\ \ | |/ |/|
| * Disintegrate asm/system.h for ARMDavid Howells2012-03-281-1/+1
* | ARM: make entry-macro.S depend on !MULTI_IRQ_HANDLERRob Herring2012-02-211-1/+2
|/
* ARM: 7314/1: kuser: consistently use usr_ret for returning from helpersWill Deacon2012-02-031-1/+1
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2011-12-051-1/+1
|\
| * ARM: 7170/2: fix compilation breakage in entry-armv.SGuennadi Liakhovetski2011-11-261-1/+1
* | ARM: Make global handler and CONFIG_MULTI_IRQ_HANDLER mutually exclusiveMarc Zyngier2011-11-151-4/+3
|/
* ARM: 7031/1: entry: Fix Thumb-2 undef handling for multi-CPU kernelsDave Martin2011-10-171-1/+37
* ARM: 7030/1: entry: Remove unnecessary masking when decoding Thumb-2 instruct...Dave Martin2011-10-171-4/+2
* Merge branch 'devel-stable' into for-nextRussell King2011-07-221-152/+94
|\
| * Merge branch 'cmpxchg64' of git://git.linaro.org/people/nico/linux into devel...Russell King2011-06-281-152/+94
| |\
| | * ARM: add a kuser_cmpxchg64 user space helperNicolas Pitre2011-06-281-3/+96
| | * ARM: kuser: move interface documentation out of the source codeNicolas Pitre2011-06-201-152/+1
* | | ARM: entry: no need to reload the SPSR value from struct pt_regsRussell King2011-07-021-9/+1
* | | ARM: entry: data abort: tail-call the main data abort handlerRussell King2011-07-021-10/+4
* | | ARM: entry: data abort: arrange for CPU abort helpers to take pc/psr in r4/r5Russell King2011-07-021-4/+2
* | | ARM: entry: prefetch abort: tail-call the main prefetch abort handlerRussell King2011-07-021-5/+3
* | | ARM: entry: re-allocate registers in irq entry assembly macrosRussell King2011-07-021-5/+5
* | | ARM: entry: consolidate trace_hardirqs_off into (svc|usr)_entry macrosRussell King2011-07-021-39/+8
* | | ARM: entry: instrument usr exception handlers with irqsoff tracingRussell King2011-07-021-1/+16
* | | ARM: entry: instrument svc undefined exception handler with irqtraceRussell King2011-07-021-0/+10
* | | ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King2011-07-021-24/+19
* | | ARM: entry: prefetch abort helper: pass aborted pc in r4 rather than r0Russell King2011-06-301-1/+1
* | | ARM: entry: rejig register allocation in exception entry handlersRussell King2011-06-301-38/+43
* | | ARM: entry: no need to check parent IRQ mask in IRQ handler returnRussell King2011-06-291-2/+3
* | | ARM: entry: no need to increase preempt count for IRQ handlersRussell King2011-06-291-23/+4
* | | ARM: entry: prefetch/data abort helpers: avoid corrupting r4Russell King2011-06-291-4/+4
* | | ARM: entry: prefetch/data abort helpers: convert to macrosRussell King2011-06-291-50/+35
|/ /
* / ARM: 6952/1: fix lockdep warning of "unannotated irqs-off"Ming Lei2011-06-061-1/+5
|/
* ARM: move cache/processor/fault glue to separate include filesRussell King2011-02-121-1/+2
* Merge branch 'devel-stable' into develRussell King2011-01-061-0/+4
|\
| * Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2010-12-221-1/+1
| |\
| * | ARM: hw_breakpoint: disable preemption during debug exception handlingWill Deacon2010-12-061-0/+4
* | | Merge branch 'misc' into develRussell King2011-01-061-33/+19
|\ \ \ | |_|/ |/| |
| * | Merge branch 'smp' into miscRussell King2011-01-061-2/+2
| |\ \
| | * | ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels.Dave Martin2010-12-201-2/+2
| | * | ARM: SMP: pass an ipi number to smp_cross_call()Russell King2010-12-031-1/+1
| | |/
| * | ARM: 6538/1: Subarch IRQ handler macros V3Magnus Damm2010-12-241-29/+2