linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-31 12:24:22 to 2022-02-01 12:21:13 UTC [more...]

[PATCH 00/12] genirq: Move irqchip runtime PM over to irq domain
 2022-02-01 12:03 UTC  (11+ messages)
` [PATCH 01/12] genirq: Allow the PM device to originate from "
` [PATCH 02/12] irqchip/gic: Move PM device over to "
` [PATCH 03/12] irqchip/renesas-intc-gpio: "
` [PATCH 04/12] irqchip/renesas-irqc: "
` [PATCH 05/12] irqchip/imx-intmux: "
` [PATCH 06/12] gpio: mt7621: Kill parent_device usage
` [PATCH 07/12] gpio: omap: Move PM device over to irq domain
` [PATCH 08/12] gpio: rcar: "
` [PATCH 09/12] gpio: tpmx86: "
` [PATCH 11/12] pinctrl: starfive: "

[bootwrapper PATCH] aarch64: Recognize PAuth QARMA3
 2022-02-01 12:19 UTC  (2+ messages)

[boot-wrapper PATCH v3] Makefile: avoid dtc warnings on re-compiling DTB
 2022-02-01 12:14 UTC  (3+ messages)

[PATCH 0/8] Add hardware prefetch control driver for arm64 and x86
 2022-02-01 12:04 UTC  (7+ messages)
` [PATCH 4/8] arm64: Add Kconfig/Makefile to build hardware prefetch control driver
` [PATCH 5/8] arm64: Create cache sysfs directory without ACPI PPTT for hardware prefetch control

[RFT PATCH] spi: stm32: ignore Rx queue not empty in stm32f4 Tx only mode
 2022-02-01 11:51 UTC 

[PATCH 1/6] arm64: dts: exynos: use generic node name for LPDDR3 timings
 2022-02-01 11:47 UTC  (6+ messages)
` [PATCH 2/6] dt-bindings: memory: lpddr3: convert to dtschema
` [PATCH 3/6] dt-bindings: memory: lpddr3: adjust IO width to spec
` [PATCH 4/6] dt-bindings: memory: lpddr3: deprecated manufacturer ID
` [PATCH 5/6] dt-bindings: memory: lpddr3-timings: convert to dtschema
` [PATCH 6/6] dt-bindings: memory: lpddr2-timings: "

[PATCH V4 00/17] riscv: compat: Add COMPAT mode support for rv64
 2022-02-01 11:48 UTC  (17+ messages)
` [PATCH V4 03/17] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V4 05/17] riscv: Fixup difference with defconfig
` [PATCH V4 16/17] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH] [PATCH v4] arm64/mm: avoid fixmap race condition when create pud mapping
 2022-02-01 11:44 UTC 

[PATCH V2] drm/imx: parallel-display: Remove bus flags check in imx_pd_bridge_atomic_check()
 2022-02-01 11:36 UTC 

consolidate the compat fcntl definitions v2
 2022-02-01 11:23 UTC  (14+ messages)
` [PATCH 1/5] uapi: remove the unused HAVE_ARCH_STRUCT_FLOCK64 define
` [PATCH 2/5] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH 4/5] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h

[PATCH] drm/imx: parallel-display: Remove bus flags check in imx_pd_bridge_atomic_check()
 2022-02-01 11:10 UTC  (2+ messages)

[RFC][PATCH] Revert "drm/panel-simple: drop use of data-mapping property"
 2022-02-01 11:07 UTC 

[PATCH RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-02-01 10:17 UTC  (6+ messages)

Test 73 Sig_trap fails on arm64 (was Re: [PATCH] perf test: Test 73 Sig_trap fails on s390)
 2022-02-01 10:03 UTC  (3+ messages)
` Test 73 Sig_trap fails on arm64

[PATCH v2 0/2] sched/fair: Wake task within the cluster when possible
 2022-02-01  9:38 UTC  (7+ messages)
` [PATCH v2 2/2] sched/fair: Scan cluster before scanning LLC in wake-up path

[arm-platforms:irq/irq_chip_ro 5/20] drivers/irqchip/irq-ftintc010.c:14:10: fatal error: linux/irqchip/versatile-fpga.h: No such file or directory
 2022-02-01  9:04 UTC 

[PATCH] Adding architectural support for HPE's GXP BMC. This is the first of a series of patches to support HPE's BMC with Linux Kernel
 2022-02-01  8:59 UTC  (8+ messages)

[arm-platforms:irq/irq_chip_ro 12/20] drivers/gpio/gpio-omap.c:716:41: error: member reference type 'struct gpio_chip' is not a pointer; did you mean to use '.'?
 2022-02-01  8:53 UTC 

[PATCH 0/2] firmware: Add boot information to sysfs
 2022-02-01  8:42 UTC  (5+ messages)
` [PATCH 1/2] firmware: Add boot information sysfs
` [PATCH 2/2] ARM: aspeed: Add secure boot controller support

[PATCH][kvmtool] virtio/pci: Signal INTx interrupts as level instead of edge
 2022-02-01  8:41 UTC  (4+ messages)

[PATCH 1/8] arm64: dts: exynos: adjust USB DRD clocks with dtschema in Exynos7
 2022-02-01  8:17 UTC  (2+ messages)
` (subset) "

