messages from 2025-03-14 17:40:11 to 2025-03-16 08:06:19 UTC [more...]
Patch "Fix mmu notifiers for range-based invalidates" has been added to the 6.12-stable tree
2025-03-16 8:02 UTC
[PATCH 0/3] Rockchip IOMMU fixes
2025-03-16 5:03 UTC (2+ messages)
[PATCH bpf-next v4 00/25] Resilient Queued Spin Lock
2025-03-16 4:05 UTC (26+ messages)
` [PATCH bpf-next v4 01/25] locking: Move MCS struct definition to public header
` [PATCH bpf-next v4 02/25] locking: Move common qspinlock helpers to a private header
` [PATCH bpf-next v4 03/25] locking: Allow obtaining result of arch_mcs_spin_lock_contended
` [PATCH bpf-next v4 04/25] locking: Copy out qspinlock.c to kernel/bpf/rqspinlock.c
` [PATCH bpf-next v4 05/25] rqspinlock: Add rqspinlock.h header
` [PATCH bpf-next v4 06/25] rqspinlock: Drop PV and virtualization support
` [PATCH bpf-next v4 07/25] rqspinlock: Add support for timeouts
` [PATCH bpf-next v4 08/25] rqspinlock: Hardcode cond_acquire loops for arm64
` [PATCH bpf-next v4 09/25] rqspinlock: Protect pending bit owners from stalls
` [PATCH bpf-next v4 10/25] rqspinlock: Protect waiters in queue "
` [PATCH bpf-next v4 11/25] rqspinlock: Protect waiters in trylock fallback "
` [PATCH bpf-next v4 12/25] rqspinlock: Add deadlock detection and recovery
` [PATCH bpf-next v4 13/25] rqspinlock: Add a test-and-set fallback
` [PATCH bpf-next v4 14/25] rqspinlock: Add basic support for CONFIG_PARAVIRT
` [PATCH bpf-next v4 15/25] rqspinlock: Add helper to print a splat on timeout or deadlock
` [PATCH bpf-next v4 16/25] rqspinlock: Add macros for rqspinlock usage
` [PATCH bpf-next v4 17/25] rqspinlock: Add entry to Makefile, MAINTAINERS
` [PATCH bpf-next v4 18/25] rqspinlock: Add locktorture support
` [PATCH bpf-next v4 19/25] bpf: Convert hashtab.c to rqspinlock
` [PATCH bpf-next v4 20/25] bpf: Convert percpu_freelist.c "
` [PATCH bpf-next v4 21/25] bpf: Convert lpm_trie.c "
` [PATCH bpf-next v4 22/25] bpf: Introduce rqspinlock kfuncs
` [PATCH bpf-next v4 23/25] bpf: Implement verifier support for rqspinlock
` [PATCH bpf-next v4 24/25] bpf: Maintain FIFO property for rqspinlock unlock
` [PATCH bpf-next v4 25/25] selftests/bpf: Add tests for rqspinlock
[PATCH v12 00/13] PCI: Use device bus range info to cleanup RC Host/EP pci_fixup_addr()
2025-03-16 1:34 UTC (22+ messages)
` [PATCH v12 01/13] PCI: dwc: Use resource start as iomap() input in dw_pcie_pme_turn_off()
` [PATCH v12 02/13] PCI: dwc: Rename cpu_addr to parent_bus_addr for ATU configuration
` [PATCH v12 03/13] PCI: dwc: Call devm_pci_alloc_host_bridge() early in dw_pcie_host_init()
` [PATCH v12 04/13] PCI: dwc: Consolidate devicetree handling in dw_pcie_host_get_resources()
` [PATCH v12 05/13] PCI: dwc: Add dw_pcie_parent_bus_offset()
` [PATCH v12 06/13] PCI: dwc: Add dw_pcie_parent_bus_offset() checking and debug
` [PATCH v12 07/13] PCI: dwc: Use devicetree 'reg[config]' to derive CPU -> ATU addr offset
` [PATCH v12 08/13] PCI: dwc: ep: Call epc_create() early in dw_pcie_ep_init()
` [PATCH v12 09/13] PCI: dwc: ep: Consolidate devicetree handling in dw_pcie_ep_get_resources()
` [PATCH v12 10/13] PCI: dwc: ep: Use devicetree 'reg[addr_space]' to derive CPU -> ATU addr offset
` [PATCH v12 11/13] PCI: dwc: ep: Ensure proper iteration over outbound map windows
` [PATCH v12 12/13] PCI: dwc: Use parent_bus_offset to remove need for .cpu_addr_fixup()
` [PATCH v12 13/13] PCI: imx6: Remove cpu_addr_fixup()
[soc:k3/dt] BUILD SUCCESS 377fde74eae4abcbcd5475676d58fb595a07ff85
2025-03-16 0:04 UTC
[PATCH v5 00/11] perf: Support multiple system call tables in the build
2025-03-15 23:02 UTC (10+ messages)
[PATCH] arm64: dts: rockchip: Allow Turing RK1 cooling fan to spin down
2025-03-15 20:48 UTC
[PATCH v3 3/3] soc: aspeed: lpc-pcc: Add PCC controller support
2025-03-15 19:41 UTC (2+ messages)
[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-03-15 18:49 UTC (15+ messages)
` [PATCH hyperv-next v6 01/11] arm64: kvm, smccc: Introduce and use API for detecting hypervisor presence
` [PATCH hyperv-next v6 02/11] arm64: hyperv: Use SMCCC to detect "
` [PATCH hyperv-next v6 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v6 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v6 05/11] arm64: hyperv: Initialize the Virtual Trust Level field
` [PATCH hyperv-next v6 06/11] arm64, x86: hyperv: Report the VTL the system boots in
` [PATCH hyperv-next v6 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties
` [PATCH hyperv-next v6 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v6 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()
` [PATCH hyperv-next v6 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v6 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
[PATCH] iio: adc: rockchip: Fix clock initialization sequence
2025-03-15 18:40 UTC (3+ messages)
[PATCH v6 00/10] Support ROHM BD79124 ADC
2025-03-15 18:28 UTC (3+ messages)
[soc:for-next] BUILD SUCCESS 69e7831ba231cdf8db6d2119f118e8ec9fa2ee8f
2025-03-15 17:59 UTC
[soc:arm/fixes] BUILD SUCCESS 45d5fe1c53baaed1fb3043f45d1e15ebb4bbe86a
2025-03-15 17:59 UTC
[net-next PATCH v13 00/14] net: dsa: Add Airoha AN8855 support
2025-03-15 17:12 UTC (15+ messages)
` [net-next PATCH v13 01/14] dt-bindings: nvmem: Document support for Airoha AN8855 Switch EFUSE
` [net-next PATCH v13 02/14] dt-bindings: net: Document support for Airoha AN8855 Switch Virtual MDIO
` [net-next PATCH v13 03/14] dt-bindings: net: dsa: Document support for Airoha AN8855 DSA Switch
` [net-next PATCH v13 04/14] dt-bindings: net: Document support for AN8855 Switch Internal PHY
` [net-next PATCH v13 05/14] dt-bindings: mfd: Document support for Airoha AN8855 Switch SoC
` [net-next PATCH v13 06/14] net: mdio: regmap: prepare support for multiple valid addr
` [net-next PATCH v13 07/14] net: mdio: regmap: add support for C45 read/write
` [net-next PATCH v13 08/14] net: mdio: regmap: add support for multiple valid addr
` [net-next PATCH v13 09/14] net: mdio: regmap: add OF support
` [net-next PATCH v13 10/14] mfd: an8855: Add support for Airoha AN8855 Switch MFD
` [net-next PATCH v13 11/14] net: mdio: Add Airoha AN8855 Switch MDIO Passtrough
` [net-next PATCH v13 12/14] nvmem: an8855: Add support for Airoha AN8855 Switch EFUSE
` [net-next PATCH v13 14/14] net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY
[GIT PULL] Rockchip dts64 changes for 6.15 #2
2025-03-15 15:46 UTC
[PATCH bpf-next 00/11] bpf: Mitigate Spectre v1 using barriers
2025-03-15 15:20 UTC (10+ messages)
` [PATCH bpf-next 01/11] bpf: Move insn if/else into do_check_insn()
` [PATCH bpf-next 02/11] bpf: Return -EFAULT on misconfigurations
` [PATCH bpf-next 03/11] bpf: Return -EFAULT on internal errors
[PATCH net-next v2] net: airoha: Validate egress gdm port in airoha_ppe_foe_entry_prepare()
2025-03-15 14:59 UTC (3+ messages)
[PATCH v4 0/8] Add STM32MP25 LPTIM support: MFD, PWM, IIO, counter, clocksource
2025-03-15 12:56 UTC (8+ messages)
` [PATCH v4 1/8] dt-bindings: mfd: stm32-lptimer: add support for stm32mp25
` [PATCH v4 2/8] "
` [PATCH v4 3/8] iio: trigger: "
` [PATCH v4 4/8] clocksource: "
` [PATCH v4 5/8] pwm: stm32-lp: "
` [PATCH v4 6/8] arm64: defconfig: enable STM32 LP timer clockevent driver
[PATCH 0/5] Add PMIC and SPMI driver for mt8196
2025-03-15 12:50 UTC (3+ messages)
` [PATCH 1/5] pmic: mediatek: Add pmic auxadc driver
[PATCH v2] ARM: dts: imx51-digi-connectcore-som: Fix MMA7455 compatible
2025-03-15 12:10 UTC
[PATCH] ARM: dts: imx51-digi-connectcore-som: Fix MMX7455 compatible
2025-03-15 12:08 UTC
[net-next PATCH v12 00/13] net: dsa: Add Airoha AN8855 support
2025-03-15 10:52 UTC (13+ messages)
` [net-next PATCH v12 07/13] net: mdio: regmap: add support for multiple valid addr
` [net-next PATCH v12 09/13] mfd: an8855: Add support for Airoha AN8855 Switch MFD
[PATCH 4/5] media: vcodec: Implement manual request completion
2025-03-15 10:36 UTC (3+ messages)
[PATCH 6.1] media: mediatek: vcodec: Fix VP8 stateless decoder smatch warning
2025-03-15 10:29 UTC
[PATCH] ARM: dts: opos6ul: add ksz8081 phy properties
2025-03-15 9:25 UTC (2+ messages)
[PATCH v2] dt-bindings: rng: rockchip,rk3588-rng: Drop unnecessary status from example
2025-03-15 9:16 UTC (2+ messages)
[PATCH] dt-bindings: rng: rockchip,rk3588-rng.: Drop unnecessary status from example
2025-03-15 9:15 UTC (2+ messages)
[PATCH v5 0/5] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
2025-03-15 9:12 UTC (6+ messages)
` [PATCH v5 1/5] KVM: arm64: PMU: Set raw values from user to PM{C,I}NTEN{SET,CLR}, PMOVS{SET,CLR}
` [PATCH v5 2/5] KVM: arm64: PMU: Assume PMU presence in pmu-emul.c
` [PATCH v5 3/5] KVM: arm64: PMU: Fix SET_ONE_REG for vPMC regs
` [PATCH v5 4/5] KVM: arm64: PMU: Reload when user modifies registers
` [PATCH v5 5/5] KVM: arm64: PMU: Reload when resetting
[PATCH v2 0/6] drm/panfrost: Add support for AARCH64_4K page table format
2025-03-15 8:47 UTC (10+ messages)
` [PATCH v2 1/6] drm/panfrost: Set IOMMU_CACHE flag
` [PATCH v2 2/6] drm/panfrost: Use GPU_MMU_FEATURES_VA_BITS/PA_BITS macros
` [PATCH v2 3/6] drm/panfrost: Set HW_FEATURE_AARCH64_MMU feature flag on Bifrost models
` [PATCH v2 4/6] drm/panfrost: Add support for AARCH64_4K page table format
` [PATCH v2 5/6] drm/panfrost: Force AARCH64_4K page table format on MediaTek MT8188
` [PATCH v2 6/6] drm/panfrost: Force AARCH64_4K page table format on MediaTek MT8192
[bug report] arm64/mm: Clear PXX_TYPE_MASK and set PXD_TYPE_SECT in [pmd|pud]_mkhuge()
2025-03-15 8:28 UTC (3+ messages)
[PATCH v3 0/6] RK3576 thermal sensor support, including OTP trim adjustments
2025-03-15 8:20 UTC (3+ messages)
` [PATCH v3 3/6] thermal: rockchip: Support RK3576 SoC in the thermal driver
[PATCH v2 00/12] arm64: dts: freescale: Add support for the GOcontroll Moduline Display
2025-03-15 7:33 UTC (4+ messages)
` [PATCH v2 03/12] dt-bindings: connector: Add the GOcontroll Moduline module slot bindings
[PATCH v2] perf libunwind: Fixup conversion perf_sample->user_regs to a pointer
2025-03-15 1:11 UTC (2+ messages)
✅ PASS: Test report for for-kernelci (6.14.0-rc6, upstream-arm-next, a5618886)
2025-03-14 23:43 UTC
[PATCH 0/8] arm64: mediatek: mt8186-corsola: Consolidate and add new devices
2025-03-14 23:43 UTC (8+ messages)
` [PATCH 1/8] dt-bindings: HID: i2c-hid: elan: Introduce Elan eKTH8D18
` [PATCH 2/8] dt-bindings: arm: mediatek: Merge MT8186 Voltorb entries
` [PATCH 3/8] dt-bindings: arm: mediatek: Add MT8186 Squirtle Chromebooks
[PATCH v4 0/3] Count pKVM stage-2 usage in secondary pagetable stat
2025-03-14 23:11 UTC (2+ messages)
[PATCH v3 0/4] KVM: arm64: Fix initializing HCRX_EL2 and other traps in pKVM
2025-03-14 23:11 UTC (2+ messages)
[PATCH] iommu: apple-dart: fix potential null pointer deref
2025-03-14 23:51 UTC (2+ messages)
[PATCH bpf-next v3 00/25] Resilient Queued Spin Lock
2025-03-14 23:49 UTC (2+ messages)
[PATCH v11 06/11] PCI: dwc: Use devicetree 'ranges' property to get rid of cpu_addr_fixup() callback
2025-03-14 23:21 UTC (3+ messages)
[PATCH v3] drm: Add UAPI for the Asahi driver
2025-03-14 23:23 UTC
[PATCH] usb: dwc3: xilinx: Prevent spike in reset signal
2025-03-14 21:14 UTC (2+ messages)
[GIT PULL] arm64 fixes for -rc7
2025-03-14 21:03 UTC (3+ messages)
[PATCH] remoteproc: imx_dsp_rproc: Document run_stall struct member
2025-03-14 20:18 UTC (2+ messages)
[PATCH v6 0/2] Add support for GPU SMMU on QCS8300
2025-03-14 20:01 UTC (2+ messages)
` (subset) "
[PATCH v15 00/10] Coresight: Add Coresight TMC Control Unit driver
2025-03-14 20:01 UTC (2+ messages)
` (subset) "
[PATCH v6 00/10] Introduce /dev/mshv root partition driver
2025-03-14 19:28 UTC (10+ messages)
` [PATCH v6 01/10] hyperv: Log hypercall status codes as strings
` [PATCH v6 02/10] x86/mshyperv: Add support for extended Hyper-V features
` [PATCH v6 03/10] arm64/hyperv: Add some missing functions to arm64
` [PATCH v6 04/10] hyperv: Introduce hv_recommend_using_aeoi()
` [PATCH v6 05/10] acpi: numa: Export node_to_pxm()
` [PATCH v6 06/10] Drivers: hv: Export some functions for use by root partition module
` [PATCH v6 07/10] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v6 08/10] x86: hyperv: Add mshv_handler() irq handler and setup function
` [PATCH v6 09/10] hyperv: Add definitions for root partition driver to hv headers
[PATCH v5 00/10] Introduce /dev/mshv root partition driver
2025-03-14 19:25 UTC (3+ messages)
` [PATCH v5 10/10] Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
[PATCH] net: airoha: fix CONFIG_DEBUG_FS check
2025-03-14 19:02 UTC (2+ messages)
[PATCH v2 0/4] arm64/sysreg: Sort sysreg by encoding
2025-03-14 18:43 UTC (2+ messages)
` (subset) "
[PATCH v4 0/5] arm64: errata: Rework Spectre BHB mitigations to not assume "safe"
2025-03-14 18:42 UTC (2+ messages)
[PATCH v12 0/4] Support SMT control on arm64
2025-03-14 18:37 UTC (2+ messages)
[PATCH V3] arm64/mm: Define PTDESC_ORDER
2025-03-14 18:37 UTC (2+ messages)
[PATCH 0/4] arm64: mitigate CVE-2024-7881 in the absence of firmware mitigation
2025-03-14 18:37 UTC (2+ messages)
[PATCH v7 00/11] drm/bridge: add devm_drm_bridge_alloc() with bridge refcount
2025-03-14 18:21 UTC (8+ messages)
` [PATCH v7 02/11] drm/bridge: add support for refcounting
` [PATCH v7 05/11] drm/bridge: add a cleanup action for scope-based drm_bridge_put() invocation
` [PATCH v7 06/11] drm/bridge: get the bridge returned by drm_bridge_chain_get_first_bridge()
[PATCH v7 11/11] drm/bridge: samsung-dsim: use dynamic lifetime management
2025-03-14 18:18 UTC (2+ messages)
[PATCH v7 10/11] drm/bridge: ti-sn65dsi83: use dynamic lifetime management
2025-03-14 18:17 UTC (2+ messages)
[PATCH v7 09/11] drm/probe-helper: put the bridge returned by drm_bridge_chain_get_first_bridge()
2025-03-14 18:12 UTC (2+ messages)
[PATCH v7 08/11] drm/atomic-helper: put the bridge returned by drm_bridge_chain_get_first_bridge()
2025-03-14 18:12 UTC (2+ messages)
[PATCH v7 07/11] drm/mxsfb: put the bridge returned by drm_bridge_chain_get_first_bridge()
2025-03-14 18:11 UTC (2+ messages)
[PATCH v7 04/11] drm/bridge: get/put the bridge reference in drm_bridge_attach/detach()
2025-03-14 18:05 UTC (2+ messages)
[PATCH v7 03/11] drm/bridge: get/put the bridge reference in drm_bridge_add/remove()
2025-03-14 18:04 UTC (2+ messages)
[PATCH net-next] net: stmmac: remove unnecessary stmmac_mac_set() in stmmac_release()
2025-03-14 18:02 UTC
[PATCH net-next] net: stmmac: remove redundant racy tear-down in stmmac_dvr_remove()
2025-03-14 18:02 UTC
[PATCH v7 01/11] drm/bridge: add devm_drm_bridge_alloc()
2025-03-14 17:58 UTC (2+ messages)
[PATCH] watchdog: aspeed: fix 64-bit division
2025-03-14 17:55 UTC (5+ messages)
[PATCH] perf script: Fix typo in branch event mask
2025-03-14 17:43 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).