linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-26 10:12:17 to 2018-04-26 21:00:07 UTC [more...]

[PATCH 3/4] ARM: dma-mapping: Implement arch_iommu_detach_device()
 2018-04-26 21:00 UTC  (2+ messages)

[PATCH v4 0/2] Add ThunderX2 SoC Performance Monitoring Unit driver
 2018-04-26 20:55 UTC  (5+ messages)
` [PATCH v4 1/2] perf: uncore: Adding documentation for ThunderX2 pmu uncore driver
` [PATCH v4 2/2] ThunderX2: Add Cavium ThunderX2 SoC UNCORE PMU driver

[PATCH 08/17] arm64: dts: r8a77965: Provide sysc header definitions
 2018-04-26 20:53 UTC  (11+ messages)
` [PATCH 09/17] arm64: dts: r8a77965: Use the correct CPG header
` [PATCH 10/17] arm64: dts: r8a77965: Add FCPF and FCPV instances
` [PATCH 11/17] arm64: dts: r8a77965: Add VSP instances
` [PATCH 12/17] arm64: dts: r8a77965: Populate the DU instance placeholder
` [PATCH 13/17] arm64: dts: r8a77965: Add HDMI encoder instance
` [PATCH 14/17] arm64: dts: r8a77965-salvator-x: Add DU external dot clocks
` [PATCH 15/17] arm64: dts: r8a77965-salvator-x: Enable HDMI output
` [PATCH 16/17] arm64: dts: r8a77965-salvator-xs: Add DU external dot clocks
` [PATCH 17/17] arm64: dts: r8a77965-salvator-xs: Enable HDMI output

[PATCH 0/2] Add R8A77970/Eagle CAN-FD support
 2018-04-26 20:34 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: renesas: r8a77970: add "
` [PATCH 2/2] arm64: dts: renesas: eagle: "

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

[PATCH v2 0/2] fix memory leak / panic in ioremap huge pages
 2018-04-26 20:07 UTC  (7+ messages)
` [PATCH v2 2/2] x86/mm: implement free pmd/pte page interfaces

[PATCH 00/61] tree-wide: simplify getting .drvdata
 2018-04-26 20:04 UTC  (4+ messages)
` [PATCH 20/61] input: keyboard: "

[RFC PATCH 0/8] KVM: arm64: Optimise FPSIMD context switching
 2018-04-26 19:02 UTC  (9+ messages)
` [RFC PATCH 3/8] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
` [RFC PATCH 7/8] KVM: arm64: Save host SVE context as appropriate
` [RFC PATCH 8/8] KVM: arm64: Remove eager host SVE state saving

[PATCH v8 00/13] Support PPTT for ARM64
 2018-04-26 18:57 UTC  (7+ messages)
` [PATCH v8 04/13] arm64/acpi: Create arch specific cpu to acpi id helper
` [PATCH v8 07/13] drivers: base cacheinfo: Add support for ACPI based firmware tables

[PATCH v4 0/6] clocksource: rework Atmel TCB timer driver
 2018-04-26 18:52 UTC  (6+ messages)
` [PATCH v4 1/6] ARM: at91: add TCB registers definitions

[PATCH v5 0/2] SDM845 System Cache Driver
 2018-04-26 18:32 UTC  (3+ messages)
` [PATCH v5 2/2] drivers: soc: Add LLCC driver

[PATCH v7 01/11] ARM: sunxi: smp: Move assembly code into a file
 2018-04-26 18:25 UTC  (2+ messages)

[PATCH] mtd: nand: davinci: don't acquire and enable clock
 2018-04-26 18:01 UTC  (2+ messages)

[PATCH 0/6] arm64: untag user pointers passed to the kernel
 2018-04-26 17:56 UTC  (8+ messages)
` [PATCH 3/6] arm64: untag user addresses in copy_from_user and others
` [PATCH 4/6] mm, arm64: untag user addresses in mm/gup.c

[PATCH] arm64: export memblock_reserve()d regions via /proc/iomem
 2018-04-26 17:44 UTC  (2+ messages)

[PATCH v2] staging: bcm2835-audio: Disconnect and free vchi_instance on module_exit()
 2018-04-26 17:34 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] arm64: Add MIDR encoding for NVIDIA CPUs
 2018-04-26 17:32 UTC 

[PATCH RFC PoC 0/2] platform: different approach to early platform drivers
 2018-04-26 17:31 UTC  (4+ messages)
` [PATCH RFC PoC 1/2] earlydev: implement a new way to probe platform devices early
` [PATCH RFC PoC 2/2] misc: implement a dummy early platform driver

[PATCH 1/5] ARM: dts: imx6sx-sabreauto: add PMIC support
 2018-04-26 17:28 UTC  (10+ messages)
` [PATCH 4/5] ARM: dts: imx6sx-sabreauto: add fec support