[PATCH] pinctrl: samsung: improve wake irq info on console
 2022-02-01  8:14 UTC  (2+ messages)

[PATCH v2 00/12] ARM: ftrace fixes and cleanups
 2022-02-01  8:12 UTC  (21+ messages)
` [PATCH v2 01/12] ARM: ftrace: ensure that ADR take Thumb bit into account
` [PATCH v2 02/12] ARM: ftrace: use ADD not POP to counter PUSH at entry
` [PATCH v2 03/12] ARM: ftrace: use trampolines to keep .init.text in branching range
` [PATCH v2 04/12] ARM: ftrace: avoid redundant loads or clobbering IP
` [PATCH v2 05/12] ARM: ftrace: avoid unnecessary literal loads
` [PATCH v2 06/12] ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TEST
` [PATCH v2 07/12] ARM: unwind: track location of LR value in stack frame
` [PATCH v2 08/12] ARM: ftrace: enable the graph tracer with the EABI unwinder
` [PATCH v2 09/12] ARM: kprobes: treat R7 as the frame pointer register in Thumb2 builds
` [PATCH v2 10/12] drivers/firmware/scmi: disable ftrace for Clang "
` [PATCH v2 11/12] ARM: cacheflush: avoid clobbering the frame pointer in Thumb2 mode
` [PATCH v2 12/12] Revert "ARM: 9144/1: forbid ftrace with clang and thumb2_kernel"

[RFC v6 net-next 0/9] add support for VSC7512 control over SPI
 2022-02-01  7:36 UTC  (20+ messages)
` [RFC v6 net-next 1/9] pinctrl: ocelot: allow pinctrl-ocelot to be loaded as a module
` [RFC v6 net-next 2/9] pinctrl: microchip-sgpio: allow sgpio driver to be used "
` [RFC v6 net-next 3/9] net: mdio: mscc-miim: add local dev variable to cleanup probe function
` [RFC v6 net-next 4/9] net: mdio: mscc-miim: add ability to externally register phy reset control
` [RFC v6 net-next 6/9] mfd: ocelot: add support for external mfd control over SPI for the VSC7512
` [RFC v6 net-next 8/9] net: dsa: felix: add configurable device quirks
` [RFC v6 net-next 9/9] net: dsa: ocelot: add external ocelot switch control

[PATCH next] docs/ABI: testing: aspeed-uart-routing: Escape asterisk
 2022-02-01  7:01 UTC  (2+ messages)

[PATCH -next] media: imx-jpeg: Remove unnecessary print function dev_err()
 2022-02-01  6:07 UTC 

[RFC PATCH v4 00/26] KVM: arm64: Make CPU ID registers writable by userspace
 2022-02-01  6:00 UTC  (8+ messages)
` [RFC PATCH v4 02/26] KVM: arm64: Save ID registers' sanitized value per guest

[PATCH v4 0/2] Fix simple-bus issues with fw_devlink
 2022-02-01  5:30 UTC  (4+ messages)
` [PATCH v4 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices

[PATCH v2] net: stmmac: dump gmac4 DMA registers correctly
 2022-02-01  5:30 UTC  (2+ messages)

[PATCH v2 0/5] ARM: dts: protonic maintenance patches
 2022-02-01  5:28 UTC  (7+ messages)
` [PATCH v2 3/5] ARM: dts: imx6qdl-vicut1: add CAN termination support
` [PATCH v2 4/5] ARM: dts: imx6dl: plym2m, prtvt7, victgo: make use of new resistive-adc-touch driver

[PATCH v2 1/2] arm64: defconfig: Enable PM8916 watchdog driver
 2022-02-01  5:19 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: defconfig: Enable SM8250 video clock controller

[PATCH 1/5] arm64: defconfig: Enable some Qualcomm drivers
 2022-02-01  5:19 UTC  (7+ messages)
` [PATCH 2/5] arm64: defconfig: enable ath11k driver
` [PATCH 3/5] arm64: defconfig: enable mcp251xfd driver
` [PATCH 4/5] arm64: defconfig: Enable PM8916 watchdog driver
` [PATCH 5/5] arm64: defconfig: Enable SM8250 video clock controller
` (subset) [PATCH 1/5] arm64: defconfig: Enable some Qualcomm drivers

[PATCH v1] ARM: dts: qcom: ipq4019: fix sleep clock
 2022-02-01  5:19 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/3] PCI: IPQ6018 PCIe controller support
 2022-02-01  5:19 UTC  (3+ messages)
