1. 1ee55a8 ARC: Re-enable MMU upon Machine Check exception by Jose Abreu · 7 years ago
  2. 9ed6878 ARC: mm: Decouple RAM base address from kernel link address by Eugeniy Paltsev · 7 years ago
  3. bee91c3 ARCv2: IOC: Tighten up the contraints (specifically base / size alignment) by Eugeniy Paltsev · 7 years ago
  4. ae0b63d ARCv2: SLC: provide a line based flush routine for debugging by Vineet Gupta · 7 years ago
  5. 18ee4be ARC: set boot print log level to PR_INFO by Noam Camus · 8 years ago
  6. 30b7af2 ARC: [plat-eznps] Fix TLB Errata by Noam Camus · 8 years ago
  7. ddf720f ARC: typo fix in mm/fault.c by Liav Rehana · 8 years ago
  8. 05ab303 Merge tag 'arc-4.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 7 years ago
  9. b5ddb6d ARCv2: PAE40: set MSB even if !CONFIG_ARC_HAS_PAE40 but PAE exists in SoC by Vineet Gupta · 7 years ago
  10. 7d79cee ARCv2: PAE40: Explicitly set MSB counterpart of SLC region ops addresses by Alexey Brodkin · 7 years ago
  11. 2e332fe ARC: dma: implement dma_unmap_page and sg variant by Vineet Gupta · 7 years ago
  12. b37174d ARCv2: SLC: Make sure busy bit is set properly for region ops by Alexey Brodkin · 8 years ago
  13. 43fc509 dma-coherent: introduce interface for default DMA pool by Vladimir Murzin · 7 years ago
  14. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
  15. 4a1e31c Merge tag 'arc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  16. ee40bd1 ARCv2: mm: Merge 2 updates to DC_CTRL for region flush by Vineet Gupta · 8 years ago
  17. 0d77117f ARCv2: mm: Implement cache region flush operations by Vineet Gupta · 10 years ago
  18. 7d3d162 ARC: mm: Move full_page computation into cache version agnostic wrapper by Vineet Gupta · 8 years ago
  19. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  20. c70c473 ARCv2: SLC: Make sure busy bit is set properly on SLC flushing by Alexey Brodkin · 8 years ago
  21. e13909a ARC: uaccess: enable INLINE_COPY_{TO,FROM}_USER ... by Vineet Gupta · 8 years ago
  22. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  23. 0104260 sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  24. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  25. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  26. 9ce6dbe arc: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  27. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  28. d0e73e2 ARC: Revert "ARC: mm: IOC: Don't enable IOC by default" by Vineet Gupta · 8 years ago
  29. 76894a7 ARC: mm: split arc_cache_init to allow __init reaping of bulk by Vineet Gupta · 8 years ago
  30. e497c8e ARCv2: IOC: Use actual memory size to setup aperture size by Vineet Gupta · 8 years ago
  31. 8c47f83 ARCv2: IOC: Adhere to progamming model guidelines to avoid DMA corruption by Vineet Gupta · 9 years ago
  32. d4911cd ARCv2: IOC: refactor the IOC and SLC operations into own functions by Vineet Gupta · 9 years ago
  33. fa84d73 ARC: mmu: clarify the MMUv3 programming model by Vineet Gupta · 8 years ago
  34. 42e0372 Merge tag 'arc-4.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  35. 08fe007 ARC: mm: arc700: Don't assume 2 colours for aliasing VIPT dcache by Vineet Gupta · 8 years ago
  36. f64915b ARC: mm: No need to save cache version in @cpuinfo by Vineet Gupta · 8 years ago
  37. 8a3385d arch/arc: add option to skip sync on DMA mapping by Alexander Duyck · 8 years ago
  38. 23cb1f6 ARC: mm: IOC: Don't enable IOC by default by Vineet Gupta · 8 years ago
  39. a79a812 arc: Implement arch-specific dma_map_ops.mmap by Alexey Brodkin · 8 years ago
  40. f644e36 ARC: mm: retire ARC_DBG_TLB_MISS_COUNT... by Vineet Gupta · 8 years ago
  41. d7c4611 ARC: boot log: remove awkward space comma from MMU line by Vineet Gupta · 8 years ago
  42. 711c1f2 ARCv2: boot log: print IOC exists as well as enabled status by Vineet Gupta · 8 years ago
  43. cf986d4 ARCv2: IOC: use @ioc_enable not @ioc_exist where intended by Vineet Gupta · 8 years ago
  44. 26c01c4 ARCv2: Support dynamic peripheral address space in HS38 rel 3.0 cores by Vineet Gupta · 8 years ago
  45. d77976c ARC: export kmap by Vineet Gupta · 8 years ago
  46. 45c3b08 ARC: Elide redundant setup of DMA callbacks by Vineet Gupta · 9 years ago
  47. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  48. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  49. 9d3bc3d Merge tag 'arc-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 8 years ago
  50. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  51. b4dff28 ARC: dma: fix address translation in arc_dma_free by Vladimir Kondratiev · 9 years ago
  52. 627c88b ARC: typo fix in mm/ioremap.c by Alexey Brodkin · 9 years ago
  53. 2547476 Fix typos by Andrea Gelmini · 9 years ago
  54. 8bcf2c4 ARC: [plat-eznps] Use dedicated user stack top by Noam Camus · 9 years ago
  55. 15ca68a ARC: Make vmalloc size configurable by Noam Camus · 10 years ago
  56. 26f9d5f ARC: support HIGHMEM even without PAE40 by Vineet Gupta · 9 years ago
  57. 1b10cb2 ARC: add support for reserved memory defined by device tree by Alexey Brodkin · 9 years ago
  58. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  59. deaf756 ARCv2: ioremap: Support dynamic peripheral address space by Vineet Gupta · 9 years ago
  60. f2e3d55 ARC: dma: reintroduce platform specific dma<->phys by Vineet Gupta · 9 years ago
  61. f5db19e ARC: dma: ioremap: use phys_addr_t consistenctly in code paths by Vineet Gupta · 9 years ago
  62. 971573c ARC: dma: pass_phys() not sg_virt() to cache ops by Vineet Gupta · 9 years ago
  63. 6b70039 ARC: dma: non-coherent pages need V-P mapping if in HIGHMEM by Vineet Gupta · 9 years ago
  64. d98a15a ARC: dma: Use struct page based page allocator helpers by Vineet Gupta · 9 years ago
  65. 7423cc0 ARC: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  66. 052c96d arc: convert to dma_map_ops by Christoph Hellwig · 9 years ago
  67. e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 9 years ago
  68. 899cfd2 ARC: mm: HIGHMEM: Fix section mismatch splat by Vineet Gupta · 9 years ago
  69. ff1c0b6 ARC: [plat-sim] unbork non default CONFIG_LINUX_LINK_BASE by Vineet Gupta · 9 years ago
  70. 61a1634 ARC: comments update by Vineet Gupta · 9 years ago
  71. a6416f5 ARC: use ASL assembler mnemonic by Vineet Gupta · 9 years ago
  72. 5a364c2 ARC: mm: PAE40 support by Vineet Gupta · 10 years ago
  73. 25d4641 ARC: mm: PAE40: tlbex.S: Explicitify the size of pte_t by Vineet Gupta · 9 years ago
  74. 28b4af7 ARC: mm: PAE40: switch to using phys_addr_t for physical addresses by Vineet Gupta · 9 years ago
  75. 29e3322 ARC: mm: HIGHMEM: populate high memory from DT by Vineet Gupta · 9 years ago
  76. 45890f6 ARC: mm: HIGHMEM: kmap API implementation by Vineet Gupta · 10 years ago
  77. 6101be5 ARC: mm: preps ahead of HIGHMEM support #2 by Vineet Gupta · 9 years ago
  78. 336e213 ARC: mm: preps ahead of HIGHMEM support by Vineet Gupta · 10 years ago
  79. 8840e14 ARC: mm: Improve Duplicate PD Fault handler by Vineet Gupta · 9 years ago
  80. f759ee5 ARC: Ensure DT mem base is same as what kernel is built with by Vineet Gupta · 10 years ago
  81. d0890ea ARC: boot log: decode more mmu config items by Vineet Gupta · 9 years ago
  82. 964cf28 ARC: boot log: move helper macros to header for reuse by Vineet Gupta · 9 years ago
  83. b598e17f ARC: mm: compute TLB size as needed from ways * sets by Vineet Gupta · 9 years ago
  84. c7119d5 ARCv2: mm: THP: flush_pmd_tlb_range make SMP safe by Vineet Gupta · 9 years ago
  85. 722fe8f ARCv2: mm: THP: Implement flush_pmd_tlb_range() optimization by Vineet Gupta · 10 years ago
  86. 6ce1879 ARCv2: mm: THP: boot validation/reporting by Vineet Gupta · 10 years ago
  87. fe6c1b8 ARCv2: mm: THP support by Vineet Gupta · 11 years ago
  88. 129cbed ARC: mm: pte flags comsetic cleanups, comments by Vineet Gupta · 11 years ago
  89. fd0881a2 ARC: Eliminate some ARCv2 specific code for ARCompact build by Vineet Gupta · 9 years ago
  90. 1648c70 ARCv2: IOC: Allow boot time disable by Alexey Brodkin · 10 years ago
  91. 79335a2 ARCv2: SLC: Allow boot time disable by Vineet Gupta · 10 years ago
  92. f2b0b25 ARCv2: Support IO Coherency and permutations involving L1 and L2 caches by Alexey Brodkin · 10 years ago
  93. f718c2e ARC: Don't memzero twice in dma_alloc_coherent for __GFP_ZERO by Vineet Gupta · 10 years ago
  94. b607edd ARCv2: guard SLC DMA ops with spinlock by Alexey Brodkin · 10 years ago
  95. 0890a26 Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 10 years ago
  96. 2924cd1 ARCv2: [vdk] dts files and defconfig for HS38 VDK by Ruud Derwig · 10 years ago
  97. 795f455 ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency) by Vineet Gupta · 10 years ago
  98. bcc4d65a ARCv2: MMUv4: support aliasing icache config by Vineet Gupta · 10 years ago
  99. d1f317d ARCv2: MMUv4: cache programming model changes by Vineet Gupta · 10 years ago
  100. d7a512b ARCv2: MMUv4: TLB programming Model changes by Vineet Gupta · 10 years ago