[PATCH V4 1/6] ARM: dts: imx6sx-sabreauto: add PMIC support
 2018-04-26 17:24 UTC  (7+ messages)
` [PATCH V4 3/6] ARM: dts: imx6sx-sabreauto: add IO expander max7310 support

[PATCH] clk:aspeed: Fix reset bits for PCI/VGA and PECI
 2018-04-26 17:22 UTC 

[PATCH 0/3] Enable basic MMC support on Allwinner H6
 2018-04-26 16:46 UTC  (7+ messages)
` [PATCH 1/3] mmc: sunxi: add support for the MMC controller on H6
  ` [linux-sunxi] "
` [PATCH 2/3] arm64: allwinner: h6: add device tree nodes for MMC controllers
  ` [linux-sunxi] "
` [PATCH 3/3] arm64: allwinner: h6: enable MMC0/2 on Pine H64
  ` [linux-sunxi] "

[PATCH v2 0/5] crypto: Speck support
 2018-04-26 16:30 UTC  (9+ messages)

[PATCH linux dev-4.13] clk:aspeed: Fix reset bits for PCI/VGA and PECI
 2018-04-26 16:23 UTC  (3+ messages)

[PATCH 00/11] irqchip: stm32: add exti support for stm32mp157c
 2018-04-26 16:18 UTC  (12+ messages)
` [PATCH 01/11] irqchip: stm32: Optimizes and cleans up stm32-exti irq_domain
` [PATCH 02/11] irqchip: stm32: checkpatch fix
` [PATCH 03/11] irqchip: stm32: add falling pending register support
` [PATCH 04/11] irqchip: stm32: add suspend support
` [PATCH 05/11] irqchip: stm32: add host and driver data structures
` [PATCH 06/11] irqchip: stm32: prepare common functions
` [PATCH 07/11] irqchip: stm32: add stm32mp1 support with hierarchy domain
` [PATCH 08/11] irqchip: stm32: add suspend/resume support for "
` [PATCH 09/11] pinctrl: stm32: add irq_eoi for stm32gpio irqchip
` [PATCH 10/11] ARM: dts: stm32: add exti support for stm32mp157c
` [PATCH 11/11] ARM: dts: stm32: add exti support to stm32mp157 pinctrl

[PATCH 0/2] net: stmmac: dwmac-meson: 100M phy mode support for AXG SoC
 2018-04-26 16:05 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: net: meson-dwmac: new compatible name "
` [PATCH 2/2] net: stmmac: dwmac-meson: extend phy mode setting

[PATCH 0/3] arm64/kvm spectre-v1 fixes
 2018-04-26 15:58 UTC  (4+ messages)

[PATCH v3 6/6] arm64: dts: rockchip: Specify override mode for kevin panel
 2018-04-26 15:29 UTC  (4+ messages)

[RFC PATCH v4] tty: pl011: Avoid spuriously stuck-off interrupts
 2018-04-26 15:25 UTC  (6+ messages)

[PATCH] tty/serial: atmel: use port->name as name in request_irq()
 2018-04-26 15:12 UTC  (2+ messages)

[PATCH v4 0/8] drm/sun4i: Allwinner MIPI-DSI support
 2018-04-26 15:07 UTC  (3+ messages)
` [PATCH v4 6/8] drm/panel: Add Ilitek ILI9881c panel driver

[PATCH 0/3] Add SDRAM ECC support for Stratix10
 2018-04-26 15:06 UTC  (10+ messages)
` [PATCH 1/3] Documentation: dt: socfpga: Add Stratix10 ECC Manager binding
` [PATCH 2/3] edac: altera: Add support for Stratix10 SDRAM EDAC

[PATCH] arm: port KCOV to arm
 2018-04-26 15:04 UTC  (7+ messages)

[PATCH v2] ARM: defconfig: Update Gemini defconfig
 2018-04-26 14:57 UTC  (2+ messages)

[PATCH] ARM: s3c24xx: jive: Fix some GPIO names
 2018-04-26 14:55 UTC  (2+ messages)

