linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-21 16:40:50 to 2017-04-24 01:47:41 UTC [more...]

[PATCH v2 00/11] soc/fsl/qbman: Enable QBMan on ARM Platforms
 2017-04-24  1:47 UTC  (7+ messages)
` [PATCH v2 02/11] soc/fsl/qbman: Use shared-dma-pool for QMan private memory allocations
` [PATCH v2 03/11] dt-bindings: soc/fsl: Update reserved memory binding for QBMan
` [PATCH v2 07/11] soc/fsl/qbman: Rework ioremap() calls for ARM/PPC

linux-next: build failure after merge of the drm-misc tree
 2017-04-24  1:25 UTC  (2+ messages)

[PATCH v3] ARM: dts: at91: sama5d2: add m_can nodes
 2017-04-24  1:12 UTC 

[arm64] OOPS when using /proc/kcore to disassemble the kernel symbols in "perf top"
 2017-04-24  1:02 UTC  (6+ messages)

[PATCH/RFC 0/5] arm64: dts: renesas: Break out common board support
 2017-04-23 23:56 UTC  (2+ messages)
  ` [PATCH 1/5] arm64: renesas: r8a7796: Add external audio clocks

[PATCH 1/2] arm64:vdso: Rewrite gettimeofday into C
 2017-04-23 23:47 UTC  (2+ messages)
