linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-07 09:32:28 to 2017-01-09 10:01:09 UTC [more...]

[PATCH v2 0/7] uapi: export all headers under uapi directories
 2017-01-09 10:01 UTC  (3+ messages)
  ` [PATCH v2 7/7] "

[PATCH] clk: sunxi-ng: fix PLL_CPUX adjusting on H3
 2017-01-09  9:59 UTC  (3+ messages)
` [linux-sunxi] "

[PATCH] clk: scpi: don't add cpufreq device if the scpi dvfs node is disabled
 2017-01-09  9:58 UTC  (3+ messages)

[PATCH 0/3] watchdog: imx2: handle WMCR only being available on i.MX35 and later
 2017-01-09  9:50 UTC  (4+ messages)
` [PATCH 1/3] watchdog: imx2: Only i.MX35 and later have a WMCR register
` [PATCH 2/3] dts: teach newer i.MX machines to have the i.MX35 type watchdog
` [PATCH 3/3] watchdog: imx2: add compatibility for new "

[PATCH 0/6] crypto: ARM/arm64 - AES and ChaCha20 updates for v4.11
 2017-01-09  9:21 UTC  (3+ messages)

[PATCH v2 0/3] STM32F4 Clock binding fix & update
 2017-01-09  9:07 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: mfd: stm32f4: Fix STM32F4_X_CLOCK() macro
` [PATCH v2 2/3] dt-bindings: mfd: stm32f4: Add missing binding definition
` [PATCH v2 3/3] ARM: dts: stm32: Use clock DT binding definition on stm32f429 family

[PATCH 0/6] arm64: dts: DB410c and DB820c dt patches
 2017-01-09  8:53 UTC  (3+ messages)
` [PATCH 2/6] arm64: dts: apq8016-sbc: add support to hdmi audio via adv7533

[PATCH 1/4] ARM: dts: move hdmi pinctrl out of board file
 2017-01-09  8:52 UTC  (4+ messages)
` [PATCH 2/4] ARM: dts: sd-600eval: add hdmi support

[PATCH v4 0/2] Support for Axentia TSE-850
 2017-01-09  8:45 UTC  (3+ messages)
` [PATCH v4 1/2] ARM: dts: at91: add devicetree for the "
` [PATCH v4 2/2] ARM: sama5_defconfig: add support for the Axentia TSE-850 board

[PATCH v1 1/3] dt: bindings: add thermal device driver for zx2967
 2017-01-09  8:42 UTC  (6+ messages)
` [PATCH v1 3/3] thermal: zx2967: add thermal driver for ZTE's zx2967 family

[PATCH] ARM: dts: am335x-phycore-som: Remove partition tables
 2017-01-09  8:37 UTC 

[RFC3 nowrap: PATCH v7 00/18] ILP32 for ARM64
 2017-01-09  8:30 UTC  (4+ messages)

[PATCH] iommu: Drop the of_iommu_{set/get}_ops() interface
 2017-01-09  8:11 UTC  (2+ messages)

[PATCH v2] ARM: dts: sun7i: Add wifi dt node on Banana Pro
 2017-01-09  7:33 UTC  (5+ messages)

[PATCH v6 0/3] Add touch key driver support for TM2
 2017-01-09  7:31 UTC  (6+ messages)
  ` [PATCH v6 1/3] input: Add support for the tm2 touchkey device driver
  ` [PATCH v6 2/3] input: tm2-touchkey: Add touchkey driver support for TM2
  ` [PATCH v6 3/3] arm64: dts: exynos: Add tm2 touchkey node

[PATCH v2] arm64: do not set dma masks that device connection can't handle
 2017-01-09  7:30 UTC 

mmc: sdhci-of-at91: Internal clock never stabilised
 2017-01-09  7:19 UTC  (2+ messages)

[PATCH v2] arm64: dts: rockchip: add "rockchip, grf" property for RK3399 PMUCRU/CRU
 2017-01-09  7:02 UTC 

[PATCH 1/2] arm64: dma_mapping: allow PCI host driver to limit DMA mask
 2017-01-09  6:56 UTC  (4+ messages)
` [PATCH] arm64: do not set dma masks that device connection can't handle

[RFC 00/55] Nested Virtualization on KVM/ARM
 2017-01-09  6:24 UTC  (56+ messages)
