aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-armv.S
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-1/+1
* 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
| * | ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-timeeric miao2010-12-241-2/+15
| * | ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas2010-11-041-2/+2
| |/
* | ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpersDave Martin2010-12-041-1/+1
|/
* ARM: Allow SMP kernels to boot on UP systemsRussell King2010-10-041-6/+5
* Merge branch 'devel-stable' into develRussell King2010-07-311-0/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into devel-stableRussell King2010-07-211-10/+6
| |\
| * | ARM: stack protector: change the canary value per taskNicolas Pitre2010-06-141-0/+8
| | |
| \ \
*-. \ \ Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King2010-07-311-16/+7
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| | * ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6Tony Lindgren2010-07-091-16/+7
| |/
* | ARM: lockdep: fix unannotated irqs-onRussell King2010-07-101-10/+6
|/
* ARM: 6068/1: Fix build break with KPROBES enabledSantosh Shilimkar2010-05-011-2/+2
* ARM: fix build error in arch/arm/kernel/process.cRussell King2010-04-211-5/+5
* ARM: Fix wrong dmbRussell King2010-01-121-3/+1
* ARM: Use a definition for the userspace cmpxchg emulation syscallRussell King2009-11-101-3/+4
* ARM: 5757/1: Thumb-2: Correct "mov.w pc, lr" instruction which is unpredictableCatalin Marinas2009-10-141-14/+14
* ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Kirill A. Shutemov2009-10-021-12/+6
* Thumb-2: Correctly handle undefined instructions in the kernelCatalin Marinas2009-09-181-1/+11
* Clear the exclusive monitor when returning from an exceptionCatalin Marinas2009-09-181-7/+0
* Merge branch 'for-rmk-2.6.32' of git://git.pengutronix.de/git/ukl/linux-2.6 i...Russell King2009-08-151-6/+4
|\
| * Complete irq tracing support for ARMUwe Kleine-König2009-08-131-6/+4
* | Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas2009-07-241-67/+98
* | Thumb-2: Add some .align statements to the .S filesCatalin Marinas2009-07-241-0/+4
|/
* Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King2009-06-111-0/+3
|\
| * Add core support for ARMv6/v7 big-endianCatalin Marinas2009-05-301-0/+3
* | [ARM] barriers: improve xchg, bitops and atomic SMP barriersRussell King2009-05-281-4/+1
|/
* [ARM] 5385/2: unwind: Add unwinding information to exception entry pointsCatalin Marinas2009-02-191-0/+19
* [ARM] call undefined instruction exception handler with irqs enabledRussell King2009-01-281-0/+1
* [ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas2008-09-011-0/+16
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-1/+1
*-. Merge branches 'arm', 'at91', 'ep93xx', 'iop', 'ks8695', 'misc', 'mxc', 'ns9x...Russell King2008-04-191-19/+5
|\ \
| | * [ARM] Fix kernel mode preemptionRussell King2008-04-191-19/+5
| |/
* | Linux Thumb-2 support for user-space applicationsPaul Brook2008-04-181-9/+44
* | Add a prefetch abort handlerPaul Brook2008-04-181-10/+24
|/
*---. Merge branches 'at91', 'ep93xx', 'iop', 'kprobes', 'ks8695', 'misc', 'msm', '...Russell King2008-01-281-6/+57
|\ \ \
| | | * [ARM] 4584/2: ARMv7: Add Advanced SIMD (NEON) extension supportCatalin Marinas2008-01-261-0/+38
| |_|/ |/| |
| | * [ARM] 4689/1: small comment wrap fixNicolas Pitre2008-01-261-2/+2
| |/ |/|
| * ARM kprobes: prevent some functions involved with kprobes from being probedNicolas Pitre2008-01-261-1/+7
| * ARM kprobes: don't let a single-stepped stmdb corrupt the exception stackNicolas Pitre2008-01-261-3/+10
|/
* [ARM] 4665/1: fix __und_usr wrt accessing the undefined insn in user spaceNicolas Pitre2007-11-261-1/+1