linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-22 13:37:24 to 2017-03-22 17:48:05 UTC [more...]

[PATCH 00/12] ARM: dts: i.MX6: Add lcdif/sound nodes on Engicam SOMs
 2017-03-22 17:48 UTC 

[RFC 0/8] ARM: imx: Upstream fsl,ldo-bypass
 2017-03-22 17:48 UTC  (12+ messages)
` [RFC 1/8] ARM: imx: gpc: Do not print error message for EPROBE_DEFER
` [RFC 2/8] cpufreq: imx6q: Fix handling EPROBE_DEFER from regulator
` [RFC 3/8] cpufreq: imx6q: Set max suspend_freq to avoid changes during suspend
` [RFC 4/8] regulator: core: Check enabling bypass respects constraints
` [RFC 5/8] regulator: anatop: fix min dropout for bypass mode
` [RFC 6/8] regulator: core: Add regulator_is_bypass function
` [RFC 7/8] cpufreq: imx6q: Initialize LDO bypass
` [RFC 8/8] ARM: dts: imx6qdl-sabresd: Enable fsl,ldo-bypass

[PATCH 0/3] IOVA allocation improvements for iommu-dma
 2017-03-22 17:43 UTC  (2+ messages)

[PATCH v4 00/28] arm/arm64: KVM: Rework the hyp-stub API
 2017-03-22 17:27 UTC  (5+ messages)

[PATCH V2 0/5] soc/tegra: Enable flowctrl support for Tegra132/210
 2017-03-22 17:26 UTC  (7+ messages)
` [PATCH V2 1/5] ARM: tegra: Remove unnecessary inclusion of flowctrl header
` [PATCH V2 2/5] soc/tegra: Move Tegra flowctrl driver
` [PATCH V2 3/5] soc/tegra: flowctrl: Add basic platform driver
` [PATCH V2 4/5] dt-bindings: tegra: Update compatible strings for Tegra flowctrl
` [PATCH V2 5/5] soc/tegra: Add initial flowctrl support for Tegra132/210

[PATCH v1 0/4] iclk: rockchip: add CLK_IGNORE_UNUSED flag for some clks
 2017-03-22 17:25 UTC  (5+ messages)
` [PATCH v1 2/4] clk: rockchip: rk3228: "
` [PATCH v1 3/4] clk: rockchip: rk3288: "

[PATCH v3 0/5] coresight: enable debug module
 2017-03-22 17:25 UTC  (10+ messages)
` [PATCH v3 3/5] coresight: add support for "

[PATCH] ARM: dts: rockchip: increase SD clock frequency on Radxa Rock
 2017-03-22 17:19 UTC  (5+ messages)

[PATCH 01/15] ARM: dts: alpine: fix PCIe node name
 2017-03-22 17:16 UTC  (10+ messages)
` [PATCH 05/15] ARM: dts: imx: fix PCI bus dtc warnings
` [PATCH 06/15] ARM: dts: r8a779x: "
` [PATCH 10/15] ARM: dts: bcm: fix msi-controller name and unit address

[PATCH v3 1/2] pinctrl: samsung: Register pinctrl before GPIO
 2017-03-22 17:15 UTC  (2+ messages)
` [PATCH v3 2/2] pinctrl: samsung: Use devres version of gpiochip_add_data

[PATCH] arm64: dts: NS2: Add dma-coherent to relevant DT entries
 2017-03-22 17:14 UTC  (2+ messages)
` [PATCH] arm64: dts: NS2: Add dma-coherent to relevant DT

[PATCH 1/1] tty: serial: st-asc: Make the locking RT aware
 2017-03-22 17:12 UTC 

[PATCH v6 00/14] mmc: Add support to Marvell Xenon SD Host Controller
 2017-03-22 17:11 UTC  (16+ messages)
` [PATCH v6 03/14] mmc: core: Add mmc-card dt sub-node parse in core layer
` [PATCH v6 04/14] mmc: sdhci: Export sdhci_set_ios() from sdhci.c
` [PATCH v6 05/14] mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.c
` [PATCH v6 06/14] mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.c
` [PATCH v6 08/14] mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionality
` [PATCH v6 09/14] mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC
` [PATCH v6 10/14] mmc: sdhci-xenon: Add SoC PHY PAD voltage control

[RFC PATCH v2 00/41] Scalable Vector Extension (SVE) core support
 2017-03-22 17:06 UTC  (47+ messages)