` [RFC 01/55] arm64: Add missing TCR hw defines
` [RFC 02/55] KVM: arm64: Add nesting config option
` [RFC 03/55] KVM: arm64: Add KVM nesting feature
` [RFC 04/55] KVM: arm64: Allow userspace to set PSR_MODE_EL2x
` [RFC 05/55] KVM: arm64: Add vcpu_mode_el2 primitive to support nesting
` [RFC 06/55] KVM: arm64: Add EL2 execution context for nesting
` [RFC 07/55] KVM: arm/arm64: Add virtual EL2 state emulation framework
` [RFC 08/55] KVM: arm64: Set virtual EL2 context depending on the guest exception level
` [RFC 09/55] KVM: arm64: Set shadow EL1 registers for virtual EL2 execution
` [RFC 10/55] KVM: arm64: Synchronize EL1 system registers on virtual EL2 entry and exit
` [RFC 11/55] KVM: arm64: Emulate taking an exception to the guest hypervisor
` [RFC 12/55] KVM: arm64: Handle EL2 register access traps
` [RFC 13/55] KVM: arm64: Handle eret instruction traps
` [RFC 14/55] KVM: arm64: Take account of system "
` [RFC 15/55] KVM: arm64: Trap EL1 VM register accesses in virtual EL2
` [RFC 16/55] KVM: arm64: Forward VM reg traps to the guest hypervisor
` [RFC 17/55] KVM: arm64: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 in virtual EL2
` [RFC 18/55] KVM: arm64: Forward traps due to HCR_EL2.NV1 bit to the guest hypervisor
` [RFC 19/55] KVM: arm64: Trap CPACR_EL1 access in virtual EL2
` [RFC 20/55] KVM: arm64: Forward CPACR_EL1 traps to the guest hypervisor
` [RFC 21/55] KVM: arm64: Forward HVC instruction "
` [RFC 22/55] KVM: arm64: Handle PSCI call from the guest
` [RFC 23/55] KVM: arm64: Forward WFX to the guest hypervisor
` [RFC 24/55] KVM: arm64: Forward FP exceptions "
` [RFC 25/55] KVM: arm/arm64: Let vcpu thread modify its own active state
` [RFC 26/55] KVM: arm/arm64: Add VGIC data structures for the nesting
` [RFC 27/55] KVM: arm/arm64: Emulate GICH interface on GICv2
` [RFC 28/55] KVM: arm/arm64: Prepare vgic state for the nested VM
` [RFC 29/55] KVM: arm/arm64: Set up the prepared vgic state
` [RFC 30/55] KVM: arm/arm64: Inject irqs to the guest hypervisor
` [RFC 31/55] KVM: arm/arm64: Inject maintenance interrupts "
` [RFC 32/55] KVM: arm/arm64: register GICH iodev for "
` [RFC 33/55] KVM: arm/arm64: Remove unused params in mmu functions
` [RFC 34/55] KVM: arm/arm64: Abstract stage-2 MMU state into a separate structure
` [RFC 35/55] KVM: arm/arm64: Support mmu for the virtual EL2 execution
` [RFC 36/55] KVM: arm64: Invalidate virtual EL2 TLB entries when needed
` [RFC 37/55] KVM: arm64: Setup vttbr_el2 on each VM entry
` [RFC 38/55] KVM: arm/arm64: Make mmu functions non-static
` [RFC 39/55] KVM: arm/arm64: Add mmu context for the nesting
` [RFC 40/55] KVM: arm/arm64: Handle vttbr_el2 write operation from the guest hypervisor
` [RFC 41/55] KVM: arm/arm64: Unmap/flush shadow stage 2 page tables
` [RFC 42/55] KVM: arm64: Implement nested Stage-2 page table walk logic
` [RFC 43/55] KVM: arm/arm64: Handle shadow stage 2 page faults
` [RFC 44/55] KVM: arm/arm64: Move kvm_is_write_fault to header file
` [RFC 45/55] KVM: arm64: KVM: Inject stage-2 page faults
` [RFC 46/55] KVM: arm64: Add more info to the S2 translation result
` [RFC 47/55] KVM: arm/arm64: Forward the guest hypervisor's stage 2 permission faults
` [RFC 48/55] KVM: arm64: Emulate TLBI instruction
` [RFC 49/55] KVM: arm64: Fixes to toggle_cache for nesting
` [RFC 50/55] KVM: arm/arm64: Abstract kvm_phys_addr_ioremap() function
` [RFC 51/55] KVM: arm64: Expose physical address of vcpu interface
` [RFC 52/55] KVM: arm/arm64: Create a vcpu mapping for the nested VM
` [RFC 53/55] KVM: arm64: Reflect shadow VMPIDR_EL2 value to MPIDR_EL1
` [RFC 54/55] KVM: arm/arm64: Adjust virtual offset considering nesting
` [RFC 55/55] KVM: arm64: Enable nested virtualization

[PATCH v3] arm64: mm: Fix NOMAP page initialization
 2017-01-09  6:15 UTC  (9+ messages)

[PATCH v3 0/3] make kurobox-pro be able to shutdown after device-tree migration
 2017-01-09  5:43 UTC  (7+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] power: reset: add linkstation-reset driver
  ` [PATCH v4 2/2] ARM: DT: add power-off support to linkstation lsgl and kuroboxpro

