linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-04 10:49:04 to 2021-03-04 21:50:49 UTC [more...]

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-03-04 21:39 UTC  (27+ messages)
` [RFT PATCH v3 01/27] arm64: Cope with CPUs stuck in VHE mode
` [RFT PATCH v3 02/27] dt-bindings: vendor-prefixes: Add apple prefix
` [RFT PATCH v3 03/27] dt-bindings: arm: apple: Add bindings for Apple ARM platforms
` [RFT PATCH v3 04/27] dt-bindings: arm: cpus: Add apple, firestorm & icestorm compatibles
` [RFT PATCH v3 05/27] arm64: cputype: Add CPU implementor & types for the Apple M1 cores
` [RFT PATCH v3 06/27] dt-bindings: timer: arm, arch_timer: Add interrupt-names support
` [RFT PATCH v3 07/27] arm64: arch_timer: implement support for interrupt-names
` [RFT PATCH v3 08/27] asm-generic/io.h: Add a non-posted variant of ioremap()
` [RFT PATCH v3 09/27] docs: driver-api: device-io: Document I/O access functions
` [RFT PATCH v3 10/27] docs: driver-api: device-io: Document ioremap() variants & access funcs
` [RFT PATCH v3 11/27] arm64: Implement ioremap_np() to map MMIO as nGnRnE
` [RFT PATCH v3 12/27] of/address: Add infrastructure to declare MMIO as non-posted
` [RFT PATCH v3 13/27] arm64: Add Apple vendor-specific system registers
` [RFT PATCH v3 14/27] arm64: move ICH_ sysreg bits from arm-gic-v3.h to sysreg.h
` [RFT PATCH v3 15/27] dt-bindings: interrupt-controller: Add DT bindings for apple-aic
` [RFT PATCH v3 16/27] irqchip/apple-aic: Add support for the Apple Interrupt Controller
` [RFT PATCH v3 17/27] arm64: Kconfig: Introduce CONFIG_ARCH_APPLE
` [RFT PATCH v3 18/27] tty: serial: samsung_tty: Separate S3C64XX ops structure
` [RFT PATCH v3 19/27] tty: serial: samsung_tty: Add ucon_mask parameter
` [RFT PATCH v3 20/27] tty: serial: samsung_tty: Add s3c24xx_port_type
` [RFT PATCH v3 21/27] tty: serial: samsung_tty: IRQ rework
` [RFT PATCH v3 22/27] tty: serial: samsung_tty: Use devm_ioremap_resource
` [RFT PATCH v3 23/27] dt-bindings: serial: samsung: Add apple, s5l-uart compatible
` [RFT PATCH v3 24/27] tty: serial: samsung_tty: Add support for Apple UARTs
` [RFT PATCH v3 25/27] tty: serial: samsung_tty: Add earlycon "
` [RFT PATCH v3 26/27] dt-bindings: display: Add apple, simple-framebuffer

[PATCH] KVM: arm64: Disable LTO in hyp
 2021-03-04 21:25 UTC  (3+ messages)

[PATCH v2 0/4] arm64: dts: ti: am642x: add CPSW3g DT nodes
 2021-03-04 21:10 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: dts: ti: k3-am64-main: Add CPSW DT node
` [PATCH v2 2/4] arm64: dts: ti: k3-am64-main: add main CPTS entry
` [PATCH v2 3/4] arm64: dts: ti: k3-am642-evm: add CPSW3g DT nodes
` [PATCH v2 4/4] arm64: dts: ti: k3-am642-sk: Add CPSW "

[PATCH 0/3] Fixes for timer-ti-dm systimer posted mode
 2021-03-04 20:57 UTC  (5+ messages)
` [PATCH 1/3] clocksource/drivers/timer-ti-dm: Fix posted mode status check order
` [PATCH 2/3] clocksource/drivers/timer-ti-dm: Remove extra of_node_put()

[PATCH 0/8] Support Pensando Elba SoC
 2021-03-04 20:47 UTC  (8+ messages)
` [PATCH 1/8] gpio: Add Elba SoC gpio driver for spi cs control
` [PATCH 7/8] arm64: dts: Add Pensando Elba SoC support

[PATCH v5 0/2] hwrng: bcm2835: add reset support
 2021-03-04 20:47 UTC  (6+ messages)
` [PATCH v5 1/2] dt-bindings: rng: bcm2835: document "
` [PATCH v5 2/2] hwrng: bcm2835: add "

[PATCHv2 0/4] perf/core: Add support to exclude kernel mode PMU tracing
 2021-03-04 20:17 UTC  (2+ messages)

[PATCH 0/5] perf arm64 metricgroup support
 2021-03-04 20:05 UTC  (3+ messages)
` [PATCH 1/5] perf metricgroup: Support printing metrics for arm64