` [PATCH 2/2] arm64:vdso: Remove ISB from gettimeofday

[RFC] minimum gcc version for kernel: raise to gcc-4.3 or 4.6?
 2017-04-23 20:13 UTC  (9+ messages)

[PULL 00/79] KVM/ARM Changes for v4.12
 2017-04-23 17:09 UTC  (80+ messages)
` [PULL 01/79] arm64: sysreg: sort by encoding
` [PULL 02/79] arm64: sysreg: add debug system registers
` [PULL 03/79] arm64: sysreg: add performance monitor registers
` [PULL 04/79] arm64: sysreg: subsume GICv3 sysreg definitions
` [PULL 05/79] arm64: sysreg: add physical timer registers
` [PULL 06/79] arm64: sysreg: add register encodings used by KVM
` [PULL 07/79] arm64: sysreg: add Set/Way sys encodings
` [PULL 08/79] KVM: arm64: add SYS_DESC()
` [PULL 09/79] KVM: arm64: Use common debug sysreg definitions
` [PULL 10/79] KVM: arm64: Use common performance monitor "
` [PULL 11/79] KVM: arm64: Use common GICv3 "
` [PULL 12/79] KVM: arm64: Use common physical timer "
` [PULL 13/79] KVM: arm64: use common invariant "
` [PULL 14/79] KVM: arm64: Use common "
` [PULL 15/79] KVM: arm64: Use common Set/Way sys definitions
` [PULL 16/79] kvm: arm/arm64: Rework gpa callback handlers
` [PULL 17/79] KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put
` [PULL 18/79] KVM: arm/arm64: vgic: Avoid flushing vgic state when there's no pending IRQ
` [PULL 19/79] KVM: arm/arm64: vgic: Get rid of live_lrs
` [PULL 20/79] KVM: arm/arm64: vgic: Only set underflow when actually out of LRs
` [PULL 21/79] KVM: arm/arm64: vgic: Get rid of unnecessary process_maintenance operation
` [PULL 22/79] KVM: arm/arm64: vgic: Get rid of unnecessary save_maint_int_state
` [PULL 23/79] KVM: arm/arm64: vgic: Get rid of MISR and EISR fields
` [PULL 24/79] KVM: arm/arm64: vgic: Implement early VGIC init functionality
` [PULL 25/79] KVM: arm/arm64: vgic: Don't check vgic_initialized in sync/flush
` [PULL 26/79] KVM: arm/arm64: vgic: Improve sync_hwstate performance
` [PULL 27/79] arm64: KVM: PMU: Refactor pmu_*_el0_disabled
` [PULL 28/79] arm64: KVM: PMU: Inject UNDEF exception on illegal register access
` [PULL 29/79] arm64: KVM: PMU: Inject UNDEF on non-privileged accesses
` [PULL 30/79] arm64: KVM: Make unexpected reads from WO registers inject an undef
` [PULL 31/79] arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0
` [PULL 32/79] arm64: KVM: Treat sysreg accessors returning false as successful
` [PULL 33/79] arm64: KVM: Do not corrupt registers on failed 64bit CP read
` [PULL 34/79] arm: KVM: Make unexpected register accesses inject an undef
` [PULL 35/79] arm: KVM: Treat CP15 accessors returning false as successful
` [PULL 36/79] arm64: hyp-stub: Stop pointlessly clobbering lr
` [PULL 37/79] arm64: KVM: Move lr save/restore to do_el2_call
` [PULL 38/79] arm64: hyp-stub: Don't save lr in the EL1 code
` [PULL 39/79] arm64: hyp-stub: Define a return value for failed stub calls
` [PULL 40/79] arm64: hyp-stub: Update documentation in asm/virt.h
` [PULL 41/79] arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PULL 42/79] arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PULL 43/79] arm64: KVM: Implement HVC_GET_VECTORS "
` [PULL 44/79] arm64: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PULL 45/79] arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PULL 46/79] arm64: KVM: Implement HVC_SOFT_RESTART in the init code
` [PULL 47/79] ARM: hyp-stub: improve ABI
` [PULL 48/79] ARM: soft-reboot into same mode that we entered the kernel
` [PULL 49/79] ARM: KVM: Convert KVM to use HVC_GET_VECTORS
` [PULL 50/79] ARM: Update cpu_v7_reset documentation
` [PULL 51/79] ARM: hyp-stub: Use r1 for the soft-restart address
` [PULL 52/79] ARM: Expose the VA/IDMAP offset
` [PULL 53/79] ARM: hyp-stub: Define a return value for failed stub calls
` [PULL 54/79] ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercall
` [PULL 55/79] ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init code
` [PULL 56/79] ARM: KVM: Implement HVC_GET_VECTORS "
` [PULL 57/79] ARM: KVM: Allow the main HYP code to use the init hyp stub implementation
` [PULL 58/79] ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectors
` [PULL 59/79] ARM: KVM: Implement HVC_SOFT_RESTART in the init code
` [PULL 60/79] ARM: KVM: Gracefully handle hyp-stubs being restored from under our feet
` [PULL 61/79] arm/arm64: KVM: Use __hyp_reset_vectors() directly
` [PULL 62/79] arm/arm64: KVM: Remove kvm_get_idmap_start
` [PULL 63/79] arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP mode
` [PULL 64/79] ARM: decompressor: Remove __hyp_get_vectors usage
` [PULL 65/79] ARM: hyp-stub/KVM: Kill __hyp_get_vectors
` [PULL 66/79] arm64: "
` [PULL 67/79] arm64: hyp-stub: Zero x0 on successful stub handling
` [PULL 68/79] ARM: hyp-stub: Zero r0 "
` [PULL 69/79] arm/arm64: Add hyp-stub API documentation
` [PULL 70/79] KVM: arm/arm64: Cleanup the arch timer code's irqchip checking
` [PULL 71/79] KVM: arm/arm64: Add ARM user space interrupt signaling ABI
` [PULL 72/79] KVM: arm/arm64: Support arch timers with a userspace gic
` [PULL 73/79] KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip
` [PULL 74/79] KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQ
` [PULL 75/79] KVM: arm/arm64: fix races in kvm_psci_vcpu_on
` [PULL 76/79] KVM: arm/arm64: vgic-v3: De-optimize VMCR save/restore when emulating a GICv2
` [PULL 77/79] KVM: arm/arm64: vgic-v3: Fix off-by-one LR access
` [PULL 78/79] ARM: hyp-stub: Fix Thumb-2 compilation
` [PULL 79/79] ARM: KVM: Fix idmap stub entry when running Thumb-2 code

[PATCH 1/1] rtc: gemini: add return value validation
 2017-04-23 12:48 UTC 

[PATCH 0/2] dmaengine: s3c24xx: Fine-tuning for s3c24xx_dma_probe()
 2017-04-23 12:36 UTC  (9+ messages)
` [PATCH 1/2] dmaengine: s3c24xx: Use devm_kcalloc() in s3c24xx_dma_probe()
    `  "