` [RFC PATCH v2 01/41] arm64: signal: Refactor sigcontext parsing in rt_sigreturn
` [RFC PATCH v2 02/41] arm64: signal: factor frame layout and population into separate passes
` [RFC PATCH v2 03/41] arm64: signal: factor out signal frame record allocation
` [RFC PATCH v2 04/41] arm64: signal: Allocate extra sigcontext space as needed
` [RFC PATCH v2 05/41] arm64: signal: Parse extra_context during sigreturn
` [RFC PATCH v2 06/41] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON
` [RFC PATCH v2 07/41] arm64/sve: Allow kernel-mode NEON to be disabled in Kconfig
` [RFC PATCH v2 08/41] arm64/sve: Low-level save/restore code
` [RFC PATCH v2 09/41] arm64/sve: Boot-time feature detection and reporting
` [RFC PATCH v2 10/41] arm64/sve: Boot-time feature enablement
` [RFC PATCH v2 11/41] arm64/sve: Expand task_struct for Scalable Vector Extension state
` [RFC PATCH v2 12/41] arm64/sve: Save/restore SVE state on context switch paths
` [RFC PATCH v2 13/41] arm64/sve: [BROKEN] Basic support for KERNEL_MODE_NEON
` [RFC PATCH v2 14/41] Revert "arm64/sve: Allow kernel-mode NEON to be disabled in Kconfig"
` [RFC PATCH v2 15/41] arm64/sve: Restore working FPSIMD save/restore around signals
` [RFC PATCH v2 16/41] arm64/sve: signal: Add SVE state record to sigcontext
` [RFC PATCH v2 17/41] arm64/sve: signal: Dump Scalable Vector Extension registers to user stack
` [RFC PATCH v2 18/41] arm64/sve: signal: Restore FPSIMD/SVE state in rt_sigreturn
` [RFC PATCH v2 19/41] arm64/sve: Avoid corruption when replacing the SVE state
` [RFC PATCH v2 20/41] arm64/sve: traps: Add descriptive string for SVE exceptions
` [RFC PATCH v2 21/41] arm64/sve: Enable SVE on demand for userspace
` [RFC PATCH v2 22/41] arm64/sve: Implement FPSIMD-only context for tasks not using SVE
` [RFC PATCH v2 23/41] arm64/sve: Move ZEN handling to the common task_fpsimd_load() path
` [RFC PATCH v2 24/41] arm64/sve: Discard SVE state on system call
` [RFC PATCH v2 25/41] arm64/sve: Avoid preempt_disable() during sigreturn
` [RFC PATCH v2 26/41] arm64/sve: Avoid stale user register state after SVE access exception
` [RFC PATCH v2 27/41] arm64/sve: ptrace support
` [RFC PATCH v2 28/41] arm64: KVM: Treat SVE use by guests as undefined instruction execution
` [RFC PATCH v2 29/41] prctl: Add skeleton for PR_SVE_{SET, GET}_VL controls
` [RFC PATCH v2 30/41] arm64/sve: Track vector length for each task
` [RFC PATCH v2 31/41] arm64/sve: Set CPU vector length to match current task
` [RFC PATCH v2 32/41] arm64/sve: Factor out clearing of tasks' SVE regs
` [RFC PATCH v2 33/41] arm64/sve: Wire up vector length control prctl() calls
` [RFC PATCH v2 34/41] arm64/sve: Disallow VL setting for individual threads by default
` [RFC PATCH v2 35/41] arm64/sve: Add vector length inheritance control
` [RFC PATCH v2 36/41] arm64/sve: ptrace: Wire up vector length control and reporting
` [RFC PATCH v2 37/41] arm64/sve: Enable default vector length control via procfs
` [RFC PATCH v2 38/41] arm64/sve: Detect SVE via the cpufeature framework
` [RFC PATCH v2 39/41] arm64/sve: Migrate to cpucap based detection for runtime SVE code
` [RFC PATCH v2 40/41] arm64/sve: Allocate task SVE context storage dynamically
` [RFC PATCH v2 41/41] arm64/sve: Documentation: Add overview of the SVE userspace ABI

[PATCH v2 0/6] Rename RK1108 to RV1108
 2017-03-22 17:06 UTC  (5+ messages)
` [PATCH v2 3/6] dt-bindings: rk1108-cru: rename "
` [PATCH v2 4/6] clk: rockchip: "

[PATCH] [v2] arm64: define BUG() instruction without CONFIG_BUG
 2017-03-22 16:57 UTC  (6+ messages)

[PATCH v33 00/14] add kdump support
 2017-03-22 16:55 UTC  (2+ messages)

[PATCH v2 00/18] clocksource/arch_timer: Errata workaround infrastructure rework
 2017-03-22 16:52 UTC  (13+ messages)
` [PATCH v2 04/18] arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
` [PATCH v2 05/18] arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921
` [PATCH v2 06/18] arm64: arch_timer: Add infrastructure for multiple erratum detection methods
` [PATCH v2 09/18] arm64: arch_timer: Move arch_timer_reg_read/write around

[PATCH 1/2] ARM: dts: BCM5301X: Specify serial console parameters
 2017-03-22 16:49 UTC  (3+ messages)
` [PATCH V2 1/2] ARM: dts: BCM5301X: Specify serial console params in dtsi files