[PATCH v3 00/32] KVM: arm64: A stage 2 for the host
 2021-03-04 20:05 UTC  (32+ messages)
` [PATCH v3 04/32] KVM: arm64: Initialize kvm_nvhe_init_params early
` [PATCH v3 06/32] KVM: arm64: Factor memory allocation out of pgtable.c
` [PATCH v3 07/32] KVM: arm64: Introduce a BSS section for use at Hyp
` [PATCH v3 10/32] KVM: arm64: Introduce an early Hyp page allocator
` [PATCH v3 12/32] KVM: arm64: Introduce a Hyp buddy "
` [PATCH v3 15/32] KVM: arm64: Prepare the creation of s1 mappings at EL2
` [PATCH v3 16/32] KVM: arm64: Elevate hypervisor mappings creation "
` [PATCH v3 20/32] KVM: arm64: Refactor kvm_arm_setup_stage2()
` [PATCH v3 22/32] KVM: arm64: Refactor __populate_fault_info()
` [PATCH v3 23/32] KVM: arm64: Make memcache anonymous in pgtable allocator
` [PATCH v3 24/32] KVM: arm64: Reserve memory for host stage 2
` [PATCH v3 25/32] KVM: arm64: Sort the hypervisor memblocks
` [PATCH v3 26/32] KVM: arm64: Introduce PROT_NONE mappings for stage 2
` [PATCH v3 27/32] KVM: arm64: Refactor stage2_map_set_prot_attr()
` [PATCH v3 30/32] KVM: arm64: Page-align the .hyp sections

[PATCH v2 0/2] usb: misc: Add support for Microchip USB5744
 2021-03-04 20:02 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: usb: misc: Add binding for Microchip usb5744 hub

[PATCH] hwrng: bcm2835: add reset support
 2021-03-04 19:58 UTC  (8+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] dt-bindings: rng: bcm2835: document "

Re: [PATCH 1/2] ARM: dts: sunxi: h2-plus-bananapi-m2-zero: Add HDMI out
 2021-03-04 19:30 UTC  (5+ messages)
` [PATCH 0/2 v2] BananaPi M2 Zero: Add HDMI-out and ethernet
  ` [PATCH 1/2] ARM: dts: sunxi: h2-plus-bananapi-m2-zero: Add HDMI out
  ` [PATCH 2/2] ARM: dts: sunxi: h2-plus-bananapi-m2-zero: Add ethernet

[PATCH v1] powerpc: Include running function as first entry in save_stack_trace() and friends
 2021-03-04 19:24 UTC  (11+ messages)

[PATCH v2] arm64: defconfig: Use DEBUG_INFO_REDUCED
 2021-03-04 18:49 UTC  (4+ messages)

[PATCH v4 00/10] CoreSight configuration management; ETM strobing
 2021-03-04 18:15 UTC  (17+ messages)
