linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-01-05 09:03:24 to 2026-01-05 17:06:56 UTC [more...]

[PATCH v2 00/45] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-01-05 17:06 UTC  (14+ messages)
` [PATCH v2 03/45] arm_mpam: Use non-atomic bitops when modifying feature bitmap
` [PATCH v2 04/45] arm64/sysreg: Add MPAMSM_EL1 register
` [PATCH v2 05/45] KVM: arm64: Preserve host MPAM configuration when changing traps
` [PATCH v2 06/45] KVM: arm64: Make MPAMSM_EL1 accesses UNDEF
` [PATCH v2 07/45] arm64: mpam: Context switch the MPAM registers
` [PATCH v2 08/45] arm64: mpam: Re-initialise MPAM regs when CPU comes online

[PATCH v3 0/4] KVM: selftests: arm64: Improve diagnostics from set_id_regs
 2026-01-05 17:00 UTC  (8+ messages)
` [PATCH v3 3/4] KVM: selftests: arm64: Make set_id_regs bitfield validatity checks non-fatal
` [PATCH v3 4/4] KVM: selftests: arm64: Skip all 32 bit IDs when set_id_regs is aarch64 only

[PATCH v8 0/4] add sysfs nodes to configure TPDA's registers
 2026-01-05 16:59 UTC  (2+ messages)

[PATCH] PCI: meson: Remove meson_pcie_link_up() timeout, message, speed check
 2026-01-05 16:49 UTC  (3+ messages)

[PATCH v3 0/5] Introduce MAX77759 charger driver
 2026-01-05 16:47 UTC  (8+ messages)
` [PATCH v3 1/5] dt-bindings: mfd: maxim,max77759: reference power-supply schema and add regulator property
` [PATCH v3 3/5] mfd: max77759: add register bitmasks and modify irq configs for charger
` [PATCH v3 5/5] usb: typec: tcpm/tcpci_maxim: deprecate WAR for setting charger mode

[PATCH v8 00/13] coresight: Update timestamp attribute to be an interval instead of bool
 2026-01-05 16:45 UTC  (3+ messages)

[RFC PATCH v6 00/35] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2026-01-05 16:42 UTC  (7+ messages)
` [RFC PATCH v6 16/35] KVM: arm64: Advertise SPE version in ID_AA64DFR0_EL1.PMSver
` [RFC PATCH v6 17/35] KVM: arm64: Add writable SPE system registers to VCPU context

[PATCH RESEND net-next v2] net: stmmac: dwmac: Add a fixup for the Micrel KSZ9131 PHY
 2026-01-05 16:42 UTC  (5+ messages)

[PATCH v2] dt-bindings: usb: Add Socionext Uniphier DWC3 controller
 2026-01-05 16:24 UTC 

[PATCH v2 00/20] Clean and update tilcdc driver to support DRM_BRIDGE_ATTACH_NO_CONNECTOR
 2026-01-05 16:22 UTC  (8+ messages)
` [PATCH v2 05/20] drm/tilcdc: Convert legacy panel binding via DT overlay at boot time
` [PATCH v2 13/20] drm/tilcdc: Remove the useless module list support

[PATCH 0/2] PCI: dwc: Add multi-port controller support
 2026-01-05 16:19 UTC  (4+ messages)
` [PATCH 1/2] PCI: API changes for "
` [PATCH 2/2] PCI: dwc: Add "

[PATCH] media: rkisp1: request/free irqs in PM runtime ops
 2026-01-05 16:19 UTC 

[PATCH] iommu/arm-smmu-v3: Maintain valid access attributes for non-coherent SMMU
 2026-01-05 16:02 UTC  (5+ messages)

[PATCH] cpufreq: mediatek-hw: Fix resource leaks in init function
 2026-01-05 15:59 UTC 

[GIT PULL 0/3] Renesas SoC updates for v6.20
 2026-01-05 15:57 UTC  (4+ messages)
` [GIT PULL 1/3] Renesas ARM defconfig "
` [GIT PULL 2/3] Renesas driver "
` [GIT PULL 3/3] Renesas DTS "

