linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-26 17:57:12 to 2018-02-27 13:10:36 UTC [more...]

[PATCH 0/2] arm: Support for Renesas RZ/N1D (R9A06G032)
 2018-02-27 13:10 UTC  (2+ messages)

[PATCH 1/2] arm: dts: zynq: Add Digilent Zybo Z7 board
 2018-02-27 13:02 UTC  (4+ messages)
` [PATCH 2/2] arm: dts: zynq: Extract common Digilent Zybo board support

[resend, PATCH v1] ARM: pxa/raumfeld: use PROPERTY_ENTRY_U32() directly
 2018-02-27 12:58 UTC  (4+ messages)

[PATCH] arm64/acpi: make ACPI boot preference configurable
 2018-02-27 12:40 UTC  (3+ messages)

[PATCH v5 0/6] dt-bindings: add bindings for USB physical connector
 2018-02-27 12:22 UTC  (11+ messages)
    ` [PATCH v5 1/6] "
    ` [PATCH v5 2/6] dt-bindings: add bindings for Samsung micro-USB 11-pin connector
    ` [PATCH v5 3/6] arm64: dts: exynos: add micro-USB connector node to TM2 platforms
    ` [PATCH v5 4/6] arm64: dts: exynos: add OF graph between MHL and USB connector
    ` [PATCH v5 5/6] extcon: add possibility to get extcon device by OF node
          ` [PATCH v6 "
    ` [PATCH v5 6/6] drm/bridge/sii8620: use micro-USB cable detection logic to detect MHL

[PATCH] ARM: davinci: fix the GPIO lookup for omapl138-hawk
 2018-02-27 12:14 UTC 

[PATCH v1 1/2] perf/core: Add API to look up PMU type by name
 2018-02-27 11:52 UTC  (8+ messages)
` [PATCH v1 2/2] perf/core: Add support for PMUs that can be read from any CPU

[PATCH v3 00/10] extend PWM framework to support PWM modes
 2018-02-27 11:40 UTC  (7+ messages)
` [PATCH v3 05/10] pwm: add PWM mode to pwm_config()

[PATCH v5 00/40] Optimize KVM/ARM for VHE systems
 2018-02-27 11:34 UTC  (41+ messages)
` [PATCH v5 01/40] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH v5 02/40] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH v5 03/40] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH v5 04/40] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH v5 05/40] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH v5 06/40] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH v5 07/40] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH v5 08/40] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH v5 09/40] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH v5 10/40] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH v5 11/40] KVM: arm64: Improve debug register save/restore flow
` [PATCH v5 12/40] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH v5 13/40] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH v5 14/40] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH v5 15/40] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH v5 16/40] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH v5 17/40] KVM: arm64: Move userspace system registers into separate function
` [PATCH v5 18/40] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH v5 19/40] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH v5 20/40] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
` [PATCH v5 21/40] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH v5 22/40] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH v5 23/40] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH v5 24/40] KVM: arm64: Rewrite system register accessors to read/write functions
` [PATCH v5 25/40] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH v5 26/40] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
` [PATCH v5 27/40] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
` [PATCH v5 28/40] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
` [PATCH v5 29/40] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
` [PATCH v5 30/40] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
` [PATCH v5 31/40] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH v5 32/40] KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions
` [PATCH v5 33/40] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
` [PATCH v5 34/40] KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE
` [PATCH v5 35/40] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH v5 36/40] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH v5 37/40] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH v5 38/40] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH v5 39/40] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH v5 40/40] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs

[PATCH] ARM64: dts: amlogic: Convert to new-style SPDX license identifiers
 2018-02-27 11:30 UTC 

[PATCH v3 0/2] add support for Socionext SynQuacer I2C controller
 2018-02-27 11:01 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: i2c: add binding for Socionext SynQuacer I2C
` [PATCH v3 2/2] i2c: add support for Socionext SynQuacer I2C controller

[PATCH v2] ARM: dts: imx6dl-colibri-eval-v3: Add chosen node
 2018-02-27 10:53 UTC  (2+ messages)