` [PATCH v4 01/10] coresight: syscfg: Initial coresight system configuration
` [PATCH v4 03/10] coresight: config: Add configuration and feature generic functions
` [PATCH v4 04/10] coresight: etm-perf: update to handle configuration selection
` [PATCH v4 05/10] coresight: syscfg: Add API to activate and enable configurations
` [PATCH v4 06/10] coresight: etm-perf: Update to activate selected configuration

[PATCH 0/2] arm64: use XN table mappings for the linear region
 2021-03-04 17:39 UTC  (5+ messages)
` [PATCH 1/2] arm64: mm: add missing P4D definitions and use them consistently
` [PATCH 2/2] arm64: mm: use XN table mapping attributes for the linear region

[PATCH] arm64: defconfig: Disable DEBUG_INFO
 2021-03-04 17:24 UTC  (8+ messages)

[PATCH v4 00/15] pinctrl: add BCM63XX pincontrol support
 2021-03-04 17:24 UTC  (27+ messages)
` [PATCH v4 02/15] gpio: regmap: set gpio_chip of_node
` [PATCH v4 03/15] pinctrl: bcm: add bcm63xx base code
` [PATCH v4 04/15] Documentation: add BCM6328 pincontroller binding documentation
` [PATCH v4 05/15] pinctrl: add a pincontrol driver for BCM6328

[RFC PATCH 0/5] KVM/ARM64 Add support for pinned VMIDs
 2021-03-04 17:10 UTC  (3+ messages)
` [RFC PATCH 4/5] iommu/arm-smmu-v3: Use pinned VMID for NESTED stage with BTM

[PATCH v3 1/2] pwm: sunxi: Add Allwinner SoC PWM controller driver
 2021-03-04 17:04 UTC  (2+ messages)

CAAM: kernel BUG at drivers/crypto/caam/jr.c:230! (and dma-coherent query)
 2021-03-04 17:02 UTC  (4+ messages)

[PATCH v2 00/13] stm32 usart various fixes
 2021-03-04 16:23 UTC  (14+ messages)
` [PATCH v2 01/13] serial: stm32: fix probe and remove order for dma
` [PATCH v2 02/13] serial: stm32: fix startup by enabling usart for reception
` [PATCH v2 03/13] serial: stm32: fix incorrect characters on console
` [PATCH v2 04/13] serial: stm32: fix TX and RX FIFO thresholds
` [PATCH v2 05/13] serial: stm32: fix a deadlock condition with wakeup event
` [PATCH v2 06/13] serial: stm32: fix wake-up flag handling
` [PATCH v2 07/13] serial: stm32: fix a deadlock in set_termios
` [PATCH v2 08/13] serial: stm32: fix tx dma completion, release channel
` [PATCH v2 09/13] serial: stm32: call stm32_transmit_chars locked
` [PATCH v2 10/13] serial: stm32: fix FIFO flush in startup and set_termios
` [PATCH v2 11/13] serial: stm32: add FIFO flush when port is closed
` [PATCH v2 12/13] serial: stm32: fix tx_empty condition
` [PATCH v2 13/13] serial: stm32: add support for "flush_buffer" ops

[PATCH v3 2/2] pwm: sun8i-v536: document device tree bindings
 2021-03-04 16:08 UTC 

[PATCH v2 0/2] Add ICSSG nodes on AM65x & J721E SoCs
 2021-03-04 16:07 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-am65-main: Add ICSSG nodes
` [PATCH v2 2/2] arm64: dts: ti: k3-j721e-main: "

[RESEND PATCH v3 0/2] STM32 USBPHYC ck_usbo_48m clock provider
 2021-03-04 16:04 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] dt-bindings: phy: phy-stm32-usbphyc: add #clock-cells property
` [RESEND PATCH v3 2/2] phy: stm32: register usbphyc as clock provider of ck_usbo_48m clock

[PATCH] reset: zynqmp: replace spaces with tabs
 2021-03-04 16:03 UTC  (2+ messages)

[PATCH] reset: uniphier: enclose UNIPHIER_RESET_ID_END value in parentheses
 2021-03-04 16:03 UTC 

[PATCH] reset: sti/syscfg: replace comma with semicolon
 2021-03-04 16:02 UTC 

[PATCH v5] drm/sun4i: tcon: fix inverted DCLK polarity
 2021-03-04 15:51 UTC  (7+ messages)
` [PATCH v6] "
    ` [PATCH] pinctrl/sunxi: adding input-debounce-ns property

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-04 15:48 UTC  (6+ messages)
` [PATCH 14/17] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE
` [PATCH 16/17] iommu: remove DOMAIN_ATTR_IO_PGTABLE_CFG

[PATCH v9 0/4] Introduce TEE based Trusted Keys support
 2021-03-04 15:43 UTC  (3+ messages)

[PATCH v10 0/2] Enable power management for ufs wlun
 2021-03-04 15:35 UTC  (3+ messages)
` [PATCH v10 1/2] scsi: ufs: Enable power management for wlun

