summaryrefslogtreecommitdiff
path: root/arch/arc/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-05-10Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds11-74/+81
2013-05-07ARC: Prepare interrupt code for external controllersChristian Ruppert1-1/+1
2013-05-07ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchyVineet Gupta1-8/+13
2013-05-07ARC: [cmdline] Don't overwrite u-boot provided bootargsVineet Gupta1-8/+10
2013-05-07ARC: [cmdline] Remove CONFIG_CMDLINEVineet Gupta1-5/+0
2013-05-07ARC: unaligned access emulation broken if callee-reg dest of LD/STVineet Gupta1-1/+3
2013-05-07ARC: unaligned access emulation error handling consolidationVineet Gupta2-15/+6
2013-05-07ARC: Debug/crash-printing ImprovementsVineet Gupta1-18/+32
2013-05-07ARC: fix typo with clock speedNoam Camus1-1/+1
2013-05-01arc, print-fatal-signals: reduce duplicated informationVineet Gupta1-1/+1
2013-05-01dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+1
2013-05-01dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-7/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-04-09ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta2-6/+6
2013-04-09ARC: [build] Build failure with !KPROBESChristian Ruppert1-0/+1
2013-04-09ARC: Remove duplicate inclusion of header filesSachin Kamat3-3/+0
2013-04-09ARC: Fix coding style issuesSachin Kamat2-3/+3
2013-04-09ARC: Use <linux/*> headers instead of <asm/*>Sachin Kamat4-6/+6
2013-04-08arc: Use generic idle loopThomas Gleixner2-27/+2
2013-03-20ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta1-1/+1
2013-03-18arc: fix incorrect ifdef commentPaul Bolle1-1/+1
2013-03-11ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABIVineet Gupta2-27/+0
2013-03-11ARC: ABIv3: Print the correct ABI verVineet Gupta1-3/+1
2013-03-11ARC: make allyesconfig build breakagesVineet Gupta1-0/+1
2013-02-27ARC: Fixup the current ABI versionVineet Gupta1-1/+1
2013-02-26ARC: make a copy of flat DTVineet Gupta2-0/+17
2013-02-15ARC: Fix pt_orig_r8 accessVineet Gupta1-2/+2
2013-02-15ARC: [3.9] Fallout of hlist iterator updateVineet Gupta1-3/+3
2013-02-15ARC: 64bit RTSC timestamp hardware issueVineet Gupta1-36/+2
2013-02-15ARC: [Review] Multi-platform image #7: SMP common code to use callbacksVineet Gupta1-3/+13
2013-02-15ARC: [Review] Multi-platform image #4: Isolate platform headersVineet Gupta1-1/+0
2013-02-15ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta3-8/+0
2013-02-15ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta6-11/+84
2013-02-15ARC: Hostlink Pseudo-Driver for Metaware DebuggerVineet Gupta2-0/+59
2013-02-15ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta3-3/+75
2013-02-15ARC: Boot #2: Verbose Boot reporting / feature verificationVineet Gupta1-1/+222
2013-02-15ARC: kgdb supportMischa Jonker3-0/+212
2013-02-15ARC: Unaligned access emulationVineet Gupta5-1/+286
2013-02-15ARC: kprobes supportVineet Gupta4-3/+541
2013-02-15ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)Vineet Gupta2-1/+540
2013-02-15ARC: stacktracing APIs based on dw2 unwinderVineet Gupta1-2/+213
2013-02-15ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta6-1/+1427
2013-02-15ARC: SMP supportVineet Gupta7-0/+378
2013-02-15ARC: Diagnostics: show_regs() etcVineet Gupta1-0/+305
2013-02-15ARC: Module supportVineet Gupta2-0/+89
2013-02-15ARC: Support for high priority interrupts in the in-core intcVineet Gupta2-1/+220
2013-02-15ARC: ptrace supportVineet Gupta3-2/+205
2013-02-15ARC: [optim] Cache "current" in Register r25Vineet Gupta3-0/+24
2013-02-15ARC: Last bits (stubs) to get to a running kernel with UARTVineet Gupta3-0/+86
2013-02-15ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 boardVineet Gupta1-6/+32