[PATCH 0/4] dt-bindings: arm: Improve Renesas Board Documentation
 2018-02-27 10:47 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: arm: Document SoC compatible value for Armadillo-800 EVA
` [PATCH 2/4] dt-bindings: arm: Document Renesas V3MSK and Wheat board part numbers
` [PATCH 3/4] dt-bindings: arm: Document Renesas R-Car M3-N-based Salvator-X board
` [PATCH 4/4] dt-bindings: arm: Document Renesas R-Car M3-N-based Salvator-XS board

[PATCH 00/15] Implement H3/H5 HDMI driver
 2018-02-27 10:35 UTC  (7+ messages)
` [linux-sunxi] [PATCH 14/15] ARM: dts: sun8i: h3: Enable HDMI output on H3 boards

[PATCH] bridge: Elaborate a bit on dumb VGA bridges in Kconfig
 2018-02-27 10:29 UTC  (2+ messages)

[PATCH] spi: atmel: init FIFOs before spi enable
 2018-02-27 10:29 UTC  (2+ messages)

[RFC PATCH] drivers: use 'depends on MFD_SYSCON' instead of 'select MFD_SYSCON'
 2018-02-27 10:22 UTC  (7+ messages)

[PATCH v2 02/10] arm64: dts: renesas: ulcb: Override EtherAVB phy-mode
 2018-02-27 10:22 UTC  (9+ messages)
` [PATCH v2 03/10] arm64: dts: renesas: draak: "
` [PATCH v2 04/10] arm64: dts: renesas: eagle: "
` [PATCH v2 05/10] arm64: dts: renesas: v3msk: "
` [PATCH v2 06/10] arm64: dts: renesas: r8a7796: Set EtherAVB phy mode to "rgmii"
` [PATCH v2 07/10] arm64: dts: renesas: r8a7795: "
` [PATCH v2 08/10] arm64: dts: renesas: r8a77995: "
` [PATCH v2 09/10] arm64: dts: renesas: r8a77970: "
` [PATCH v2 10/10] arm64: dts: renesas: r8a77965: Add EtherAVB device node

[PATCH 0/2] Stackleak for arm64
 2018-02-27 10:21 UTC  (5+ messages)
` [PATCH 1/2] stackleak: Update "

[PATCHv4 0/2] Improved perf support for imx53/ppd
 2018-02-27 10:17 UTC  (6+ messages)
` [PATCHv4 1/2] ARM: imx53: add secure-reg-access support for PMU

[PATCH] drm: simple_kms_helper: Fix .mode_valid() documentation
 2018-02-27 10:11 UTC 

[PATCH v2 00/11] perf events patches for improved ARM64 support
 2018-02-27 10:03 UTC  (6+ messages)
` [PATCH v2 07/11] perf vendor events: add support for arch standard events

[RESEND PATCH v1 0/6] Add different features for I2C
 2018-02-27  9:48 UTC  (7+ messages)
` [RESEND PATCH v1 1/6] i2c: i2c-stm32f7: Add 10-bit address support
` [RESEND PATCH v1 2/6] i2c: i2c-stm32f7: Add slave support
` [RESEND PATCH v1 3/6] i2c: i2c-stm32f7: Add initial SMBus protocols support
` [RESEND PATCH v1 4/6] i2c: i2c-stm32: Add generic DMA API
` [RESEND PATCH v1 5/6] i2c: i2c-stm32f7: Add DMA support
` [RESEND PATCH v1 6/6] i2c: i2c-stm32f7: Implement I2C recovery mechanism

[RESEND PATCH v1] i2c: i2c-stm32f7: fix no check on returned setup
 2018-02-27  9:47 UTC 

[PATCH v8 00/13] arm64: kexec: add kexec_file_load() support
 2018-02-27  9:26 UTC  (6+ messages)
` [PATCH v8 03/13] kexec_file, x86, powerpc: factor out kexec_file_ops functions

[PATCH v4] rtc: ac100: Fix ac100 determine rate bug
 2018-02-27  9:09 UTC  (2+ messages)

