linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-02 12:38:02 to 2017-05-03 12:02:16 UTC [more...]

[RFC/RFT PATCH 00/18] PCI: ARM/ARM64: remove pci_fixup_irqs() usage
 2017-05-03 12:02 UTC  (17+ messages)
` [RFC/RFT PATCH 03/18] PCI: Introduce pci_scan_root_bus_bridge()
` [RFC/RFT PATCH 05/18] ARM: PCI: dove: Convert PCI scan API to pci_scan_root_bus_bridge()
` [RFC/RFT PATCH 08/18] PCI: designware: "
` [RFC/RFT PATCH 18/18] ARM/ARM64: PCI: Drop pci_fixup_irqs() usage for DT based host controllers

[PATCH v2 0/20] drm: sun4i: Add support for the HDMI controller
 2017-05-03 11:59 UTC  (21+ messages)
` [PATCH v2 1/20] clk: divider: Make divider_round_rate take the parent clock
` [PATCH v2 2/20] clk: sunxi-ng: Pass the parent and a pointer to the clocks round rate
` [PATCH v2 3/20] clk: sunxi-ng: div: Switch to divider_round_rate
` [PATCH v2 4/20] clk: sunxi-ng: mux: Don't just rely on the parent for CLK_SET_RATE_PARENT
` [PATCH v2 5/20] clk: sunxi-ng: mux: split out the pre-divider computation code
` [PATCH v2 6/20] clk: sunxi-ng: mux: Change pre-divider application function prototype
` [PATCH v2 7/20] clk: sunxi-ng: mux: Re-adjust parent rate
` [PATCH v2 8/20] clk: sunxi-ng: sun5i: Export video PLLs
` [PATCH v2 9/20] drm/sun4i: tcon: Add channel debug
` [PATCH v2 10/20] drm/sun4i: tcon: Move the muxing out of the mode set function
` [PATCH v2 11/20] drm/sun4i: tcon: Switch mux on only for composite
` [PATCH v2 12/20] drm/sun4i: tcon: Fix tcon channel 1 backporch calculation
` [PATCH v2 13/20] drm/sun4i: tcon: Change vertical total size computation inconsistency
` [PATCH v2 14/20] drm/sun4i: tcon: multiply the vtotal when not in interlace
` [PATCH v2 15/20] drm/sun4i: Ignore the generic connectors for components
` [PATCH v2 16/20] dt-bindings: display: sun4i: Add HDMI display bindings
` [PATCH v2 17/20] dt-bindings: display: sun4i: Add allwinner, tcon-channel property
` [PATCH v2 18/20] drm/sun4i: Add HDMI support
` [PATCH v2 19/20] ARM: sun5i: a10s: Add the HDMI controller node
` [PATCH v2 20/20] ARM: sun5i: a10s-olinuxino: Enable HDMI

[PATCH v3 0/3] arm64: marvell: add cryptographic engine support for 7k/8k
 2017-05-03 11:57 UTC  (3+ messages)
` [PATCH v3 2/3] crypto: inside-secure: add SafeXcel EIP197 crypto engine driver

[PATCH] arm64: Add translation functions for /dev/mem read/write
 2017-05-03 11:26 UTC  (2+ messages)

[PATCH 0/3 v3] ARM/ARM64: silence large module first time allocation
 2017-05-03 11:18 UTC  (3+ messages)
` [PATCH v3 3/3] arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=y

[PATCH V8 00/11] IOMMU probe deferral support
 2017-05-03 11:13 UTC  (6+ messages)
