linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-28 11:13:30 to 2014-03-28 19:01:33 UTC [more...]

[PATCH 00/75] l2c series
 2014-03-28 19:01 UTC  (90+ 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
  ` [STLinux Kernel] "
` [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
` [PATCH 75/75] ARM: l2c: imx: remove direct write to power control register
` [PATCH 00/75] l2c series - Olof's boot failures

[PATCH 00/44] outer cache changes
 2014-03-28 18:50 UTC  (5+ messages)
` [PATCH 44/44] ARM: l2c: add L2C-310 power control DT properties

[PATCH v4] ARM: mm: fix reporting of read-only PMD bits
 2014-03-28 18:45 UTC  (2+ messages)

[RFC v2] ARM VM System Specification
 2014-03-28 18:45 UTC 

[PATCH v5] ARM: vDSO gettimeofday using generic timer architecture
 2014-03-28 18:42 UTC  (4+ messages)

[GIT PULL] ARM: kprobes: big-endian support
 2014-03-28 18:22 UTC  (6+ messages)

[PATCH 00/10] SMP support for Armada 375 and 38x
 2014-03-28 18:19 UTC  (14+ 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 "

[RFC PATCH v2 00/10] ARM: at91: move aic driver to drivers/irqchips
 2014-03-28 17:59 UTC  (11+ messages)
` [RFC PATCH v2 01/10] genirq: generic chip: export irq_map_generic_chip function
` [RFC PATCH v2 02/10] irqchip: atmel-aic: add new atmel AIC driver
` [RFC PATCH v2 03/10] ARM: at91: introduce OLD_IRQ_AT91 Kconfig option
` [RFC PATCH v2 04/10] ARM: at91: enclose at91_aic_xx calls in IS_ENABLED(CONFIG_OLD_IRQ_AT91) blocks
` [RFC PATCH v2 05/10] ARM: at91: make use of the new AIC driver for dt enabled boards
` [RFC PATCH v2 06/10] irqchip: atmel-aic: move binding doc to interrupt-controller directory
` [RFC PATCH v2 07/10] irqchip: atmel-aic: document new dt properties and children nodes
` [RFC PATCH v2 08/10] ARM: at91: remove old irq material
` [RFC PATCH v2 09/10] ARM: at91/dt: add new AIC irq mux definitions for sam9x5 SoCs
` [RFC PATCH v2 10/10] ARM: at91/dt: add new AIC irq mux definitions for sama5 SoCs

Device Tree file for Zyxel NSA320
 2014-03-28 17:45 UTC  (7+ messages)
        ` mvebu: Kirkwood: "

__pv_phys_offset, inline assembly functions, and such like
 2014-03-28 17:39 UTC  (5+ messages)
` [PATCH] ARM: Better virt_to_page() handling

[PATCH 3.13 03/46] clocksource: vf_pit_timer: use complement for sched_clock reading
 2014-03-28 17:31 UTC 

[PATCH] ARM: shmobile: Use r8a7740 suffix for i2c, mmcif, fsi2 compat strings
 2014-03-28 16:53 UTC  (3+ messages)

[PATCH 0/8] i.MX6 PCIe binding change and MSI support
 2014-03-28 16:52 UTC  (9+ messages)
` [PATCH 1/8] ARM: imx6q-clk: parent lvds_gate from lvds_sel
` [PATCH 2/8] PCI: designware: split Exynos and i.MX bindings
` [PATCH 3/8] ARM: dts: imx6: update pcie to bring in line with new binding
` [PATCH 4/8] PCI: imx6: use new clock names
` [PATCH 5/8] PCI: imx6: drop old irq mapping
` [PATCH 6/8] PCI: imx6: rip out optional (and unused) irqs
` [PATCH 7/8] PCI: designware: make MSI isr shared irq aware
` [PATCH 8/8] PCI: imx6: add support for MSI

[PATCH RFC v3 0/2] clk: Support for DT assigned clock parents and rates
 2014-03-28 16:49 UTC  (6+ messages)
` [PATCH RFC v3 2/2] clk: Add handling of clk parent and rate assigned from DT

[ARM ATTEND] general discussion, DT (fragments?) and TrustZone
 2014-03-28 16:35 UTC 

[PATCH V2] mm: hugetlb: Introduce huge_pte_{page,present,young}
 2014-03-28 16:28 UTC  (3+ messages)

[PATCH 1/2] ARM: dt-binding: fix GIC example
 2014-03-28 16:25 UTC  (2+ messages)
` [PATCH 2/2] ARM: dts: imx: drop invalid size and address cells properties

[PATCH v2 0/6] PCI irq mapping fixes and cleanups
 2014-03-28 15:47 UTC  (2+ messages)

[PATCH 0/3] add LPAE support for kexec and kernel (Liu Hua)
 2014-03-28 15:44 UTC  (3+ messages)

[PATCH v3 0/3] PSCI v0.2 support and DT bindings
 2014-03-28 15:40 UTC  (7+ messages)
` [PATCH v3 1/3] PSCI: Add initial support for PSCIv0.2 functions
      ` [Linaro-acpi] "
` [PATCH v3 3/3] ARM: Check if a CPU has gone offline

[PATCH v4 0/3] add hisilicon hip04 ethernet driver
 2014-03-28 15:36 UTC  (4+ messages)
` [PATCH 1/3] Documentation: add Device tree bindings for Hisilicon hip04 ethernet
` [PATCH 2/3] net: hisilicon: new hip04 MDIO driver
` [PATCH 3/3] net: hisilicon: new hip04 ethernet driver

[ARM ATTEND] Following discussions, device tree, ARM64
 2014-03-28 15:27 UTC 

[PATCH v5 0/7] Add support for the Allwinner A31 DMA Controller
 2014-03-28 15:26 UTC  (2+ messages)

[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

[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  (10+ messages)
` [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

PL310 errata workarounds
 2014-03-28 13:32 UTC  (7+ messages)
    ` *READ THIS IF YOUR SOC HAS A L2 CACHE* PL310 auxctrl settings

[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 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 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)

[PATCH v6 00/11] CPU idle for Armada XP
 2014-03-28 11:13 UTC  (3+ messages)
` [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


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).