` [PATCH v4 1/3] arm64: dts: qcom: ipq6018: add pcie max-link-speed
  ` (subset) "

[PATCH] arm64: dts: qcom: ipq6018: fix usb reference period
 2022-02-01  5:19 UTC  (2+ messages)
` (subset) "

[arm-platforms:irq/irq_chip_ro 12/20] drivers/gpio/gpio-omap.c:716:48: error: invalid type argument of '->' (have 'struct gpio_chip')
 2022-02-01  4:07 UTC 

[PATCH -next] media: aspeed: Remove duplicated include in aspeed-video.c
 2022-02-01  4:04 UTC 

[xilinx-xlnx:master 439/466] drm_fb_helper.c:undefined reference to `sys_fillrect'
 2022-02-01  1:03 UTC 

[PATCH v4 0/7] Initial Samsung Galaxy A8 (2018) support
 2022-02-01  0:47 UTC  (4+ messages)
` [PATCH v4 7/7] arm64: dts: exynos: Add initial device tree support for Exynos7885 SoC

[PATCH] ARM: dts: bcm2711: Add the missing L1/L2 cache information
 2022-02-01  0:36 UTC  (2+ messages)

[PATCH] arm64: dts: broadcom: bcm4908: add pinctrl binding
 2022-02-01  0:29 UTC  (2+ messages)

[PATCH] arm64: dts: broadcom: bcm4908: use proper TWD binding
 2022-02-01  0:29 UTC  (2+ messages)

[PATCH] ARM: dts: bcm2837: Add the missing L1/L2 cache information
 2022-02-01  0:29 UTC  (3+ messages)

[PATCH] arm64: dts: broadcom: align pl330 node name with dtschema
 2022-02-01  0:29 UTC  (2+ messages)

[PATCH] ARM: dts: BCM5301X: define RTL8365MB switch on Asus RT-AC88U
 2022-02-01  0:21 UTC  (2+ messages)

[PATCH] ARM: dts: Drop serial 1 alias on GW7001
 2022-02-01  0:08 UTC 

[xilinx-xlnx:master 129/466] drivers/clk/clk-xlnx-clock-wizard-v.c:164:16: error: implicit declaration of function 'FIELD_GET'; did you mean 'FOLL_GET'?
 2022-01-31 23:31 UTC 

[PATCH] Revert "PCI: j721e: Drop redundant struct device *"
 2022-01-31 23:10 UTC  (2+ messages)

linux-next: manual merge of the samsung-krzk tree with the arm-soc tree
 2022-01-31 22:53 UTC 

[patch V3 28/35] PCI/MSI: Simplify pci_irq_get_affinity()
 2022-01-31 21:16 UTC  (3+ messages)

[arm-platforms:irq/irq_chip_ro 12/20] drivers/gpio/gpio-omap.c:25:10: fatal error: linux/seq_fille.h: No such file or directory
 2022-01-31 20:04 UTC 

[PATCH] libata: ata_host_suspend() always returns 0
 2022-01-31 19:57 UTC 

[arm-platforms:irq/irq_chip_ro 10/20] drivers/gpio/gpio-mt7621.c:194:52: error: passing 'struct irq_data' to parameter of incompatible type 'struct irq_data *'; take the address with &
 2022-01-31 19:03 UTC 

[PATCHv9 0/5] lib/rwmmio/arm64: Add support to trace register reads/writes
 2022-01-31 18:56 UTC  (2+ messages)

[PATCH 1/3] ARM: dts: exynos: update dma nodename for exynos3250
 2022-01-31 18:40 UTC  (3+ messages)

[PATCH 0/2] TI K3 M4F support on AM64x SoC
 2022-01-31 18:36 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: k3-m4f: Add bindings for K3 AM64x SoCs
` [PATCH 2/2] remoteproc: k4-m4: Add a remoteproc driver for M4F subsystem

[arm-platforms:irq/irq_chip_ro 10/20] drivers/gpio/gpio-mt7621.c:198:22: warning: format specifies type 'char *' but the argument has type 'int'
 2022-01-31 18:33 UTC 

[PATCH] clk: rockchip: re-add rational best approximation algorithm to the fractional divider
 2022-01-31 18:22 UTC  (2+ messages)

[arm-platforms:irq/irq_chip_ro 10/20] drivers/gpio/gpio-mt7621.c:194:59: error: incompatible type for argument 1 of 'irq_data_get_irq_chip_data'
 2022-01-31 18:12 UTC 

[PATCH] clk: visconti: Remove dead code
 2022-01-31 17:55 UTC  (2+ messages)

[PATCH v2 0/4] arm64: Support of PAuth QARMA3 architected algorithm
 2022-01-31 17:38 UTC  (6+ messages)