[PATCH 0/2] media: rc: add support for IR receiver on MT7623 SoC
 2017-01-09  3:13 UTC  (6+ messages)
` [PATCH 2/2] media: rc: add driver for IR remote "

[PATCH v2 00/12] Add basic code support for imx6sll
 2017-01-09  2:32 UTC  (4+ messages)
` [PATCH v2 05/12] Document: dt: binding: imx: update pinctrl doc "

[PATCH v7 1/5] dt-bindings: zte: add bindings document for zx2967 power domain controller
 2017-01-09  2:16 UTC  (4+ messages)
` [PATCH v7 5/5] soc: zte: pm_domains: Add support for zx296718

[PATCH v9 0/3] add support for Allwinner SoCs ADC
 2017-01-09  2:12 UTC  (5+ messages)
` [PATCH v9 3/3] iio: adc: "

[PATCH 0/3] ARM: at91: fix cpuidle crash on SAMA5D4 Xplained board
 2017-01-09  1:47 UTC  (4+ messages)
` [PATCH 1/3] ARM: at91: flush the L2 cache before entering cpu idle

[PATCH 1/2] drivers: pinctrl: add driver for Allwinner H5 SoC
 2017-01-09  0:16 UTC  (5+ messages)
` [linux-sunxi] "

[PATCH 0/5] arm64: sunxi: A64: enable MMC support
 2017-01-08 23:56 UTC  (4+ messages)
` [PATCH 1/5] drivers: mmc: sunxi: fix A64 calibration routine

[PATCH 1/2] staging:media:s5p-cec:exynos_hdmi_cecctrl.c Fixed Alignment should match open parenthesis
 2017-01-08 23:00 UTC  (2+ messages)
` [PATCH 2/2] staging/media/s5p-cec/exynos_hdmi_cecctrl.c Fixed blank line before closing brace '}'

[PATCH v2 0/8] ASoC: sunxi: Add support for audio codec in A23/H3 SoCs
 2017-01-08 21:56 UTC  (3+ messages)

imx: RS-485 problems during TX, maybe DMA related
 2017-01-08 21:46 UTC  (15+ messages)

[PATCH 0/3] pinctrl: sunxi: Support variants
 2017-01-08 21:31 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: sunxi: Add pinctrl variants
` [PATCH 2/3] pinctrl: sunxi: Add common sun5i pinctrl driver
` [PATCH 3/3] pinctrl: sunxi: Remove old sun5i pinctrl drivers

[PATCH v6 00/18] KVM PCIe/MSI passthrough on ARM/ARM64 and IOVA reserved regions
 2017-01-08 16:26 UTC  (7+ messages)
` [PATCH v6 07/18] iommu: Implement reserved_regions iommu-group sysfs file

[PATCH RFC 0/4] SolidRun Hummingboard 2 support
 2017-01-08 15:20 UTC  (8+ messages)
` [PATCH 1/4] ARM: dts: imx6qdl: add HummingBoard2 boards
` [PATCH 2/4] ARM: dts: imx6*-hummingboard2: fix SD card detect
` [PATCH 3/4] ARM: dts: imx6*-hummingboard2: use proper gpio flags definitions
` [PATCH 4/4] ARM: dts: imx6*-hummingboard2: convert to more conventional vmmc-supply

[PATCH] ARM: imx6: add support for SolidRun Hummingboard2
 2017-01-08 14:51 UTC  (2+ messages)

[PATCH 0/4] ARM: dts: mt7623: Add initial Geek Force support
 2017-01-08 13:31 UTC  (5+ messages)
` [PATCH 1/4] Documentation: devicetree: Add vendor prefix for AsiaRF
` [PATCH 2/4] Documentation: devicetree: arm: mediatek: Add Geek Force board
` [PATCH 3/4] ARM: dts: mt7623: Add Geek Force config
` [PATCH 4/4] MAINTAINERS: Extend ARM/Mediatek SoC support section

[PATCH v7 0/8] Add PWM and IIO timer drivers for STM32
 2017-01-08 11:30 UTC  (5+ messages)
` [PATCH v7 5/8] IIO: add bindings for STM32 timer trigger driver
` [PATCH v7 6/8] IIO: add "

[PATCH 00/22] add support for AXP20X and AXP22X power supply drivers
 2017-01-08 10:59 UTC  (22+ messages)
` [PATCH 03/22] iio: adc: add support for X-Powers AXP20X and AXP22X PMICs ADCs
` [PATCH 07/22] dt-bindings: power: supply: add AXP20X/AXP22X AC power supply
` [PATCH 08/22] power: supply: add AC power supply driver for AXP20X and AXP22X PMICs
` [PATCH 14/22] dt-bindings: power: supply: add AXP20X/AXP22X battery DT binding

[PATCH] drivers: phy: constify phy_ops structures
 2017-01-08 10:35 UTC 

[PATCH 0/2] ARM: v7-A !MMU fixes for fun (&fame)
 2017-01-08  9:58 UTC  (13+ messages)
` [PATCH RFC 2/2] ARM: nommu: remap exception base address to RAM
      ` [PATCH WIP 1/4] ARM: nommu: dynamic exception base address setting
      ` [PATCH WIP 2/4] ARM: nommu: remove Hivecs configuration is asm
      ` [PATCH WIP 3/4] ARM: mm: nommu: display dynamic exception base
      ` [PATCH WIP 4/4] ARM: remove compile time vector base for CP15 case

