summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/entry-armv.S
AgeCommit message (Expand)AuthorFilesLines
2013-12-04ARM: 7876/1: clear Thumb-2 IT state on exception handlingMarc Zyngier1-0/+1
2013-08-11ARM: allow kuser helpers to be removed from the vector pageRussell King1-0/+3
2013-08-11ARM: update FIQ support for relocation of vectorsRussell King1-0/+3
2013-08-11ARM: use linker magic for vectors and vector stubsRussell King1-18/+10
2013-08-11ARM: move vector stubsRussell King1-26/+24
2013-08-11ARM: poison memory between kuser helpersRussell King1-9/+16
2013-05-02Merge branch 'cleanup' into for-linusRussell King1-7/+6
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King1-44/+2
2013-04-03ARM: 7688/1: add support for context tracking subsystemKevin Hilman1-0/+1
2013-04-03ARM: entry: move disable_irq_notrace into svc_exitRussell King1-18/+0
2013-04-03ARM: entry: move IRQ tracing exit into svc_exitRussell King1-26/+1
2013-02-23ARM: cleanup undefined instruction entry codeRussell King1-7/+6
2012-07-31ARM: Fix undefined instruction exception handlingRussell King1-39/+72
2012-06-16ARM: 7425/1: extable: ensure fixup entries are 4-byte alignedWill Deacon1-0/+1
2012-05-05ARM: Remove support for ARMv3 ARM610 and ARM710 CPUsRussell King1-4/+0
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-0/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+1
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+1
2012-03-13ARM: create a common IOMEM definitionRob Herring1-0/+1
2012-02-21ARM: make entry-macro.S depend on !MULTI_IRQ_HANDLERRob Herring1-1/+2
2012-02-03ARM: 7314/1: kuser: consistently use usr_ret for returning from helpersWill Deacon1-1/+1
2011-12-05Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King1-1/+1
2011-11-26ARM: 7170/2: fix compilation breakage in entry-armv.SGuennadi Liakhovetski1-1/+1
2011-11-15ARM: Make global handler and CONFIG_MULTI_IRQ_HANDLER mutually exclusiveMarc Zyngier1-4/+3
2011-10-17ARM: 7031/1: entry: Fix Thumb-2 undef handling for multi-CPU kernelsDave Martin1-1/+37
2011-10-17ARM: 7030/1: entry: Remove unnecessary masking when decoding Thumb-2 instruct...Dave Martin1-4/+2
2011-07-22Merge branch 'devel-stable' into for-nextRussell King1-152/+94
2011-07-02ARM: entry: no need to reload the SPSR value from struct pt_regsRussell King1-9/+1
2011-07-02ARM: entry: data abort: tail-call the main data abort handlerRussell King1-10/+4
2011-07-02ARM: entry: data abort: arrange for CPU abort helpers to take pc/psr in r4/r5Russell King1-4/+2
2011-07-02ARM: entry: prefetch abort: tail-call the main prefetch abort handlerRussell King1-5/+3
2011-07-02ARM: entry: re-allocate registers in irq entry assembly macrosRussell King1-5/+5
2011-07-02ARM: entry: consolidate trace_hardirqs_off into (svc|usr)_entry macrosRussell King1-39/+8
2011-07-02ARM: entry: instrument usr exception handlers with irqsoff tracingRussell King1-1/+16
2011-07-02ARM: entry: instrument svc undefined exception handler with irqtraceRussell King1-0/+10
2011-07-02ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King1-24/+19
2011-06-30ARM: entry: prefetch abort helper: pass aborted pc in r4 rather than r0Russell King1-1/+1
2011-06-30ARM: entry: rejig register allocation in exception entry handlersRussell King1-38/+43
2011-06-29ARM: entry: no need to check parent IRQ mask in IRQ handler returnRussell King1-2/+3
2011-06-29ARM: entry: no need to increase preempt count for IRQ handlersRussell King1-23/+4
2011-06-29ARM: entry: prefetch/data abort helpers: avoid corrupting r4Russell King1-4/+4
2011-06-29ARM: entry: prefetch/data abort helpers: convert to macrosRussell King1-50/+35
2011-06-28Merge branch 'cmpxchg64' of git://git.linaro.org/people/nico/linux into devel...Russell King1-152/+94
2011-06-28ARM: add a kuser_cmpxchg64 user space helperNicolas Pitre1-3/+96
2011-06-20ARM: kuser: move interface documentation out of the source codeNicolas Pitre1-152/+1
2011-06-06ARM: 6952/1: fix lockdep warning of "unannotated irqs-off"Ming Lei1-1/+5
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