regression v4.16 on Nokia N900:/dev/input/event6 aka AV Jack support disappeared
 2018-02-27  8:43 UTC  (7+ messages)
  ` regression v4.16 on Nokia N900: sound does not work
    ` [alsa-devel] "

[PATCH 1/8] arm64: dts: renesas: salvator-common: Override EtherAVB phy-mode
 2018-02-27  8:35 UTC  (12+ messages)
` [PATCH 4/8] arm64: dts: renesas: r8a77995: Set EtherAVB phy mode to "rgmii"
  ` [PATCH 2/8] arm64: dts: renesas: r8a7796: "
  ` [PATCH 3/8] arm64: dts: renesas: r8a7795: "
  ` [PATCH 5/8] dt-bindings: iommu/ipmmu-vmsa: Add R-Car M3-N (R8A77965)
  ` [PATCH 6/8] iommu/ipmmu-vmsa: Hook up R8A77965 DT matching code
  ` [PATCH 8/8] arm64: dts: renesas: r8a77965: Add EtherAVB device node
` [PATCH 0/8] R-Car M3-N: Enable "

[PATCH v8 1/2] dt-bindings: media: Add Allwinner V3s Camera Sensor Interface (CSI)
 2018-02-27  8:31 UTC  (3+ messages)

[PATCH 0/7] iio: adc: stm32-dfsdm: misc fixes and improvements
 2018-02-27  8:21 UTC  (4+ messages)
` [PATCH 5/7] iio: adc: stm32-dfsdm: misc style improvements and fixes

[PATCH 0/2] arm64: dts: r8a77965: salvator-x(s): Enable s2ram and PMIC
 2018-02-27  8:09 UTC  (2+ messages)

[GIT PULL 1/3] DaVinci SoC support updates for v4.17
 2018-02-27  7:57 UTC  (3+ messages)
` [GIT PULL 2/3] DaVinci device-tree "
` [GIT PULL 3/3] DaVinci defconfig "

[PATCH] i2c-stm32f4: remove redundant initialization of pointer reg
 2018-02-27  7:44 UTC  (2+ messages)

[PATCH v5 0/5] misc serdev: new serdev based driver for Wi2Wi w2sg00x4 GPS module
 2018-02-27  7:32 UTC  (9+ messages)
` [PATCH v5 3/5] misc serdev: Add w2sg0004 (gps receiver) power control driver
      ` [Letux-kernel] "

[PATCH v8 2/2] media: V3s: Add support for Allwinner CSI
 2018-02-27  7:25 UTC 

[PATCH 0/2] lkdtm: fix irq handler entry for arm64
 2018-02-27  7:20 UTC  (5+ messages)
` [PATCH 2/2] "

[RFC PATCH] ARM: configs: sunxi: Set ondemand govenor as default
 2018-02-27  7:12 UTC  (4+ messages)

[PATCH v4 0/6] dt-bindings: add bindings for USB physical connector
 2018-02-27  7:06 UTC  (4+ messages)
  ` [PATCH v4 4/6] arm64: dts: exynos: add OF graph between MHL and USB connector

[PATCH 00/37] Shared Virtual Addressing for the IOMMU
 2018-02-27  6:21 UTC  (7+ messages)
` [PATCH 01/37] iommu: Introduce Shared Virtual Addressing API

[PATCH] ARM: omap2: set CONFIG_LIRC=y in defconfig
 2018-02-27  5:52 UTC  (3+ messages)

[PATCH 0/7] kexec_file: refactoring for other architecutres
 2018-02-27  4:48 UTC  (8+ messages)
` [PATCH 1/7] kexec_file: make an use of purgatory optional
` [PATCH 2/7] kexec_file, x86, powerpc: factor out kexec_file_ops functions
` [PATCH 3/7] x86: kexec_file: purge system-ram walking from prepare_elf64_headers()
` [PATCH 4/7] x86: kexec_file: remove X86_64 dependency "
` [PATCH 5/7] x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer
` [PATCH 6/7] x86: kexec_file: clean up prepare_elf64_headers()
` [PATCH 7/7] kexec_file, x86: move re-factored code to generic side

