summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta2013-02-153-3/+75
* ARC: Boot #2: Verbose Boot reporting / feature verificationVineet Gupta2013-02-151-1/+222
* ARC: kgdb supportMischa Jonker2013-02-153-0/+212
* ARC: Unaligned access emulationVineet Gupta2013-02-155-1/+286
* ARC: kprobes supportVineet Gupta2013-02-154-3/+541
* ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)Vineet Gupta2013-02-152-1/+540
* ARC: stacktracing APIs based on dw2 unwinderVineet Gupta2013-02-151-2/+213
* ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta2013-02-156-1/+1427
* ARC: SMP supportVineet Gupta2013-02-157-0/+378
* ARC: Diagnostics: show_regs() etcVineet Gupta2013-02-151-0/+305
* ARC: Module supportVineet Gupta2013-02-152-0/+89
* ARC: Support for high priority interrupts in the in-core intcVineet Gupta2013-02-152-1/+220
* ARC: ptrace supportVineet Gupta2013-02-153-2/+205
* ARC: [optim] Cache "current" in Register r25Vineet Gupta2013-02-153-0/+24
* ARC: Last bits (stubs) to get to a running kernel with UARTVineet Gupta2013-02-153-0/+86
* ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 boardVineet Gupta2013-02-151-6/+32
* ARC: [DeviceTree] Convert some Kconfig items to runtime valuesVineet Gupta2013-02-152-1/+24
* ARC: [DeviceTree] Basic supportVineet Gupta2013-02-153-0/+74
* ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem initVineet Gupta2013-02-153-0/+277
* ARC: [Review] Prevent incorrect syscall restartsVineet Gupta2013-02-151-4/+8
* ARC: [Review] Preparing to fix incorrect syscall restarts due to signalsVineet Gupta2013-02-152-3/+3
* ARC: Signal handlingVineet Gupta2013-02-152-3/+364
* ARC: Timers/counters/delay managementVineet Gupta2013-02-112-0/+306
* ARC: Process-creation/scheduling/idle-loopVineet Gupta2013-02-115-2/+410