aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-armv.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-12ARM: move cache/processor/fault glue to separate include filesRussell King1-1/+2
2011-01-06Merge branch 'devel-stable' into develRussell King1-0/+4
2011-01-06Merge branch 'misc' into develRussell King1-33/+19
2011-01-06Merge branch 'smp' into miscRussell King1-2/+2
2010-12-24ARM: 6538/1: Subarch IRQ handler macros V3Magnus Damm1-29/+2
2010-12-24ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-timeeric miao1-2/+15
2010-12-22Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stableRussell King1-1/+1
2010-12-20ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels.Dave Martin1-2/+2
2010-12-06ARM: hw_breakpoint: disable preemption during debug exception handlingWill Deacon1-0/+4
2010-12-04ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpersDave Martin1-1/+1
2010-12-03ARM: SMP: pass an ipi number to smp_cross_call()Russell King1-1/+1
2010-11-04ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas1-2/+2
2010-10-04ARM: Allow SMP kernels to boot on UP systemsRussell King1-6/+5
2010-07-31Merge branch 'devel-stable' into develRussell King1-0/+8
2010-07-31Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl', 'spear' and 'versatile' into develRussell King1-16/+7
2010-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into devel-stableRussell King1-10/+6
2010-07-10ARM: lockdep: fix unannotated irqs-onRussell King1-10/+6
2010-07-09ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6Tony Lindgren1-16/+7
2010-06-14ARM: stack protector: change the canary value per taskNicolas Pitre1-0/+8
2010-05-01ARM: 6068/1: Fix build break with KPROBES enabledSantosh Shilimkar1-2/+2
2010-04-21ARM: fix build error in arch/arm/kernel/process.cRussell King1-5/+5
2010-01-12ARM: Fix wrong dmbRussell King1-3/+1
2009-11-10ARM: Use a definition for the userspace cmpxchg emulation syscallRussell King1-3/+4
2009-10-14ARM: 5757/1: Thumb-2: Correct "mov.w pc, lr" instruction which is unpredictableCatalin Marinas1-14/+14
2009-10-02ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Kirill A. Shutemov1-12/+6
2009-09-18Thumb-2: Correctly handle undefined instructions in the kernelCatalin Marinas1-1/+11
2009-09-18Clear the exclusive monitor when returning from an exceptionCatalin Marinas1-7/+0
2009-08-15Merge branch 'for-rmk-2.6.32' of git://git.pengutronix.de/git/ukl/linux-2.6 into devel-stableRussell King1-6/+4
2009-08-13Complete irq tracing support for ARMUwe Kleine-König1-6/+4
2009-07-24Thumb-2: Implementation of the unified start-up and exceptions codeCatalin Marinas1-67/+98
2009-07-24Thumb-2: Add some .align statements to the .S filesCatalin Marinas1-0/+4
2009-06-11Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King1-0/+3
2009-05-30Add core support for ARMv6/v7 big-endianCatalin Marinas1-0/+3
2009-05-28[ARM] barriers: improve xchg, bitops and atomic SMP barriersRussell King1-4/+1
2009-02-19[ARM] 5385/2: unwind: Add unwinding information to exception entry pointsCatalin Marinas1-0/+19
2009-01-28[ARM] call undefined instruction exception handler with irqs enabledRussell King1-0/+1
2008-09-01[ARM] 5227/1: Add the ENDPROC declarations to the .S filesCatalin Marinas1-0/+16
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
2008-04-19Merge branches 'arm', 'at91', 'ep93xx', 'iop', 'ks8695', 'misc', 'mxc', 'ns9x', 'orion', 'pxa', 'sa1100', 's3c' and 'sparsemem' into develRussell King1-19/+5
2008-04-19[ARM] Fix kernel mode preemptionRussell King1-19/+5
2008-04-18Linux Thumb-2 support for user-space applicationsPaul Brook1-9/+44
2008-04-18Add a prefetch abort handlerPaul Brook1-10/+24
2008-01-28Merge branches 'at91', 'ep93xx', 'iop', 'kprobes', 'ks8695', 'misc', 'msm', 's3c2410', 'sa1100' and 'vfp' into develRussell King1-6/+57
2008-01-26ARM kprobes: prevent some functions involved with kprobes from being probedNicolas Pitre1-1/+7
2008-01-26ARM kprobes: don't let a single-stepped stmdb corrupt the exception stackNicolas Pitre1-3/+10
2008-01-26[ARM] 4689/1: small comment wrap fixNicolas Pitre1-2/+2
2008-01-26[ARM] 4584/2: ARMv7: Add Advanced SIMD (NEON) extension supportCatalin Marinas1-0/+38
2007-11-26[ARM] 4665/1: fix __und_usr wrt accessing the undefined insn in user spaceNicolas Pitre1-1/+1
2007-11-26[ARM] 4659/1: remove possibilities for spurious false negative with __kuser_cmpxchgNicolas Pitre1-37/+57
2007-02-17[ARM] 4185/2: entry: introduce get_irqnr_preamble and arch_ret_to_userDan Williams1-0/+1