linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-06 05:02:57 to 2017-10-06 15:33:13 UTC [more...]

[PATCH v2 00/28] ARM Scalable Vector Extension (SVE)
 2017-10-06 15:33 UTC  (9+ messages)
` [PATCH v2 11/28] arm64/sve: Core task context handling

Follow-up: How to deal with weird SCPI firmware and invalid DVFS frequencies
 2017-10-06 15:33 UTC  (2+ messages)

[PATCH v3] irqchip/gicv3: Add support for Range Selector (RS) feature
 2017-10-06 15:30 UTC  (3+ messages)

[PATCH v10 00/10] complete deferred page initialization
 2017-10-06 15:25 UTC  (9+ messages)
` [PATCH v10 05/10] mm: zero reserved and unavailable struct pages
` [PATCH v10 09/10] mm: stop zeroing memory during allocation in vmemmap

[PATCH v4] irqchip/gicv3: Add support for Range Selector (RS) feature
 2017-10-06 15:24 UTC 

[PATCH 1/2] arm: dts: Add support for National Instruments Project Sulfur SDRs
 2017-10-06 14:58 UTC  (10+ messages)

[PATCH v1 0/2] KVM: arm64: single step emulation instructions
 2017-10-06 14:43 UTC  (16+ messages)
` [PATCH v1 1/2] KVM: arm64: handle single-stepping trapped instructions
` [PATCH v1 2/2] kvm: arm64: handle single-step of userspace mmio instructions

[PATCH v6 0/3] PCI hotplug feature
 2017-10-06 14:33 UTC  (4+ messages)
` [PATCH v6 3/3] PCI: iproc: Implement PCI hotplug support

[PATCH v9 0/4] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-10-06 14:27 UTC  (6+ messages)
` [PATCH v9 1/4] ACPI/IORT: Add msi address regions reservation helper
` [PATCH v9 2/4] iommu/dma: Add a helper function to reserve HW MSI address regions for IOMMU drivers
` [PATCH v9 3/4] iommu/arm-smmu-v3:Enable ACPI based HiSilicon erratum 161010801
` [PATCH v9 4/4] PCI: hisi: blacklist hip06/hip07 controllers behind SMMUv3

undefined instruction d5380001
 2017-10-06 13:57 UTC  (10+ messages)
  ` undefined instruction d5380001 (arm64 mrs emulation)

[PATCH] mm: deferred_init_memmap improvements
 2017-10-06 13:55 UTC  (3+ messages)

[PATCH v3 00/22] firmware: ARM System Control and Management Interface(SCMI) support
 2017-10-06 13:51 UTC  (18+ messages)
` [PATCH v3 03/22] dt-bindings: arm: scmi: add ARM MHU specific mailbox client bindings
` [PATCH v3 15/22] firmware: arm_scmi: abstract mailbox interface
` [PATCH v3 16/22] firmware: arm_scmi: add arm_mhu specific "

[PATCH v2 0/5] Switch arm64 over to qrwlock
 2017-10-06 13:34 UTC  (6+ messages)
