summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* ARC: mm: move MMU specific bits out of entry code ...Vineet Gupta2021-08-241-5/+2
* ARC: entry: fix off-by-one error in syscall number validationVineet Gupta2021-05-101-2/+2
* ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handlingVineet Gupta2021-01-071-1/+1
* arc: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+2
* ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta2020-06-161-11/+5
* Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2020-01-311-0/+12
|\
| * ARC: wireup clone3 syscallVineet Gupta2020-01-151-0/+12
* | sched/rt, ARC: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-3/+3
|/
* ARC: entry: EV_Trap expects r10 (vs. r9) to have exception causeVineet Gupta2019-07-081-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2017-09-011-0/+6
* ARC: entry: make ret_from_system_call local labelVineet Gupta2016-09-301-7/+5
* ARC: dw2 unwind: switch to .eh_frame based unwindingVineet Gupta2016-09-301-12/+0
* ARC: [arcompact] Handle bus error from userspace as Interrupt not exceptionVineet Gupta2015-11-141-17/+0
* ARC: change some branchs to jumps to resolve linkage errorsYuriy Kolerov2015-08-201-3/+3
* ARC: entry.S: micro-optimize Trap handlerVineet Gupta2015-06-191-2/+2
* ARC: entry.S: move some code around for cache locality in return pathVineet Gupta2015-06-191-48/+50
* ARC: entry.S: split into ARCompact ISA specific, common bitsVineet Gupta2015-06-191-382/+7
* ARC: entry.S: Ensure that restore_regs is local to compilation unitVineet Gupta2015-06-191-4/+4
* ARC: entry.S: comments cleanupVineet Gupta2015-06-191-26/+20
* ARC: entry.S: Trap handler to use r10 for syscall vs. brkpt decisionVineet Gupta2015-06-191-2/+2
* ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9Vineet Gupta2015-06-191-13/+11
* ARC: entry.S: confine EXCEPTION_* macros to one fileVineet Gupta2015-06-191-0/+16
* ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE}Vineet Gupta2015-06-191-2/+2
* ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE}Vineet Gupta2015-06-191-18/+4
* ARC: entry.S: common'ize scrtach reg freeup in intr + exceptionsVineet Gupta2015-06-191-8/+2
* ARC: add some more comments to ret_from_forkVineet Gupta2015-02-021-5/+9
* ARC: Fixed spelling errors within commentsTerence Eden2014-05-051-6/+6
* ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta2014-04-301-3/+5
* ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta2014-03-261-26/+26
* ARC: Add support for irqflags tracing and lockdepVineet Gupta2013-11-061-0/+11
* ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta2013-11-061-4/+0
* ARC: Change calling convention of do_page_fault()Vineet Gupta2013-11-061-5/+4
* ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2013-08-261-5/+5
* ARC: Exception Handlers Code consolidationVineet Gupta2013-08-261-43/+13
* ARC: Remove explicit passing around of ECRVineet Gupta2013-06-261-23/+17
* ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta2013-06-261-9/+12
* ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta2013-06-221-11/+0
* ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta2013-06-221-6/+2
* ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta2013-06-221-6/+9
* ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta2013-06-221-10/+4
* ARC: unaligned access emulation broken if callee-reg dest of LD/STVineet Gupta2013-05-071-1/+3
* ARC: unaligned access emulation error handling consolidationVineet Gupta2013-05-071-2/+2
* ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta2013-03-201-1/+1
* ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABIVineet Gupta2013-03-111-25/+0
* ARC: Fix pt_orig_r8 accessVineet Gupta2013-02-151-2/+2
* ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta2013-02-151-2/+2
* ARC: Unaligned access emulationVineet Gupta2013-02-151-0/+13
* ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta2013-02-151-0/+9
* ARC: SMP supportVineet Gupta2013-02-151-0/+4