` [PATCH 2/2] dmaengine: s3c24xx: Fix a typo in a comment line

[PATCH v5 00/11] Initial Allwinner Display Engine 2.0 Support
 2017-04-23 10:37 UTC  (12+ messages)
` [PATCH v5 01/11] dt-bindings: add binding for the Allwinner DE2 CCU
` [PATCH v5 02/11] clk: sunxi-ng: add support for "
` [PATCH v5 03/11] dt-bindings: add bindings for DE2 on V3s SoC
` [PATCH v5 04/11] drm/sun4i: return only planes for layers created
` [PATCH v5 05/11] drm/sun4i: abstract a engine type
` [PATCH v5 06/11] drm/sun4i: add support for Allwinner DE2 mixers
` [PATCH v5 07/11] drm/sun4i: Add compatible string for V3s display engine
` [PATCH v5 08/11] drm/sun4i: tcon: add support for V3s TCON
` [PATCH v5 09/11] ARM: dts: sun8i: add DE2 nodes for V3s SoC
` [PATCH v5 10/11] ARM: dts: sun8i: add pinmux for LCD pins of "
` [PATCH v5 11/11] [DO NOT MERGE] ARM: dts: sun8i: enable LCD panel of Lichee Pi Zero

[PATCH 0/2] Add PCIe host driver support for some Mediatek SoCs
 2017-04-23 10:31 UTC  (4+ messages)
` [PATCH 1/2] PCI: mediatek: Add Mediatek PCIe host controller support
` [PATCH 2/2] dt-bindings: pcie: Add documentation for Mediatek PCIe

[PATCH v2] mmc: sdio: Fix sdio wait busy implement limitation
 2017-04-23  9:38 UTC 

[PATCH 0/2] Add PCIe phy driver for some Mediatek SoCs
 2017-04-23  8:17 UTC  (3+ messages)
` [PATCH 1/2] phy: add PCIe phy driver for mt7623 SoCs families
` [PATCH 2/2] dt-bindings: phy: Add documentation for Mediatek PCIe PHY

[PATCH 1/1] mt7601u: check return value of alloc_skb
 2017-04-23  7:00 UTC 

[PATCH v3] efifb: avoid reconfiguration of BAR that covers the framebuffer
 2017-04-23  1:45 UTC  (11+ messages)

usb: dwc2: NMI watchdog: BUG: soft lockup - CPU#0 stuck for 146s
 2017-04-22 20:50 UTC  (9+ messages)

[PATCH V5 0/7] PM / OPP: Use - instead of @ for DT entries
 2017-04-22 19:29 UTC  (6+ messages)
` [PATCH V5 4/7] ARM: pxa: Use - instead of @ for DT OPP entries

[PATCH v2 0/6] ARM: sunxi: Convert sun4i/sun7i series SoCs to sunxi-ng
 2017-04-22 14:46 UTC  (4+ messages)
` [PATCH v2 1/6] clk: sunxi-ng: Add sun4i/sun7i CCU driver
  ` [linux-sunxi] "

[PATCH V3 2/2] ARM64: dts: hi6220-hikey: Add clock binding for the pmic mfd
 2017-04-22 14:09 UTC  (3+ messages)

[PATCH v2 0/5] mtd: nand: gpmi: add i.MX 7 support
 2017-04-22 11:43 UTC  (7+ messages)
` [PATCH v2 1/5] mtd: nand: gpmi: unify clock handling
` [PATCH v2 2/5] mtd: nand: gpmi: add i.MX 7 SoC support
` [PATCH v2 3/5] mtd: gpmi: document current clock requirements
` [PATCH v2 4/5] ARM: dts: imx7: add GPMI NAND
` [PATCH v2 5/5] ARM: dts: imx7-colibri: add NAND support

[RFC PATCH] of: Fix DMA configuration for non-DT masters
 2017-04-22  8:53 UTC  (2+ messages)

linux-next: build failure after merge of the arm tree
 2017-04-22  8:41 UTC  (4+ messages)

[RFC PATH] of/pci/dma: fix DMA configruation for PCI masters
 2017-04-22  8:08 UTC 

[RFC PATCH 0/3] clk: introduce clk_bulk_get accessories
 2017-04-22  3:16 UTC  (8+ messages)
` [RFC PATCH 1/3] clk: add "
` [RFC PATCH 2/3] clk: add managed version of clk_bulk_get

[PATCH 1/5 v3] usb: host: add DT bindings for faraday fotg2
 2017-04-22  2:52 UTC  (6+ messages)
` [PATCH 2/5 v3] usb: host: fotg2: add device tree probing
` [PATCH 3/5 v3] usb: host: fotg2: add silicon clock handling
` [PATCH 4/5 v3] usb: host: fotg2: add Gemini-specific handling
` [PATCH 5/5 v3] ARM: dts: Add the FOTG210 USB host to Gemini

[PATCH 0/2] clk: mediatek: add missing ethernet reset definition
 2017-04-22  2:14 UTC  (3+ messages)