` [PATCH v2 1/5] kernel/locking: Use struct qrwlock instead of struct __qrwlock
` [PATCH v2 2/5] locking/atomic: Add atomic_cond_read_acquire
` [PATCH v2 3/5] kernel/locking: Use atomic_cond_read_acquire when spinning in qrwlock
` [PATCH v2 4/5] arm64: locking: Move rwlock implementation over to qrwlocks
` [PATCH v2 5/5] kernel/locking: Prevent slowpath writers getting held up by fastpath

[RFCv2 PATCH 00/36] Process management for IOMMU + SVM for SMMUv3
 2017-10-06 13:32 UTC  (37+ messages)
` [RFCv2 PATCH 01/36] iommu: Keep track of processes and PASIDs
` [RFCv2 PATCH 02/36] iommu: Add a process_exit callback for device drivers
` [RFCv2 PATCH 03/36] iommu/process: Add public function to search for a process
` [RFCv2 PATCH 04/36] iommu/process: Track process changes with an mmu_notifier
` [RFCv2 PATCH 05/36] iommu/process: Bind and unbind process to and from devices
` [RFCv2 PATCH 06/36] iommu: Extend fault reporting
` [RFCv2 PATCH 07/36] iommu: Add a fault handler
` [RFCv2 PATCH 08/36] iommu/fault: Handle mm faults
` [RFCv2 PATCH 09/36] iommu/fault: Allow blocking fault handlers
` [RFCv2 PATCH 10/36] vfio: Add support for Shared Virtual Memory
` [RFCv2 PATCH 11/36] iommu/arm-smmu-v3: Link domains and devices
` [RFCv2 PATCH 12/36] dt-bindings: document stall and PASID properties for IOMMU masters
` [RFCv2 PATCH 13/36] iommu/of: Add stall and pasid properties to iommu_fwspec
` [RFCv2 PATCH 14/36] iommu/arm-smmu-v3: Add support for Substream IDs
` [RFCv2 PATCH 15/36] iommu/arm-smmu-v3: Add second level of context descriptor table
` [RFCv2 PATCH 16/36] iommu/arm-smmu-v3: Add support for VHE
` [RFCv2 PATCH 17/36] iommu/arm-smmu-v3: Support broadcast TLB maintenance
` [RFCv2 PATCH 18/36] iommu/arm-smmu-v3: Add SVM feature checking
` [RFCv2 PATCH 19/36] arm64: mm: Pin down ASIDs for sharing contexts with devices
` [RFCv2 PATCH 20/36] iommu/arm-smmu-v3: Track ASID state
` [RFCv2 PATCH 21/36] iommu/arm-smmu-v3: Implement process operations
` [RFCv2 PATCH 22/36] iommu/io-pgtable-arm: Factor out ARM LPAE register defines
` [RFCv2 PATCH 23/36] iommu/arm-smmu-v3: Share process page tables
` [RFCv2 PATCH 24/36] iommu/arm-smmu-v3: Steal private ASID from a domain
` [RFCv2 PATCH 25/36] iommu/arm-smmu-v3: Use shared ASID set
` [RFCv2 PATCH 26/36] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
` [RFCv2 PATCH 27/36] iommu/arm-smmu-v3: Register fault workqueue
` [RFCv2 PATCH 28/36] iommu/arm-smmu-v3: Maintain a SID->device structure
` [RFCv2 PATCH 29/36] iommu/arm-smmu-v3: Add stall support for platform devices
` [RFCv2 PATCH 30/36] ACPI/IORT: Check ATS capability in root complex nodes
` [RFCv2 PATCH 31/36] iommu/arm-smmu-v3: Add support for PCI ATS
` [RFCv2 PATCH 32/36] iommu/arm-smmu-v3: Hook ATC invalidation to process ops
` [RFCv2 PATCH 33/36] iommu/arm-smmu-v3: Disable tagged pointers
` [RFCv2 PATCH 34/36] PCI: Make "PRG Response PASID Required" handling common
` [RFCv2 PATCH 35/36] iommu/arm-smmu-v3: Add support for PRI
` [RFCv2 PATCH 36/36] iommu/arm-smmu-v3: Add support for PCI PASID

[PATCH 1/2] arm64: Ensure the instruction emulation is ready for userspace
 2017-10-06 13:16 UTC  (2+ messages)
` [PATCH 2/2] arm64: Ensure fpsimd support is ready before userspace is active

[PATCH 00/16] Support armada-37xx second UART port
 2017-10-06 13:15 UTC  (33+ messages)
` [PATCH 01/16] dt-bindings: mvebu-uart: update documentation with extended UART
` [PATCH 02/16] pinctrl: dt-bindings: Fix A37xx uart2 group name
` [PATCH 03/16] serial: mvebu-uart: use driver name when requesting an interrupt
` [PATCH 04/16] serial: mvebu-uart: support probe of multiple ports
` [PATCH 05/16] serial: mvebu-uart: use a generic way to access the registers
` [PATCH 06/16] serial: mvebu-uart: add soft reset at probe
` [PATCH 07/16] serial: mvebu-uart: add function to change baudrate
` [PATCH 08/16] serial: mvebu-uart: clear state register before IRQ request
` [PATCH 09/16] serial: mvebu-uart: add TX interrupt trigger for pulse interrupts
` [PATCH 10/16] serial: mvebu-uart: dissociate RX and TX interrupts
` [PATCH 11/16] serial: mvebu-uart: augment the maximum number of ports
` [PATCH 12/16] serial: mvebu-uart: support extended port registers layout
` [PATCH 13/16] arm64: dts: marvell: armada-37xx: add UART clock
` [PATCH 14/16] arm64: dts: marvell: armada-37xx: add second UART port
` [PATCH 15/16] arm64: dts: marvell: armada-3720-db: enable "
` [PATCH 16/16] arm64: dts: marvell: armada-3720-espressobin: fill UART nodes