[PATCH 12/15] drm/sun4i: Allow building on arm64
 2018-02-27  2:18 UTC  (2+ messages)

[PATCH v8 0/2] Initial Allwinner V3s CSI Support
 2018-02-27  2:05 UTC 

[PATCH v7 2/2] media: V3s: Add support for Allwinner CSI
 2018-02-27  1:18 UTC  (5+ messages)

[PATCH] ARM: dts: NSP: Fix amount of RAM on BCM958625HR
 2018-02-27  1:03 UTC 

[PATCH v5 0/4] ARM: OMAP2+: AM33XX/AM43XX: Add suspend-resume support
 2018-02-27  0:18 UTC  (4+ messages)

[PATCH] i2c: bcm2835: Avoid clock stretching timeouts
 2018-02-26 23:33 UTC  (2+ messages)

[PATCH 0/4] ARM: bcm2835-rpi-zero-w: Enable Bluetooth support
 2018-02-26 23:31 UTC  (3+ messages)
` [PATCH 4/4] ARM: bcm2385_defconfig: Enable BT support for BCM43438

[PATCH] ARM: multi_v7_defconfig: Enable thermal driver for RPi 2/3
 2018-02-26 23:31 UTC  (2+ messages)

[PATCH 0.5/12] ARM: OMAP2+: Prepare to pass auxdata for smartreflex
 2018-02-26 22:23 UTC  (3+ messages)

[PATCH] ARM: dts: imx6: Add chosen node
 2018-02-26 21:56 UTC  (2+ messages)

[PATCH 00/12] Use dts data for ti-sysc to configure sysconfig
 2018-02-26 21:34 UTC  (4+ messages)
` [PATCH 11/12] PM / AVS: SmartReflex: Prepare to use device tree based probing

[PATCH v2 0/3] Support qcom pinctrl protected pins
 2018-02-26 21:18 UTC  (5+ messages)

[PATCH v2 0/2] Add R8A77970/Eagle I2C support
 2018-02-26 20:55 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: renesas: r8a77970: add "
` [PATCH v2 2/2] arm64: dts: renesas: eagle: add I2C0 support

[PATCH] ARM: dts: Set D-Link DNS-313 SATA to muxmode 0
 2018-02-26 20:42 UTC  (2+ messages)

[PATCH 4.15 02/64] arm64: mm: dont write garbage into TTBR1_EL1 register
 2018-02-26 20:21 UTC 

[PATCH 4.14 02/54] arm64: mm: dont write garbage into TTBR1_EL1 register
 2018-02-26 20:21 UTC 

[PATCH v2] rtc: brcmstb-waketimer: Set wktmr prescaler
 2018-02-26 20:09 UTC 

[v2,1/1] ARM: orion5x: use mac_pton() helper
 2018-02-26 18:37 UTC  (3+ messages)
` [PATCH] net: Allow mac_pton() to work on non-NULL terminated strings

[PATCH v3 6/6] arm64: dts: rockchip: Specify override mode for kevin panel
 2018-02-26 18:23 UTC  (2+ messages)

[PATCH v2 0/2]add support for Socionext SynQuacer I2C controller
 2018-02-26 18:18 UTC  (12+ messages)
` [PATCH v2 2/2] i2c: add "

[PATCH v2 1/2] arm64: Relax constraints on ID feature bits
 2018-02-26 18:05 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: Expose Arm v8.4 features

[PATCH v2 0/4] SMMU 52-bit address support
 2018-02-26 18:05 UTC  (10+ messages)
` [PATCH v2 1/4] iommu/arm-smmu-v3: Clean up address masking
` [PATCH v2 2/4] iommu/io-pgtable-arm: Support 52-bit physical address
` [PATCH v2 3/4] iommu/arm-smmu-v3: "
` [PATCH v2 4/4] iommu/arm-smmu-v3: Support 52-bit virtual address


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