[PATCH 00/30] KVM: arm64: Add support for protected guest memory with pKVM
 2026-01-05 15:49 UTC  (31+ messages)
` [PATCH 01/30] KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkers
` [PATCH 02/30] KVM: arm64: Remove redundant 'pgt' pointer checks from MMU notifiers
` [PATCH 03/30] KVM: arm64: Rename __pkvm_pgtable_stage2_unmap()
` [PATCH 04/30] KVM: arm64: Don't advertise unsupported features for protected guests
` [PATCH 05/30] KVM: arm64: Expose self-hosted debug regs as RAZ/WI "
` [PATCH 06/30] KVM: arm64: Remove pointless is_protected_kvm_enabled() checks from hyp
` [PATCH 07/30] KVM: arm64: Ignore MMU notifier callbacks for protected VMs
` [PATCH 08/30] KVM: arm64: Prevent unsupported memslot operations on "
` [PATCH 09/30] KVM: arm64: Split teardown hypercall into two phases
` [PATCH 10/30] KVM: arm64: Introduce __pkvm_host_donate_guest()
` [PATCH 11/30] KVM: arm64: Hook up donation hypercall to pkvm_pgtable_stage2_map()
` [PATCH 12/30] KVM: arm64: Handle aborts from protected VMs
` [PATCH 13/30] KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
` [PATCH 14/30] KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()
` [PATCH 15/30] KVM: arm64: Refactor enter_exception64()
` [PATCH 16/30] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH 17/30] KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
` [PATCH 18/30] KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()
` [PATCH 19/30] KVM: arm64: Annotate guest donations with handle and gfn in host stage-2
` [PATCH 20/30] KVM: arm64: Introduce hypercall to force reclaim of a protected page
` [PATCH 21/30] KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
` [PATCH 22/30] KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
` [PATCH 23/30] KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
` [PATCH 24/30] KVM: arm64: Implement the MEM_SHARE hypercall for "
` [PATCH 25/30] KVM: arm64: Implement the MEM_UNSHARE "
` [PATCH 26/30] KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
` [PATCH 27/30] KVM: arm64: Add some initial documentation for pKVM
` [PATCH 28/30] KVM: arm64: Extend pKVM page ownership selftests to cover guest donation
` [PATCH 29/30] KVM: arm64: Register 'selftest_vm' in the VM table
` [PATCH 30/30] KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaim

[PATCH 19/36] Bluetooth: SMP: Use new AES library API
 2026-01-05 15:40 UTC  (2+ messages)

[PATCH v2 0/7] irqchip/gic-v5: Code first ACPI boot support
 2026-01-05 15:35 UTC  (11+ messages)
` [PATCH v2 3/7] irqdomain: Add parent field to struct irqchip_fwid
` [PATCH v2 4/7] PCI/MSI: Make the pci_msi_map_rid_ctlr_node() interface firmware agnostic
` [PATCH v2 5/7] irqchip/gic-v5: Add ACPI IRS probing
` [PATCH v2 6/7] irqchip/gic-v5: Add ACPI ITS probing
` [PATCH v2 7/7] irqchip/gic-v5: Add ACPI IWB probing

[PATCH] phy: socionext: usb2: Simplify with scoped for each OF child loop
 2026-01-05 15:31 UTC  (2+ messages)

[PATCH RFC v1] drm/meson: venc: add support for HDMI DMT modes up to 3840x2160
 2026-01-05 15:28 UTC  (3+ messages)

[PATCH next v2] phy: apple: atc: Actually check return value of devm_apple_tunable_parse
 2026-01-05 15:28 UTC  (2+ messages)

[PATCH v2 0/2] Cadence: Torrent: Enable PCIe + XAUI multilink configuration
 2026-01-05 15:17 UTC  (4+ messages)