[PATCH v1] ARM: configs: stm32: Add I2C support in STM32 defconfig
 2017-10-06 13:04 UTC  (2+ messages)

[PATCH v2] ARM: dts: stm32: add Timers driver for stm32f746 MCU
 2017-10-06 13:04 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: Add lptimer definitions to stm32h743
 2017-10-06 13:03 UTC  (2+ messages)

[PATCH v3] ARM: dts: stm32: Add DMAMUX support for STM32H743 SoC
 2017-10-06 13:02 UTC  (2+ messages)

[RESEND PATCH v5 0/4] Add STM32 DMAMUX support
 2017-10-06 13:01 UTC  (3+ messages)
` [RESEND PATCH v5 4/4] ARM: configs: stm32: Add DMAMUX support in STM32 defconfig

[PATCH v2 0/3] Add support for STM32 vrefbuf regulator
 2017-10-06 13:01 UTC  (3+ messages)
` [PATCH v2 3/3] ARM: dts: stm32: add vrefbuf to stm32h743

[PATCH v4 0/5] Add support for the STM32F7 I2C
 2017-10-06 13:00 UTC  (5+ messages)
` [PATCH v4 4/5] ARM: dts: stm32: Add I2C1 support for STM32F746 SoC
` [PATCH v4 5/5] ARM: dts: stm32: Add I2C1 support for STM32F746 eval board

[PATCH 0/3] ARM: dts: gr-peach: Mix DTS fixes/updates
 2017-10-06 12:25 UTC  (3+ messages)
` [PATCH 3/3] ARM: dts: gr-peach: Add ETHER pin group

[RFC PATCH 0/4] dt-bindings: add bindings for USB physical connector
 2017-10-06 11:10 UTC  (4+ messages)
  ` [RFC PATCH 1/4] "

[PATCH 00/20] sunxi: Cleanup DT warnings for the A10 and A80
 2017-10-06 10:59 UTC  (21+ messages)
` [PATCH 05/20] ARM: dts: sun4i: Change pinctrl nodes to avoid warning
` [PATCH 07/20] ARM: dts: sun4i: Remove skeleton and memory to avoid warnings
` [PATCH 08/20] ARM: dts: sun4i: Change LRADC node names "
` [PATCH 13/20] ARM: dts: sun4i: Remove gpio-keys warnings
` [PATCH 19/20] ARM: dts: sun9i: Change node names to remove underscores
` [PATCH 20/20] "

[PATCH v7 0/6] perf: Support for ARM DynamIQ Shared Unit
 2017-10-06 10:36 UTC  (7+ messages)
` [PATCH v7 1/6] perf: Export perf_event_update_userpage
` [PATCH v7 2/6] of: Add helper for mapping device node to logical CPU number
` [PATCH v7 3/6] coresight: of: Use of_cpu_node_to_id helper
` [PATCH v7 4/6] irqchip: gic-v3: "
` [PATCH v7 5/6] dt-bindings: Document devicetree binding for ARM DSU PMU
` [PATCH v7 6/6] perf: ARM DynamIQ Shared Unit PMU support

[PATCH v8 0/5] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
 2017-10-06 10:17 UTC  (4+ messages)
` [PATCH v8 2/5] ACPI/IORT: Add msi address regions reservation helper

[PATCH] ARM: shmobile: rcar-gen2: fix non-SMP build
 2017-10-06  9:39 UTC  (5+ messages)

[PATCH v2 8/8] arm64: dts: renesas: eagle: add EtherAVB support
 2017-10-06  9:34 UTC  (8+ messages)

[PATCH v3 0/3] STM32 CRYP crypto driver
 2017-10-06  9:26 UTC  (6+ messages)
` [PATCH v3 1/3] crypto: engine - permit to enqueue aead_request

