1. 0890a26 Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 9 years ago
  2. 2924cd1 ARCv2: [vdk] dts files and defconfig for HS38 VDK by Ruud Derwig · 10 years ago
  3. 795f455 ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency) by Vineet Gupta · 9 years ago
  4. bcc4d65 ARCv2: MMUv4: support aliasing icache config by Vineet Gupta · 9 years ago
  5. d1f317d ARCv2: MMUv4: cache programming model changes by Vineet Gupta · 9 years ago
  6. d7a512b ARCv2: MMUv4: TLB programming Model changes by Vineet Gupta · 9 years ago
  7. 1f6ccff ARCv2: Support for ARCv2 ISA and HS38x cores by Vineet Gupta · 11 years ago
  8. a615b47 ARC: entry.S: confine EXCEPTION_* macros to one file by Vineet Gupta · 10 years ago
  9. 11e1489 ARC: untangle cache flush loop by Vineet Gupta · 10 years ago
  10. 6c31068 ARC: cacheflush: No need to retain DC_CTRL from __before_dc_op() by Vineet Gupta · 9 years ago
  11. 8ea2ddf ARC: cacheflush: move some code around, delete old comments by Vineet Gupta · 9 years ago
  12. 8362c38 ARC: mm/cache_arc700.c -> mm/cache.c by Vineet Gupta · 9 years ago
  13. 40b552d ARC: compress cpuinfo_arc_mmu (mainly save page size in KB) by Vineet Gupta · 9 years ago
  14. 454bfda ARC: remove the unused platform helpers from dma mapping API by Vineet Gupta · 9 years ago
  15. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  16. 4530949 ARC: fold ___flush_dcache_page into __flush_dcache_page by Vineet Gupta · 9 years ago
  17. 4a8a224 ARC: inline cache flush toggle helpers by Vineet Gupta · 9 years ago
  18. f2e2013f7 ARC: mem init spring cleaning - No functional changes by Vineet Gupta · 9 years ago
  19. ceed97a ARC: perf: Enable generic software events by Vineet Gupta · 10 years ago
  20. e262eb9 arc: mm: Fix build failure by Guenter Roeck · 10 years ago
  21. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  22. 5637208 ARC: boot: cpu feature print enhancements by Vineet Gupta · 10 years ago
  23. c59414c ARC: refactoring: reduce the scope of some local vars by Vineet Gupta · 10 years ago
  24. 014018e ARC: [mm] Fix compilation breakage by Noam Camus · 10 years ago
  25. e356030 flush_icache_range: export symbol to fix build errors by Pranith Kumar · 10 years ago
  26. 2a5e95d mm, arc: remove obsolete pagefault oom killer comment by David Rientjes · 10 years ago
  27. af5abf1 ARC: help gcc elide icache helper for !SMP by Vineet Gupta · 10 years ago
  28. 1b1a22b ARC: move common ops for line/full cache into helpers by Vineet Gupta · 10 years ago
  29. da40ff4 ARC: cache boot reporting updates by Vineet Gupta · 10 years ago
  30. c9a98e18 ARC: update some comments by Vineet Gupta · 10 years ago
  31. 2328af0 ARC: [SMP] Enable icache coherency by Vineet Gupta · 11 years ago
  32. ef680cd ARC: Disable caches in early boot if so configured by Vineet Gupta · 10 years ago
  33. d753863 ARC: fix mmuv2 warning by Vineet Gupta · 10 years ago
  34. c3441ed ARC: [SMP] General Fixes by Vineet Gupta · 10 years ago
  35. ec7ac6a ARC: switch to generic ENTRY/END assembler annotations by Vineet Gupta · 11 years ago
  36. d6579e9 ARC: support external initrd by Noam Camus · 12 years ago
  37. b053940 ARC: Use correct PTAG register for icache flush by Vineet Gupta · 10 years ago
  38. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  39. 5ea72a9 ARC: [SMP] TLB flush by Vineet Gupta · 11 years ago
  40. 63eca94 ARC: [SMP] ASID allocation by Vineet Gupta · 11 years ago
  41. 0a4c40a ARC: Fix bogus gcc warning and micro-optimise TLB iteration loop by Vineet Gupta · 11 years ago
  42. 21a63b5 ARC: Change calling convention of do_page_fault() by Vineet Gupta · 11 years ago
  43. d4599ba ARC: cacheflush optim - PTAG can be loop invariant if V-P is const by Vineet Gupta · 11 years ago
  44. bd12976 ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpers by Vineet Gupta · 11 years ago
  45. 63d2dfd ARC: cacheflush refactor #2: I and D caches lines to have same size by Vineet Gupta · 11 years ago
  46. f3e4de3 ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routine by Vineet Gupta · 11 years ago
  47. 9c41f4e ARC: Incorrect mm reference used in vmalloc fault handler by Vineet Gupta · 11 years ago
  48. 29eb45a of: remove early_init_dt_setup_initrd_arch by Rob Herring · 11 years ago
  49. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  50. 94bce45 arch: mm: remove obsolete init OOM protection by Johannes Weiner · 11 years ago
  51. 31f7c3a Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  52. 947bf10 ARC: [ASID] Track ASID allocation cycles/generations by Vineet Gupta · 11 years ago
  53. 3daa48d ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASID by Vineet Gupta · 11 years ago
  54. 5bd87ad ARC: [ASID] Refactor the TLB paranoid debug code by Vineet Gupta · 11 years ago
  55. c0857f5 ARC: No need to flush the TLB in early boot by Vineet Gupta · 11 years ago
  56. 483e9bcb ARC: MMUv4 preps/3 - Abstract out TLB Insert/Delete by Vineet Gupta · 11 years ago
  57. d091fcb ARC: MMUv4 preps/2 - Reshuffle PTE bits by Vineet Gupta · 11 years ago
  58. 64b703e ARC: MMUv4 preps/1 - Fold PTE K/U access flags by Vineet Gupta · 11 years ago
  59. 4b06ff3 ARC: Code cosmetics (Nothing semantical) by Vineet Gupta · 11 years ago
  60. 37f3ac4 ARC: Exception Handlers Code consolidation by Vineet Gupta · 11 years ago
  61. 374d5c9 of: Specify initrd location using 64-bit by Santosh Shilimkar · 11 years ago
  62. 609838c mm: invoke oom-killer from remaining unconverted page fault handlers by Johannes Weiner · 11 years ago
  63. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  64. de35e1b mm/ARC: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  65. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  66. dbe67df mm: enhance free_reserved_area() to support poisoning memory with zero by Jiang Liu · 11 years ago
  67. 1119969 mm: change signature of free_reserved_area() to fix building warnings by Jiang Liu · 11 years ago
  68. ce75995 arc: delete __cpuinit usage from all arc files by Paul Gortmaker · 11 years ago
  69. dc81df2 ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNT by Vineet Gupta · 11 years ago
  70. c3e757a ARC: [tlb-miss] Extraneous PTE bit testing/setting by Vineet Gupta · 11 years ago
  71. 38a9ff6 ARC: Remove explicit passing around of ECR by Vineet Gupta · 11 years ago
  72. 3e1ae441 ARC: [mm] Remove @write argument to do_page_fault() by Vineet Gupta · 11 years ago
  73. 2ed21da ARC: [mm] Assume pagecache page dirty by default by Vineet Gupta · 11 years ago
  74. fedf5b9 ARC: [mm] optimise VIPT dcache aliasing 2/x by Vineet Gupta · 11 years ago
  75. 5971bc7 ARC: [mm] optimise VIPT dcache aliasing 1/x by Vineet Gupta · 11 years ago
  76. 29b93c6 ARC: [mm] Zero page optimization by Vineet Gupta · 11 years ago
  77. 336e199 ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHE by Vineet Gupta · 11 years ago
  78. 3049918 ARC: cache detection code bitrot by Vineet Gupta · 11 years ago
  79. da1677b ARC: Disintegrate arcregs.h by Vineet Gupta · 11 years ago
  80. 8235703 ARC: Use kconfig helper IS_ENABLED() to get rid of defines.h by Vineet Gupta · 11 years ago
  81. 7bb66f6 ARC: lazy dcache flush broke gdb in non-aliasing configs by Vineet Gupta · 11 years ago
  82. 3e87974 ARC: Brown paper bag bug in macro for checking cache color by Vineet Gupta · 11 years ago
  83. a950549 ARC: copy_(to|from)_user() to honor usermode-access permissions by Vineet Gupta · 11 years ago
  84. f538881 ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach() by Vineet Gupta · 11 years ago
  85. 6019958 Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  86. 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
  87. 5bba49f ARC: [mm] Aliasing VIPT dcache support 4/4 by Vineet Gupta · 11 years ago
  88. de2a852 ARC: [mm] Aliasing VIPT dcache support 3/4 by Vineet Gupta · 11 years ago
  89. 4102b53 ARC: [mm] Aliasing VIPT dcache support 2/4 by Vineet Gupta · 11 years ago
  90. 6ec18a8 ARC: [mm] Aliasing VIPT dcache support 1/4 by Vineet Gupta · 11 years ago
  91. a690984 ARC: [mm] refactor the core (i|d)cache line ops loops by Vineet Gupta · 11 years ago
  92. c917a36 ARC: [mm] serious bug in vaddr based icache flush by Vineet Gupta · 11 years ago
  93. eacd0e95 ARC: [mm] Lazy D-cache flush (non aliasing VIPT) by Vineet Gupta · 11 years ago
  94. 764531c ARC: [mm] micro-optimize page size icache invalidate by Vineet Gupta · 11 years ago
  95. 7f250a0 ARC: [mm] remove the pessimistic all-alias-invalidate icache helpers by Vineet Gupta · 11 years ago
  96. 94bad1a ARC: [mm] consolidate icache/dcache sync code by Vineet Gupta · 11 years ago
  97. 7586bf72 ARC: [mm] optimise icache flush for kernel mappings by Vineet Gupta · 11 years ago
  98. 24603fd ARC: [mm] optimise icache flush for user mappings by Vineet Gupta · 11 years ago
  99. e3edeb6 ARC: Respect the cpu_id passed for fetching correct cpu info by Noam Camus · 11 years ago
  100. d2309a19 mm/arc: use common help functions to free reserved pages by Jiang Liu · 11 years ago