` [PATCH V8 07/11] iommu: of: Handle IOMMU lookup failure with deferred probing or error

[PATCH] drivers/of_iommu: ignore SMMU DT nodes with status 'disabled'
 2017-05-03 10:58 UTC  (7+ messages)

[PATCH] arm64: Fix multiple 'asm-operand-widths' warnings
 2017-05-03 10:51 UTC  (6+ messages)

[PATCH 00/31] arm64: KVM: Mediate access to GICv3 sysregs at EL2
 2017-05-03 10:46 UTC  (32+ messages)
` [PATCH 01/31] arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accesses
` [PATCH 02/31] arm64: KVM: Do not use stack-protector to compile EL2 code
` [PATCH 03/31] arm: KVM: Do not use stack-protector to compile HYP code
` [PATCH 04/31] KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt
` [PATCH 05/31] KVM: arm/arm64: vgic-v3: "
` [PATCH 06/31] KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2 registers
` [PATCH 07/31] KVM: arm/arm64: vgic-v3: Add accessors for the "
` [PATCH 08/31] arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
` [PATCH 09/31] KVM: arm64: Make kvm_condition_valid32() accessible from EL2
` [PATCH 10/31] KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
` [PATCH 11/31] KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
` [PATCH 12/31] KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
` [PATCH 13/31] KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
` [PATCH 14/31] KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
` [PATCH 15/31] KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
` [PATCH 16/31] KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
` [PATCH 17/31] KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
` [PATCH 18/31] KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
` [PATCH 19/31] KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
` [PATCH 20/31] KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
` [PATCH 21/31] KVM: arm64: vgic-v3: Add misc Group-0 handlers
` [PATCH 22/31] KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
` [PATCH 23/31] KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
` [PATCH 24/31] arm64: Add MIDR values for Cavium cn83XX SoCs
` [PATCH 25/31] arm64: Add workaround for Cavium Thunder erratum 30115
` [PATCH 26/31] KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
` [PATCH 27/31] KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
` [PATCH 28/31] KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
` [PATCH 29/31] KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
` [PATCH 30/31] KVM: arm64: Enable GICv3 common sysreg trapping via command-line
` [PATCH 31/31] KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped

[PATCH 0/3] Cavium ThunderX2 SMMUv3 errata workarounds
 2017-05-03 10:32 UTC  (7+ messages)
` [PATCH 2/3] iommu/arm-smmu-v3: Add workaround for Cavium ThunderX2 erratum #74

[PATCH v5 00/22] vITS save/restore
 2017-05-03 10:22 UTC  (6+ messages)
` [PATCH v5 16/22] KVM: arm64: vgic-its: Add infrastructure for table lookup

[PATCH v5 0/5] Add ARM Mali Midgard device tree bindings and gpu node for rk3288
 2017-05-03  9:56 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: gpu: add bindings for the ARM Mali Midgard GPU
` [PATCH v5 2/5] ARM: dts: rockchip: add ARM Mali GPU node for rk3288
` [PATCH v5 3/5] ARM: dts: rockchip: enable ARM Mali GPU on rk3288-rock2-som
` [PATCH v5 4/5] ARM: dts: rockchip: enable ARM Mali GPU on rk3288-firefly
` [PATCH v5 5/5] ARM: dts: rockchip: enable ARM Mali GPU on rk3288-veyron

[RFC PATCH] mtd: spi-nor: handle signal case as failure
 2017-05-03  9:53 UTC 

[PATCH 1/4] net: macb: Add support for PTP timestamps in DMA descriptors
 2017-05-03  9:43 UTC  (5+ messages)
` [PATCH 3/4] net: macb: Add hardware PTP support

[PATCH 1/3] ARM: dts: imx6qdl-nitrogen6_max: fix rv4162 compatible
 2017-05-03  8:50 UTC  (2+ messages)

[PATCH 0/15] drm: sun4i: Add support for the HDMI controller
 2017-05-03  8:41 UTC  (8+ messages)
` [PATCH 6/15] dt-bindings: display: sun4i: Add HDMI display bindings
` [PATCH 13/15] drm/sun4i: Add HDMI support
  ` [linux-sunxi] "

[PATCH v2 0/7] i.MX7 PCIe related device tree changes
 2017-05-03  8:30 UTC  (11+ messages)
