aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta2017-10-041-1/+1
* ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta2017-10-041-1/+2
* arc: don't leak bits of kernel stack into coredumpAl Viro2017-10-041-5/+6
* arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin2017-10-041-1/+1
* ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta2017-10-041-33/+4
* ARC: signal handling robustifyVineet Gupta2017-10-041-4/+16
* ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)Anton Kolesov2017-10-041-0/+4
* ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta2014-05-131-3/+5
* ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2014-05-131-5/+5
* ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta2014-05-131-6/+2
* ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"Vineet Gupta2013-10-181-1/+1
* ARC: Fix signal frame management for SA_SIGINFOChristian Ruppert2013-10-181-12/+13
* ARC: Handle zero-overhead-loop in unaligned access handlerMischa Jonker2013-10-181-0/+6
* ARC: SMP failed to boot due to missing IVT setupNoam Camus2013-10-183-4/+5
* ARC: Setup Vector Table Base in early bootVineet Gupta2013-10-182-2/+2
* ARC: gdbserver breakage in Big-Endian configuration #1Vineet Gupta2013-08-291-2/+2
* Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-0911-74/+81
|\
| * ARC: Prepare interrupt code for external controllersChristian Ruppert2013-05-071-1/+1
| * ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchyVineet Gupta2013-05-071-8/+13
| * ARC: [cmdline] Don't overwrite u-boot provided bootargsVineet Gupta2013-05-071-8/+10
| * ARC: [cmdline] Remove CONFIG_CMDLINEVineet Gupta2013-05-071-5/+0
| * 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-072-15/+6
| * ARC: Debug/crash-printing ImprovementsVineet Gupta2013-05-071-18/+32
| * ARC: fix typo with clock speedNoam Camus2013-05-071-1/+1
| * ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta2013-04-092-6/+6
| * ARC: [build] Build failure with !KPROBESChristian Ruppert2013-04-091-0/+1
| * ARC: Remove duplicate inclusion of header filesSachin Kamat2013-04-093-3/+0
| * ARC: Fix coding style issuesSachin Kamat2013-04-092-3/+3
| * ARC: Use <linux/*> headers instead of <asm/*>Sachin Kamat2013-04-094-6/+6
* | arc, print-fatal-signals: reduce duplicated informationVineet Gupta2013-04-301-1/+1
* | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-0/+1
* | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-7/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \
| * | arc: fix incorrect ifdef commentPaul Bolle2013-03-181-1/+1
* | | arc: Use generic idle loopThomas Gleixner2013-04-082-27/+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-112-27/+0
* | ARC: ABIv3: Print the correct ABI verVineet Gupta2013-03-111-3/+1
* | ARC: make allyesconfig build breakagesVineet Gupta2013-03-111-0/+1
|/
* ARC: Fixup the current ABI versionVineet Gupta2013-02-271-1/+1
* ARC: make a copy of flat DTVineet Gupta2013-02-262-0/+17
* ARC: Fix pt_orig_r8 accessVineet Gupta2013-02-151-2/+2
* ARC: [3.9] Fallout of hlist iterator updateVineet Gupta2013-02-151-3/+3
* ARC: 64bit RTSC timestamp hardware issueVineet Gupta2013-02-151-36/+2
* ARC: [Review] Multi-platform image #7: SMP common code to use callbacksVineet Gupta2013-02-151-3/+13
* ARC: [Review] Multi-platform image #4: Isolate platform headersVineet Gupta2013-02-151-1/+0
* ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta2013-02-153-8/+0
* ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta2013-02-156-11/+84
* ARC: Hostlink Pseudo-Driver for Metaware DebuggerVineet Gupta2013-02-152-0/+59