1. 947bf10 ARC: [ASID] Track ASID allocation cycles/generations by Vineet Gupta · 11 years ago
  2. c601155 ARC: [ASID] activate_mm() == switch_mm() by Vineet Gupta · 11 years ago
  3. 3daa48d ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASID by Vineet Gupta · 11 years ago
  4. 5bd87ad ARC: [ASID] Refactor the TLB paranoid debug code by Vineet Gupta · 11 years ago
  5. ade922f ARC: [ASID] Remove legacy/unused debug code by Vineet Gupta · 11 years ago
  6. 483e9bcb ARC: MMUv4 preps/3 - Abstract out TLB Insert/Delete by Vineet Gupta · 11 years ago
  7. d091fcb ARC: MMUv4 preps/2 - Reshuffle PTE bits by Vineet Gupta · 11 years ago
  8. 64b703e ARC: MMUv4 preps/1 - Fold PTE K/U access flags by Vineet Gupta · 11 years ago
  9. 4b06ff3 ARC: Code cosmetics (Nothing semantical) by Vineet Gupta · 11 years ago
  10. fce16bc ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVE by Vineet Gupta · 11 years ago
  11. 37f3ac4 ARC: Exception Handlers Code consolidation by Vineet Gupta · 11 years ago
  12. 4ffd9e2 ARC: SMP build breakage by Vineet Gupta · 11 years ago
  13. 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
  14. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  15. ce75995 arc: delete __cpuinit usage from all arc files by Paul Gortmaker · 11 years ago
  16. 38a9ff6 ARC: Remove explicit passing around of ECR by Vineet Gupta · 11 years ago
  17. 502a0c7 ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth values by Vineet Gupta · 11 years ago
  18. 352c1d9 ARC: stop using pt_regs->orig_r8 by Vineet Gupta · 11 years ago
  19. 359105b ARC: pt_regs update #4: r25 saved/restored unconditionally by Vineet Gupta · 11 years ago
  20. ba3558c ARC: K/U SP saved from one location in stack switching macro by Vineet Gupta · 11 years ago
  21. 1898a95 ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR values by Vineet Gupta · 11 years ago
  22. 3ebedbb ARC: Increase readability of entry handlers by Vineet Gupta · 11 years ago
  23. 16f9afe ARC: pt_regs update #3: Remove unused gutter at start of callee_regs by Vineet Gupta · 11 years ago
  24. 2fa9190 ARC: pt_regs update #2: Remove unused gutter at start of pt_regs by Vineet Gupta · 11 years ago
  25. 283237a ARC: pt_regs update #1: Align pt_regs end with end of kernel stack page by Vineet Gupta · 11 years ago
  26. bed3097 ARC: pt_regs update #0: remove kernel stack canary by Vineet Gupta · 11 years ago
  27. 3abc944 ARC: [mm] Make stack/heap Non-executable by default by Vineet Gupta · 11 years ago
  28. 2ed21da ARC: [mm] Assume pagecache page dirty by default by Vineet Gupta · 11 years ago
  29. 3049918 ARC: cache detection code bitrot by Vineet Gupta · 11 years ago
  30. da1677b ARC: Disintegrate arcregs.h by Vineet Gupta · 11 years ago
  31. 8235703 ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h by Vineet Gupta · 11 years ago
  32. 7bb66f6 ARC: lazy dcache flush broke gdb in non-aliasing configs by Vineet Gupta · 11 years ago
  33. 006dfb3 ARC: Use enough bits for determining page's cache color by Vineet Gupta · 11 years ago
  34. 3e87974 ARC: Brown paper bag bug in macro for checking cache color by Vineet Gupta · 11 years ago
  35. a950549 ARC: copy_(to|from)_user() to honor usermode-access permissions by Vineet Gupta · 11 years ago
  36. 5bba49f ARC: [mm] Aliasing VIPT dcache support 4/4 by Vineet Gupta · 11 years ago
  37. de2a852 ARC: [mm] Aliasing VIPT dcache support 3/4 by Vineet Gupta · 11 years ago
  38. 4102b53 ARC: [mm] Aliasing VIPT dcache support 2/4 by Vineet Gupta · 11 years ago
  39. 6ec18a8 ARC: [mm] Aliasing VIPT dcache support 1/4 by Vineet Gupta · 11 years ago
  40. eacd0e95 ARC: [mm] Lazy D-cache flush (non aliasing VIPT) by Vineet Gupta · 11 years ago
  41. 94bad1a ARC: [mm] consolidate icache/dcache sync code by Vineet Gupta · 11 years ago
  42. 24603fd ARC: [mm] optimise icache flush for user mappings by Vineet Gupta · 11 years ago
  43. 8d56bec ARC: [mm] optimize needless full mm TLB flush on munmap by Vineet Gupta · 11 years ago
  44. 072eb69 ARC: [TB10x] Add support for TB10x platform by Christian Ruppert · 11 years ago
  45. a37cdac ARC: Prepare interrupt code for external controllers by Christian Ruppert · 11 years ago
  46. 79e5f05 ARC: Add implicit compiler barrier to raw_local_irq* functions by Christian Ruppert · 11 years ago
  47. 367f3fc ARC: Fix the typo in event identifier flags used by ptrace by Vineet Gupta · 11 years ago
  48. 2105fd5 arc: fix dma_address assignment during dma_map_sg() by Pierrick Hascoet · 11 years ago
  49. a37b2dc ARC: Remove SET_PERSONALITY (tracks cross-arch change) by Vineet Gupta · 11 years ago
  50. 180d406 ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABI by Vineet Gupta · 11 years ago
  51. 1540c85 ARC: make allyesconfig build breakages by Vineet Gupta · 11 years ago
  52. 8ccfe66 ARC: split elf.h into uapi and export it for userspace by Vineet Gupta · 12 years ago
  53. 1713905 ARC: Fixup the current ABI version by Vineet Gupta · 12 years ago
  54. 5dc99e5 ARC: gdbserver using regset interface possibly broken by Vineet Gupta · 12 years ago
  55. eab6a08 ARC: make a copy of flat DT by Vineet Gupta · 12 years ago
  56. 0208c96 ARC: Provide a default serial.h for uart drivers needing BASE_BAUD by Vineet Gupta · 12 years ago
  57. 10b1271 ARC: [Review] Multi-platform image #7: SMP common code to use callbacks by Vineet Gupta · 12 years ago
  58. fc7943d ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optional by Vineet Gupta · 12 years ago
  59. decae9d ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC core by Vineet Gupta · 12 years ago
  60. e97ff12 ARC: [Review] Multi-platform image #4: Isolate platform headers by Vineet Gupta · 12 years ago
  61. 877768c ARC: [Review] Multi-platform image #3: switch to board callback by Vineet Gupta · 12 years ago
  62. 03a6d28 ARC: [Review] Multi-platform image #2: Board callback Infrastructure by Vineet Gupta · 12 years ago
  63. 4368902 ARC: Add support for ioremap_prot API by Gilad Ben-Yossef · 12 years ago
  64. 8c2f4a8 ARC: UAPI Disintegrate arch/arc/include/asm by Vineet Gupta · 12 years ago
  65. 8b5850f ARC: Support for single cycle Close Coupled Mem (CCM) by Vineet Gupta · 12 years ago
  66. 9c57564 ARC: perf support (software counters only) by Vineet Gupta · 12 years ago
  67. af61742 ARC: Boot #2: Verbose Boot reporting / feature verification by Vineet Gupta · 12 years ago
  68. f46121b ARC: kgdb support by Mischa Jonker · 12 years ago
  69. 2e651ea ARC: Unaligned access emulation by Vineet Gupta · 12 years ago
  70. 4d86dfb ARC: kprobes support by Vineet Gupta · 12 years ago
  71. e65ab5a ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul) by Vineet Gupta · 12 years ago
  72. 854a0d9 ARC: DWARF2 .debug_frame based stack unwinder by Vineet Gupta · 12 years ago
  73. 41195d2 ARC: SMP support by Vineet Gupta · 12 years ago
  74. fa1c3ff ARC: Module support by Vineet Gupta · 12 years ago
  75. 4788a59 ARC: Support for high priority interrupts in the in-core intc by Vineet Gupta · 12 years ago
  76. 01b812b ARC: Futex support by Vineet Gupta · 12 years ago
  77. 080c374 ARC: [optim] Cache "current" in Register r25 by Vineet Gupta · 12 years ago
  78. 450dd43 ARC: [DeviceTree] Convert some Kconfig items to runtime values by Vineet Gupta · 12 years ago
  79. 999159a ARC: [DeviceTree] Basic support by Vineet Gupta · 12 years ago
  80. ee36d17 ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARC by Vineet Gupta · 12 years ago
  81. c121c50 ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem init by Vineet Gupta · 12 years ago
  82. 1162b07 ARC: I/O and DMA Mappings by Vineet Gupta · 12 years ago
  83. d79e678 ARC: TLB flush Handling by Vineet Gupta · 12 years ago
  84. cc562d2 ARC: MMU Exception Handling by Vineet Gupta · 12 years ago
  85. f1f3347 ARC: MMU Context Management by Vineet Gupta · 12 years ago
  86. 5dda4dc ARC: Page Table Management by Vineet Gupta · 12 years ago
  87. 95d6976 ARC: Cache Flush Management by Vineet Gupta · 12 years ago
  88. 55bb948 ARC: [Review] Prevent incorrect syscall restarts by Vineet Gupta · 12 years ago
  89. 5c39c0a ARC: [Review] Preparing to fix incorrect syscall restarts due to signals by Vineet Gupta · 12 years ago
  90. c358103 ARC: Signal handling by Vineet Gupta · 12 years ago
  91. d8005e6 ARC: Timers/counters/delay management by Vineet Gupta · 12 years ago
  92. bf90e1e ARC: Process-creation/scheduling/idle-loop by Vineet Gupta · 12 years ago
  93. 4adeefe ARC: Syscall support (no-legacy-syscall ABI) by Vineet Gupta · 12 years ago
  94. 054419e ARC: Non-MMU Exception Handling by Vineet Gupta · 12 years ago
  95. bacdf48 ARC: Interrupt Handling by Vineet Gupta · 12 years ago
  96. 9d42c84 ARC: Low level IRQ/Trap/Exception Handling by Vineet Gupta · 12 years ago
  97. 5210d1e ARC: String library by Vineet Gupta · 12 years ago
  98. 6e35fa2 ARC: Spinlock/rwlock/mutex primitives by Vineet Gupta · 12 years ago
  99. 3be80aa ARC: Fundamental ARCH data-types/defines by Vineet Gupta · 12 years ago
  100. ca15c8e ARC: Checksum/byteorder/swab routines by Vineet Gupta · 12 years ago