summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/entry-armv.S
AgeCommit message (Expand)AuthorFilesLines
2015-07-07Merge branches 'fixes' and 'ioremap' into for-linusRussell King1-6/+6
2015-07-03ARM: fix lockdep unannotated irqs-off warningRussell King1-1/+1
2015-07-02Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2015-06-16arm: fix implicit #include <linux/init.h> in entry asm.Paul Gortmaker1-0/+2
2015-05-08ARM: replace BSYM() with badr assembly macroRussell King1-6/+6
2015-03-29ARM: 8322/1: keep .text and .fixup regions closer togetherArd Biesheuvel1-1/+1
2015-01-13ARM: kprobes: disallow probing stack consuming instructionsWang Nan1-1/+2
2014-10-02Merge branches 'fiq' (early part), 'fixes', 'l2c' (early part) and 'misc' int...Russell King1-3/+7
2014-09-26ARM: Avoid writing to control register on every exceptionRussell King1-3/+7
2014-09-18ARM: 8150/3: fiq: Replace default FIQ handlerDaniel Thompson1-11/+87
2014-07-18ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King1-21/+21
2014-06-05Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-nextRussell King1-5/+9
2014-06-02ARM: consolidate last remaining open-coded alignment trap enableRussell King1-1/+1
2014-06-02ARM: remove global cr_no_alignmentRussell King1-3/+0
2014-05-30ARM: 8062/1: Modify ldrt fixup handler to re-execute the userspace instructionArun K S1-1/+2
2014-04-25ARM: 8036/1: Enable IRQs before attempting to read user space in __und_usrCatalin Marinas1-4/+7
2014-01-28ARM: 7946/1: asm: __und_usr_thumb need byteswap instructions in BE caseVictor Kamensky1-0/+2
2013-11-12Merge branches 'fixes', 'mmci' and 'sa11x0' into for-nextRussell King1-0/+1
2013-11-07ARM: 7876/1: clear Thumb-2 IT state on exception handlingMarc Zyngier1-0/+1
2013-10-19ARM: asm: Add ARM_BE8() assembly helperBen Dooks1-3/+2
2013-08-07ARM: Fix !kuser helpers caseRussell King1-1/+2
2013-07-31ARM: allow kuser helpers to be removed from the vector pageRussell King1-0/+3
2013-07-31ARM: update FIQ support for relocation of vectorsRussell King1-0/+3
2013-07-31ARM: use linker magic for vectors and vector stubsRussell King1-18/+10
2013-07-31ARM: move vector stubsRussell King1-26/+24
2013-07-31ARM: poison memory between kuser helpersRussell King1-9/+16
2013-06-24ARM: 7735/2: Preserve the user r/w register TPIDRURW on context switch and forkAndré Hentschel1-2/+3
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