` [PATCH v2 2/2] phy: cadence-torrent: Add PCIe + XAUI multilink configuration for 100MHz refclk

[PATCH 0/4] Properly support FriendlyElec HD702E
 2026-01-05 15:11 UTC  (3+ messages)
` [PATCH 2/4] drm/panel-edp: Move FriendlyELEC HD702E

[PATCH] pinctrl: meson: mark the GPIO controller as sleeping
 2026-01-05 15:07 UTC  (2+ messages)

[PATCH] mailbox: exynos: drop unneeded runtime pointer (pclk)
 2026-01-05 15:02 UTC  (3+ messages)

[PATCH v6] dt-bindings: arm: keystone: add boot_* mboxes to ti,sci
 2026-01-05 14:54 UTC  (7+ messages)

[PATCH v1] arm64/efi: Don't fail check current_in_efi() if preemptible
 2026-01-05 14:48 UTC  (2+ messages)

[PATCH v3 0/3] Fix bugs and performance of kstack offset randomisation
 2026-01-05 14:45 UTC  (15+ messages)
` [PATCH v3 1/3] randomize_kstack: Maintain kstack_offset per task
` [PATCH v3 2/3] prandom: Convert prandom_u32_state() to __always_inline
` [PATCH v3 3/3] randomize_kstack: Unify random source across arches

[PATCH v2 1/3] bus: qcom-ebi2: Simplify with scoped for each OF child loop
 2026-01-05 14:38 UTC  (4+ messages)
` [PATCH v2 2/3] bus: stm32_firewall: "
` [PATCH v2 3/3] bus: stm32_firewall: Use scoped allocation to simplify cleanup

[PATCH v2 1/3] ata: ahci-dwc: Simplify with scoped for each OF child loop
 2026-01-05 14:29 UTC  (3+ messages)
` [PATCH v2 2/3] ata: ahci-imx: Fix Wvoid-pointer-to-enum-cast warning
` [PATCH v2 3/3] ata: ahci-xgene: "

[PATCH v6 0/2] qcom: qcs8300: Add qcs8300 camss support
 2026-01-05 14:07 UTC  (2+ messages)
` (subset) "

[PATCH 00/19] printk cleanup - part 3
 2026-01-05 14:08 UTC  (3+ messages)

[PATCH] soc: dove: pmu: Simplify with scoped for each OF child loop
 2026-01-05 14:04 UTC  (2+ messages)

[PATCH 0/3] arm64: boot: dts: ti: k3-am62l: enable WKUP UART wakeup
 2026-01-05 14:01 UTC  (9+ messages)
` [PATCH 1/3] arm64: dts: ti: k3-am62l: include WKUP_UART0 in wakeup peripheral window
` [PATCH 2/3] arm64: boot: dts: ti: k3-am62l-wakeup: create label for target-module
` [PATCH 3/3] arm64: boot: dts: ti: k3-am62l3-evm: enable WKUP UART wakeup from LPM

[PATCH v2] arm64: dts: ti: Remove 4 watchdogs from common file and move them to J784S4
 2026-01-05 14:01 UTC  (2+ messages)

[PATCH v2 0/5] arm64: dts: ti: k3-am62: Support Main UART wakeup
 2026-01-05 13:52 UTC  (5+ messages)
` [PATCH v2 4/5] arm64: dts: ti: k3-am62p5-sk: Enable "

[PATCH] PCI: meson: Drop unused WAIT_LINKUP_TIMEOUT macro
 2026-01-05 13:48 UTC  (2+ messages)

[PATCH] soc: ti: pruss: fix double free in pruss_clk_mux_setup()
 2026-01-05 13:42 UTC  (2+ messages)

[PATCH 00/11] of/treewide: Simplify with for_each_compatible_node_scoped()
 2026-01-05 13:41 UTC  (13+ messages)
