| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | | * | | | ARM: dma-mapping: avoid calling dma_cache_maint_page() on dev=>cpu | Russell King | 2014-05-22 | 1 | -3/+4 |
| | | | * | | | ARM: 8037/1: mm: support big-endian page tables | Jianguo Wu | 2014-04-25 | 1 | -5/+13 |
| | | | * | | | ARM: 8031/2: change fixmap mapping region to support 32 CPUs | Liu Hua | 2014-04-23 | 2 | -6/+25 |
| | | | * | | | ARM: 8031/1: fixmap: remove FIX_KMAP_BEGIN and FIX_KMAP_END | Liu Hua | 2014-04-23 | 1 | -3/+3 |
| | | | * | | | ARM: 8013/1: PJ4B: Add cpu_suspend/cpu_resume hooks for PJ4B | Gregory CLEMENT | 2014-04-23 | 1 | -3/+25 |
| | | | | |/
| | | | |/| |
|
| | | * | | | ARM: l2c: trial at enabling some Cortex-A9 optimisations | Russell King | 2014-05-30 | 1 | -3/+70 |
| | | * | | | ARM: l2c: add warnings for stuff modifying aux_ctrl register values | Russell King | 2014-05-30 | 1 | -3/+22 |
| | | * | | | ARM: l2c: print a warning with L2C-310 caches if the cache size is modified | Russell King | 2014-05-30 | 1 | -0/+2 |
| | | * | | | ARM: l2c: remove old .set_debug method | Russell King | 2014-05-30 | 1 | -19/+2 |
| | | * | | | ARM: l2c: provide common PL310 early resume code | Russell King | 2014-05-30 | 2 | -1/+59 |
| | | * | | | ARM: l2c: always enable non-secure access to lockdown registers | Russell King | 2014-05-30 | 1 | -2/+21 |
| | | * | | | ARM: l2c: always enable low power modes | Russell King | 2014-05-30 | 1 | -0/+12 |
| | | * | | | ARM: l2c: add automatic enable of early BRESP | Russell King | 2014-05-30 | 1 | -3/+22 |
| | | * | | | ARM: l2c: move L2 cache register saving to a more sensible location | Russell King | 2014-05-30 | 1 | -12/+22 |
| | | * | | | ARM: l2c: check that DT files specify the required "cache-unified" property | Russell King | 2014-05-30 | 1 | -0/+4 |
| | | * | | | ARM: l2c: fix register naming | Russell King | 2014-05-30 | 1 | -28/+29 |
| | | * | | | ARM: l2c: implement L2C-310 erratum 752271 in core L2C code | Russell King | 2014-05-30 | 1 | -1/+17 |
| | | * | | | ARM: l2c: provide generic hook to intercept writes to secure registers | Russell King | 2014-05-30 | 1 | -12/+30 |
| | | * | | | ARM: l2c: move errata configuration options to arch/arm/mm/Kconfig | Russell King | 2014-05-30 | 1 | -0/+51 |
| | | * | | | ARM: l2c: move way size calculation data into l2c_init_data | Russell King | 2014-05-30 | 1 | -9/+20 |
| | | * | | | ARM: l2c: add decode for L2C-220 cache ways | Russell King | 2014-05-30 | 1 | -0/+1 |
| | | * | | | ARM: l2c: move type string into l2c_init_data structure | Russell King | 2014-05-30 | 1 | -7/+13 |
| | | * | | | ARM: l2c: remove obsolete l2x0 ops for non-OF init | Russell King | 2014-05-30 | 1 | -206/+0 |
| | | * | | | ARM: l2c: convert Broadcom L2C-310 to new code | Russell King | 2014-05-30 | 1 | -16/+11 |
| | | * | | | ARM: l2c: add L2C-220 specific handlers | Russell King | 2014-05-30 | 1 | -10/+157 |
| | | * | | | ARM: l2c: use L2C-210 handlers for L2C-310 errata-less implementations | Russell King | 2014-05-30 | 1 | -22/+36 |
| | | * | | | ARM: l2c: implement L2C-310 erratum 588369 as a method override | Russell King | 2014-05-30 | 1 | -0/+69 |
| | | * | | | ARM: l2c: implement L2C-310 erratum 727915 as a method override | Russell King | 2014-05-30 | 1 | -0/+20 |
| | | * | | | ARM: l2c: add L2C-210 specific handlers | Russell King | 2014-05-30 | 1 | -1/+122 |
| | | * | | | ARM: l2c: move pl310_set_debug() into l2c-310 code | Russell King | 2014-05-30 | 1 | -8/+6 |
| | | * | | | ARM: l2c: simplify l2x0 unlocking code | Russell King | 2014-05-30 | 1 | -17/+8 |
| | | * | | | ARM: l2c: clean up save/resume functions | Russell King | 2014-05-30 | 1 | -57/+52 |
| | | * | | | ARM: l2c: move and add ARM L2C-2x0/L2C-310 save/resume code to non-OF | Russell King | 2014-05-30 | 1 | -74/+77 |
| | | * | | | ARM: l2c: clean up L2 cache initialisation messages | Russell King | 2014-05-30 | 1 | -3/+4 |
| | | * | | | ARM: l2c: implement fixups for L2 cache controller quirks/errata | Russell King | 2014-05-30 | 1 | -11/+101 |
| | | * | | | ARM: l2c: move aurora broadcast setup to enable function | Russell King | 2014-05-30 | 1 | -13/+15 |
| | | * | | | ARM: l2c: only write the auxiliary control register if required | Russell King | 2014-05-30 | 1 | -1/+3 |
| | | * | | | ARM: l2c: write auxctrl register before unlocking | Russell King | 2014-05-30 | 1 | -5/+5 |
| | | * | | | ARM: l2c: provide enable method | Russell King | 2014-05-30 | 1 | -18/+62 |
| | | * | | | ARM: l2c: group implementation specific code together | Russell King | 2014-05-30 | 1 | -251/+251 |
| | | * | | | ARM: l2c: move l2c save function to __l2c_init() | Russell King | 2014-05-30 | 1 | -3/+7 |
| | | * | | | ARM: l2c: pass iomem address into data->save function | Russell King | 2014-05-30 | 1 | -16/+16 |
| | | * | | | ARM: l2c: clean up OF initialisation a bit | Russell King | 2014-05-30 | 1 | -26/+40 |
| | | * | | | ARM: l2c: add and use L2C revision constants | Russell King | 2014-05-30 | 1 | -5/+5 |
| | | * | | | ARM: l2c: rename cache_wait_way() | Russell King | 2014-05-30 | 1 | -3/+3 |
| | | * | | | ARM: l2c: provide generic helper for way-based operations | Russell King | 2014-05-30 | 1 | -6/+9 |
| | | * | | | ARM: l2c: split out cache unlock code | Russell King | 2014-05-30 | 1 | -7/+16 |
| | | * | | | ARM: l2c: provide generic function for calling set_debug method | Russell King | 2014-05-30 | 1 | -1/+11 |
| | | * | | | ARM: l2c: rename OF specific things, making l2x0_of_data available to all | Russell King | 2014-05-30 | 1 | -32/+32 |
| | | * | | | ARM: l2c: tidy up l2x0_of_data declarations | Russell King | 2014-05-30 | 1 | -16/+14 |