` [PATCH v2 1/4] arm64: cpufeature: Account min_field_value when cheking secondaries for PAuth
` [PATCH v2 2/4] arm64: cpufeature: Warn if mutually exclusive PAuth algorithms detected
` [PATCH v2 3/4] arm64: cpufeature: Mark existing PAuth architected algorithm as QARMA5
` [PATCH v2 4/4] arm64: Add support of PAuth QARMA3 architected algorithm

[PATCH v2] arm64: defconfig: Enable SC7180 interconnect driver
 2022-01-31 17:32 UTC 

[PATCH] dt-bindings: i2c: samsung,s3c2410-i2c: convert to dtschema
 2022-01-31 17:27 UTC 

[PATCH RFC 0/4] ARM: dts: Add Raspberry Pi Zero 2 W support
 2022-01-31 17:25 UTC  (7+ messages)
` [PATCH RFC 1/4] brcmfmac: use separate firmware for 43430 revision 4

[PATCH v2 0/5] arm64: mte: add core dump support
 2022-01-31 16:54 UTC  (6+ messages)
` [PATCH v2 1/5] elfcore: Replace CONFIG_{IA64, UML} checks with a new option
` [PATCH v2 2/5] elf: Introduce the ARM MTE ELF segment type
` [PATCH v2 3/5] arm64: mte: Define the number of bytes for storing the tags in a page
` [PATCH v2 4/5] arm64: mte: Dump the MTE tags in the core file
` [PATCH v2 5/5] arm64: mte: Document the core dump file format

[PATCH v2] spi: pxa2xx_spi: Convert to use GPIO descriptors
 2022-01-31 16:39 UTC  (2+ messages)

[PATCH] spi: pxa2xx_spi: Convert to use GPIO descriptors
 2022-01-31 16:39 UTC  (2+ messages)

[PATCH] spi: mediatek: Avoid NULL pointer crash in interrupt
 2022-01-31 16:39 UTC  (2+ messages)

[PATCH] arm64: dts: mt8183: jacuzzi: Fix bus properties in anx's DSI endpoint
 2022-01-31 16:17 UTC  (3+ messages)

[PATCH] mtd: rawnand: atmel: fix refcount issue in atmel_nand_controller_init
 2022-01-31 16:16 UTC  (2+ messages)

[PATCH v6 0/1] firmware: mtk: add adsp ipc protocol for sof
 2022-01-31 16:10 UTC  (3+ messages)
` [PATCH v6 1/1] firmware: mediatek: add adsp ipc protocol interface

[PATCH] arm64: dts: rockchip: add the i2s3_2ch node to rk356x
 2022-01-31 15:34 UTC 

[GIT PULL] IRQ and vmap'ed stacks roundup for v5.18
 2022-01-31 15:12 UTC 

[PATCH] staging: vc04_services: make a couple of functions static
 2022-01-31 14:36 UTC  (4+ messages)

[PATCH] ACPI/IORT: Check node revision for PMCG resources
 2022-01-31 15:03 UTC 

[arm-platforms:irq/irq_chip_ro 5/20] drivers/irqchip/irq-versatile-fpga.c:188:9: error: use of undeclared identifier 'irq_start'
 2022-01-31 14:59 UTC 

[PATCH v6 0/2] arm64: dts: exynos: Add E850-96 board support
 2022-01-31 14:35 UTC  (4+ messages)
` [PATCH v6 1/2] arm64: dts: exynos: Add initial Exynos850 SoC support
` [PATCH v6 2/2] arm64: dts: exynos: Add initial E850-96 board support

[PATCH] dt-bindings: arm, cci-400: Add interrupt controller to example
 2022-01-31 14:27 UTC  (2+ messages)
` [PATCH] dt-bindings: arm,cci-400: "

[PATCH v12 1/2] dt-bindings: pwm: Add Xilinx AXI Timer
 2022-01-31 14:10 UTC  (3+ messages)
` [PATCH v12 2/2] pwm: Add support for "

[GIT PULL] arm64: dts: samsung: Second pull for v5.17
 2022-01-31 13:15 UTC  (5+ messages)

[PATCH v9 00/13] Add support for Airoha EN7523 SoC
 2022-01-31 13:12 UTC  (6+ messages)
` [PATCH v9 03/13] ARM: Add basic "

[PATCH v2] KVM: arm64: pkvm: Implement CONFIG_DEBUG_LIST at Hyp
 2022-01-31 12:40 UTC 

[PATCH v10 00/13] Clean up "mediatek,larb"
 2022-01-31 12:29 UTC  (5+ messages)
` [PATCH v10 02/13] iommu/mediatek-v1: Free the existed fwspec if the master dev already has

[PATCH] ARM: dts: add 533 MHz step to p4note GPU opp table
 2022-01-31 12:24 UTC  (4+ messages)


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