linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-10 19:38:40 to 2018-04-11 20:35:25 UTC [more...]

[PATCH v2 00/13] kernel/locking: qspinlock improvements
 2018-04-11 20:35 UTC  (18+ messages)
` [PATCH v2 01/13] barriers: Introduce smp_cond_load_relaxed and atomic_cond_read_relaxed
` [PATCH v2 02/13] locking/qspinlock: Bound spinning on pending->locked transition in slowpath
` [PATCH v2 03/13] locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper bound
` [PATCH v2 04/13] locking/qspinlock: Remove unbounded cmpxchg loop from locking slowpath
` [PATCH v2 05/13] locking/qspinlock: Kill cmpxchg loop when claiming lock from head of queue
` [PATCH v2 06/13] locking/qspinlock: Use atomic_cond_read_acquire
` [PATCH v2 07/13] locking/mcs: Use smp_cond_load_acquire() in mcs spin loop
` [PATCH v2 08/13] locking/qspinlock: Use smp_cond_load_relaxed to wait for next node
` [PATCH v2 09/13] locking/qspinlock: Merge struct __qspinlock into struct qspinlock
` [PATCH v2 10/13] locking/qspinlock: Make queued_spin_unlock use smp_store_release
` [PATCH v2 11/13] locking/qspinlock: Elide back-to-back RELEASE operations with smp_wmb()
` [PATCH v2 12/13] locking/qspinlock: Use try_cmpxchg instead of cmpxchg when locking
` [PATCH v2 13/13] locking/qspinlock: Add stat tracking for pending vs slowpath

[PATCH v3 1/2] MIPS: io: prevent compiler reordering on the default writeX() implementation
 2018-04-11 20:26 UTC  (9+ messages)
` [PATCH v3 2/2] MIPS: io: add a barrier after register read in readX()

[PATCH] soc: ti: knav_qmss: Use percpu instead atomic for stats counter
 2018-04-11 19:16 UTC 

[VERY RFC 0/2] iommu: optionally skip attaching to a DMA domain
 2018-04-11 18:55 UTC  (3+ messages)
` [PATCH 1/2] iommu: Gracefully allow drivers to not attach to a default domain
` [PATCH 2/2] iommu/arm-smmu: Add list of devices to opt out of DMA domains

[PATCH] iommu/arm-smmu-v3: Set GBPA to abort all transactions
 2018-04-11 16:54 UTC  (6+ messages)

[PATCH 0/4] Add Actions Semi S900 SPS support
 2018-04-11 16:40 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: power: Add Actions Semi S900 SPS
` [PATCH 2/4] arm64: dts: actions: Add S900 SPS node
` [PATCH 3/4] soc: actions: sps: Add S900 power domains
` [PATCH 4/4] soc: actions: Fix help text in Kconfig for OWL_PM_DOMAINS

[PATCH v2] media: omap3isp: fix unbalanced dma_iommu_mapping
 2018-04-11 16:26 UTC  (4+ messages)

[PATCH] PCI: quirk HT1100 & HT2000 and one HT2100 Root Ports for Extended Tags
 2018-04-11 16:23 UTC  (10+ messages)

[PATCH v3 0/2] kexec-tools: arm64: Enable D-cache in purgatory
 2018-04-11 15:59 UTC  (6+ messages)

[PATCH v6 0/5] drm/blend: Support generic plane-wide alpha
 2018-04-11 15:56 UTC  (7+ messages)
` [PATCH v6 1/5] drm/blend: Add a generic alpha property
` [PATCH v6 2/5] drm/atmel-hclcdc: Convert to the new "
` [PATCH v6 3/5] drm/rcar-du: "
` [PATCH v6 4/5] drm/sun4i: Add support for plane alpha
` [PATCH v6 5/5] drm/docs: Remove the rcar alpha from the csv file

[GIT PULL] asm-generic fixes for v4.17-rc1
 2018-04-11 15:40 UTC 

[PATCH 00/10] kernel/locking: qspinlock improvements
 2018-04-11 15:39 UTC  (4+ messages)

[PATCH] mtd: nand: raw: atmel: add module param to avoid using dma
 2018-04-11 15:34 UTC  (16+ messages)

