1. 26c01c4 ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 cores by Vineet Gupta · 8 years ago
  2. 45c3b08 ARC: Elide redundant setup of DMA callbacks by Vineet Gupta · 8 years ago
  3. 2547476 Fix typos by Andrea Gelmini · 8 years ago
  4. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  5. deaf756 ARCv2: ioremap: Support dynamic peripheral address space by Vineet Gupta · 9 years ago
  6. f5db19e ARC: dma: ioremap: use phys_addr_t consistenctly in code paths by Vineet Gupta · 9 years ago
  7. 7423cc0 ARC: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  8. e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 9 years ago
  9. 5a364c2 ARC: mm: PAE40 support by Vineet Gupta · 10 years ago
  10. 28b4af7 ARC: mm: PAE40: switch to using phys_addr_t for physical addresses by Vineet Gupta · 9 years ago
  11. 336e213 ARC: mm: preps ahead of HIGHMEM support by Vineet Gupta · 10 years ago
  12. 964cf28 ARC: boot log: move helper macros to header for reuse by Vineet Gupta · 9 years ago
  13. fd0881a2 ARC: Eliminate some ARCv2 specific code for ARCompact build by Vineet Gupta · 9 years ago
  14. 1648c70 ARCv2: IOC: Allow boot time disable by Alexey Brodkin · 9 years ago
  15. 79335a2 ARCv2: SLC: Allow boot time disable by Vineet Gupta · 9 years ago
  16. f2b0b25 ARCv2: Support IO Coherency and permutations involving L1 and L2 caches by Alexey Brodkin · 9 years ago
  17. b607edd ARCv2: guard SLC DMA ops with spinlock by Alexey Brodkin · 9 years ago
  18. 795f455 ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency) by Vineet Gupta · 9 years ago
  19. bcc4d65 ARCv2: MMUv4: support aliasing icache config by Vineet Gupta · 9 years ago
  20. d1f317d ARCv2: MMUv4: cache programming model changes by Vineet Gupta · 9 years ago
  21. 11e1489 ARC: untangle cache flush loop by Vineet Gupta · 10 years ago
  22. 6c31068 ARC: cacheflush: No need to retain DC_CTRL from __before_dc_op() by Vineet Gupta · 9 years ago
  23. 8ea2ddf ARC: cacheflush: move some code around, delete old comments by Vineet Gupta · 9 years ago
  24. 8362c38 ARC: mm/cache_arc700.c -> mm/cache.c by Vineet Gupta · 9 years ago[Renamed from arch/arc/mm/cache_arc700.c]
  25. 4530949 ARC: fold ___flush_dcache_page into __flush_dcache_page by Vineet Gupta · 9 years ago
  26. 4a8a224 ARC: inline cache flush toggle helpers by Vineet Gupta · 9 years ago
  27. c59414c ARC: refactoring: reduce the scope of some local vars by Vineet Gupta · 10 years ago
  28. 014018e ARC: [mm] Fix compilation breakage by Noam Camus · 10 years ago
  29. e356030 flush_icache_range: export symbol to fix build errors by Pranith Kumar · 10 years ago
  30. af5abf1 ARC: help gcc elide icache helper for !SMP by Vineet Gupta · 10 years ago
  31. 1b1a22b ARC: move common ops for line/full cache into helpers by Vineet Gupta · 10 years ago
  32. da40ff4 ARC: cache boot reporting updates by Vineet Gupta · 10 years ago
  33. 2328af0 ARC: [SMP] Enable icache coherency by Vineet Gupta · 12 years ago
  34. ef680cd ARC: Disable caches in early boot if so configured by Vineet Gupta · 11 years ago
  35. d753863 ARC: fix mmuv2 warning by Vineet Gupta · 10 years ago
  36. c3441ed ARC: [SMP] General Fixes by Vineet Gupta · 11 years ago
  37. b053940 ARC: Use correct PTAG register for icache flush by Vineet Gupta · 11 years ago
  38. d4599ba ARC: cacheflush optim - PTAG can be loop invariant if V-P is const by Vineet Gupta · 11 years ago
  39. bd12976 ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpers by Vineet Gupta · 11 years ago
  40. 63d2dfd ARC: cacheflush refactor #2: I and D caches lines to have same size by Vineet Gupta · 11 years ago
  41. f3e4de3 ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routine by Vineet Gupta · 11 years ago
  42. 4b06ff3 ARC: Code cosmetics (Nothing semantical) by Vineet Gupta · 11 years ago
  43. ce75995 arc: delete __cpuinit usage from all arc files by Paul Gortmaker · 11 years ago
  44. 2ed21da ARC: [mm] Assume pagecache page dirty by default by Vineet Gupta · 11 years ago
  45. fedf5b9 ARC: [mm] optimise VIPT dcache aliasing 2/x by Vineet Gupta · 11 years ago
  46. 5971bc7 ARC: [mm] optimise VIPT dcache aliasing 1/x by Vineet Gupta · 11 years ago
  47. 336e199 ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHE by Vineet Gupta · 11 years ago
  48. 3049918 ARC: cache detection code bitrot by Vineet Gupta · 11 years ago
  49. da1677b ARC: Disintegrate arcregs.h by Vineet Gupta · 11 years ago
  50. 8235703 ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h by Vineet Gupta · 11 years ago
  51. 7bb66f6 ARC: lazy dcache flush broke gdb in non-aliasing configs by Vineet Gupta · 11 years ago
  52. f538881 ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach() by Vineet Gupta · 11 years ago
  53. de2a852 ARC: [mm] Aliasing VIPT dcache support 3/4 by Vineet Gupta · 11 years ago
  54. 4102b53 ARC: [mm] Aliasing VIPT dcache support 2/4 by Vineet Gupta · 11 years ago
  55. 6ec18a8 ARC: [mm] Aliasing VIPT dcache support 1/4 by Vineet Gupta · 11 years ago
  56. a690984 ARC: [mm] refactor the core (i|d)cache line ops loops by Vineet Gupta · 11 years ago
  57. c917a36 ARC: [mm] serious bug in vaddr based icache flush by Vineet Gupta · 11 years ago
  58. eacd0e95 ARC: [mm] Lazy D-cache flush (non aliasing VIPT) by Vineet Gupta · 11 years ago
  59. 764531c ARC: [mm] micro-optimize page size icache invalidate by Vineet Gupta · 11 years ago
  60. 7f250a0 ARC: [mm] remove the pessimistic all-alias-invalidate icache helpers by Vineet Gupta · 11 years ago
  61. 94bad1a ARC: [mm] consolidate icache/dcache sync code by Vineet Gupta · 11 years ago
  62. 7586bf72 ARC: [mm] optimise icache flush for kernel mappings by Vineet Gupta · 11 years ago
  63. 24603fd ARC: [mm] optimise icache flush for user mappings by Vineet Gupta · 11 years ago
  64. 30ecee8 ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCH by Vineet Gupta · 11 years ago
  65. d626f54 ARC: Don't fiddle with non-existent caches by Vineet Gupta · 12 years ago
  66. af61742 ARC: Boot #2: Verbose Boot reporting / feature verification by Vineet Gupta · 12 years ago
  67. 95d6976 ARC: Cache Flush Management by Vineet Gupta · 12 years ago