messages from 2025-11-06 01:20:45 to 2025-11-06 10:03:24 UTC [more...]
[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
2025-11-06 10:02 UTC (35+ messages)
` [PATCH v5 01/34] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH v5 02/34] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
` [PATCH v5 03/34] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v5 04/34] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v5 05/34] ARM: vdso: gettimeofday: "
` [PATCH v5 06/34] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v5 07/34] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v5 08/34] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v5 09/34] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v5 10/34] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v5 11/34] random: vDSO: Add explicit includes
` [PATCH v5 12/34] vdso/gettimeofday: "
` [PATCH v5 13/34] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v5 14/34] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v5 15/34] vdso/datapage: Trim down unnecessary includes
` [PATCH v5 16/34] random: vDSO: trim vDSO includes
` [PATCH v5 17/34] random: vDSO: remove ifdeffery
` [PATCH v5 18/34] random: vDSO: split out datapage update into helper functions
` [PATCH v5 19/34] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v5 20/34] s390/time: Set up vDSO datapage later
` [PATCH v5 21/34] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v5 22/34] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v5 23/34] vdso/datastore: Allocate data pages dynamically
` [PATCH v5 24/34] sparc64: vdso: Link with -z noexecstack
` [PATCH v5 25/34] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v5 26/34] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v5 27/34] sparc64: vdso: Move hardware counter read into header
` [PATCH v5 28/34] sparc64: vdso: Move syscall fallbacks "
` [PATCH v5 29/34] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v5 30/34] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v5 31/34] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v5 32/34] sparc64: vdso2c: Remove symbol handling
` [PATCH v5 33/34] sparc64: vdso: Implement clock_gettime64()
` [PATCH v5 34/34] clocksource: remove ARCH_CLOCKSOURCE_DATA
[PATCH net-next v2 00/11] net: stmmac: ingenic: convert to set_phy_intf_sel()
2025-11-06 10:01 UTC (18+ messages)
` [PATCH net-next v2 01/11] net: stmmac: ingenic: move ingenic_mac_init()
` [PATCH net-next v2 02/11] net: stmmac: ingenic: simplify jz4775 mac_set_mode()
` [PATCH net-next v2 03/11] net: stmmac: ingenic: use PHY_INTF_SEL_xxx to select PHY interface
` [PATCH net-next v2 04/11] net: stmmac: ingenic: use PHY_INTF_SEL_x directly
` [PATCH net-next v2 05/11] net: stmmac: ingenic: prep PHY_INTF_SEL_x field after switch()
` [PATCH net-next v2 06/11] net: stmmac: ingenic: use stmmac_get_phy_intf_sel()
` [PATCH net-next v2 07/11] net: stmmac: ingenic: move "MAC PHY control register" debug
` [PATCH net-next v2 08/11] net: stmmac: ingenic: simplify mac_set_mode() methods
` [PATCH net-next v2 09/11] net: stmmac: ingenic: simplify x2000 mac_set_mode()
` [PATCH net-next v2 10/11] net: stmmac: ingenic: pass ingenic_mac struct rather than plat_dat
` [PATCH net-next v2 11/11] net: stmmac: ingenic: use ->set_phy_intf_sel()
[PATCH RESEND 0/3] PCI: meson: Fix the parsing of DBI region
2025-11-06 10:00 UTC (8+ messages)
` [PATCH RESEND 1/3] dt-bindings: PCI: amlogic: Fix the register name of the "
` [PATCH RESEND 3/3] PCI: meson: Fix parsing the DBI register region
[PATCH net-next 0/11] net: stmmac: ingenic: convert to set_phy_intf_sel()
2025-11-06 9:54 UTC (13+ messages)
` [PATCH net-next 01/11] net: stmmac: ingenic: move ingenic_mac_init()
` [PATCH net-next 02/11] net: stmmac: ingenic: simplify jz4775 mac_set_mode()
` [PATCH net-next 03/11] net: stmmac: ingenic: use PHY_INTF_SEL_xxx to select PHY interface
` [PATCH net-next 04/11] net: stmmac: ingenic: use PHY_INTF_SEL_x directly
` [PATCH net-next 09/11] net: stmmac: ingenic: simplify x2000 mac_set_mode()
[PATCH net-next v15 00/15] net: phy: Introduce PHY ports representation
2025-11-06 9:47 UTC (16+ messages)
` [PATCH net-next v15 01/15] dt-bindings: net: Introduce the ethernet-connector description
` [PATCH net-next v15 02/15] net: ethtool: Introduce ETHTOOL_LINK_MEDIUM_* values
` [PATCH net-next v15 03/15] net: phy: Introduce PHY ports representation
` [PATCH net-next v15 04/15] net: phy: dp83822: Add support for phy_port representation
` [PATCH net-next v15 05/15] dt-bindings: net: dp83822: Deprecate ti,fiber-mode
` [PATCH net-next v15 06/15] net: phy: Create a phy_port for PHY-driven SFPs
` [PATCH net-next v15 07/15] net: phy: Introduce generic SFP handling for PHY drivers
` [PATCH net-next v15 08/15] net: phy: marvell-88x2222: Support SFP through phy_port interface
` [PATCH net-next v15 09/15] net: phy: marvell: "
` [PATCH net-next v15 10/15] net: phy: marvell10g: Support SFP through phy_port
` [PATCH net-next v15 11/15] net: phy: at803x: Support SFP through phy_port interface
` [PATCH net-next v15 12/15] net: phy: qca807x: "
` [PATCH net-next v15 13/15] net: phy: Only rely on phy_port for PHY-driven SFP
` [PATCH net-next v15 14/15] net: phy: dp83822: Add SFP support through the phy_port interface
` [PATCH net-next v15 15/15] Documentation: networking: Document the phy_port infrastructure
[PATCH v11 0/9] support FEAT_LSUI
2025-11-06 9:40 UTC (10+ messages)
` [PATCH v11 1/9] arm64: cpufeature: add FEAT_LSUI
` [PATCH v11 2/9] KVM: arm64: expose FEAT_LSUI to guest
` [PATCH v11 3/9] KVM: arm64: kselftest: set_id_regs: add test for FEAT_LSUI
` [PATCH v11 4/9] arm64: Kconfig: Detect toolchain support for LSUI
` [PATCH v11 5/9] arm64: futex: refactor futex atomic operation
` [PATCH v11 6/9] arm64: futex: support futex with FEAT_LSUI
` [PATCH v11 7/9] arm64: separate common LSUI definitions into lsui.h
` [PATCH v11 8/9] arm64: armv8_deprecated: convert user_swpX to inline function
` [PATCH v11 9/9] arm64: armv8_deprecated: apply FEAT_LSUI for swpX emulation
[PATCH v2 0/3] bus: rifsc: add stm32mp21 support and config dump debug entry
2025-11-06 9:31 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: bus: add stm32mp21 RIFSC compatible
` [PATCH v2 2/3] arm64: dts: st: set RIFSC as an access controller on stm32mp21x platforms
` [PATCH v2 3/3] bus: rifsc: add debugfs entry to dump the firewall configuration
[PATCH v2] spi: aspeed: Use devm_iounmap() to unmap devm_ioremap() memory
2025-11-06 9:19 UTC
[PATCH] dt-bindings: nvmem: mediatek: efuse: Add compatible for MT8189 SoC
2025-11-06 9:11 UTC (2+ messages)
[PATCH v3 00/13] arm64: dts: mediatek: Add Openwrt One AP functionality
2025-11-06 9:07 UTC (4+ messages)
` [PATCH v3 08/13] dt-bindings: net: mediatek,net: Correct bindings for MT7981
` (subset) [PATCH v3 00/13] arm64: dts: mediatek: Add Openwrt One AP functionality
[PATCH v2 0/5] Add Bananapi R4 Pro support
2025-11-06 9:05 UTC (5+ messages)
` [PATCH v2 1/5] dt-bindings: pinctrl: mt7988: allow gpio-hogs
` (subset) [PATCH v2 0/5] Add Bananapi R4 Pro support
[PATCH 0/5] Add GPIO interrupt support for Amlogic S6 S7 and S7D
2025-11-06 9:00 UTC (3+ messages)
` [PATCH 1/5] dt-bindings: interrupt-controller: Add support for Amlogic S6 S7 and S7D SoCs
[PATCH v2 00/15] SHA-3 library
2025-11-06 8:54 UTC (5+ messages)
[PATCH v2 1/2] ARM: dts: imx6dl-yapp43: Enable pwm-beeper on boards with speaker
2025-11-06 8:54 UTC (2+ messages)
` [PATCH v2 2/2] ARM: dts: imx6dl-yapp4: Model the RGB LED as a single multi-led part
[PATCH 1/2] ARM: dts: imx6dl-yapp43: Enable pwm-beeper on boards with speaker
2025-11-06 8:42 UTC (4+ messages)
` [PATCH 2/2] ARM: dts: imx6dl-yapp4: Model the RGB LED as a single multi-led part
[PATCH net-next 0/2] net: airoha: Allow mapping out-of-order DMA tx descriptors
2025-11-06 8:27 UTC (6+ messages)
` [PATCH net-next 2/2] net: airoha: Reorganize airoha_queue struct
[PATCH v2 0/2] Enable ETR and CTCU device for hamoa
2025-11-06 8:27 UTC (4+ messages)
` [PATCH v2 1/2] dt-binding: arm: add "
` [PATCH v2 2/2] arm64: dts: qcom: hamoa: enable ETR and CTCU devices
[PATCH net-next v3 0/4] Add AST2600 RGMII delay into ftgmac100
2025-11-06 8:25 UTC (11+ messages)
` [PATCH net-next v3 1/4] dt-bindings: net: ftgmac100: Add delay properties for AST2600
[PATCH v8 00/17] kexec: introduce Kexec HandOver (KHO)
2025-11-06 8:24 UTC (9+ messages)
` [PATCH v8 01/17] memblock: add MEMBLOCK_RSRV_KERN flag
[PATCH v5 0/5] Enable Remote GPIO over RPMSG on i.MX Platform
2025-11-06 8:12 UTC (5+ messages)
` [PATCH v5 2/5] remoteproc: imx_rproc: Populate devices under "rpmsg" subnode
` [PATCH v5 4/5] gpio: imx-rpmsg: add imx-rpmsg GPIO driver
[PATCH v5 0/4] PCI: Keystone: Enable loadable module support
2025-11-06 8:10 UTC (6+ messages)
` [PATCH v5 4/4] PCI: keystone: Add support to build as a loadable module
[PATCH 0/4 v3] PCI: s32g: Add support for PCIe controller
2025-11-06 8:09 UTC (6+ messages)
` [PATCH 1/4 v3] dt-bindings: PCI: s32g: Add NXP "
[PATCH] spi: aspeed: Use devm_iounmap() to unmap devm_ioremap() memory
2025-11-06 8:02 UTC (5+ messages)
[PATCH 3/4 v3] PCI: s32g: Add initial PCIe support (RC)
2025-11-06 7:50 UTC (5+ messages)
Overhead of arm64 LSE per-CPU atomics?
2025-11-06 7:44 UTC (11+ messages)
[PATCH v4 00/21] arm64: Move kernel mode FPSIMD buffer to the stack
2025-11-06 7:15 UTC (7+ messages)
` [PATCH v4 01/21] crypto/arm64: aes-ce-ccm - Avoid pointless yield of the NEON unit
` [PATCH v4 02/21] crypto/arm64: sm4-ce-ccm "
` [PATCH v4 03/21] crypto/arm64: sm4-ce-gcm "
[PATCH] m68k: coldfire: Add RNG support for MCF54418
2025-11-06 7:10 UTC
[PATCH v3] PCI: dw-rockchip: Prevent advertising L1 Substates support
2025-11-06 7:06 UTC (3+ messages)
[PATCH v2] PCI: cadence: Enable support for applying lane equalization presets
2025-11-06 6:53 UTC (3+ messages)
TI K3 AM69 Kernel Panic when PCIe Controller is Enabled
2025-11-06 6:43 UTC (4+ messages)
[PATCH] ALSA: hda/senary: Replace magic numbers with defined constants
2025-11-06 6:36 UTC
[PATCH] ALSA: hda/senary: Fix potential resource leak in set_beep_amp
2025-11-06 6:35 UTC
[PATCH] [PATCH v3] ALSA: hda/conexant: Fix pop noise on CX11880/SN6140 codecs
2025-11-06 6:34 UTC
[PATCH] ALSA: au88x0: Fix array bounds warning in EQ drivers
2025-11-06 6:33 UTC
[PATCH v5 0/8] Enable video decoder & encoder for MT8189
2025-11-06 6:13 UTC (9+ messages)
` [PATCH v5 1/8] dt-bindings: media: mediatek: decoder: Add MT8189 mediatek,vcodec-decoder
` [PATCH v5 2/8] media: mediatek: vcodec: add decoder compatible to support MT8189
` [PATCH v5 3/8] media: mediatek: vcodec: add profile and level supporting for MT8189
` [PATCH v5 4/8] media: mediatek: vcodec: Add single core VP9 decoding support "
` [PATCH v5 5/8] media: mediatek: vcodec: fix vp9 4096x2176 fail for profile2
` [PATCH v5 6/8] media: mediatek: vcodec: fix media device node number
` [PATCH v5 7/8] dt-bindings: media: Add MT8189 mediatek,vcodec-encoder
` [PATCH v5 8/8] media: mediatek: encoder: Add MT8189 encoder compatible data
[PATCH 00/11] remoteproc: imx_dsp_rproc: Refactor to use new ops and remove switch-case logic
2025-11-06 6:13 UTC (13+ messages)
` [PATCH 01/11] remoteproc: imx_dsp_rproc: simplify power domain attach and error handling
` [PATCH 02/11] remoteproc: imx_dsp_rproc: Use devm_rproc_add() helper
` [PATCH 03/11] remoteproc: imx_dsp_rproc: Use devm_pm_runtime_enable() helper
` [PATCH 04/11] remoteproc: imx_dsp_rproc: Use dev_err_probe() for firmware and mode errors
` [PATCH 05/11] remoteproc: imx_dsp_rproc: Drop extra space
` [PATCH 06/11] remoteproc: imx_dsp_rproc: Use start/stop/detect_mode ops from imx_rproc_dcfg
` [PATCH 07/11] remoteproc: imx_dsp_rproc: Move imx_dsp_rproc_dcfg closer to imx_dsp_rproc_of_match
` [PATCH 08/11] remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_MMIO switch case
` [PATCH 09/11] remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_SCU_API "
` [PATCH 10/11] remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_RESET_CONTROLLER "
` [PATCH 11/11] remoteproc: imx_rproc: Remove enum imx_rproc_method
[PATCH] drm/sun4i: Cleanup v3s mixer config fields ordering and indentation
2025-11-06 6:01 UTC (3+ messages)
[PATCH] Documentation: parport-lowlevel: Separate function listing code blocks
2025-11-06 5:55 UTC (2+ messages)
[PATCH] ALSA: hda/senary: Replace magic numbers with defined constants
2025-11-06 5:39 UTC
[PATCH v6 00/11] Add mt8189 dts evaluation board and Makefile
2025-11-06 5:33 UTC (5+ messages)
[PATCH v4 0/3] add sysfs nodes to configure TPDA's registers
2025-11-06 5:21 UTC (2+ messages)
[PATCH v4 0/3] coresight: add static TPDM support
2025-11-06 5:20 UTC (2+ messages)
[PATCH 00/15] crypto: zynqmp-aes-gcm: Bug fixes and aes-gcm support for Versal
2025-11-06 4:33 UTC (3+ messages)
` [PATCH 09/15] crypto: zynqmp-aes-gcm: Fix setkey operation to select HW keys
[PATCH 0/3] arm64: topology: Improve cpuinfo_avg_freq for ARM64
2025-11-06 4:12 UTC (3+ messages)
` [PATCH 1/3] arm64: topology: Improve AMU-based frequency calculation
[PATCH] ARM: dts: aspeed: clemente: add gpio line name to io expander
2025-11-06 3:28 UTC
[PATCH] ALSA: hda/senary: Fix potential resource leak in set_beep_amp
2025-11-06 3:18 UTC
[PATCH] soc: imx93: fix missing clock disable in remove path
2025-11-06 3:08 UTC
[PATCH v8 00/10] Add Type-C DP support for RK3399 EVB IND board
2025-11-06 3:06 UTC (4+ messages)
` [PATCH v8 03/10] drm/bridge: Implement generic USB Type-C DP HPD bridge
[PATCH] [PATCH v3] ALSA: hda/conexant: Fix pop noise on CX11880/SN6140 codecs
2025-11-06 2:45 UTC
[PATCH 0/3] Add Amlogic stateless H.264 video decoder for S4
2025-11-06 2:44 UTC (7+ messages)
[PATCH net-next v2 0/4] net: stmmac: socfpga: Add Agilex5 platform support and enhancements
2025-11-06 2:40 UTC (2+ messages)
[PATCH v4 0/2] Add Google Tensor SoC USB controller support
2025-11-06 2:38 UTC (8+ messages)
` [PATCH v4 2/2] usb: dwc3: Add Google Tensor SoC DWC3 glue driver
[PATCH] [PATCH v3] ALSA: hda/conexant: Fix pop noise on CX11880/SN6140 codecs
2025-11-06 2:38 UTC
[PATCH v7 0/7] Provides support for Trigger Generation Unit
2025-11-06 2:24 UTC (6+ messages)
` [PATCH v7 1/7] dt-bindings: arm: Add support for Qualcomm TGU trace
[PATCH dmaengine 0/2] dmaengine: at_hdmac: support COMPILE_TEST
2025-11-06 2:24 UTC (3+ messages)
` [PATCH dmaengine 1/2] dmaengine: at_hdmac: fix formats under 64-bit
` [PATCH dmaengine 2/2] dmaengine: at_hdmac: add COMPILE_TEST support
[PATCH dmaengine 0/2] dmaengine: st_fdma: support COMPILE_TEST
2025-11-06 2:20 UTC (3+ messages)
` [PATCH dmaengine 1/2] dmaengine: st_fdma: change dreg_line to long
` [PATCH dmaengine 2/2] dmaengine: st_fdma: add COMPILE_TEST support
[PATCH v5 0/2] Add Google Tensor SoC USB PHY support
2025-11-06 2:16 UTC (6+ messages)
` [PATCH v5 1/2] dt-bindings: phy: google: Add Google Tensor G5 USB PHY
[PATCH 0/9] drm/rockchip: Introduce Rockchip RK3506 VOP
2025-11-06 2:06 UTC (10+ messages)
` [PATCH 1/9] dt-bindings: ili9881c: Add compatible string for Wanchanglong w552946aaa
` [PATCH 2/9] dt-bindings: phy: rockchip-inno-dsidphy: Add compatible for rk3506
` [PATCH 3/9] dt-bindings: display: rockchip,dw-mipi-dsi: "
` [PATCH 4/9] dt-bindings: display: rockchip,vop: "
` [PATCH 5/9] drm/panel: ilitek-ili9881d: Add support for Wanchanglong W552946AAA panel
` [PATCH 6/9] phy: rockchip: inno-dsidphy: Add support for rk3506
` [PATCH 7/9] drm/rockchip: dsi: "
` [PATCH 8/9] drm/rockchip: Drop ROCKCHIP_IOMMU depend for DRM_ROCKCHIP
` [PATCH 9/9] drm/rockchip: vop: Add support for rk3506
[PATCH] arm64/mm: Add a fallback stub for pgd_page_paddr()
2025-11-06 1:59 UTC (5+ messages)
[PATCH net v2] net: ti: icssg-prueth: Fix fdb hash size configuration
2025-11-06 1:50 UTC (2+ messages)
[PATCH 00/31 v4] cpuset/isolation: Honour kthreads preferred affinity
2025-11-06 1:20 UTC (3+ messages)
` [PATCH 06/31] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
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).