[PATCH v2 0/4] linux/const.h: cleanups of macros such as UL(), _BITUL(), BIT() etc
 2017-01-08  6:27 UTC  (4+ messages)
` [PATCH v2 2/4] linux/const.h: move UL() macro to include/linux/const.h

[PATCH v5 0/5] Add touch key driver support for TM2
 2017-01-08  6:13 UTC  (10+ messages)
  ` [PATCH v5 5/5] arm64: dts: exynos: Add tm2 touchkey node

[PATCH 0/4] video: ARM CLCD: add support of an optional GPIO to enable panel
 2017-01-07 23:32 UTC  (4+ messages)

[PATCH v3 1/2] Doc: devicetree: bindings: Add vendor prefix entry - lwn
 2017-01-07 21:24 UTC  (3+ messages)
` [PATCH v3 2/2] ARM: dts: imx6q: Add mccmon6 board support

[PATCH v2 0/9] Use mmio-sram driver for Keystone MSMC RAM
 2017-01-07 20:36 UTC  (2+ messages)

[PATCHv2 net-next 00/16] net: mvpp2: add basic support for PPv2.2
 2017-01-07 20:10 UTC  (9+ messages)
` [PATCHv2 net-next 01/16] dt-bindings: net: update Marvell PPv2 binding for PPv2.2 support
` [PATCHv2 net-next 11/16] net: mvpp2: handle misc PPv2.1/PPv2.2 differences

[PATCH v5 1/2] ARM: dts: vf610-zii-dev-rev-b: Remove leftover PWM pingroup
 2017-01-07 20:06 UTC  (2+ messages)
` [PATCH v5 2/2] ARM: dts: vf610-zii-dev: Add .dts file for rev. C

[linux-sunxi][PATCH 0/3] Enable SPDIF on the Mele I7
 2017-01-07 19:16 UTC  (3+ messages)
` [linux-sunxi][PATCH 3/3] ARM: dts: sun6i: Add SPDIF to "

[PATCH resend v3] ASoC: sun4i-codec: Add "Right Mixer" to "Line Out Mono Diff." route
 2017-01-07 18:57 UTC 

[PATCH V9] thermal: bcm2835: add thermal driver for bcm2835 soc
 2017-01-07 16:55 UTC 

[PATCH 0/3] crypto: picoxcell - Cleanups removing non-DT code
 2017-01-07 15:05 UTC  (2+ messages)

[PATCH v2 0/2] ARM: davinvi: da850 add ohci DT nodes
 2017-01-07 14:16 UTC  (2+ messages)

[PATCH] arm64: dts: rockchip: add "rockchip, grf" property for RK3399 PMUCRU/CRU
 2017-01-07 13:05 UTC 

[PATCH RFC 0/4] Fix orion-mdio resource/interrupt issues indentified while reviewing mvpp2
 2017-01-07 11:28 UTC  (5+ messages)
` [PATCH RFC 1/4] net: mvmdio: disable interrupts in driver failure path
` [PATCH RFC 2/4] net: mvmdio: fix interrupt disable in remove path
` [PATCH RFC 3/4] dt-bindings: correct marvell orion MDIO binding document
` [PATCH RFC 4/4] net: mvmdio: disable interrupt if resource size is too small


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