[PATCH V2] drm/amdgpu: limit DMA size to PAGE_SIZE for scatter-gather buffers
 2018-04-11 15:32 UTC  (6+ messages)

[PATCH] ARM: socfpga_defconfig: Remove QSPI Sector 4K size force
 2018-04-11 15:20 UTC  (2+ messages)

[GIT PULL] ARM: SoC fixes for 4.17
 2018-04-11 15:19 UTC 

[PATCH v2 0/2] Append some fixes and improvements
 2018-04-11 15:14 UTC  (4+ messages)
` [PATCH v2 1/2] dmaengine: stm32-mdma: align TLEN and buffer length on burst
` [PATCH v2 2/2] dmaengine: stm32-mdma: Fix incomplete Hw descriptors allocator

[PATCH 0/5] Add support in dwmac-sun8i for accessing EMAC clock
 2018-04-11 14:36 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: allow dwmac-sun8i to use other devices' exported regmap
  ` [linux-sunxi] "
` [PATCH 2/5] net: stmmac: dwmac-sun8i: Use regmap_field for syscon register access
` [PATCH 3/5] net: stmmac: dwmac-sun8i: Allow getting syscon regmap from device
` [PATCH 4/5] drivers: soc: sunxi: export a regmap for EMAC clock reg on A64
` [PATCH 5/5] arm64: allwinner: a64: add SRAM controller device tree node

[PATCH] ARM: avoid Cortex-A9 livelock on tight dmb loops
 2018-04-11 14:11 UTC  (8+ messages)

[PATCH] clk: imx: Set CLK_SET_RATE_GATE for gate and divider clocks
 2018-04-11 14:03 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] gpio: zynq: Setup chip->base based on alias ID
 2018-04-11 13:55 UTC 

[PATCH v3 0/6] Add different features for I2C
 2018-04-11 13:24 UTC  (7+ messages)
` [PATCH v3 1/6] i2c: i2c-stm32f7: Add 10-bit address support
` [PATCH v3 2/6] i2c: i2c-stm32f7: Add slave support
` [PATCH v3 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support
` [PATCH v3 4/6] i2c: i2c-stm32: Add generic DMA API
` [PATCH v3 5/6] i2c: i2c-stm32f7: Add DMA support
` [PATCH v3 6/6] i2c: i2c-stm32f7: Implement I2C release mechanism

[PATCH] arm64: zynqmp: Remove ep108 board
 2018-04-11 13:17 UTC 

[PATCH] arm64: zynqmp: Use serdev for zcu100 BT
 2018-04-11 13:16 UTC 

[PATCH v4 0/8] drm/sun4i: Allwinner MIPI-DSI support
 2018-04-11 12:43 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update ASPEED entry with details
 2018-04-11 12:05 UTC  (5+ messages)

[PATCH v5] xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCE
 2018-04-11 12:04 UTC 

[PATCH v3 00/10] PECI device driver introduction
 2018-04-11 11:52 UTC  (11+ messages)
` [PATCH v3 01/10] Documentations: dt-bindings: Add documents of generic PECI bus, adapter and client drivers
` [PATCH v3 04/10] Documentations: dt-bindings: Add a document of PECI adapter driver for Aspeed AST24xx/25xx SoCs
` [PATCH v3 05/10] ARM: dts: aspeed: peci: Add PECI node
` [PATCH v3 06/10] drivers/peci: Add a PECI adapter driver for Aspeed AST24xx/AST25xx
` [PATCH v3 09/10] drivers/hwmon: Add PECI hwmon client drivers

arm64: Remove duplicate include
 2018-04-11 11:31 UTC  (3+ messages)

[PATCH v3 0/2] move __HAVE_ARCH_PTE_SPECIAL in Kconfig
 2018-04-11 11:09 UTC  (13+ messages)
` [PATCH v3 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL
` [PATCH v3 2/2] mm: remove odd HAVE_PTE_SPECIAL

[PATCH] arm64: avoid race condition issue in dump_backtrace
 2018-04-11 10:46 UTC  (12+ messages)

[PATCH] irqchip/gic-v3: Support v2m frame backwards compatibility mode
 2018-04-11 10:32 UTC  (6+ messages)

[PATCH 1/3] arm64: Remove duplicate include
 2018-04-11 10:23 UTC 

[PATCH] pinctrl/samsung: Correct EINTG banks order
 2018-04-11  9:52 UTC  (5+ messages)

[PATCH v4] xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCE
 2018-04-11  9:50 UTC  (3+ messages)

[PATCH 0/5] Introduce STMFX I2C GPIO expander
 2018-04-11  9:47 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: pinctrl: document the STMFX pinctrl bindings
` [PATCH 2/5] pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver
` [PATCH 3/5] ARM: dts: stm32: add STMFX pinctrl/gpio expander support on stm32746g-eval
` [PATCH 4/5] ARM: dts: stm32: add orange and blue leds "
` [PATCH 5/5] ARM: dts: stm32: add joystick support "

Speology of old handheld.org site
 2018-04-11  9:15 UTC  (3+ messages)

[RFC 0/6] Xilinx DMA enhancements and optimization
 2018-04-11  9:11 UTC  (9+ messages)
` [RFC 1/6] dt-bindings: dma: xilinx_dma: Add optional property has_axieth_connected
` [RFC 2/6] dmaengine: xilinx_dma: Pass AXI4-Stream control words to netdev dma client
` [RFC 4/6] dmaengine: xilinx_dma: Freeup active list based on descriptor completion bit
` [RFC 5/6] dmaengine: xilinx_dma: Program interrupt delay timeout

[PATCH v2 0/5] Use of_clk_get_parent_count() instead of open coding
 2018-04-11  9:07 UTC  (3+ messages)
` [PATCH v2 4/5] soc/tegra: pmc: "

[PATCH v2 00/12] refactor dts and add support for more boards
 2018-04-11  8:54 UTC  (13+ messages)
` [PATCH v2 01/12] dt-bindings: cpufreq: mediatek: use - instead of _ in examples
` [PATCH v2 02/12] arm: dts: mediatek: converted to using SPDX identifiers
` [PATCH v2 03/12] arm: dts: mt7623: fix invalid memory node being generated
` [PATCH v2 04/12] arm: dts: mt7623: fix available memory size on bananapi-r2
` [PATCH v2 05/12] arm: dts: mt7623: fix all Warnings (unit_address_vs_reg)
` [PATCH v2 06/12] arm: dts: mt7623: add BTIF, HSDMA and SPI-NOR device nodes
` [PATCH v2 07/12] arm: dts: mt6323: move node mt6323 leds to mt6323.dtsi
` [PATCH v2 08/12] arm: dts: mediatek: modify audio related nodes for both MT2701 and MT7623
` [PATCH v2 09/12] arm: dts: mt7623: extend common file reused by all boards with MT7623 SoCs
` [PATCH v2 10/12] arm: dts: mt7623: add MT7623A SoC level DTS
` [PATCH v2 11/12] arm: dts: mt7623: add MT7623A reference boards
` [PATCH v2 12/12] arm: dts: mt7623: add MT7623N reference board with eMMC

[PATCH] ARM: dts: sunxi: Change sun7i-a20-olimex-som204-evb to not use cd-inverted
 2018-04-11  8:19 UTC  (2+ messages)

[PATCH v3] ARM: sun8i: v40: enable USB host ports for Banana Pi M2 Berry
 2018-04-11  7:48 UTC  (3+ messages)
` [linux-sunxi] "

[PATCH v5 00/13] Sunxi: Add SMP support on A83T
 2018-04-11  7:44 UTC  (7+ messages)
` [PATCH v5 07/13] ARM: smp: Add initialization of CNTVOFF

[PATCH v8 0/6] optimize memblock_next_valid_pfn and early_pfn_valid on arm and arm64
 2018-04-11  7:21 UTC  (7+ messages)
` [PATCH v8 1/6] arm: arm64: introduce CONFIG_HAVE_MEMBLOCK_PFN_VALID
` [PATCH v8 2/6] mm: page_alloc: remain memblock_next_valid_pfn() on arm/arm64
` [PATCH v8 3/6] arm: arm64: page_alloc: reduce unnecessary binary search in memblock_next_valid_pfn()
` [PATCH v8 4/6] mm/memblock: introduce memblock_search_pfn_regions()
` [PATCH v8 5/6] arm: arm64: introduce pfn_valid_region()
` [PATCH v8 6/6] mm: page_alloc: reduce unnecessary binary search in early_pfn_valid()

[PATCH 1/3] drm/panel: Add RGB666 variant of Innolux AT070TN92
 2018-04-11  7:06 UTC  (7+ messages)
` [PATCH 2/3] ARM: dts: sun7i: Add RGB666 pins definition
` [PATCH 3/3] ARM: dts: sun7i: Add support for the Ainol AW1 tablet
    ` [linux-sunxi] "

[PATCH v2 1/6] powerpc/pm: Fix suspend=n in menuconfig for e500mc platforms
 2018-04-11  6:35 UTC  (6+ messages)
` [PATCH v2 2/6] drivers/soc/fsl: add EPU FSM configuration for deep sleep
` [PATCH v2 3/6] powerpc/cache: add cache flush operation for various e500
` [PATCH v2 4/6] powerpc/pm: add sleep and deep sleep on QorIQ SoCs
` [PATCH v2 5/6] powerpc:dts:pm: add power management node
` [PATCH v2 6/6] fsl_pmc: update device bindings

[PATCH v5 0/5] optimize memblock_next_valid_pfn and early_pfn_valid on arm and arm64
 2018-04-11  4:47 UTC  (6+ messages)
` [PATCH v5 1/5] mm: page_alloc: remain memblock_next_valid_pfn() "

[PATCH V7 00/13] drivers: Boot Constraint core
 2018-04-11  4:39 UTC  (6+ messages)

[PATCH] KVM: arm/arm64: Close VMID generation race
 2018-04-11  1:30 UTC  (7+ messages)

[PATCH V4] PM / core: fix deferred probe breaking suspend resume order
 2018-04-10 23:57 UTC 

[PATCH v2 0/2] move __HAVE_ARCH_PTE_SPECIAL in Kconfig
 2018-04-10 20:51 UTC  (6+ messages)
` [PATCH v2 1/2] mm: introduce ARCH_HAS_PTE_SPECIAL

[PATCH v3] ARM: dts: tpc: Device tree description of the iMX6Q TPC board
 2018-04-10 20:32 UTC  (2+ messages)
` [PATCH v5] "

[PATCH v4 0/2] SDM845 System Cache Driver
 2018-04-10 20:31 UTC  (4+ messages)
` [PATCH v4 1/2] Documentation: Documentation for qcom, llcc
` [PATCH v4 2/2] drivers: soc: Add LLCC driver

[PATCH 0/4] ARM: brcmstb: Add support for the V7 memory map
 2018-04-10 20:19 UTC  (3+ messages)
` [PATCH 1/4] ARM: Allow this header to be included by assembly files

[PATCH] ARM: dts: imx6qdl-tx6: Remove 'bus-format-override' property
 2018-04-10 20:03 UTC 

[PATCH 1/5] powerpc/pm: Fix suspend=n in menuconfig for e500mc platforms
 2018-04-10 19:57 UTC  (3+ messages)
` [PATCH 5/5] powerpc:dts:pm: add power management node

[PATCH 1/3] drm/vc4: Remove the need for the GPU-subsystem DT node
 2018-04-10 19:39 UTC  (3+ messages)

[PATCH v6 00/11] drivers: Introduce firmware dnd clock river for ZynqMP core
 2018-04-10 19:38 UTC  (9+ messages)
` [PATCH v6 04/11] firmware: xilinx: Add query data API
` [PATCH v6 05/11] firmware: xilinx: Add clock APIs
` [PATCH v6 06/11] firmware: xilinx: Add debugfs interface
` [PATCH v6 07/11] firmware: xilinx: Add debugfs for IOCTL API
` [PATCH v6 08/11] firmware: xilinx: Add debugfs for query data API
` [PATCH v6 09/11] firmware: xilinx: Add debugfs for clock control APIs
` [PATCH v6 10/11] dt-bindings: clock: Add bindings for ZynqMP clock driver
` [PATCH v6 11/11] drivers: clk: Add "


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