linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-26 11:48:08 to 2017-10-27 13:08:16 UTC [more...]

[PATCH] iommu/arm-smmu-v3: Warn about missing IRQs
 2017-10-27 13:08 UTC 

[PATCH v4 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-27 13:06 UTC  (35+ messages)
` [PATCH v4 01/28] regset: Add support for dynamically sized regsets
` [PATCH v4 02/28] arm64: KVM: Hide unsupported AArch64 CPU features from guests
` [PATCH v4 03/28] arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEON
` [PATCH v4 04/28] arm64: Port deprecated instruction emulation to new sysctl interface
` [PATCH v4 05/28] arm64: fpsimd: Simplify uses of {set, clear}_ti_thread_flag()
` [PATCH v4 06/28] arm64/sve: System register and exception syndrome definitions
` [PATCH v4 07/28] arm64/sve: Low-level SVE architectural state manipulation functions
` [PATCH v4 08/28] arm64/sve: Kconfig update and conditional compilation support
` [PATCH v4 09/28] arm64/sve: Signal frame and context structure definition
` [PATCH v4 10/28] arm64/sve: Low-level CPU setup
` [PATCH v4 11/28] arm64/sve: Core task context handling
` [PATCH v4 12/28] arm64/sve: Support vector length resetting for new processes
` [PATCH v4 13/28] arm64/sve: Signal handling support
` [PATCH v4 14/28] arm64/sve: Backend logic for setting the vector length
` [PATCH v4 15/28] arm64: cpufeature: Move sys_caps_initialised declarations
` [PATCH v4 16/28] arm64/sve: Probe SVE capabilities and usable vector lengths
` [PATCH v4 17/28] arm64/sve: Preserve SVE registers around kernel-mode NEON use
` [PATCH v4 18/28] arm64/sve: Preserve SVE registers around EFI runtime service calls
` [PATCH v4 19/28] arm64/sve: ptrace and ELF coredump support
` [PATCH v4 20/28] arm64/sve: Add prctl controls for userspace vector length management
` [PATCH v4 21/28] arm64/sve: Add sysctl to set the default vector length for new processes
` [PATCH v4 22/28] arm64/sve: KVM: Prevent guests from using SVE
` [PATCH v4 23/28] arm64/sve: KVM: Treat guest SVE use as undefined instruction execution
` [PATCH v4 24/28] arm64/sve: KVM: Hide SVE from CPU features exposed to guests
` [PATCH v4 25/28] arm64/sve: Detect SVE and activate runtime support
` [PATCH v4 26/28] arm64/sve: Add documentation
` [RFC PATCH v4 27/28] arm64: signal: Report signal frame size to userspace via auxv
` [RFC PATCH v4 28/28] arm64/sve: signal: Include SVE when computing AT_MINSIGSTKSZ

4.13 (and probably all recent) kernels refuse to boot on one Nokia N950, work or another
 2017-10-27 12:58 UTC  (9+ messages)

[PATCH] pinctrl: armada-37xx: Add edge both type gpio irq support
 2017-10-27 12:57 UTC  (3+ messages)

[PATCH v5 0/5] media: atmel-isc: Rework the format list and clock provider
 2017-10-27 12:41 UTC  (7+ messages)
` [PATCH v5 1/5] media: atmel-isc: Add spin lock for clock enable ops
` [PATCH v5 2/5] media: atmel-isc: Add prepare and unprepare ops
` [PATCH v5 3/5] media: atmel-isc: Enable the clocks during probe
` [PATCH v5 4/5] media: atmel-isc: Remove unnecessary member
` [PATCH v5 5/5] media: atmel-isc: Rework the format list

Kernel panic when using ccm(aes) with the Atmel AES HW accelerator
 2017-10-27 12:02 UTC  (3+ messages)

[PATCH v2 0/4] Fix for imx-spi CS GPIOs
 2017-10-27 11:14 UTC  (6+ messages)
` [PATCH v2 1/4] spi: imx: GPIO based chip selects should not be required
` [PATCH v2 2/4] spi: imx: Fix failure path leak on GPIO request error
` [PATCH v2 3/4] spi: imx: Don't require platform data chipselect array
` [PATCH v2 4/4] ARM: imx: Update spi_imx platform data to reflect current state

[PATCH v2 0/2] media: ov7740: Add a V4L2 sensor-level driver
 2017-10-27 10:59 UTC  (4+ messages)
` [PATCH v2 1/2] media: i2c: Add the ov7740 image sensor driver
` [PATCH v2 2/2] media: ov7740: Document device tree bindings

[PATCH 0/4] TI Bluetooth serdev support
 2017-10-27 10:55 UTC  (8+ messages)

[PATCH v5 00/20] KVM: arm/arm64: Optimize arch timer register handling
 2017-10-27 10:53 UTC  (23+ messages)
` [PATCH v5 01/20] irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interface
` [PATCH v5 02/20] arm64: Implement arch_counter_get_cntpct to read the physical counter
` [PATCH v5 03/20] arm64: Use physical counter for in-kernel reads when booted in EL2
` [PATCH v5 04/20] KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initialized
` [PATCH v5 05/20] KVM: arm/arm64: Support calling vgic_update_irq_pending from irq context
` [PATCH v5 06/20] KVM: arm/arm64: Check that system supports split eoi/deactivate
` [PATCH v5 07/20] KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic
` [PATCH v5 08/20] KVM: arm/arm64: Rename soft timer to bg_timer
` [PATCH v5 09/20] KVM: arm/arm64: Move timer/vgic flush/sync under disabled irq
` [PATCH v5 10/20] KVM: arm/arm64: Use separate timer for phys timer emulation
` [PATCH v5 11/20] KVM: arm/arm64: Move timer save/restore out of the hyp code
` [PATCH v5 12/20] genirq: Document vcpu_info usage for percpu_devid interrupts
` [PATCH v5 13/20] KVM: arm/arm64: Set VCPU affinity for virt timer irq
` [PATCH v5 14/20] KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit
` [PATCH v5 15/20] KVM: arm/arm64: Support EL1 phys timer register access in set/get reg
` [PATCH v5 16/20] KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register traps
` [PATCH v5 17/20] KVM: arm/arm64: Move phys_timer_emulate function
` [PATCH v5 18/20] KVM: arm/arm64: Avoid phys timer emulation in vcpu entry/exit
` [PATCH v5 19/20] KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate
` [PATCH v5 20/20] KVM: arm/arm64: Rework kvm_timer_should_fire

[PATCH v2 0/3] mailbox: Add support for Hi3660 mailbox
 2017-10-27 10:46 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: mailbox: Introduce Hi3660 controller binding
` [PATCH v2 2/3] mailbox: Add support for Hi3660 mailbox
` [PATCH v2 3/3] dts: arm64: Add mailbox binding for hi3660

v4.14-rc3 kernel issue
 2017-10-27 10:16 UTC  (3+ messages)

[PATCH] [media] rockchip/rga: annotate PM functions as __maybe_unused
 2017-10-27 10:08 UTC  (2+ messages)

[PATCH] drivers/pcmcia: Convert timers to use timer_setup()
 2017-10-27 10:04 UTC  (2+ messages)

[PATCH RESEND v6 0/6] provide power off support for iMX6 with external PMIC
 2017-10-27  9:48 UTC  (7+ messages)
` [PATCH v6 1/6] ARM: imx6q: provide documentation for new fsl, pmic-stby-poweroff property
` [PATCH v6 2/6] ARM: imx6: register pm_power_off handler if "fsl, pmic-stby-poweroff" is set
` [PATCH v6 3/6] kernel/reboot.c: export pm_power_off_prepare
` [PATCH v6 4/6] regulator: pfuze100: add fsl, pmic-stby-poweroff property
` [PATCH v6 5/6] regulator: pfuze100-regulator: provide pm_power_off_prepare handler
` [PATCH v6 6/6] ARM: dts: imx6: RIoTboard provide standby on power off option

[PATCH] arm64: prevent regressions in compressed kernel image size when upgrading to binutils 2.27
 2017-10-27  9:41 UTC  (10+ messages)
    ` [PATCH v2] "

[PATCH 0/3] Add driver for Broadcom Cygnus USB phy controller
 2017-10-27  8:35 UTC  (6+ messages)
` [PATCH 1/3] Documentation: DT: Add Cygnus usb phy binding
` [PATCH 2/3] drivers: phy: broadcom: Add driver for Cygnus USB phy controller

[PATCH v4 00/26] KVM/ARM: Add support for GICv4
 2017-10-27  8:31 UTC  (21+ messages)
` [PATCH v4 02/26] KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq
` [PATCH v4 19/26] KVM: arm/arm64: GICv4: Add doorbell interrupt handling
` [PATCH v4 21/26] KVM: arm/arm64: GICv4: Hook vPE scheduling into vgic flush/sync
` [PATCH v4 23/26] KVM: arm/arm64: GICv4: Prevent a VM using GICv4 from being saved
` [PATCH v4 25/26] KVM: arm/arm64: GICv4: Prevent heterogenous systems from using GICv4
` [PATCH v4 26/26] KVM: arm/arm64: GICv4: Theory of operations

[PATCH v2 0/9] irqchip: stm32: add stm32h7 support
 2017-10-27  8:10 UTC  (4+ messages)
` [PATCH v2 2/9] irqchip: stm32: add multi-bank management

[PATCH 0/4] Add SimpleFB support for Allwinner H3 SoC
 2017-10-27  8:01 UTC  (4+ messages)
` [PATCH 2/4] ARM: sun8i: h3/h5: add DE2 CCU device node for H3

[GIT PULL] updates to soc/fsl drivers for v4.14
 2017-10-27  7:47 UTC  (5+ messages)

[PATCH] media: i2c: Add the ov7740 image sensor driver
 2017-10-27  7:46 UTC  (3+ messages)

[RFC PATCH v10 0/7] PCI: rockchip: Move PCIe WAKE# handling into pci core
 2017-10-27  7:26 UTC  (2+ messages)
` [RFC PATCH v10 4/7] arm64: dts: rockchip: Move PCIe WAKE# irq to pcie driver for Gru

[PATCH v6 6/7] KVM: arm64: allow get exception information from userspace
 2017-10-27  7:21 UTC  (3+ messages)

[RFC PATCH v9 0/7] PCI: rockchip: Move PCIe WAKE# handling into pci core
 2017-10-27  7:17 UTC  (2+ messages)
` [RFC PATCH v9 4/7] arm64: dts: rockchip: Move PCIe WAKE# irq to pcie driver for Gru

[PATCH v4 00/21] SError rework + RAS&IESB for firmware first support
 2017-10-27  6:26 UTC  (3+ messages)
` [PATCH v4 19/21] KVM: arm64: Handle RAS SErrors from EL2 on guest exit

[PATCH v3 0/7] Support PPTT for ARM64
 2017-10-27  5:21 UTC  (10+ messages)
` [PATCH v3 1/7] ACPI/PPTT: Add Processor Properties Topology Table parsing

[PATCH 0/5] Few more FlexRM driver improvements
 2017-10-27  5:20 UTC  (2+ messages)

[RFC 0/3] USB: Modify dwc3 code for support Hikey960
 2017-10-27  3:47 UTC  (3+ messages)
` [RFC 1/3] USB: Add document for usb of Hikey960

[PATCH v6 0/9] Mediatek MT2712 clock and scpsys support
 2017-10-27  3:23 UTC  (3+ messages)
` [PATCH v6 2/9] clk: mediatek: Add dt-bindings for MT2712 clocks

[PATCH] drivers/net: nuvoton: Convert timers to use timer_setup()
 2017-10-27  3:10 UTC  (2+ messages)

[PATCH v4 0/2] Add Combo PHY driver for HiSilicon STB SoCs
 2017-10-27  3:07 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: add bindings doc for hi3798cv200 combphy
` [PATCH v4 2/2] phy: add combo phy driver for HiSilicon STB SoCs

[PATCH v9 00/10] net: stmmac: dwmac-sun8i: Handle integrated PHY
 2017-10-27  3:01 UTC  (2+ messages)

[PATCH] ARM: Fix csum_partial_copy_from_user() stack mismatch
 2017-10-27  2:00 UTC  (2+ messages)

[PATCH v4 0/5] scsi: ufs: add ufs driver code for Hisilicon Hi3660 SoC
 2017-10-27  1:08 UTC  (3+ messages)
` [PATCH v4 2/5] dt-bindings: scsi: ufs: add document for hisi-ufs

[PATCH v2 0/7] gpio: brcmstb: improved interrupt and wake support
 2017-10-26 23:51 UTC  (5+ messages)
` [PATCH v2 6/7] gpio: brcmstb: consolidate interrupt domains
` [PATCH v2 7/7] gpio: brcmstb: implement suspend/resume/shutdown

[PATCH 1/3] arm/xen: don't inclide rwlock.h directly
 2017-10-26 22:56 UTC  (3+ messages)
` [PATCH 1/3] arm/xen: don't inclide rwlock.h directly.1~B
  ` [Xen-devel] "

[PATCH] i2c/busses: Convert timers to use timer_setup()
 2017-10-26 21:10 UTC  (2+ messages)

[PATCH v5 0/2] thermal: add brcmstb AVS TMON driver
 2017-10-26 18:39 UTC  (4+ messages)

[PATCH v3] drm: bridge: synopsys/dw-hdmi: Enable cec clock
 2017-10-26 18:19 UTC 

[PATCH v5] ARM: dts: imx53-tx53: Fix 'ethernet-phy@0' node with unit name and no reg property
 2017-10-26 18:10 UTC  (2+ messages)

[PATCH v2 0/3] iio: adc: stm32: Add support for differential channels
 2017-10-26 17:47 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: iio: adc: stm32: add support for diff channels
` [PATCH v2 2/3] iio: adc: stm32: remove const channel names definition
` [PATCH v2 3/3] iio: adc: stm32: add support for differential channels

[PATCH] dt-bindings: display: stm32: add pixel clock mandatory property
 2017-10-26 16:12 UTC 

[PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
 2017-10-26 16:03 UTC  (2+ messages)

[PATCH] ARM: dts: mvebu: pl310-cache disable double-linefill
 2017-10-26 15:42 UTC  (2+ messages)

[INTERNAL][PATCH 0/7] ASoC: stm32: Add SAI synchronization support
 2017-10-26 15:32 UTC  (3+ messages)
` [INTERNAL][PATCH 4/7] ASoC: stm32: sai: fix stop management in isr

v4.14-rc3/arm64 DABT exception in atomic_inc() / __skb_clone()
 2017-10-26 15:24 UTC  (9+ messages)

[PATCH v2 0/3] mtd: spi-nor: stm32-quadspi: fixes
 2017-10-26 15:12 UTC  (4+ messages)
` [PATCH v2 1/3] mtd: spi-nor: stm32-quadspi: Fix uninitialized error return code
` [PATCH v2 2/3] mtd: spi-nor: stm32-quadspi: fix prefetching outside fsize
` [PATCH v2 3/3] mtd: spi-nor: stm32-quadspi: change license text

[PATCH v2 0/3] usb: remove some unused code
 2017-10-26 15:06 UTC  (5+ messages)
` [PATCH v2 1/3] usb: host: remove ehci-msm.c
` [PATCH v2 2/3] usb: phy: remove phy-msm-usb.c
` [PATCH v2 3/3] usb: phy: remove phy-qcom-8x16-usb.c

Fwd: Re: [PATCH 1/2] ARM: dts: sun8i: h3-h5: Move pinctrl of mmc0 from dts to dtsi
 2017-10-26 15:06 UTC 

A case for ZONE_DMA32 (or similar) on LPAE?
 2017-10-26 14:54 UTC  (2+ messages)

[PATCH v3 0/2] Add Combo PHY driver for HiSilicon STB SoCs
 2017-10-26 14:31 UTC  (3+ messages)
` [PATCH v3 2/2] phy: add combo phy "

[PATCH v4] ARM: dts: imx53-tx53: Fix 'ethernet-phy@0' node with unit name and no reg property
 2017-10-26 14:29 UTC  (2+ messages)

[PATCH] drivers/crypto: Convert timers to use timer_setup()
 2017-10-26 14:24 UTC  (3+ messages)

n900 in next-20170901
 2017-10-26 14:16 UTC  (11+ messages)

[PATCH] ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory zone
 2017-10-26 13:50 UTC  (2+ messages)

[PATCH 0/2] Sluggish AT91 I2C driver causes SMBus timeouts
 2017-10-26 13:45 UTC  (8+ messages)
` [PATCH 1/2] hwmon: (jc42) optionally try to disable the SMBUS timeout

[RFC PATCH v8 0/7] PCI: rockchip: Move PCIe WAKE# handling into pci core
 2017-10-26 13:28 UTC  (2+ messages)
` [RFC PATCH v8 3/7] arm64: dts: rockchip: Handle PCIe WAKE# signal in pcie driver for Gru

[PATCH 1/3] phy: phy-mtk-tphy: use auto instead of force to bypass utmi signals
 2017-10-26 12:50 UTC  (3+ messages)
` [PATCH 2/3] phy: phy-mtk-tphy: use of_device_get_match_data()
` [PATCH 3/3] phy: phy-mtk-tphy: fix alignment warning

[PATCH 0/3] mtd: spi-nor: stm32-quadspi: fixes
 2017-10-26 11:54 UTC  (4+ messages)
` [PATCH 1/3] mtd: spi-nor: stm32-quadspi: Fix uninitialized error return code
` [PATCH 2/3] mtd: spi-nor: stm32-quadspi: fix prefetching outside fsize
` [PATCH 3/3] mtd: spi-nor: stm32-quadspi: change license text

[PATCH v1 0/2] drm/stm: ltdc: add a 2nd endpoint
 2017-10-26 11:48 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: display: stm32: "
` [PATCH v1 2/2] drm/stm: ltdc: "


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