1. 06b93c3 smp, ARC: kill SMP single function call interrupt by Jiang Liu · 11 years ago
  2. 7d0857a ARC: [SMP] Disallow RTSC by Vineet Gupta · 11 years ago
  3. 57e26e5 ARC: [SMP] Fix build failures for large NR_CPUS by Vineet Gupta · 11 years ago
  4. 5ea72a9 ARC: [SMP] TLB flush by Vineet Gupta · 11 years ago
  5. b6fe8e7 arc: export symbol for pm_power_off in reset.c by Chen Gang · 11 years ago
  6. 8f146d0 arc: export symbol for save_stack_trace() in stacktrace.c by Chen Gang · 11 years ago
  7. 4782f7f arc: remove '__init' for get_hw_config_num_irq() by Chen Gang · 11 years ago
  8. 8f5d221 arc: remove '__init' for first_lines_of_secondary() by Chen Gang · 11 years ago
  9. 3d01c1c arc: kgdb: add default implementation for kgdb_roundup_cpus() by Chen Gang · 11 years ago
  10. 0dafafc ARC: Add support for irqflags tracing and lockdep by Vineet Gupta · 11 years ago
  11. 54c8bff ARC: Reset the value of Interrupt Priority Register by Vineet Gupta · 11 years ago
  12. 07ba69a ARC: Reduce #ifdef'ery for unaligned access emulation by Vineet Gupta · 11 years ago
  13. 21a63b5 ARC: Change calling convention of do_page_fault() by Vineet Gupta · 11 years ago
  14. 064a626 ARC: use __weak instead of __attribute__((weak)) by Vineet Gupta · 11 years ago
  15. 8e457d6 ARC: Annotate some functions as static by Vineet Gupta · 11 years ago
  16. 6855e95 arc: Replace __get_cpu_var uses by Christoph Lameter · 11 years ago
  17. 5b24282 ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc" by Vineet Gupta · 11 years ago
  18. 1046935 ARC: Fix signal frame management for SA_SIGINFO by Christian Ruppert · 11 years ago
  19. 55c2e26 ARC: Use clockevents_config_and_register over clockevents_register_device by Uwe Kleine-König · 11 years ago
  20. c11eb22 ARC: Handle zero-overhead-loop in unaligned access handler by Mischa Jonker · 11 years ago
  21. c3567f8 ARC: SMP failed to boot due to missing IVT setup by Noam Camus · 11 years ago
  22. 31f7c3a Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  23. 8508d56 ARC: remove console_verbose() from setup_arch() by Mischa Jonker · 11 years ago
  24. 7d669a1 ARC: Handle un-aligned user space access in BE. by Noam Camus · 12 years ago
  25. a1727da of: consolidate definition of early_init_dt_alloc_memory_arch() by Grant Likely · 11 years ago
  26. fce16bc ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVE by Vineet Gupta · 11 years ago
  27. 37f3ac4 ARC: Exception Handlers Code consolidation by Vineet Gupta · 11 years ago
  28. fe240f1 ARC: Add some .gitignore entries by Vineet Gupta · 11 years ago
  29. 76d3f4c Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  30. e77e430 more open-coded file_inode() calls by Al Viro · 11 years ago
  31. baadb8f ARC: warn on improper stack unwind FDE entries by Vineet Gupta · 11 years ago
  32. ce75995 arc: delete __cpuinit usage from all arc files by Paul Gortmaker · 11 years ago
  33. 5a45da0 ARC: Adjustments for gcc 4.8 by Vineet Gupta · 11 years ago
  34. 05b016e ARC: Setup Vector Table Base in early boot by Vineet Gupta · 11 years ago
  35. 38a9ff6 ARC: Remove explicit passing around of ECR by Vineet Gupta · 11 years ago
  36. 502a0c7 ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth values by Vineet Gupta · 11 years ago
  37. 359105b ARC: pt_regs update #4: r25 saved/restored unconditionally by Vineet Gupta · 11 years ago
  38. 147aece ARC: Entry Handler tweaks: Simplify branch for in-kernel preemption by Vineet Gupta · 11 years ago
  39. 1898a95 ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR values by Vineet Gupta · 11 years ago
  40. 3ebedbb ARC: Increase readability of entry handlers by Vineet Gupta · 11 years ago
  41. 16f9afe ARC: pt_regs update #3: Remove unused gutter at start of callee_regs by Vineet Gupta · 11 years ago
  42. 2fa9190 ARC: pt_regs update #2: Remove unused gutter at start of pt_regs by Vineet Gupta · 11 years ago
  43. 283237a ARC: pt_regs update #1: Align pt_regs end with end of kernel stack page by Vineet Gupta · 11 years ago
  44. 3e1ae441 ARC: [mm] Remove @write argument to do_page_fault() by Vineet Gupta · 11 years ago
  45. 6546415 ARC: Reduce Code for ECR printing by Vineet Gupta · 11 years ago
  46. da1677b ARC: Disintegrate arcregs.h by Vineet Gupta · 11 years ago
  47. 1843734 ARC: More code beautification with IS_ENABLED() by Vineet Gupta · 11 years ago
  48. 8235703 ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h by Vineet Gupta · 11 years ago
  49. e30f419 Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  50. a37cdac ARC: Prepare interrupt code for external controllers by Christian Ruppert · 11 years ago
  51. c93d8b8 ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchy by Vineet Gupta · 11 years ago
  52. 9593a93 ARC: [cmdline] Don't overwrite u-boot provided bootargs by Vineet Gupta · 11 years ago
  53. 6971881 ARC: [cmdline] Remove CONFIG_CMDLINE by Vineet Gupta · 11 years ago
  54. ce147c7 ARC: unaligned access emulation broken if callee-reg dest of LD/ST by Vineet Gupta · 11 years ago
  55. c723ea4 ARC: unaligned access emulation error handling consolidation by Vineet Gupta · 11 years ago
  56. bd3c8b1 ARC: Debug/crash-printing Improvements by Vineet Gupta · 11 years ago
  57. 68e4790e ARC: fix typo with clock speed by Noam Camus · 11 years ago
  58. 681a90f arc, print-fatal-signals: reduce duplicated information by Vineet Gupta · 11 years ago
  59. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 11 years ago
  60. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 11 years ago
  61. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  62. 30ecee8 ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCH by Vineet Gupta · 11 years ago
  63. 5b00029 ARC: [build] Build failure with !KPROBES by Christian Ruppert · 11 years ago
  64. e420c82 ARC: Remove duplicate inclusion of header files by Sachin Kamat · 11 years ago
  65. 955ad59 ARC: Fix coding style issues by Sachin Kamat · 11 years ago
  66. 1ec9db1 ARC: Use <linux/*> headers instead of <asm/*> by Sachin Kamat · 11 years ago
  67. fa35e42 arc: Use generic idle loop by Thomas Gleixner · 11 years ago
  68. 367f3fc ARC: Fix the typo in event identifier flags used by ptrace by Vineet Gupta · 11 years ago
  69. b237ba8 arc: fix incorrect ifdef comment by Paul Bolle · 11 years ago
  70. 180d406 ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABI by Vineet Gupta · 11 years ago
  71. 8ff14bb ARC: ABIv3: Print the correct ABI ver by Vineet Gupta · 11 years ago
  72. 1540c85 ARC: make allyesconfig build breakages by Vineet Gupta · 11 years ago
  73. 1713905 ARC: Fixup the current ABI version by Vineet Gupta · 11 years ago
  74. eab6a08 ARC: make a copy of flat DT by Vineet Gupta · 11 years ago
  75. 3eb3e7d ARC: Fix pt_orig_r8 access by Vineet Gupta · 11 years ago
  76. 7f85e5e ARC: [3.9] Fallout of hlist iterator update by Vineet Gupta · 11 years ago
  77. 1e26662 ARC: 64bit RTSC timestamp hardware issue by Vineet Gupta · 11 years ago
  78. 10b1271 ARC: [Review] Multi-platform image #7: SMP common code to use callbacks by Vineet Gupta · 11 years ago
  79. e97ff12 ARC: [Review] Multi-platform image #4: Isolate platform headers by Vineet Gupta · 11 years ago
  80. 877768c ARC: [Review] Multi-platform image #3: switch to board callback by Vineet Gupta · 11 years ago
  81. 03a6d28 ARC: [Review] Multi-platform image #2: Board callback Infrastructure by Vineet Gupta · 11 years ago
  82. cbe056f ARC: Hostlink Pseudo-Driver for Metaware Debugger by Vineet Gupta · 11 years ago
  83. 8b5850f ARC: Support for single cycle Close Coupled Mem (CCM) by Vineet Gupta · 11 years ago
  84. af61742 ARC: Boot #2: Verbose Boot reporting / feature verification by Vineet Gupta · 11 years ago
  85. f46121b ARC: kgdb support by Mischa Jonker · 11 years ago
  86. 2e651ea ARC: Unaligned access emulation by Vineet Gupta · 11 years ago
  87. 4d86dfb ARC: kprobes support by Vineet Gupta · 11 years ago
  88. e65ab5a ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul) by Vineet Gupta · 11 years ago
  89. 44c8bb9 ARC: stacktracing APIs based on dw2 unwinder by Vineet Gupta · 11 years ago
  90. 854a0d9 ARC: DWARF2 .debug_frame based stack unwinder by Vineet Gupta · 11 years ago
  91. 41195d2 ARC: SMP support by Vineet Gupta · 11 years ago
  92. 0ef88a5 ARC: Diagnostics: show_regs() etc by Vineet Gupta · 11 years ago
  93. fa1c3ff ARC: Module support by Vineet Gupta · 11 years ago
  94. 4788a59 ARC: Support for high priority interrupts in the in-core intc by Vineet Gupta · 11 years ago
  95. 547f112 ARC: ptrace support by Vineet Gupta · 11 years ago
  96. 080c374 ARC: [optim] Cache "current" in Register r25 by Vineet Gupta · 11 years ago
  97. c08098f ARC: Last bits (stubs) to get to a running kernel with UART by Vineet Gupta · 11 years ago
  98. abe11dd ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 board by Vineet Gupta · 11 years ago
  99. 450dd43 ARC: [DeviceTree] Convert some Kconfig items to runtime values by Vineet Gupta · 11 years ago
  100. 999159a ARC: [DeviceTree] Basic support by Vineet Gupta · 11 years ago