` [PATCH 01/11] of: Add for_each_compatible_node_scoped() helper
` [PATCH 02/11] ARM: at91: Simplify with scoped for each OF child loop
` [PATCH 03/11] ARM: exynos: "
` [PATCH 04/11] powerpc/fsp2: "
` [PATCH 05/11] powerpc/wii: "
` [PATCH 06/11] cdx: "
` [PATCH 07/11] clk: imx: imx27: "
` [PATCH 08/11] clk: imx: imx31: "
` [PATCH 09/11] dmaengine: fsl_raid: "
` [PATCH 10/11] media: samsung: exynos4-is: "
` [PATCH 11/11] cpufreq: s5pv210: "

[PATCH] dt-bindings: interrupt-controller: arm: Drop redundant node name restrictions
 2026-01-05 13:26 UTC  (3+ messages)

SMP boot issue during system resume
 2026-01-05 13:19 UTC  (5+ messages)

[PATCH v3 0/3] Add support for Variscite DART-MX95 and Sonata board
 2026-01-05 13:10 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: arm: fsl: add Variscite DART-MX95 Boards
` [PATCH v3 2/3] arm64: dts: freescale: Add support for Variscite DART-MX95
` [PATCH v3 3/3] arm64: dts: imx95-var-dart: Add support for Variscite Sonata board

[PATCH 1/3] ata: ahci-dwc: Simplify with scoped for each OF child loop
 2026-01-05 13:05 UTC  (3+ messages)

[PATCH v1 00/13] arm64: Refactor TLB invalidation API and implementation
 2026-01-05 13:03 UTC  (7+ messages)
` [PATCH v1 03/13] arm64: mm: Implicitly invalidate user ASID based on TLBI operation

[PATCH 0/2] Add Apple Silicon SMC power driver
 2026-01-05 12:56 UTC  (3+ messages)
` [PATCH 1/2] power: supply: Add macsmc-power driver for Apple Silicon
` [PATCH 2/2] mfd: macsmc: Wire up Apple SMC power driver

[PATCH v4 00/15] Add support for Microchip LAN969x
 2026-01-05 12:46 UTC  (3+ messages)
` [PATCH v4 04/15] dt-bindings: spi: at91: add microchip,lan9691-spi

[PATCH net-next v11 0/3] STP/RSTP SWITCH support for PRU-ICSSM Ethernet driver
 2026-01-05 12:23 UTC  (4+ messages)
` [PATCH net-next v11 1/3] net: ti: icssm-prueth: Add helper functions to configure and maintain FDB
` [PATCH net-next v11 2/3] net: ti: icssm-prueth: Add switchdev support for icssm_prueth driver
` [PATCH net-next v11 3/3] net: ti: icssm-prueth: Add support for ICSSM RSTP switch

[PATCH v2 0/8] dma-mapping: arm64: support batched cache sync
 2026-01-05 12:28 UTC  (3+ messages)
` [PATCH v2 4/8] dma-mapping: Separate DMA sync issuing and completion waiting

[PATCH v3 0/9] phy: convert from clk round_rate() to determine_rate()
 2026-01-05 12:14 UTC  (4+ messages)
` [PATCH v3 9/9] phy: ti: phy-j721e-wiz: convert from "

[PATCH RESEND] thermal: broadcom: Use clamp to simplify bcm2835_thermal_temp2adc
 2026-01-05 12:13 UTC 

[PATCH] soc: fsl: qe: Simplify with scoped for each OF child loop
 2026-01-05 12:10 UTC  (2+ messages)

[PATCH v2 0/3] net: stmmac: socfpga: support both stmmaceth-ocp and ahb reset names
 2026-01-05 12:08 UTC  (4+ messages)
