1. 6980c3e2 ARM: 8086/1: Set memblock limit for nommu by Laura Abbott · 10 years ago
  2. 98ea2db ARM: 8076/1: mm: add support for HW coherent systems in PL310 cache by Thomas Petazzoni · 10 years ago
  3. b8d8772 ARM: arm925: ensure assembly sets up writethrough mapping by Russell King · 10 years ago
  4. a641f3a ARM: l2c: fix dependencies on PL310 errata symbols by Russell King · 10 years ago
  5. eb3d3ec Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next by Linus Torvalds · 10 years ago
  6. bd63ce2 Merge branch 'devel-stable' into for-next by Russell King · 10 years ago
  7. 1fb3334 Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next by Russell King · 10 years ago
  8. c177c81 hugetlb: restrict hugepage_migration_support() to x86_64 by Naoya Horiguchi · 10 years ago
  9. d2705064 Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into next by Linus Torvalds · 10 years ago
  10. ff806d0 Merge branch 'for-v3.16' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping into next by Linus Torvalds · 10 years ago
  11. 20e7e36 ARM: ensure C page table setup code follows assembly code (part II) by Russell King · 10 years ago
  12. ca8f0b0 ARM: ensure C page table setup code follows assembly code by Russell King · 10 years ago
  13. 0aeb340 ARM: remove global cr_no_alignment by Russell King · 11 years ago
  14. 3cb099f ARM: remove CPU_CP15 conditional from alignment.c by Russell King · 11 years ago
  15. c6e1360 ARM: remove unused adjust_cr() function by Russell King · 11 years ago
  16. 175352a ARM: move "noalign" command line option to alignment.c by Russell King · 11 years ago
  17. b4b20ad ARM: provide common method to clear bits in CPU control register by Russell King · 11 years ago
  18. 1c2f87c ARM: 8025/1: Get rid of meminfo by Laura Abbott · 11 years ago
  19. 1c8c3cf ARM: 8060/1: mm: allow sub-architectures to override PCI I/O memory type by Thomas Petazzoni · 10 years ago
  20. 8ef418c ARM: l2c: trial at enabling some Cortex-A9 optimisations by Russell King · 11 years ago
  21. 560be61 ARM: l2c: add warnings for stuff modifying aux_ctrl register values by Russell King · 11 years ago
  22. 314e47b ARM: l2c: print a warning with L2C-310 caches if the cache size is modified by Russell King · 11 years ago
  23. 678ea28 ARM: l2c: remove old .set_debug method by Russell King · 11 years ago
  24. de7e753 ARM: l2c: provide common PL310 early resume code by Russell King · 11 years ago
  25. a4b041a ARM: l2c: always enable non-secure access to lockdown registers by Russell King · 11 years ago
  26. 3a43b58 ARM: l2c: always enable low power modes by Russell King · 11 years ago
  27. 4374d64 ARM: l2c: add automatic enable of early BRESP by Russell King · 11 years ago
  28. ddf7d79 ARM: l2c: move L2 cache register saving to a more sensible location by Russell King · 11 years ago
  29. d9d1f3e ARM: l2c: check that DT files specify the required "cache-unified" property by Russell King · 11 years ago
  30. 1a5a954 ARM: l2c: fix register naming by Russell King · 11 years ago
  31. a8875a0 ARM: l2c: implement L2C-310 erratum 752271 in core L2C code by Russell King · 11 years ago
  32. 8abd259 ARM: l2c: provide generic hook to intercept writes to secure registers by Russell King · 11 years ago
  33. c0fe18b ARM: l2c: move errata configuration options to arch/arm/mm/Kconfig by Russell King · 11 years ago
  34. 0493aef ARM: l2c: move way size calculation data into l2c_init_data by Russell King · 11 years ago
  35. 5f47c38 ARM: l2c: add decode for L2C-220 cache ways by Russell King · 11 years ago
  36. 051334b ARM: l2c: move type string into l2c_init_data structure by Russell King · 11 years ago
  37. cf9ea8f ARM: l2c: remove obsolete l2x0 ops for non-OF init by Russell King · 11 years ago
  38. 9081114 ARM: l2c: convert Broadcom L2C-310 to new code by Russell King · 11 years ago
  39. 733c6bb ARM: l2c: add L2C-220 specific handlers by Russell King · 11 years ago
  40. f777332 ARM: l2c: use L2C-210 handlers for L2C-310 errata-less implementations by Russell King · 11 years ago
  41. ebd4219f ARM: l2c: implement L2C-310 erratum 588369 as a method override by Russell King · 11 years ago
  42. 99ca1772 ARM: l2c: implement L2C-310 erratum 727915 as a method override by Russell King · 11 years ago
  43. 6a28cf5 ARM: l2c: add L2C-210 specific handlers by Russell King · 11 years ago
  44. bda0b74 ARM: l2c: move pl310_set_debug() into l2c-310 code by Russell King · 11 years ago
  45. faf9b2e ARM: l2c: simplify l2x0 unlocking code by Russell King · 11 years ago
  46. 09a5d18 ARM: l2c: clean up save/resume functions by Russell King · 11 years ago
  47. b98556f2 ARM: l2c: move and add ARM L2C-2x0/L2C-310 save/resume code to non-OF by Russell King · 11 years ago
  48. cdef868 ARM: l2c: clean up L2 cache initialisation messages by Russell King · 11 years ago
  49. 75461f5 ARM: l2c: implement fixups for L2 cache controller quirks/errata by Russell King · 11 years ago
  50. 40266d6 ARM: l2c: move aurora broadcast setup to enable function by Russell King · 11 years ago
  51. 9a07f27 ARM: l2c: only write the auxiliary control register if required by Russell King · 11 years ago
  52. 17f3f99 ARM: l2c: write auxctrl register before unlocking by Russell King · 11 years ago
  53. 3b8bad5 ARM: l2c: provide enable method by Russell King · 11 years ago
  54. da3627f ARM: l2c: group implementation specific code together by Russell King · 11 years ago
  55. c40e7eb ARM: l2c: move l2c save function to __l2c_init() by Russell King · 11 years ago
  56. 9846dfc ARM: l2c: pass iomem address into data->save function by Russell King · 11 years ago
  57. 96054b0 ARM: l2c: clean up OF initialisation a bit by Russell King · 11 years ago
  58. 14b882c ARM: l2c: add and use L2C revision constants by Russell King · 11 years ago
  59. 83841fe ARM: l2c: rename cache_wait_way() by Russell King · 11 years ago
  60. df5dd4c ARM: l2c: provide generic helper for way-based operations by Russell King · 11 years ago
  61. 37abcdb ARM: l2c: split out cache unlock code by Russell King · 11 years ago
  62. 2b2a87a ARM: l2c: provide generic function for calling set_debug method by Russell King · 11 years ago
  63. c02642b ARM: l2c: rename OF specific things, making l2x0_of_data available to all by Russell King · 11 years ago
  64. ce84130 ARM: l2c: tidy up l2x0_of_data declarations by Russell King · 11 years ago
  65. a65bb92 ARM: l2c: add helper for L2 cache controller DT IDs by Russell King · 11 years ago
  66. 1f1d5b7 ARM: outer cache: add WARN_ON() to outer_disable() by Russell King · 11 years ago
  67. 72e6ae2 ARM: 8043/1: uprobes need icache flush after xol write by Victor Kamensky · 10 years ago
  68. 9581960 ARM: 8055/1: cacheflush: use -st dsb option for ensuring completion by Will Deacon · 10 years ago
  69. cd000cf ARM: 8046/1: proc: add support for the Cortex-A17 processor by Will Deacon · 10 years ago
  70. f9ff907 ARM: 8048/1: fix v7-M setup stack location by Rabin Vincent · 10 years ago
  71. 6b74f61 Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into devel-stable by Russell King · 10 years ago
  72. deace4a ARM: dma-mapping: avoid calling dma_cache_maint_page() on dev=>cpu by Russell King · 10 years ago
  73. 4585eaf ARM: use get_cr() rather than cr_alignment by Russell King · 11 years ago
  74. 265c271 ARM: l2c: remove outer_inv_all() method by Russell King · 11 years ago
  75. e464ef1 arm: dma-mapping: add checking cma area initialized by Gioh Kim · 10 years ago
  76. 006f841 arm: dma-iommu: Clean up redundant variable by Ritesh Harjani · 10 years ago
  77. eafd370 Merge branch 'dt-bus-name' into for-next by Rob Herring · 10 years ago
  78. 2161c24 ARM: dma: use phys_addr_t in __dma_page_[cpu_to_dev/dev_to_cpu] by Santosh Shilimkar · 10 years ago
  79. d1552ce of/fdt: move memreserve and dtb memory reservations into core by Rob Herring · 11 years ago
  80. 86f4062 ARM: 8037/1: mm: support big-endian page tables by Jianguo Wu · 10 years ago
  81. 92891ed Merge branch 'fixes_for_v3.15' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 10 years ago
  82. 59f0f11 arm: dma-mapping: Fix mapping size value by Ritesh Harjani · 10 years ago
  83. a05e54c ARM: 8031/2: change fixmap mapping region to support 32 CPUs by Liu Hua · 10 years ago
  84. 4221e2e ARM: 8031/1: fixmap: remove FIX_KMAP_BEGIN and FIX_KMAP_END by Liu Hua · 10 years ago
  85. 51aaf81 ARM: keep arch/arm/Kconfig and arch/arm/mm/Kconfig select entries sorted by Russell King · 10 years ago
  86. 16c79a3 ARM: 8013/1: PJ4B: Add cpu_suspend/cpu_resume hooks for PJ4B by Gregory CLEMENT · 11 years ago
  87. ede1d63 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 11 years ago
  88. 53f1d9a Merge branches 'fixes' and 'misc' into for-next by Russell King · 11 years ago
  89. fff00db ARM: 8014/1: mm: fix reporting of read-only PMD bits by Kees Cook · 11 years ago
  90. ff050ad Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  91. 9f80036 Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  92. 2d1eb87 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 11 years ago
  93. bce5669 Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
  94. 95959e6 Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unstable/sa11x0' into for-next by Russell King · 11 years ago
  95. 7474043 Merge branch 'for-3.15' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 11 years ago
  96. d88cf7d Merge remote-tracking branch 'robh/for-next' into devicetree/next by Grant Likely · 11 years ago
  97. 027f3f9 ARM: cache-tauros2: remove ARMv6 code by Arnd Bergmann · 11 years ago
  98. 600a1df Merge branch 'randconfig-fixes' into next/fixes-non-critical by Arnd Bergmann · 11 years ago
  99. fa04e20 ARM: rpc: autoselect CPU_SA110 by Arnd Bergmann · 11 years ago
  100. d4324ce Merge tag 'mvebu-soc-3.15-2' of git://git.infradead.org/linux-mvebu into next/soc by Arnd Bergmann · 11 years ago