[PATCH v2 0/3] arm64: dts: renesas: falcon: Add I2C EEPROMs and sub-boards
 2021-03-04 15:32 UTC  (4+ messages)
` [PATCH v2 1/3] arm64: dts: renesas: falcon: Add I2C EEPROM nodes
` [PATCH v2 2/3] arm64: dts: renesas: falcon: Add CSI/DSI sub-board
` [PATCH v2 3/3] arm64: dts: renesas: falcon: Add Ethernet sub-board

[PATCH] hwrng: bcm2835: set quality to 1000
 2021-03-04 15:11 UTC  (6+ messages)

[PATCH stable v5.10 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2021-03-04 15:09 UTC  (5+ messages)

[PATCH 2/2] dt-binding: mediatek: mt6779: update spi document
 2021-03-04 15:05 UTC  (2+ messages)

[PATCHv3] arm64: initialize per-cpu offsets earlier
 2021-03-04 15:01 UTC  (5+ messages)

[GIT PULL] Fixes for omaps for v5.12-rc cycle
 2021-03-04 14:37 UTC 

[PATCH 1/2] dt-bindings: nvmem: add binding for I/O mapped NVMEM
 2021-03-04 14:41 UTC  (2+ messages)
` [PATCH 2/2] nvmem: iomap: new driver exposing NVMEM accessible using I/O mapping

[PATCH v2] ARM: dts: rza2mevb: Upstream Linux requires SDRAM
 2021-03-04 14:04 UTC  (2+ messages)

[RFC PATCH v2 00/13] objtool: add base support for arm64
 2021-03-04 14:03 UTC  (2+ messages)

[PATCH v2 0/2] Add DFX AXI Shutdown manager IP support for Xilinx
 2021-03-04 13:53 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: fpga: Add compatible value for Xilinx DFX AXI shutdown manager
` [PATCH v2 2/2] fpga: Add support for Xilinx DFX AXI Shutdown manager

[PATCH 4.9.y] arm: kprobes: Allow to handle reentered kprobe on single-stepping
 2021-03-04 13:28 UTC  (3+ messages)

[PATCH v3 0/5] Reset driver for IMX8MQ VPU hardware block
 2021-03-04 12:52 UTC  (5+ messages)

[PATCH] ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators
 2021-03-04 12:07 UTC  (5+ messages)

[PATCH] arm64: dts: ls1028a: add interrupt to Root Complex Event Collector
 2021-03-04 11:59 UTC  (3+ messages)

[PATCH] arm64: dts: imx8mm-nitrogen-r2: Pass the i2c3 unit name
 2021-03-04 11:41 UTC  (3+ messages)

[PATCH V1] arm64: dts: imx8mp: fix FEC can't work when attached to generic phy driver
 2021-03-04 11:40 UTC 

[PATCH v2 0/2] AM64: Add support for GPIO
 2021-03-04 11:29 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-am64: Add GPIO DT nodes
` [PATCH v2 2/2] arm64: dts: ti: k3-am642: reserve gpio in mcu domain for firmware usage

[PATCH v5 01/10] arm: dts: ls1021a: Harmonize DWC USB3 DT nodes name
 2021-03-04 11:27 UTC  (2+ messages)

[PATCH] ARM: dts: colibri-imx6ull: Change drive strength for usdhc2
 2021-03-04 11:24 UTC  (2+ messages)

[PATCH RFC] Upstream A64FX cache driver
 2021-03-04 10:58 UTC  (7+ messages)
` [PATCH RFC] soc: fujitsu: Add cache driver code


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