[PATCH] of: Fix DMA mask assignment
 2017-03-22 16:46 UTC  (3+ messages)

[PATCH] ARM: dts: rockchip: setup DMA-channels for mmc0 and emmc for rk3188
 2017-03-22 16:35 UTC  (4+ messages)

[PATCH] PCI: ACPI: Fix ThunderX PEM initialization
 2017-03-22 16:34 UTC  (17+ messages)

[PATCH] ARM: dma-mapping: Fix dma_get_sgtable() for regions without struct page
 2017-03-22 16:32 UTC  (4+ messages)

[PATCH 00/20] PCI: fix config and I/O Address space memory mappings
 2017-03-22 16:29 UTC  (6+ messages)
` [PATCH 03/20] asm-generic/io.h: add PCI config space remap interface

[PATCH 0/2] meson-sm: Fix issues when reading data from sm
 2017-03-22 16:28 UTC  (4+ messages)
` [PATCH 1/2] firmware: meson-sm: Check for buffer output size

[PATCH v3 00/19] vITS save/restore
 2017-03-22 16:22 UTC  (27+ messages)
` [PATCH v3 05/19] KVM: arm64: ITS: Implement vgic_its_has_attr_regs and attr_regs_access
` [PATCH v3 11/19] KVM: arm64: ITS: KVM_DEV_ARM_VGIC_GRP_ITS_TABLES group
` [PATCH v3 14/19] KVM: arm64: ITS: Add infrastructure for table lookup
` [PATCH v3 15/19] KVM: arm64: ITS: Collection table save/restore
` [PATCH v3 16/19] KVM: arm64: ITS: vgic_its_check_id returns the entry's GPA
` [PATCH v3 17/19] KVM: arm64: ITS: ITT flush and restore
` [PATCH v3 18/19] KVM: arm64: ITS: Device table save/restore
` [PATCH v3 19/19] KVM: arm64: ITS: Pending "

[PATCH 0/3] Khadas VIM support (Amlogic Meson GXL S905X)
 2017-03-22 16:17 UTC  (2+ messages)

[PATCH] ARM: dts: aspeed: add SPI controller bindings to Romulus
 2017-03-22 16:04 UTC 

[PATCH 00/14] arm_pmu: ACPI support
 2017-03-22 15:59 UTC  (10+ messages)

[PATCH v7 0/7] Implement clocksource for rockchip SoC using rockchip timer
 2017-03-22 15:48 UTC  (8+ messages)
