aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kernel/entry-armv.S
AgeCommit message (Expand)Author
2011-11-26ARM: 7170/2: fix compilation breakage in entry-armv.SGuennadi Liakhovetski
2011-10-17ARM: 7031/1: entry: Fix Thumb-2 undef handling for multi-CPU kernelsDave Martin
2011-10-17ARM: 7030/1: entry: Remove unnecessary masking when decoding Thumb-2 instruct...Dave Martin
2011-07-22Merge branch 'devel-stable' into for-nextRussell King
2011-07-02ARM: entry: no need to reload the SPSR value from struct pt_regsRussell King
2011-07-02ARM: entry: data abort: tail-call the main data abort handlerRussell King
2011-07-02ARM: entry: data abort: arrange for CPU abort helpers to take pc/psr in r4/r5Russell King
2011-07-02ARM: entry: prefetch abort: tail-call the main prefetch abort handlerRussell King
2011-07-02ARM: entry: re-allocate registers in irq entry assembly macrosRussell King
2011-07-02ARM: entry: consolidate trace_hardirqs_off into (svc|usr)_entry macrosRussell King
2011-07-02ARM: entry: instrument usr exception handlers with irqsoff tracingRussell King
2011-07-02ARM: entry: instrument svc undefined exception handler with irqtraceRussell King
2011-07-02ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King
2011-06-30ARM: entry: prefetch abort helper: pass aborted pc in r4 rather than r0Russell King
2011-06-30ARM: entry: rejig register allocation in exception entry handlersRussell King
2011-06-29ARM: entry: no need to check parent IRQ mask in IRQ handler returnRussell King
2011-06-29ARM: entry: no need to increase preempt count for IRQ handlersRussell King
2011-06-29ARM: entry: prefetch/data abort helpers: avoid corrupting r4Russell King
2011-06-29ARM: entry: prefetch/data abort helpers: convert to macrosRussell King
2011-06-28Merge branch 'cmpxchg64' of git://git.linaro.org/people/nico/linux into devel...Russell King
2011-06-28ARM: add a kuser_cmpxchg64 user space helperNicolas Pitre
2011-06-20ARM: kuser: move interface documentation out of the source codeNicolas Pitre
2011-06-06ARM: 6952/1: fix lockdep warning of "unannotated irqs-off"Ming Lei
2011-02-12ARM: move cache/processor/fault glue to separate include filesRussell King
2011-01-06Merge branch 'devel-stable' into develRussell King
2011-01-06Merge branch 'misc' into develRussell King
2011-01-06Merge branch 'smp' into miscRussell King
2010-12-24ARM: 6538/1: Subarch IRQ handler macros V3Magnus Damm
2010-12-24ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-timeeric miao
2010-12-22Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King
2010-12-20ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels.Dave Martin
2010-12-06ARM: hw_breakpoint: disable preemption during debug exception handlingWill Deacon
2010-12-04ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpersDave Martin
2010-12-03ARM: SMP: pass an ipi number to smp_cross_call()Russell King
2010-11-04ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas
2010-10-04ARM: Allow SMP kernels to boot on UP systemsRussell King
2010-07-31Merge branch 'devel-stable' into develRussell King
2010-07-31Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl...Russell King
2010-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into devel-stableRussell King
2010-07-10ARM: lockdep: fix unannotated irqs-onRussell King
2010-07-09ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6Tony Lindgren
2010-06-14ARM: stack protector: change the canary value per taskNicolas Pitre
2010-05-01ARM: 6068/1: Fix build break with KPROBES enabledSantosh Shilimkar
2010-04-21ARM: fix build error in arch/arm/kernel/process.cRussell King
2010-01-12ARM: Fix wrong dmbRussell King
2009-11-10ARM: Use a definition for the userspace cmpxchg emulation syscallRussell King
2009-10-14ARM: 5757/1: Thumb-2: Correct "mov.w pc, lr" instruction which is unpredictableCatalin Marinas
2009-10-02ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Kirill A. Shutemov
2009-09-18Thumb-2: Correctly handle undefined instructions in the kernelCatalin Marinas
2009-09-18Clear the exclusive monitor when returning from an exceptionCatalin Marinas