` [PATCH v2 1/7] ARM: dts: i.MX: Reintroduce 'anatop-enable-bit' where appropriate
` [PATCH v2 2/7] ARM: imx: Select GPCv2 for i.MX7
` [PATCH v2 3/7] ARM: dts: imx7s: Add node for GPC
` [PATCH v2 6/7] ARM: dts: imx7d: Add node for PCIe controller
` [PATCH v2 7/7] ARM: dts: imx7d-sdb: Enable PCIe peripheral

[PATCH 0/9] ARM: dts: renesas: update PFC node name to pin-controller
 2017-05-03  8:11 UTC  (2+ messages)

[PATCH 0/5] Add minimal boot support for IPQ8074
 2017-05-03  7:30 UTC  (4+ messages)
` [PATCH 4/5] arm64: dts: Add ipq8074 SoC and MTP board support

[PATCH 0/9] net: thunderx: Adds XDP support
 2017-05-03  7:28 UTC  (12+ messages)
` [PATCH 1/9] net: thunderx: Support for page recycling
` [PATCH 2/9] net: thunderx: Optimize RBDR descriptor handling
` [PATCH 3/9] net: thunderx: Optimize CQE_TX handling
` [PATCH 4/9] net: thunderx: Cleanup receive buffer allocation
` [PATCH 5/9] net: thunderx: Add basic XDP support
` [PATCH 6/9] net: thunderx: Add support for XDP_DROP
` [PATCH 7/9] net: thunderx: Add support for XDP_TX
` [PATCH 8/9] net: thunderx: Support for XDP header adjustment
` [PATCH 9/9] net: thunderx: Optimize page recycling for XDP

[PATCH v2] arm: dts: sun7i-a20-bananapi: name the GPIO lines
 2017-05-03  7:09 UTC  (2+ messages)
` [PATCH v2 resend] "

[PATCH v6 0/4] Broadcom SBA RAID support
 2017-05-03  5:09 UTC  (9+ messages)

[PATCH 1/3] of/pci/dma: fix DMA configuration for PCI masters
 2017-05-03  5:07 UTC  (6+ messages)
` [PATCH 2/3] iommu/pci: reserve iova "
` [PATCH 3/3] PCI/of fix of_dma_get_range; get PCI specific dma-ranges

[RFC PATH] of/pci/dma: fix DMA configruation for PCI masters
 2017-05-03  4:51 UTC  (3+ messages)

[PATCH 0/2] Add new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
 2017-05-03  4:30 UTC  (7+ messages)
` [PATCH 1/2] PCI: Add new PCIe Fabric End Node flag, PCI_DEV_FLAGS_NO_RELAXED_ORDERING

[PATCH] ARM: imx_v6_v7_defconfig: Enable cpufreq governors
 2017-05-03  3:48 UTC  (2+ messages)

[PATCH] ARM: dts: imx: add Gateworks Ventana GW5600 support
 2017-05-03  3:43 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/8] clk: sunxi-ng: Add support for A83T CCU
 2017-05-03  3:16 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: clock: sunxi-ccu: Add compatible string "
` [PATCH v2 2/8] clk: Provide option to query hardware for clk phase
` [PATCH v2 3/8] clk: sunxi-ng: Add class of phase clocks supporting MMC new timing modes
` [PATCH v2 4/8] clk: sunxi-ng: Support multiple variable pre-dividers
` [PATCH v2 5/8] clk: sunxi-ng: Add driver for A83T CCU
` [PATCH v2 6/8] ARM: sun8i: a83t: Add CCU device nodes
` [PATCH v2 7/8] ARM: sun8i: a83t: Set clock accuracy for 24MHz oscillator
` [PATCH v2 8/8] ARM: sun8i: a83t: Switch to CCU device tree binding macros

[PATCH] clk: sunxi-ng: a31: Correct lcd1-ch1 clock register offset
 2017-05-03  3:13 UTC 

[PATCH v3] efifb: avoid reconfiguration of BAR that covers the framebuffer
 2017-05-03  3:09 UTC  (2+ messages)

[PATCH v2 0/8] clk: sunxi-ng: Add support for A83T CCU
 2017-05-03  3:09 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: clock: sunxi-ccu: Add compatible string "