` [PATCH v7 1/7] clocksource/drivers/clksrc-evt-probe: Describe with the DT both the clocksource and the clockevent
` [PATCH v7 2/7] dt-bindings: clarify compatible property for rockchip timers
` [PATCH v7 3/7] ARM: dts: rockchip: update compatible property for rk322x timer
` [PATCH v7 4/7] ARM: dts: rockchip: add clockevent attribute to rockchip timers
` [PATCH v7 5/7] clocksource/drivers/rockchip_timer: implement clocksource timer
` [PATCH v7 6/7] ARM: dts: rockchip: add timer entries to rk3188 SoC
` [PATCH v7 7/7] ARM: dts: rockchip: disable arm-global-timer for rk3188

[PATCH] [v2][for 4.11]tty: acpi/spcr: QDF2400 E44 checks for wrong OEM revision
 2017-03-22 15:45 UTC  (4+ messages)

[RFC PATCH 00/30] Add PCIe SVM support to ARM SMMUv3
 2017-03-22 15:44 UTC  (8+ messages)
` [RFC PATCH 22/30] iommu: Bind/unbind tasks to/from devices
` [RFC PATCH 24/30] iommu: Specify PASID state when unbinding a task

[alsa-devel] [PATCH 0/3] ASoC: Enable a new IC master mode: bcm2835<=>IC<=>cs42xx8
 2017-03-22 15:38 UTC  (13+ messages)

[PATCH v3] efifb: avoid reconfiguration of BAR that covers the framebuffer
 2017-03-22 15:30 UTC 

[PATCH] ARM: imx_v6_v7_defconfig: Select SMSC_PHY
 2017-03-22 15:28 UTC  (2+ messages)

[PATCH v2] arm: Fix memory attribute inconsistencies when using fixmap
 2017-03-22 15:26 UTC  (6+ messages)

[PATCH v2 0/4] IOMMU reserved region tweaks
 2017-03-22 15:19 UTC  (5+ messages)
` [PATCH v2 1/4] iommu: Disambiguate MSI region types
` [PATCH v2 4/4] iommu/dma: Make PCI window reservation generic

[PATCH 10/41] drm/bridge: analogix_dp: Don't change psr while bridge is disabled
 2017-03-22 15:19 UTC  (5+ messages)

[PATCH v3 0/2] Handle Cavium ThunderX2 PCI topology quirk
 2017-03-22 15:13 UTC  (2+ messages)

[PATCH v4 4/7] PCI: dwc: all: Modify dbi accessors to take dbi_base as argument
 2017-03-22 15:10 UTC  (2+ messages)
` [PATCH v5 "

[PATCH v3 0/5] STM32 Independant watchdog
 2017-03-22 15:04 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: Document STM32 IWDG bindings
` [PATCH v3 2/5] drivers: watchdog: Add STM32 IWDG driver
` [PATCH v3 3/5] ARM: dts: stm32: Add watchdog support for STM32F429 SoC
` [PATCH v3 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board
` [PATCH v3 5/5] ARM: configs: Add watchdog support in STM32 defconfig

[GIT PULL 00/23] PCI: Support for configurable PCI endpoint
 2017-03-22 14:39 UTC  (7+ messages)
` [PATCH v4 14/23] PCI: dwc: dra7xx: Workaround for errata id i870
` [PATCH v4 15/23] dt-bindings: PCI: dra7xx: Add dt bindings to enable unaligned access

[PATCH 0/7] arm64: hugetlb cleanup + break-before-make fixes
 2017-03-22 14:38 UTC  (13+ messages)
` [PATCH 2/7] arm64: hugetlb: Cleanup setup_hugepagesz
` [PATCH 3/7] arm64: hugetlb: Refactor find_num_contig
` [PATCH 4/7] arm64: hugetlb: Introduce pte_pgprot helper
` [PATCH 5/7] arm64: hugetlb: Remove spurious calls to huge_ptep_offset
` [PATCH 6/7] arm64: hugetlb: Spring clean huge pte accessors
` [PATCH 7/7] arm64: hugetlb: Add break-before-make logic for contiguous entries

[PATCH/RFC v2 0/4] iommu/ipmmu-vmsa: IPMMU slave device whitelist V2
 2017-03-22 14:25 UTC  (2+ messages)

[PATCH 0/2] ThunderX external PCI fixes for legacy&new ACPI firmware
 2017-03-22 14:19 UTC  (3+ messages)

[PATCH v2 0/5] STM32 Independant watchdog
 2017-03-22 14:12 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: Document STM32 IWDG bindings
` [PATCH v2 2/5] drivers: watchdog: Add STM32 IWDG driver
` [PATCH v2 3/5] ARM: dts: stm32: Add watchdog support for STM32F429 SoC
` [PATCH v2 4/5] ARM: dts: stm32: Add watchdog support for STM32F429 eval board
` [PATCH v2 5/5] ARM: configs: Add watchdog support in STM32 defconfig

[PATCH v9 00/15] ACPI platform MSI support and its example mbigen
 2017-03-22 14:12 UTC  (4+ messages)
` [PATCH v9 15/15] irqchip: mbigen: Add ACPI support

[PATCH 15/17] qcom: ipq4019: add cpu operating points for cpufreq support
 2017-03-22 14:10 UTC  (2+ messages)
` [15/17] "

[PATCH v2] efifb: avoid reconfiguration of BAR that covers the framebuffer
 2017-03-22 14:10 UTC  (6+ messages)

[PATCH] ARM: dts: imx: add Gateworks Ventana GW5903 support
 2017-03-22 14:04 UTC  (2+ messages)

[PATCH v1 0/5] STM32 Independant watchdog
 2017-03-22 13:51 UTC  (5+ messages)
` [PATCH v1 3/5] ARM: dts: stm32ap: Add watchdog support for STM32F429 SoC
` [PATCH v1 4/5] ARM: dts: stm32ap: Add watchdog support for STM32F429 eval board

[PATCH] arm64: kaslr: Add 2MB correction for aligning kernel image
 2017-03-22 13:45 UTC  (5+ messages)
` [PATCH v2] arm64: kaslr: Fix up the kernel image alignment


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