` [PATCH v2 1/3] net: stmmac: socfpga: add call to assert/deassert ahb reset line
` [PATCH v2 2/3] Revert "arm: dts: socfpga: use reset-name "stmmaceth-ocp" instead of "ahb""
` [PATCH v2 3/3] dt-bindings: net: altr,socfpga-stmmac: deprecate 'stmmaceth-ocp'

[PATCH 0/7] arm64: dts: imx952: Enable various node for i.MX952-EVK
 2026-01-05 11:48 UTC  (8+ messages)
` [PATCH 1/7] arm64: dts: imx952: Add idle-states node
` [PATCH 2/7] arm64: dts: imx952-evk: Enable I2C[2,3,4,6,7] bus
` [PATCH 3/7] arm64: dts: imx952-evk: Enable UART5
` [PATCH 4/7] arm64: dts: imx952-evk: Enable SPI7
` [PATCH 5/7] arm64: dts: imx952-evk: Enable USB[1,2]
` [PATCH 6/7] arm64: dts: imx952-evk: Enable wdog3
` [PATCH 7/7] arm64: dts: imx952-evk: Add nxp,ctrl-ids for scmi misc

[PATCH] media: samsung: exynos4-is: Simplify with scoped for each OF child loop
 2026-01-05 11:43 UTC  (3+ messages)

[PATCH v2] arm64: dts: exynosautov920: Add DT node for all I2C ports
 2026-01-05 11:42 UTC  (5+ messages)

[PATCH v3 0/2] firmware: arm_scmi/imx: Support dump syslog
 2026-01-05 12:49 UTC  (3+ messages)

[PATCH v1 0/1] Fix filter mode register issue
 2026-01-05 11:29 UTC  (4+ messages)
` [PATCH v1 1/1] media: rkisp1: Fix filter mode register configuration

[PATCH 1/1] arm64: dts: imx8mp-skov: add pinctrl-name 'reset' to fix CHECK_DTB warning
 2026-01-05 11:14 UTC  (2+ messages)

[PATCH v5 05/21] paravirt: Remove asm/paravirt_api_clock.h
 2026-01-05 11:05 UTC  (4+ messages)
` [PATCH v5 06/21] sched: Move clock related paravirt code to kernel/sched
` [PATCH v5 07/21] arm/paravirt: Use common code for paravirt_steal_clock()
` [PATCH v5 08/21] arm64/paravirt: "

[PATCH 1/2] bus: qcom-ebi2: Simplify with scoped for each OF child loop
 2026-01-05 10:49 UTC  (3+ messages)
` [PATCH 2/2] bus: stm32_firewall: "

[PATCH 1/3] PCI: mvebu: Simplify with scoped for each OF child loop
 2026-01-05 10:37 UTC  (6+ messages)
` [PATCH 2/3] PCI: pnv_php: "
` [PATCH 3/3] PCI: rpaphp: "

[PATCH] perf vendor events arm64: Remove uncountable events
 2026-01-05 10:23 UTC  (5+ messages)

[PATCH v5.10] cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()
 2026-01-05  9:57 UTC 

[PATCH] pinctrl: at91-pio4: Add sama7d65 pio4 support
 2026-01-05  9:59 UTC 

[PATCH net-next] net: airoha: Use gdm port enum value whenever possible
 2026-01-05  9:40 UTC 

[PATCH] ARM: omap2: Fix reference count leaks in omap_control_init()
 2026-01-05  9:27 UTC  (2+ messages)

[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
 2026-01-05  9:16 UTC  (5+ messages)

[PATCH v4 0/8] clk: amlogic: Add A5 SoC PLLs and Peripheral clock
 2026-01-05  9:14 UTC  (5+ messages)
` [PATCH v4 5/8] clk: amlogic: Add A5 clock peripherals controller driver

[PATCH v5 00/17] ARM Error Source Table V2 Support
 2026-01-05  9:12 UTC  (3+ messages)

[PATCH 0/2] arm64: dts: rockchip: Add rk3576 evb2 board
 2026-01-05  9:11 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: "

[PATCH net-next 0/2] net: airoha: Init Block Ack memory region for MT7996 NPU offloading
 2026-01-05  9:02 UTC  (3+ messages)
` [PATCH net-next 1/2] dt-bindings: net: airoha: npu: Add BA memory region
` [PATCH net-next 2/2] net: airoha: npu: Init BA memory region if provided via DTS

[PATCH v3 0/2] Add OrangePi 6 Plus board
 2026-01-05  9:05 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: arm: cix: add "
    ` 回复: "


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