1. 76d3f4c Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 12 years ago
  2. e77e430 more open-coded file_inode() calls by Al Viro · 12 years ago
  3. baadb8f ARC: warn on improper stack unwind FDE entries by Vineet Gupta · 12 years ago
  4. ce75995 arc: delete __cpuinit usage from all arc files by Paul Gortmaker · 12 years ago
  5. 5a45da0 ARC: Adjustments for gcc 4.8 by Vineet Gupta · 12 years ago
  6. 05b016e ARC: Setup Vector Table Base in early boot by Vineet Gupta · 12 years ago
  7. 38a9ff6 ARC: Remove explicit passing around of ECR by Vineet Gupta · 12 years ago
  8. 502a0c7 ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth values by Vineet Gupta · 12 years ago
  9. 359105b ARC: pt_regs update #4: r25 saved/restored unconditionally by Vineet Gupta · 12 years ago
  10. 147aece ARC: Entry Handler tweaks: Simplify branch for in-kernel preemption by Vineet Gupta · 12 years ago
  11. 1898a95 ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR values by Vineet Gupta · 12 years ago
  12. 3ebedbb ARC: Increase readability of entry handlers by Vineet Gupta · 12 years ago
  13. 16f9afe ARC: pt_regs update #3: Remove unused gutter at start of callee_regs by Vineet Gupta · 12 years ago
  14. 2fa9190 ARC: pt_regs update #2: Remove unused gutter at start of pt_regs by Vineet Gupta · 12 years ago
  15. 283237a ARC: pt_regs update #1: Align pt_regs end with end of kernel stack page by Vineet Gupta · 12 years ago
  16. 3e1ae441 ARC: [mm] Remove @write argument to do_page_fault() by Vineet Gupta · 12 years ago
  17. 6546415 ARC: Reduce Code for ECR printing by Vineet Gupta · 12 years ago
  18. da1677b ARC: Disintegrate arcregs.h by Vineet Gupta · 12 years ago
  19. 1843734 ARC: More code beautification with IS_ENABLED() by Vineet Gupta · 12 years ago
  20. 8235703 ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h by Vineet Gupta · 12 years ago
  21. e30f419 Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 12 years ago
  22. a37cdac ARC: Prepare interrupt code for external controllers by Christian Ruppert · 12 years ago
  23. c93d8b8 ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchy by Vineet Gupta · 12 years ago
  24. 9593a93 ARC: [cmdline] Don't overwrite u-boot provided bootargs by Vineet Gupta · 12 years ago
  25. 6971881 ARC: [cmdline] Remove CONFIG_CMDLINE by Vineet Gupta · 12 years ago
  26. ce147c7 ARC: unaligned access emulation broken if callee-reg dest of LD/ST by Vineet Gupta · 12 years ago
  27. c723ea4 ARC: unaligned access emulation error handling consolidation by Vineet Gupta · 12 years ago
  28. bd3c8b1 ARC: Debug/crash-printing Improvements by Vineet Gupta · 12 years ago
  29. 68e4790e ARC: fix typo with clock speed by Noam Camus · 12 years ago
  30. 681a90f arc, print-fatal-signals: reduce duplicated information by Vineet Gupta · 12 years ago
  31. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 12 years ago
  32. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 12 years ago
  33. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  34. 30ecee8 ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCH by Vineet Gupta · 12 years ago
  35. 5b00029 ARC: [build] Build failure with !KPROBES by Christian Ruppert · 12 years ago
  36. e420c82 ARC: Remove duplicate inclusion of header files by Sachin Kamat · 12 years ago
  37. 955ad59 ARC: Fix coding style issues by Sachin Kamat · 12 years ago
  38. 1ec9db1 ARC: Use <linux/*> headers instead of <asm/*> by Sachin Kamat · 12 years ago
  39. fa35e42 arc: Use generic idle loop by Thomas Gleixner · 12 years ago
  40. 367f3fc ARC: Fix the typo in event identifier flags used by ptrace by Vineet Gupta · 12 years ago
  41. b237ba8 arc: fix incorrect ifdef comment by Paul Bolle · 12 years ago
  42. 180d406 ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABI by Vineet Gupta · 12 years ago
  43. 8ff14bb ARC: ABIv3: Print the correct ABI ver by Vineet Gupta · 12 years ago
  44. 1540c85 ARC: make allyesconfig build breakages by Vineet Gupta · 12 years ago
  45. 1713905 ARC: Fixup the current ABI version by Vineet Gupta · 12 years ago
  46. eab6a08 ARC: make a copy of flat DT by Vineet Gupta · 12 years ago
  47. 3eb3e7d ARC: Fix pt_orig_r8 access by Vineet Gupta · 12 years ago
  48. 7f85e5e ARC: [3.9] Fallout of hlist iterator update by Vineet Gupta · 12 years ago
  49. 1e26662 ARC: 64bit RTSC timestamp hardware issue by Vineet Gupta · 12 years ago
  50. 10b1271 ARC: [Review] Multi-platform image #7: SMP common code to use callbacks by Vineet Gupta · 12 years ago
  51. e97ff12 ARC: [Review] Multi-platform image #4: Isolate platform headers by Vineet Gupta · 12 years ago
  52. 877768c ARC: [Review] Multi-platform image #3: switch to board callback by Vineet Gupta · 12 years ago
  53. 03a6d28 ARC: [Review] Multi-platform image #2: Board callback Infrastructure by Vineet Gupta · 12 years ago
  54. cbe056f ARC: Hostlink Pseudo-Driver for Metaware Debugger by Vineet Gupta · 12 years ago
  55. 8b5850f ARC: Support for single cycle Close Coupled Mem (CCM) by Vineet Gupta · 12 years ago
  56. af61742 ARC: Boot #2: Verbose Boot reporting / feature verification by Vineet Gupta · 12 years ago
  57. f46121b ARC: kgdb support by Mischa Jonker · 12 years ago
  58. 2e651ea ARC: Unaligned access emulation by Vineet Gupta · 12 years ago
  59. 4d86dfb ARC: kprobes support by Vineet Gupta · 12 years ago
  60. e65ab5a ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul) by Vineet Gupta · 12 years ago
  61. 44c8bb9 ARC: stacktracing APIs based on dw2 unwinder by Vineet Gupta · 12 years ago
  62. 854a0d9 ARC: DWARF2 .debug_frame based stack unwinder by Vineet Gupta · 12 years ago
  63. 41195d2 ARC: SMP support by Vineet Gupta · 12 years ago
  64. 0ef88a5 ARC: Diagnostics: show_regs() etc by Vineet Gupta · 12 years ago
  65. fa1c3ff ARC: Module support by Vineet Gupta · 12 years ago
  66. 4788a59 ARC: Support for high priority interrupts in the in-core intc by Vineet Gupta · 12 years ago
  67. 547f112 ARC: ptrace support by Vineet Gupta · 12 years ago
  68. 080c374 ARC: [optim] Cache "current" in Register r25 by Vineet Gupta · 12 years ago
  69. c08098f ARC: Last bits (stubs) to get to a running kernel with UART by Vineet Gupta · 12 years ago
  70. abe11dd ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 board by Vineet Gupta · 12 years ago
  71. 450dd43 ARC: [DeviceTree] Convert some Kconfig items to runtime values by Vineet Gupta · 12 years ago
  72. 999159a ARC: [DeviceTree] Basic support by Vineet Gupta · 12 years ago
  73. c121c50 ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init by Vineet Gupta · 12 years ago
  74. 55bb948 ARC: [Review] Prevent incorrect syscall restarts by Vineet Gupta · 12 years ago
  75. 5c39c0a ARC: [Review] Preparing to fix incorrect syscall restarts due to signals by Vineet Gupta · 12 years ago
  76. c358103 ARC: Signal handling by Vineet Gupta · 12 years ago
  77. d8005e6 ARC: Timers/counters/delay management by Vineet Gupta · 12 years ago
  78. bf90e1e ARC: Process-creation/scheduling/idle-loop by Vineet Gupta · 12 years ago
  79. 4adeefe ARC: Syscall support (no-legacy-syscall ABI) by Vineet Gupta · 12 years ago
  80. 054419e ARC: Non-MMU Exception Handling by Vineet Gupta · 12 years ago
  81. bacdf48 ARC: Interrupt Handling by Vineet Gupta · 12 years ago
  82. 9d42c84 ARC: Low level IRQ/Trap/Exception Handling by Vineet Gupta · 12 years ago
  83. ac4c244 ARC: irqflags - Interrupt enabling/disabling at in-core intc by Vineet Gupta · 12 years ago
  84. cfdbc2e ARC: Build system: Makefiles, Kconfig, Linker script by Vineet Gupta · 12 years ago