index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-30
ARM: l2c: add automatic enable of early BRESP
Russell King
1
-3
/
+22
2014-05-30
ARM: l2c: move L2 cache register saving to a more sensible location
Russell King
1
-12
/
+22
2014-05-30
ARM: l2c: check that DT files specify the required "cache-unified" property
Russell King
1
-0
/
+4
2014-05-30
ARM: l2c: fix register naming
Russell King
1
-28
/
+29
2014-05-30
ARM: l2c: implement L2C-310 erratum 752271 in core L2C code
Russell King
1
-1
/
+17
2014-05-30
ARM: l2c: provide generic hook to intercept writes to secure registers
Russell King
1
-12
/
+30
2014-05-30
ARM: l2c: move errata configuration options to arch/arm/mm/Kconfig
Russell King
1
-0
/
+51
2014-05-30
ARM: l2c: move way size calculation data into l2c_init_data
Russell King
1
-9
/
+20
2014-05-30
ARM: l2c: add decode for L2C-220 cache ways
Russell King
1
-0
/
+1
2014-05-30
ARM: l2c: move type string into l2c_init_data structure
Russell King
1
-7
/
+13
2014-05-30
ARM: l2c: remove obsolete l2x0 ops for non-OF init
Russell King
1
-206
/
+0
2014-05-30
ARM: l2c: convert Broadcom L2C-310 to new code
Russell King
1
-16
/
+11
2014-05-30
ARM: l2c: add L2C-220 specific handlers
Russell King
1
-10
/
+157
2014-05-30
ARM: l2c: use L2C-210 handlers for L2C-310 errata-less implementations
Russell King
1
-22
/
+36
2014-05-30
ARM: l2c: implement L2C-310 erratum 588369 as a method override
Russell King
1
-0
/
+69
2014-05-30
ARM: l2c: implement L2C-310 erratum 727915 as a method override
Russell King
1
-0
/
+20
2014-05-30
ARM: l2c: add L2C-210 specific handlers
Russell King
1
-1
/
+122
2014-05-30
ARM: l2c: move pl310_set_debug() into l2c-310 code
Russell King
1
-8
/
+6
2014-05-30
ARM: l2c: simplify l2x0 unlocking code
Russell King
1
-17
/
+8
2014-05-30
ARM: l2c: clean up save/resume functions
Russell King
1
-57
/
+52
2014-05-30
ARM: l2c: move and add ARM L2C-2x0/L2C-310 save/resume code to non-OF
Russell King
1
-74
/
+77
2014-05-30
ARM: l2c: clean up L2 cache initialisation messages
Russell King
1
-3
/
+4
2014-05-30
ARM: l2c: implement fixups for L2 cache controller quirks/errata
Russell King
1
-11
/
+101
2014-05-30
ARM: l2c: move aurora broadcast setup to enable function
Russell King
1
-13
/
+15
2014-05-30
ARM: l2c: only write the auxiliary control register if required
Russell King
1
-1
/
+3
2014-05-30
ARM: l2c: write auxctrl register before unlocking
Russell King
1
-5
/
+5
2014-05-30
ARM: l2c: provide enable method
Russell King
1
-18
/
+62
2014-05-30
ARM: l2c: group implementation specific code together
Russell King
1
-251
/
+251
2014-05-30
ARM: l2c: move l2c save function to __l2c_init()
Russell King
1
-3
/
+7
2014-05-30
ARM: l2c: pass iomem address into data->save function
Russell King
1
-16
/
+16
2014-05-30
ARM: l2c: clean up OF initialisation a bit
Russell King
1
-26
/
+40
2014-05-30
ARM: l2c: add and use L2C revision constants
Russell King
1
-5
/
+5
2014-05-30
ARM: l2c: rename cache_wait_way()
Russell King
1
-3
/
+3
2014-05-30
ARM: l2c: provide generic helper for way-based operations
Russell King
1
-6
/
+9
2014-05-30
ARM: l2c: split out cache unlock code
Russell King
1
-7
/
+16
2014-05-30
ARM: l2c: provide generic function for calling set_debug method
Russell King
1
-1
/
+11
2014-05-30
ARM: l2c: rename OF specific things, making l2x0_of_data available to all
Russell King
1
-32
/
+32
2014-05-30
ARM: l2c: tidy up l2x0_of_data declarations
Russell King
1
-16
/
+14
2014-05-30
ARM: l2c: add helper for L2 cache controller DT IDs
Russell King
1
-13
/
+10
2014-05-30
ARM: outer cache: add WARN_ON() to outer_disable()
Russell King
2
-0
/
+21
2014-05-26
ARM: 8043/1: uprobes need icache flush after xol write
Victor Kamensky
1
-5
/
+28
2014-05-26
ARM: 8055/1: cacheflush: use -st dsb option for ensuring completion
Will Deacon
2
-7
/
+7
2014-05-26
ARM: 8046/1: proc: add support for the Cortex-A17 processor
Will Deacon
1
-0
/
+11
2014-05-26
ARM: 8048/1: fix v7-M setup stack location
Rabin Vincent
1
-3
/
+5
2014-05-23
Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...
Russell King
1
-2
/
+2
2014-05-22
ARM: dma-mapping: avoid calling dma_cache_maint_page() on dev=>cpu
Russell King
1
-3
/
+4
2014-05-22
ARM: use get_cr() rather than cr_alignment
Russell King
1
-1
/
+1
2014-05-22
ARM: l2c: remove outer_inv_all() method
Russell King
2
-6
/
+0
2014-05-22
arm: dma-mapping: add checking cma area initialized
Gioh Kim
1
-3
/
+3
2014-05-20
arm: dma-iommu: Clean up redundant variable
Ritesh Harjani
1
-5
/
+6
[prev]
[next]