[GIT PULL] two omap fixes for v4.17-rc cycle
 2018-04-26 14:54 UTC  (2+ messages)

[GIT PULL] Amlogic fixes for v4.17-rc
 2018-04-26 14:52 UTC  (2+ messages)

[PATCH 00/10] ARM, arm64: dts: renesas: update register properties
 2018-04-26 14:52 UTC  (12+ messages)
` [PATCH 01/10] ARM: dts: lager: Drop unnecessary address properties from port node
` [PATCH 02/10] ARM: dts: porter: Drop unnecessary address properties from vin "
` [PATCH 03/10] ARM: dts: gose: Drop unnecessary address properties from port nodes
` [PATCH 04/10] ARM: dts: koelsch: "
` [PATCH 05/10] ARM: dts: alt: Drop unnecessary address properties from vin port node
` [PATCH 06/10] ARM: dts: silk: "
` [PATCH 07/10] ARM: dts: kzm9d: Drop unnecessary address properties from gpio_keys node
` [PATCH 08/10] arm64: dts: renesas: r8a7795: Add address properties to rcar_sound port nodes
` [PATCH 09/10] arm64: dts: renesas: r8a7796: "
` [PATCH 10/10] arm64: dts: renesas: r8a77965: "

[PATCH] ARM: dts: Fix NAS4220B pin config
 2018-04-26 14:50 UTC  (3+ messages)

[GIT PULL] firmware: scmi: fixes for v4.17
 2018-04-26 14:48 UTC  (2+ messages)

[GIT PULL] arm64: dts: juno: fixes for v4.17
 2018-04-26 14:48 UTC  (2+ messages)

[GIT PULL 1/1] Broadcom drivers fixes for 4.17
 2018-04-26 14:47 UTC  (2+ messages)

[GIT PULL] ARM: socfpga_defconfig: fix for v4.17
 2018-04-26 14:45 UTC  (2+ messages)

[RFC PATCH 0/9] Enable THP migration for all possible architectures
 2018-04-26 14:28 UTC  (4+ messages)
` [RFC PATCH 2/9] arm: mm: migrate: add pmd swap entry to support thp migration
` [RFC PATCH 3/9] arm64: "
` [RFC PATCH 9/9] mm: migrate: enable thp migration for all possible architectures

[RFC] arm64: extra entries in /proc/iomem for kexec
 2018-04-26 14:26 UTC  (12+ messages)

[PATCH 2/6] ASoC: mediatek: simplify the control logic of MT2701 I2S
 2018-04-26 14:20 UTC  (2+ messages)
` Applied "ASoC: mediatek: simplify the control logic of MT2701 I2S" to the asoc tree

[PATCH 3/6] ASoC: mediatek: Add MTK_STREAM_NUM to mtk-base-afe.h
 2018-04-26 14:20 UTC  (2+ messages)
` Applied "ASoC: mediatek: Add MTK_STREAM_NUM to mtk-base-afe.h" to the asoc tree

[PATCH 4/6] ASoC: mediatek: add MT7622 AFE support
 2018-04-26 14:19 UTC  (2+ messages)
` Applied "ASoC: mediatek: add MT7622 AFE support" to the asoc tree

[PATCH 5/6] ASoC: mediatek: add MT7622 AFE compatible in documentation
 2018-04-26 14:19 UTC  (2+ messages)
` Applied "ASoC: mediatek: add MT7622 AFE compatible in documentation" to the asoc tree

[PATCH 6/6] ASoC: mediatek: switch to SPDX license tag
 2018-04-26 14:19 UTC  (2+ messages)
` Applied "ASoC: mediatek: switch to SPDX license tag" to the asoc tree

[PATCH v2 00/17] kvm: arm64: Dynamic & 52bit IPA support
 2018-04-26 14:08 UTC  (11+ messages)
` [PATCH v2 03/17] arm64: Make page table helpers reusable
` [PATCH v2 04/17] arm64: Refactor pud_huge for reusability
` [PATCH v2 05/17] arm64: Helper for parange to PASize
` [PATCH v2 08/17] kvm: arm/arm64: Prepare for VM specific stage2 translations
` [kvmtool PATCH 21/17] kvmtool: arm: Add support for creating VM with PA size

[RFC PATCH 0/3] serial: uartps: Add run time support for more IPs than hardcoded 2
 2018-04-26 14:08 UTC  (3+ messages)
` [RFC PATCH 2/3] serial: uartps: Move register to probe based on run time detection
` [RFC PATCH 3/3] serial: uartps: Change uart ports allocation

[PATCH v2 1/5] drm/panel: Add support for the EDT ETM0700G0BDH6
 2018-04-26 13:46 UTC  (6+ messages)
` [PATCH v3 0/6] Add basic support for emtrion emCON-MX6 modules
  ` [PATCH v3 5/6] ARM: dts: Add support for emtrion emCON-MX6 series
      ` AW: "