[PATCH 0/2] ARM: dts: iwg20d-q7: New DT architecture
 2017-10-06  9:06 UTC  (7+ messages)
` [PATCH 1/2] ARM: dts: iwg20d-q7: Rework "
` [PATCH 2/2] ARM: dts: iwg20d-q7-dbcm-ca: Add device trees for camera DB

[PATCH 1/2] firmware: arm_scpi: drop unnecessary type cast to scpi_shared_mem
 2017-10-06  8:53 UTC  (6+ messages)
` [PATCH 2/2] firmware: arm_scpi: remove all single element structures

[PATCH] ARM: dts: BCM5301X: Specify USB ports for USB LED of Luxul XWR-1200
 2017-10-06  8:52 UTC 

[PATCH v2 0/7] PCI: aardvark: improve compatibility with PCI devices
 2017-10-06  8:47 UTC  (4+ messages)

[PATCH 0/6] Switch arm64 over to qrwlock
 2017-10-06  8:39 UTC  (3+ messages)

[PATCH 0/3] pinctrl: sunxi: Start to enforce the strict mode
 2017-10-06  8:34 UTC  (7+ messages)
` [PATCH 1/3] pinctrl: sunxi: Introduce the strict flag
` [PATCH 2/3] pinctrl: sunxi: Disable strict mode for old pinctrl drivers
` [PATCH 3/3] pinctrl: sunxi: Enforce the strict mode by default

[PATCH v3 0/3] Basical device tree parts for Allwinner R40 SoC
 2017-10-06  8:19 UTC  (5+ messages)
` [PATCH v3 1/3] ARM: dts: sun8i: Add basic dtsi file for Allwinner R40
` [PATCH v3 2/3] ARM: dts: sun8i: Add board dts file for Banana Pi M2 Ultra
` [PATCH v3 3/3] ARM: dts: sun8i: Add board dts file for Banana Pi M2 Berry

[PATCH v2] arm64: dts: mediatek: Add cpuidle support for MT2712
 2017-10-06  8:09 UTC 

[PATCH v1] i2c:i2c-stm32f7: fix setup structure
 2017-10-06  7:53 UTC  (3+ messages)

[PATCH] iommu/arm-smmu-v3: Ensure we sync STE when only changing config field
 2017-10-06  7:46 UTC  (3+ messages)

Questions about bluetooth on N900
 2017-10-06  7:29 UTC  (3+ messages)

[PATCH] ARM: dts: stm32: add Timers driver for stm32f746 MCU
 2017-10-06  7:13 UTC  (3+ messages)

[PATCH v4 00/10] arm64: kexec: add kexec_file_load() support
 2017-10-06  7:11 UTC  (10+ messages)
` [PATCH v4 02/10] resource: add walk_system_ram_res_rev()
` [PATCH v4 03/10] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc
` [PATCH v4 08/10] arm64: kexec_file: set up for crash dump adding elf core header

[GIT PULL] ARM: dts: aspeed: Changes for v4.15
 2017-10-06  7:05 UTC 

[RFC 1/2] ARM: dts: exynos: update the usbdrd phy and ref clk
 2017-10-06  6:42 UTC  (4+ messages)
` [RFC 2/2] phy: exynos5-usbdrd: remove disable and enable of phy clk

[PATCH 0/2] Add a regmap to Allwinner R40 CCU to export GMAC register
 2017-10-06  6:33 UTC  (3+ messages)
` [PATCH 1/2] clk: sunxi-ng: r40: rewrite init code to a platform driver
` [PATCH 2/2] clk: sunxi-ng: r40: export a regmap to access the GMAC register

[PATCH v2 0/3] add UniPhier efuse support
 2017-10-06  5:03 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: nvmem: add description for UniPhier eFuse
` [PATCH v2 2/3] nvmem: uniphier: add UniPhier eFuse driver
` [PATCH v2 3/3] arm64: dts: uniphier: add efuse node for LD20


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