` [PATCH v2 2/8] clk: Provide option to query hardware for clk phase
` [PATCH v2 3/8] clk: sunxi-ng: Add class of phase clocks supporting MMC new timing modes
` [PATCH v2 4/8] clk: sunxi-ng: Support multiple variable pre-dividers
` [PATCH v2 5/8] clk: sunxi-ng: Add driver for A83T CCU
` [PATCH v2 6/8] ARM: sun8i: a83t: Add CCU device nodes
` [PATCH v2 7/8] ARM: sun8i: a83t: Set clock accuracy for 24MHz oscillator
` [PATCH v2 8/8] ARM: sun8i: a83t: Switch to CCU device tree binding macros

[PATCH 1/2] remoteproc: Introduce rproc_{start,stop}() functions
 2017-05-03  2:06 UTC  (4+ messages)
` [PATCH 2/2] remoteproc: Rearrange code to avoid duplication

[PATCH 0/5] KVM/ARM: Fixes for 4.12-rc1
 2017-05-02 20:56 UTC  (14+ messages)
` [PATCH 1/5] arm64: KVM: Do not use stack-protector to compile EL2 code
` [PATCH 2/5] arm: KVM: Do not use stack-protector to compile HYP code
` [PATCH 3/5] KVM: arm/arm64: vgic-v2: Do not use Active+Pending state for a HW interrupt
` [PATCH 4/5] KVM: arm/arm64: vgic-v3: "
` [PATCH 5/5] KVM: arm/arm64: vgic-v3: Use PREbits to infer the number of ICH_APxRn_EL2 registers

[PATCH] qcom: ipq4019: fix i2c_0 node
 2017-05-02 19:19 UTC 

[PATCH net] bpf, arm64: fix jit branch offset related to ldimm64
 2017-05-02 19:06 UTC  (2+ messages)

[PATCH v6 07/23] drivers/fsi: Implement slave initialisation
 2017-05-02 18:58 UTC  (3+ messages)

[PATCH] arm: pmu: Get PMU working when the A53 is run in 32 bit mode
 2017-05-02 18:52 UTC  (7+ messages)

[PATCH] drm/rockchip: analogix_dp: Remove unused check and variables
 2017-05-02 18:50 UTC  (2+ messages)

[PATCH 1/1] arm64: Always provide "model name" in /proc/cpuinfo
 2017-05-02 16:48 UTC  (5+ messages)

[PATCH v3] arm64: perf: Ignore exclude_hv when kernel is running in HYP
 2017-05-02 16:29 UTC 

[PATCH v4] irqchip/gicv3-its: Avoid memory over allocation for ITEs
 2017-05-02 16:16 UTC  (2+ messages)

[PATCH v3 1/3] arm64: kvm: support kvmtool to detect RAS extension feature
 2017-05-02 15:48 UTC  (8+ messages)
` [PATCH v3 2/3] arm64: kvm: inject SError with virtual syndrome
` [PATCH v3 3/3] arm/arm64: signal SIBGUS and inject SEA Error

[PATCH] Remove ARM errata Workarounds 458693 and 460075
 2017-05-02 15:21 UTC  (5+ messages)

[PATCH v2 0/9] drm/sun4i: Support multiple display pipelines
 2017-05-02 14:54 UTC  (4+ messages)
` [PATCH v2 1/9] dt-bindings: display: sun4i: Add component endpoint ID numbering scheme

[PATCH v4 0/5] Add ARM Mali Midgard device tree bindings and gpu node for rk3288
 2017-05-02 14:49 UTC  (6+ messages)
` [PATCH v4 1/5] dt-bindings: gpu: add bindings for the ARM Mali Midgard GPU

fsl, imx-parallel-display Question
 2017-05-02 14:15 UTC  (3+ messages)

[v6,10/23] drivers/fsi: Add device read/write/peek API
 2017-05-02 14:11 UTC 

[RESEND PATCH] spi: bcm63xx-hsspi: Export OF device ID table as module aliases
 2017-05-02 14:00 UTC  (2+ messages)

[PATCH v2 00/30] arm: dts: extend mt7623 support
 2017-05-02 13:52 UTC  (5+ messages)
` [PATCH v2 29/30] dt-bindings: add vendor prefix for bananapi

[PATCH] iio: stm32 trigger: Add support for TRGO2 triggers
 2017-05-02 12:38 UTC  (6+ messages)


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