` [PATCH 1/2] clk: mediatek: add mt2701 ethernet reset

[PATCH V2] clk: hi6220: Add the hi655x's pmic clock
 2017-04-22  2:14 UTC  (6+ messages)

[GIT PULL] Allwinner clock changes for 4.12, take 2
 2017-04-22  2:06 UTC  (2+ messages)

[PATCH v3] kvm: arm/arm64: Fix locking for kvm_free_stage2_pgd
 2017-04-22  0:28 UTC  (4+ messages)

ARM lockup during Kexec operation
 2017-04-21 23:24 UTC  (2+ messages)

[v4.9-rt PATCH v2] ARM: mm: remove tasklist locking from update_sections_early()
 2017-04-21 23:11 UTC  (3+ messages)

[PATCH] ARM: omap2+: make omap4_get_cpu1_ns_pa_addr declaration usable
 2017-04-21 22:21 UTC  (2+ messages)

[PATCH v3 0/7] ARM: Fix dma_alloc_coherent() and friends for NOMMU
 2017-04-21 22:12 UTC  (5+ messages)
` [PATCH v3 6/7] ARM: NOMMU: Set ARM_DMA_MEM_BUFFERABLE for M-class cpus

[PATCH v4 00/21] PCI: fix config space memory mappings
 2017-04-21 22:02 UTC  (3+ messages)
` [PATCH v4 14/21] PCI: designware: update PCI config space remap function

linux-next: manual merge of the pm tree with the arm-soc tree
 2017-04-21 21:54 UTC  (9+ messages)

Touchscreen failure with CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND
 2017-04-21 21:37 UTC  (4+ messages)

[RFC PATCH 0/2] kbuild: use relative path from $(srctree) instead of __FILE__
 2017-04-21 20:56 UTC  (5+ messages)
` [RFC PATCH 1/2] kbuild: add KBUILD_FILE to point relative file path from $(srctree)
` [RFC PATCH 2/2] bug.h: replace __FILE__ with KBUILD_FILE for shorter names in log

[RFC-b PATCH] kbuild: redefine __FILE__ as relative path from $(srctree) if possible
 2017-04-21 19:52 UTC  (2+ messages)

[PATCH] ARM: add DTS, defconfig for ADLINK LEC-iMX6
 2017-04-21 19:27 UTC 

[PATCH 0/5] mtd: nand: gpmi: add i.MX 7 support
 2017-04-21 18:29 UTC  (9+ messages)
` [PATCH 2/5] mtd: nand: gpmi: add i.MX 7 SoC support

[PATCH 0/4] arm64: improve tagged pointer handling
 2017-04-21 18:24 UTC  (5+ messages)
` [PATCH 3/4] arm64: entry: improve data abort handling of tagged pointers
` [PATCH 4/4] arm64: documentation: document tagged pointer stack constraints

[PATCH V15 00/11] Add UEFI 2.6 and ACPI 6.1 updates for RAS on ARM64
 2017-04-21 18:22 UTC  (10+ messages)
` [PATCH V15 03/11] cper: add timestamp print to CPER status printing
` [PATCH V15 04/11] efi: parse ARM processor error

[PATCH v5 0/2] Handle Cavium ThunderX2 PCI topology quirk
 2017-04-21 17:57 UTC  (9+ messages)
` [PATCH v5 2/2] PCI: quirks: Fix ThunderX2 dma alias handling

[PATCH v2] arm64/dma-mapping: fix DMA_ATTR_FORCE_CONTIGUOUS mmaping code
 2017-04-21 17:39 UTC  (3+ messages)

[PATCH 1/1] PCI: Add MCFG quirk for 2nd node of Cavium ThunderX pass2.x host controller
 2017-04-21 17:30 UTC  (3+ messages)

[PATCH] ASoC: mediatek: add I2C dependency for CS42XX8
 2017-04-21 17:28 UTC  (2+ messages)
` Applied "ASoC: mediatek: add I2C dependency for CS42XX8" to the asoc tree

[PATCH] arm64: acpi: Support PCI devices numa_node property in ACPI mode
 2017-04-21 17:17 UTC  (4+ messages)

[PATCH V8 0/7] LPC: legacy ISA I/O support
 2017-04-21 17:14 UTC  (5+ messages)
` [PATCH V8 5/6] ACPI: Support the probing on the devices which apply indirect-IO

[GIT PULL 1/2] ARM: dts: exynos: Last round for v4.12
 2017-04-21 16:40 UTC  (2+ messages)
` [GIT PULL 2/2] arm64 "


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