[PATCH] gpio: zynq: Setup chip->base based on alias ID
 2018-04-26 13:35 UTC  (3+ messages)

[PATCH 0/1] Add gpio-line-names property for Dragonboard820c
 2018-04-26 13:31 UTC  (6+ messages)
` [PATCH 1/1] dts: qcom: db820c: Add gpio-line-names property
  ` [dragonboard] "

[RFC 00/13] arm64: allwinner: Add A64 DE2 pipeline support
 2018-04-26 13:26 UTC  (5+ messages)

[PATCH v2 1/5] drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping
 2018-04-26 13:14 UTC  (13+ messages)
` [PATCH v2 2/5] dma-mapping: Introduce dma_iommu_detach_device() API
` [PATCH v2 3/5] ARM: dma-mapping: Implement arch_iommu_detach_device()

[PATCH boot-wrapper] Fix out-of-tree build
 2018-04-26 12:57 UTC  (2+ messages)

[PATCH] boot-wrapper-aarch64: Do not hardcode TEXT_LIMIT
 2018-04-26 12:56 UTC  (2+ messages)

[PATCH 0/5] Introduce STMFX I2C GPIO expander
 2018-04-26 12:49 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] i2c: at91: Read all available bytes at once
 2018-04-26 12:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 00/24] ASoC: qcom: Add support to QDSP based Audio
 2018-04-26 12:05 UTC  (4+ messages)
` [PATCH v6 02/24] soc: qcom: Add APR bus driver

[PATCH v4] pinctrl: msm: fix gpio-hog related boot issues
 2018-04-26 12:03 UTC  (2+ messages)

[PATCH v3 0/5] Use of_clk_get_parent_count() instead of open coding
 2018-04-26 11:57 UTC  (3+ messages)
` [PATCH v3 5/5] pinctrl: sunxi: "

[PATCH v2 0/5] Use of_clk_get_parent_count() instead of open coding
 2018-04-26 11:56 UTC  (3+ messages)
` [PATCH v2 2/5] ARM: timer-sp: "

Applied "spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate()." to the spi tree
 2018-04-26 11:53 UTC 

[PATCH 1/6] ASoC: mediatek: use snd_soc_dai_get_drvdata() to get the private data
 2018-04-26 11:53 UTC  (3+ messages)
` Applied "ASoC: mediatek: use snd_soc_dai_get_drvdata() to get the private data" to the asoc tree

[PATCH] ASoC: msm8916-wcd-analog: use threaded context for mbhc events
 2018-04-26 11:50 UTC  (2+ messages)
` Applied "ASoC: msm8916-wcd-analog: use threaded context for mbhc events" to the asoc tree

[PATCH 00/11] PM / Domains: Fixup error paths with dev_pm_domain_attach()
 2018-04-26 11:39 UTC  (3+ messages)
` [PATCH 11/11] spi: Respect all error codes from dev_pm_domain_attach()

[PATCH] ARM: tegra: fix ulpi regression on tegra20
 2018-04-26 11:39 UTC  (6+ messages)

[RFC 00/10] ARM: Remove support for Exynos5440
 2018-04-26 11:21 UTC  (4+ messages)
` [RFC 06/10] thermal: samsung: "
      ` [PATCH] "

noveau vs arm dma ops
 2018-04-26 11:12 UTC  (6+ messages)

arm64: W+X mapping check failures
 2018-04-26 11:00 UTC  (4+ messages)

[PATCH 0/2] Use R8A77980 CPG core clock and SYSC power domain macros
 2018-04-26 10:45 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: renesas: r8a77980: use CPG core clock macros
` [PATCH 2/2] arm64: dts: renesas: r8a77980: use SYSC power domain macros

[RFC 0/2] dw_mmc: add multislot support
 2018-04-26 10:30 UTC  (2+ messages)

[PATCH V3 3/3] cpufreq: add suspend/resume support in Armada 37xx DVFS driver
 2018-04-26 10:12 UTC  (4+ messages)
` [PATCH V4 "


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