messages from 2014-03-28 02:09:59 to 2014-03-28 15:20:44 UTC [more...]
[PATCH 00/75] l2c series
2014-03-28 15:20 UTC (75+ messages)
` [PATCH 01/75] ARM: l2c: remove outer_inv_all() method
` [PATCH 02/75] ARM: l2c: remove unnecessary call to outer_flush_all()
` [PATCH 03/75] ARM: l2c: avoid calling outer_flush_all() unnecessarily (Spear)
` [PATCH 04/75] ARM: l2c: omap2: remove ES1.0 support
` [PATCH 05/75] ARM: l2c: remove unnecessary UL-suffix to mask values
` [PATCH 06/75] ARM: outer cache: add documentation of outer cache functions
` [PATCH 07/75] ARM: outer cache: add WARN_ON() to outer_disable()
` [PATCH 08/75] ARM: l2c: add helper for L2 cache controller DT IDs
` [PATCH 09/75] ARM: l2c: tidy up l2x0_of_data declarations
` [PATCH 10/75] ARM: l2c: rename OF specific things, making l2x0_of_data available to all
` [PATCH 11/75] ARM: l2c: provide generic function for calling set_debug method
` [PATCH 12/75] ARM: l2c: split out cache unlock code
` [PATCH 13/75] ARM: l2c: provide generic helper for way-based operations
` [PATCH 14/75] ARM: l2c: rename cache_wait_way()
` [PATCH 15/75] ARM: l2c: add and use L2C revision constants
` [PATCH 16/75] ARM: l2c: clean up OF initialisation a bit
` [PATCH 17/75] ARM: l2c: pass iomem address into data->save function
` [PATCH 18/75] ARM: l2c: move l2c save function to __l2c_init()
` [PATCH 19/75] ARM: l2c: group implementation specific code together
` [PATCH 20/75] ARM: l2c: provide enable method
` [PATCH 21/75] ARM: l2c: write auxctrl register before unlocking
` [PATCH 22/75] ARM: l2c: only write the auxiliary control register if required
` [PATCH 23/75] ARM: l2c: move aurora broadcast setup to enable function
` [PATCH 24/75] ARM: l2c: implement fixups for L2 cache controller quirks/errata
` [PATCH 25/75] ARM: l2c: clean up L2 cache initialisation messages
` [PATCH 26/75] ARM: l2c: move and add ARM L2C-2x0/L2C-310 save/resume code to non-OF
` [PATCH 27/75] ARM: l2c: clean up save/resume functions
` [PATCH 28/75] ARM: l2c: simplify l2x0 unlocking code
` [PATCH 29/75] ARM: l2c: move pl310_set_debug() into l2c-310 code
` [PATCH 30/75] ARM: l2c: add L2C-210 specific handlers
` [PATCH 31/75] ARM: l2c: implement L2C-310 erratum 727915 as a method override
` [PATCH 32/75] ARM: l2c: implement L2C-310 erratum 588369 "
` [PATCH 33/75] ARM: l2c: use L2C-210 handlers for L2C-310 errata-less implementations
` [PATCH 34/75] ARM: l2c: add L2C-220 specific handlers
` [PATCH 35/75] ARM: l2c: convert Broadcom L2C-310 to new code
` [PATCH 36/75] ARM: l2c: remove obsolete l2x0 ops for non-OF init
` [PATCH 37/75] ARM: l2c: move type string into l2c_init_data structure
` [PATCH 38/75] ARM: l2c: add decode for L2C-220 cache ways
` [PATCH 39/75] ARM: l2c: move way size calculation data into l2c_init_data
` [PATCH 40/75] ARM: l2c: move errata configuration options to arch/arm/mm/Kconfig
` [PATCH 41/75] ARM: l2c: provide generic hook to intercept writes to secure registers
` [PATCH 42/75] ARM: l2c: omap2: implement new write_sec method
` [PATCH 43/75] ARM: l2c: omap2: remove explicit SMI calls to enable L2 cache
` [PATCH 44/75] ARM: l2c: highbank: implement new write_sec method
` [PATCH 45/75] ARM: l2c: highbank: remove explicit SMI call in L2 cache initialisation
` [PATCH 46/75] ARM: l2c: ux500: implement dummy write_sec method
` [PATCH 47/75] ARM: l2c: remove old .set_debug method
` [PATCH 48/75] ARM: l2c: implement L2C-310 erratum 752271 in core L2C code
` [PATCH 49/75] ARM: l2c: fix register naming
` [PATCH 50/75] ARM: l2c: add automatic enable of early BRESP
` [PATCH 51/75] ARM: l2c: remove platforms/SoCs setting "
` [PATCH 52/75] ARM: l2c: tegra: remove associativity and way size from aux_ctrl
` [PATCH 53/75] ARM: l2c: ux500: "
` [PATCH 54/75] ARM: l2c: ux500: don't try to change the L2 cache auxiliary control register
` [PATCH 55/75] ARM: l2c: cns3xxx: remove cache size override
` [PATCH 56/75] ARM: l2c: exynos: "
` [PATCH 57/75] ARM: l2c: nomadik: "
` [PATCH 58/75] ARM: l2c: omap2: "
` [PATCH 59/75] ARM: l2c: prima2: "
` [PATCH 60/75] ARM: l2c: shmobile: "
` [PATCH 61/75] ARM: l2c: spear13xx: "
` [PATCH 62/75] ARM: l2c: sti: "
` [PATCH 63/75] ARM: l2c: zynq: "
` [PATCH 64/75] ARM: l2c: realview: improve commentry about the L2 cache requirements
` [PATCH 65/75] ARM: l2c: kill L2X0_AUX_CTRL_MASK before anyone else makes use of this
` [PATCH 66/75] ARM: l2c: print a warning with L2C-310 caches if the cache size is modified
` [PATCH 67/75] ARM: l2c: vexpress ca9x4: move L2 cache initialisation earlier
` [PATCH 68/75] ARM: l2c: add L2C-310 power control DT properties
` [PATCH 69/75] ARM: l2c: check that DT files specify the required "cache-unified" property
` [PATCH 70/75] ARM: l2c: add warnings for stuff modifying aux_ctrl register values
` [PATCH 71/75] ARM: l2c: permit flush_all() on large flush_range() XXX Needs more thought XXX
` [PATCH 72/75] ARM: l2c: trial at enabling some Cortex-A9 optimisations
` [PATCH 73/75] ARM: l2c: move L2 cache register saving to a more sensible location
` [PATCH 74/75] ARM: l2c: always enable low power modes
[RFC PATCH V4 0/7] get_user_pages_fast for ARM and ARM64
2014-03-28 15:01 UTC (8+ messages)
` [RFC PATCH V4 1/7] mm: Introduce a general RCU get_user_pages_fast
` [RFC PATCH V4 2/7] arm: mm: Introduce special ptes for LPAE
` [RFC PATCH V4 3/7] arm: mm: Enable HAVE_RCU_TABLE_FREE logic
` [RFC PATCH V4 4/7] arm: mm: Enable RCU fast_gup
` [RFC PATCH V4 5/7] arm64: Convert asm/tlb.h to generic mmu_gather
` [RFC PATCH V4 6/7] arm64: mm: Enable HAVE_RCU_TABLE_FREE logic
` [RFC PATCH V4 7/7] arm64: mm: Enable RCU fast_gup
[PATCH v3 0/3] PSCI v0.2 support and DT bindings
2014-03-28 15:00 UTC (6+ messages)
` [PATCH v3 1/3] PSCI: Add initial support for PSCIv0.2 functions
` [PATCH v3 3/3] ARM: Check if a CPU has gone offline
[RFC/PATCH] base: platform: add generic clock handling for platform-bus
2014-03-28 14:42 UTC (5+ messages)
Warning at ahci_enable_ahci() during resume
2014-03-28 14:38 UTC
[PATCH] arm: KVM: fix possible misalignment of PGDs and bounce page
2014-03-28 14:25 UTC
[PATCH V3 0/2] PTE fixes for ARM LPAE
2014-03-28 14:22 UTC (3+ messages)
` [PATCH V3 1/2] arm: mm: Introduce pte_isset and pte_isclear
` [PATCH V3 2/2] arm: mm: Switch back to L_PTE_WRITE
[PATCH] ARM: topology: Make it clear that all CPUs need to be described
2014-03-28 14:21 UTC
[PATCH] ARM: spear: add __init to spear_clocksource_init()
2014-03-28 13:47 UTC
[RFC PATCH] ARM: spear: send SGI to trigger secondary CPU start
2014-03-28 13:44 UTC
[PATCH v3 00/10] mfd: AXP20x: Add support for AXP202 and AXP209
2014-03-28 13:39 UTC (17+ messages)
` [PATCH v3 01/10] mfd: AXP20x: Add mfd driver for AXP20x PMIC
` [PATCH v3 04/10] input: misc: Add driver for AXP20x Power Enable Key
` [PATCH v3 06/10] regulator: AXP20x: Add support for regulators subsystem
` [PATCH v3 07/10] ARM: sunxi: dt: Add x-powers-axp209.dtsi file
` [PATCH v3 08/10] ARM: sun7i/sun4i: dt: Add AXP209 support to various boards
` [linux-sunxi] "
PL310 errata workarounds
2014-03-28 13:32 UTC (7+ messages)
` *READ THIS IF YOUR SOC HAS A L2 CACHE* PL310 auxctrl settings
[PATCH 00/44] outer cache changes
2014-03-28 13:29 UTC (4+ messages)
` [PATCH 44/44] ARM: l2c: add L2C-310 power control DT properties
[RFC 4/4] sched: add per group cpu_power_orig
2014-03-28 13:27 UTC
[RFC 0/4] sched: consolidation of cpu_power
2014-03-28 13:22 UTC (4+ messages)
` [RFC 1/4] sched: extend the usage of cpu_power_orig
` [RFC 2/4] ARM: topology: use new cpu_power interface
` [RFC 3/4] sched: fix computed capacity for HMP
[PATCH 00/10] SMP support for Armada 375 and 38x
2014-03-28 13:07 UTC (11+ messages)
` [PATCH 01/10] ARM: mvebu: move Armada XP specific SMP initialization to platsmp.c
` [PATCH 02/10] irqchip: irq-armada-370-xp: do the set_smp_cross_call() in the driver
` [PATCH 03/10] irqchip: irq-armada-370-xp: use cpu notifier to initialize secondary CPUs
` [PATCH 04/10] ARM: mvebu: add Armada 375/38x support in cpu-reset
` [PATCH 05/10] ARM: mvebu: add function to set the resume boot address for Armada 375
` [PATCH 06/10] ARM: mvebu: add Armada 38x compatible string to pmsu
` [PATCH 07/10] ARM: mvebu: add SMP support for Armada 375 and Armada 38x
` [PATCH 08/10] ARM: mvebu: add workaround for SMP support for Armada 375 stepping Z1
` [PATCH 09/10] ARM: mvebu: add SMP support in the Armada 375 device tree
` [PATCH 10/10] ARM: mvebu: add SMP support in the Armada 38x "
[PATCH 1/3] clocksource: exynos_mct: Fix stall after CPU hotplugging
2014-03-28 13:06 UTC (3+ messages)
` [PATCH 2/3] clocksource: exynos_mct: Change exynos4_mct_tick_clear return type to void
` [PATCH 3/3] clocksource: exynos_mct: Fix too early ISR fire up on wrong CPU
[PATCH 0/3] add LPAE support for kexec and kernel (Liu Hua)
2014-03-28 12:05 UTC (2+ messages)
[PATCH v7 0/2] Add Xilinx AXI Video DMA Engine driver
2014-03-28 12:03 UTC (3+ messages)
` [PATCH v7 1/2] dma: Add Xilinx Video DMA DT Binding Documentation
` [PATCH v7 2/2] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support
[PATCH 0/3] Versatile PCI DT support
2014-03-28 11:46 UTC (2+ messages)
[GIT PULL] ARM: kprobes: big-endian support
2014-03-28 11:28 UTC (4+ messages)
[PATCH v6 00/11] CPU idle for Armada XP
2014-03-28 11:13 UTC (12+ messages)
` [PATCH v6 01/11] ARM: PJ4B: Add cpu_suspend/cpu_resume hooks for PJ4B
` [PATCH v6 02/11] ARM: mvebu: remove the address parameter for ll_set_cpu_coherent
` [PATCH v6 03/11] ARM: mvebu: ll_set_cpu_coherent always uses the current CPU
` [PATCH v6 04/11] ARM: mvebu: Remove the unused argument of set_cpu_coherent()
` [PATCH v6 05/11] ARM: mvebu: Split low level functions to manipulate HW coherency
` [PATCH v6 06/11] ARM: mvebu: Low level function to disable HW coherency support
` [PATCH v6 07/11] ARM: mvebu: Allow to power down L2 cache controller in idle mode
` [PATCH v6 08/11] ARM: mvebu: Add the PMSU related part of the cpu idle functions
` [PATCH v6 09/11] ARM: mvebu: Register notifier callback for the cpuidle transition
` [PATCH v6 10/11] cpuidle: mvebu: Add initial CPU idle support for Armada 370/XP SoC
` [PATCH v6 11/11] ARM: mvebu: register the cpuidle driver for the Armada XP SoCs
[PATCH RFC 0/3] arm64: NEON crypto under CONFIG_PREEMPT
2014-03-28 11:05 UTC (4+ messages)
` [PATCH RFC 1/3] arm64/crypto: add shared macro to test for NEED_RESCHED
` [PATCH RFC 2/3] arm64/crypto: SHA-1 using ARMv8 Crypto Extensions
` [PATCH RFC 3/3] arm64/crypto: SHA-224/SHA-256 "
[PATCH 1/2] ARM: OMAP2+: L2 cache: use macro instead of const number
2014-03-28 10:59 UTC (5+ messages)
` [PATCH 2/2] ARM: OMAP2+: AM43x: L2 cache support
disabling MMU of ARMv7-A
2014-03-28 10:49 UTC (5+ messages)
[PATCH 2/2] arm64: Support DMA_ATTR_WRITE_COMBINE
2014-03-28 10:37 UTC (3+ messages)
` [PATCHv2 1/3] arm64: Implement custom mmap functions for dma mapping
[PATCH] mtd: gpmi: make blockmark swapping optional
2014-03-28 10:35 UTC (4+ messages)
` [PATCHv3 0/2] "
` [PATCHv3 1/2] "
` [PATCHv3 2/2] of/mtd/nand: add generic binding and helper for NAND_BBT_NO_OOB_BBM
[PATCH] mtd: gpmi: make blockmark swapping optional
2014-03-28 10:18 UTC (20+ messages)
` [PATCHv2 1/1] "
[PATCH trivial 1/3] ARM: dts: Grammar /is uses/ is used/
2014-03-28 10:11 UTC (2+ messages)
` [PATCH trivial 3/3] ARM: dts: Grammar /that will/it will/
[GIT PULL] Versatile LEDs conversion
2014-03-28 10:02 UTC
[PATCH v2] mxc_nand : allow swapping the Bad block Indicator for NFC v1
2014-03-28 9:52 UTC (8+ messages)
` [PATCH 1/1] "
[PATCH v4 1/3] arm64: dts: add initial dts for Samsung GH7 SoC and SSDK-GH7 board
2014-03-28 8:57 UTC (2+ messages)
[GIT PULL 1/4] Samsung 3rd cleanup for v3.15
2014-03-28 8:54 UTC (2+ messages)
[GIT PULL 1/2] Samsung 2nd cleanup for v3.15
2014-03-28 8:53 UTC (2+ messages)
[GIT PULL 5/6] Samsung PM updates for v3.15
2014-03-28 8:52 UTC (9+ messages)
[PATCH 0/3] Remove obsolete tnetv107x drivers
2014-03-28 8:36 UTC (3+ messages)
` [PATCH 3/3] input: remove "
[PATCH] i2c: mv64xxx: Fix reset controller handling
2014-03-28 8:24 UTC (3+ messages)
[PATCH 00/17] i2c: deprecate class based instantiation for embedded I2C drivers
2014-03-28 7:55 UTC (2+ messages)
[PATCH] i2c: mv64xxx: Fix compilation breakage
2014-03-28 7:48 UTC (6+ messages)
[PATCH] arm64: SHA-224/SHA-256 using ARMv8 Crypto Extensions
2014-03-28 5:15 UTC (4+ messages)
[PATCH 1/2] ARM: dts: imx53-qsb-common: Fix memory region description
2014-03-28 5:13 UTC (3+ messages)
` [PATCH 2/2] ARM: dts: imx53-m53evk: "
linux-next: manual merge of the tip tree with the arm-soc tree
2014-03-28 3:50 UTC
linux-next: manual merge of the tip tree with the arm-soc tree
2014-03-28 3:47 UTC
linux-next: manual merge of the tip tree with the arm-soc tree
2014-03-28 3:39 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).