summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-armv.S
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ARM] 4659/1: remove possibilities for spurious false negative with __kuser_c...Nicolas Pitre2007-11-261-37/+57
* [ARM] 4185/2: entry: introduce get_irqnr_preamble and arch_ret_to_userDan Williams2007-02-171-0/+1
* [ARM] Move processor_modes[] to .../process.cRussell King2007-02-061-1/+0
* [ARM] Fix kernel-mode undefined instruction abortsRussell King2007-01-061-4/+8
* [ARM] 3881/4: xscale: clean up cp0/cp1 handlingLennert Buytenhek2006-12-031-9/+0
* [ARM] Add ARM irqtrace supportRussell King2006-09-201-0/+13
* [ARM] 3746/2: Userspace helpers must be Thumb mode interworkableNicolas Pitre2006-08-181-9/+12
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-07-021-3/+1
|\
| * [ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructureLennert Buytenhek2006-07-011-3/+1
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
|/
* [ARM] 3370/2: ep93xx: add crunch supportLennert Buytenhek2006-06-281-0/+6
* [ARM] Add thread_notify infrastructureRussell King2006-06-221-13/+11
* [ARM] 3420/1: Missing clobber in example codePaul Brook2006-03-281-1/+1
* [ARM] Move IRQ enable after coprocessor number decodeRussell King2006-03-211-1/+1
OpenPOWER on IntegriCloud