messages from 2026-05-17 16:54:59 to 2026-05-18 08:14:05 UTC [more...]
[PATCH 0/2] Add Meta Rainiera6 BMC support
2026-05-18 8:13 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: arm: aspeed: Add Meta Rainiera6 board
` [PATCH 2/2] ARM: dts: aspeed: rainiera6: Add Meta Rainiera6 BMC
[PATCHSET v2 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
2026-05-18 8:06 UTC (11+ messages)
` [PATCH 1/8] mm: Add ptep_try_install() for lockless empty-slot installs
` [PATCH 2/8] bpf: Recover arena kernel faults with scratch page
` [PATCH 3/8] bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callers
` [PATCH 4/8] bpf: Add bpf_struct_ops_for_each_prog()
` [PATCH 5/8] bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()
` [PATCH 6/8] sched_ext: Require an arena for cid-form schedulers
` [PATCH 7/8] sched_ext: Sub-allocator over kernel-claimed BPF arena pages
` [PATCH 8/8] sched_ext: Convert ops.set_cmask() to arena-resident cmask
[PATCH v3] i2c: davinci: fix division by zero on missing clock-frequency
2026-05-18 8:01 UTC (2+ messages)
[PATCH v2 00/16] Bump minimum version of LLVM for building the kernel to 17.0.1
2026-05-18 7:59 UTC (3+ messages)
` [PATCH v2 07/16] ARM: Drop tautological ld.lld conditions from ARCH_MULTI_V4{,T}
[PATCH v1] Input: Use named initializers for arrays of i2c_device_data
2026-05-18 7:56 UTC (4+ messages)
[PATCH 0/3] Add mt8196 SMI support
2026-05-18 7:41 UTC (9+ messages)
` [PATCH 2/3] memory: mtk-smi: Add a flag skip_rpm
[PATCH] usb: gadget: aspeed_udc: avoid past-the-end iterator in dequeue
2026-05-18 7:34 UTC
[PATCH v6 0/5] Add microchip sama7d65 SoC I3C support
2026-05-18 7:27 UTC (5+ messages)
` [PATCH v6 4/5] ARM: dts: microchip: add I3C controller
[PATCH 0/8] iio: timestamp declaration cleanup
2026-05-18 7:26 UTC (14+ messages)
` [PATCH 1/8] iio: common: scmi_sensors: simplify timestamp channel definition
` [PATCH 2/8] iio: adc: dln2-adc: "
` [PATCH 3/8] iio: adc: at91_adc: "
` [PATCH 4/8] iio: adc: cc10001_adc: "
` [PATCH 5/8] iio: adc: stm32-adc: "
` [PATCH 6/8] iio: common: cros_ec_sensors: "
` [PATCH 7/8] iio: light: cros_ec_light_prox: "
` [PATCH 8/8] iio: pressure: cros_ec_baro: "
[PATCH v2 0/2] PCI: imx6: Fix i.MX95 PCIe PHY initialization sequence
2026-05-18 7:27 UTC (3+ messages)
` [PATCH v2 1/2] PCI: imx6: Configure REF_USE_PAD before PHY reset for i.MX95
` [PATCH v2 2/2] PCI: imx6: Assert ref_clk_en after reference clock stabilizes on i.MX95
[RFC PATCH 0/2] Optimize S2 page splitting
2026-05-18 7:22 UTC (3+ messages)
` [RFC PATCH 1/2] KVM: arm64: Introduce S2 walker SKIP return options
[PATCH] serial: atmel: honor CREAD in atmel_set_termios
2026-05-18 7:20 UTC (3+ messages)
` [PATCH v2] tty: serial: atmel: Ignore chars when CREAD is cleared
[PATCH v4 0/2] Add Meta(Facebook) ventura2 BMC(AST2600)
2026-05-18 7:18 UTC (3+ messages)
` [PATCH v4 2/2] ARM: dts: aspeed: ventura2: Add Meta ventura2 BMC
[PATCH] arm64: dts: renesas: r8a78000: Describe all reserved memory
2026-05-18 7:18 UTC (2+ messages)
[PATCH 0/8] drm/panthor: Protected mode support for Mali CSF GPUs
2026-05-18 7:16 UTC (10+ messages)
` [PATCH 4/8] drm/panthor: Add support for protected memory allocation in panthor
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-05-18 7:08 UTC (3+ messages)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM
[PATCH 0/5] arm64: dts: freescale: Add IMX-AUD-IO daughter board support
2026-05-18 7:07 UTC (5+ messages)
` [PATCH 2/5] dt-bindings: connector: Add fsl,io-connector binding
` "
[PATCH 0/4] Add CIX Sky1 Cadence USB3 support
2026-05-18 7:04 UTC (7+ messages)
` [PATCH 3/4] dt-bindings: usb: add CIX Sky1 Cadence USB3 controller
[PATCH] clk: clk-imx8mm: Initialize clocks in arch_initcall
2026-05-18 7:02 UTC (5+ messages)
[PATCH] clk: clk-imx8mm: Initialize clocks in arch_initcall
2026-05-18 6:58 UTC (4+ messages)
cleanup the RAID6 P/Q library v3
2026-05-18 5:18 UTC (19+ messages)
` [PATCH 01/18] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/18] raid6: move to lib/raid/
` [PATCH 04/18] raid6: remove unused defines in pq.h
` [PATCH 05/18] raid6: remove raid6_get_zero_page
` [PATCH 06/18] raid6: use named initializers for struct raid6_calls
` [PATCH 07/18] raid6: improve the public interface
` [PATCH 08/18] raid6: warn when using less than four devices
` [PATCH 09/18] raid6: hide internals
` [PATCH 10/18] raid6: rework registration of optimized algorithms
` [PATCH 11/18] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 12/18] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 13/18] raid6: update top of file comments
` [PATCH 14/18] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 15/18] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 16/18] raid6_kunit: cleanup dataptr handling
` [PATCH 17/18] raid6_kunit: randomize parameters and increase limits
` [PATCH 18/18] raid6_kunit: randomize buffer alignment
[PATCH v18 0/7] coresight: ctcu: Enable byte-cntr function for TMC ETR
2026-05-18 6:48 UTC (2+ messages)
[PATCH] ARM: dts: aspeed: anacapa: name EDSFF and thermtrip SGPIO lines
2026-05-18 6:47 UTC (2+ messages)
[PATCH] soc: aspeed: Move MODULE_DEVICE_TABLE next to the table itself
2026-05-18 6:43 UTC (2+ messages)
[PATCH v2 0/1] add PIT DTS support for S32G2/S32G3 SoCs
2026-05-18 6:35 UTC (2+ messages)
` [PATCH v2 1/1] arm64: dts: s32g: add PIT support for s32g2 and s32g3
[PATCH 0/1] aspeed: msx4: enable BMC networking via MAC0
2026-05-18 6:35 UTC (3+ messages)
` [PATCH 1/1] ARM: dts: "
[PATCH v5 0/3] Switch Arm CCA to use an auxiliary device instead of a platform device
2026-05-18 6:29 UTC (7+ messages)
` [PATCH v5 1/3] firmware: smccc: coco: Manage arm-smccc platform device and CCA auxiliary drivers
[PATCH v7 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
2026-05-18 6:21 UTC (6+ messages)
[PATCH 0/1] add USB PHY node and USB OTG pinctrl support to S32G2/S32G3 SoCs
2026-05-18 6:15 UTC (2+ messages)
` [PATCH 1/1] arm64: dts: Add usbphynop and usbotg pinctrl for S32G platforms
[PATCH] KVM: arm64: vgic-its: reject restored DTE with out-of-range num_eventid_bits
2026-05-18 6:05 UTC (2+ messages)
[PATCH] media: meson: vdec: avoid double free on video register failure
2026-05-18 5:43 UTC
[PATCH] KVM: arm64: vgic: free private_irqs when init fails after allocation
2026-05-18 5:31 UTC (3+ messages)
[PATCH] ARM: kprobes: add missing MODULE_DESCRIPTION() to test module
2026-05-18 5:29 UTC (2+ messages)
cleanup the RAID6 P/Q library v3
2026-05-18 5:12 UTC (3+ messages)
` [PATCH 01/18] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/18] raid6: remove __KERNEL__ ifdefs
[PATCH] ARM: dts: aspeed: anacapa: add JTAG CPLD TRST pin to SGPIO map
2026-05-18 5:12 UTC (2+ messages)
cleanup the RAID6 P/Q library v2
2026-05-18 5:12 UTC (8+ messages)
` [PATCH 01/19] btrfs: require at least 4 devices for RAID 6
[PATCH v4 0/3] ARM: dts: aspeed-g6: add AST2600 I3C nodes and bindings
2026-05-18 5:02 UTC (3+ messages)
[PATCH v1] virt: arm-cca-guest: use raw variant of smp_processor_id() in arm_cca_report_new()
2026-05-18 4:28 UTC (2+ messages)
[RFC V2 00/14] arm64/mm: Enable 128 bit page table entries
2026-05-18 4:20 UTC (7+ messages)
` [RFC V2 01/14] mm: Abstract printing of pxd_val()
` [RFC V2 02/14] mm: Add read-write accessors for vm_page_prot
[PATCH] Input: mtk-pmic-keys - use of_device_get_match_data()
2026-05-18 4:20 UTC
[PATCH] ARM: PCI: expand single-line pci_common_init() wrapper function
2026-05-18 4:20 UTC (3+ messages)
[PATCH v2 0/9] Remove SMMUv3 struct arm_smmu_cmdq_ent
2026-05-18 3:52 UTC (9+ messages)
` [PATCH v2 6/9] iommu/arm-smmu-v3: Directly encode simple commands
` [PATCH v2 7/9] iommu/arm-smmu-v3: Directly encode CMDQ_OP_ATC_INV
` [PATCH v2 8/9] iommu/arm-smmu-v3: Directly encode CMDQ_OP_SYNC
` [PATCH v2 9/9] iommu/arm-smmu-v3: Directly encode TLBI commands
[PATCH v3 0/2] Add ASRock Rack B650D4U BMC
2026-05-18 3:34 UTC (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: aspeed: Add ASRock Rack B650D4U
` [PATCH v3 2/2] ARM: dts: aspeed: Add ASRock Rack B650D4U BMC
[PATCH v2 0/3] Add support for Baijie Helper A133 board
2026-05-18 3:30 UTC (5+ messages)
` [PATCH v2 3/3] arm64: dts: allwinner: A133: add "
[PATCH v4 0/7] PCI: Add common helper for 100 ms delay after link training
2026-05-18 3:17 UTC (15+ messages)
` [PATCH v4 1/7] PCI: Add pci_host_common_link_train_delay() helper
` [PATCH v4 2/7] PCI: cadence: Add post-link delay for LGA and j721e glue driver
` [PATCH v4 3/7] PCI: cadence: HPA: Add post-link delay
` [PATCH v4 4/7] PCI: dwc: Use common pci_host_common_link_train_delay() helper
` [PATCH v4 5/7] PCI: aardvark: Add 100 ms delay after link training
` [PATCH v4 6/7] PCI: mediatek-gen3: Add 100 ms delay after link up
` [PATCH v4 7/7] PCI: rzg3s-host: Use common pci_host_common_link_train_delay() helper
[PATCH v2 0/2] Add PWM support Amlogic S7 S7D S6
2026-05-18 3:05 UTC (5+ messages)
` [PATCH v2 2/2] pwm: meson: Add support for Amlogic S7
[PATCH v4 0/2] Add NXP FRDM-IMX95-PRO board support
2026-05-18 2:58 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: arm: fsl: Add i.MX95 19x19 FRDM PRO board
` [PATCH v4 2/2] arm64: dts: freescale: add i.MX95 19x19 FRDM PRO board dts
[PATCH] ARM: footbridge: resolve set-but-not-used variable warnings
2026-05-18 2:55 UTC
[PATCH v1 0/3] Add eDP lane mapping support
2026-05-18 2:44 UTC (6+ messages)
` [PATCH v1 1/3] dt-bindings: display: rockchip: analogix-dp: Expose inherited properties
[PATCH] ASoC: mediatek: mt8196: Fix probe resource cleanup
2026-05-18 2:41 UTC
[PATCH] ARM: remove the last few uses of do_bad_IRQ()
2026-05-18 2:40 UTC
[PATCH] Bluetooth: btmtk: fix urb->setup_packet leak in error paths
2026-05-18 2:24 UTC
[PATCH] pwm: atmel-tcb: Remove unneeded semicolon
2026-05-18 2:21 UTC (2+ messages)
[PATCH net v2 0/5] net: stmmac: eic7700: fix delay calculation and initialization ordering
2026-05-18 2:22 UTC (6+ messages)
` [PATCH net v2 1/5] dt-bindings: ethernet: eswin: add optional TXD and RXD delay register offsets
` [PATCH net v2 2/5] net: stmmac: eswin: fix HSP CSR init ordering after clock enable
` [PATCH net v2 3/5] net: stmmac: eswin: clear TXD and RXD delay registers during initialization
` [PATCH net v2 4/5] net: stmmac: eswin: correct RGMII delay granularity to 20 ps
` [PATCH net v2 5/5] net: stmmac: eswin: validate RGMII delay values
[PATCH v2 0/2] ARM: dts: aspeed: Add ASRock Rack B650D4U support
2026-05-18 2:17 UTC (3+ messages)
` [PATCH v2 2/2] ARM: dts: aspeed: Add ASRock Rack B650D4U BMC
[PATCH v7 0/2] media: nxp: Add CSI Pixel Formatter support
2026-05-18 2:19 UTC (3+ messages)
` [PATCH v7 1/2] media: dt-bindings: Add CSI Pixel Formatter DT bindings
` [PATCH v7 2/2] media: nxp: Add i.MX95 CSI pixel formatter v4l2 driver
usb: gadget: aspeed_udc: list iterator used after loop in ast_udc_ep_dequeue
2026-05-18 2:08 UTC (2+ messages)
[PATCH] ARM: disable broken eBPF JIT on the Risc PC
2026-05-18 1:49 UTC
[PATCH] firmware: imx: scu-irq: accumulate wakeup sources via sysfs_emit_at()
2026-05-18 1:29 UTC (3+ messages)
[PATCH v3 00/15] clk: introduce clk_determine_rate_noop() and update drivers to use it
2026-05-18 0:49 UTC (3+ messages)
` [PATCH v3 04/15] clk: imx: scu: use clk_determine_rate_noop()
[PATCH] ARM: move SA1100-specific ssp.h header into mach-sa1100
2026-05-17 23:42 UTC
[PATCH v3 0/5] Add support for Baijie Helper A133 board
2026-05-17 23:41 UTC (6+ messages)
` [PATCH v3 1/5] dt-bindings: vendor-prefixes: Add Shenzhen Baijie Technology Co., Ltd
` [PATCH v3 2/5] dt-bindings: arm: sunxi: Add Baijie HelperBoard A133 compatible
` [PATCH v3 3/5] arm64: dts: allwinner: a100: Add LRADC node
` [PATCH v3 4/5] arm64: dts: allwinner: A133: add support for Baijie Helper A133 board
` [PATCH v3 5/5] arm64: defconfig: Enable Allwinner LRADC input driver
[PATCH v3 0/3] media: sun6i-csi: Convert to active state and improve MC support
2026-05-17 21:58 UTC (4+ messages)
` [PATCH v3 3/3] media: sun6i-csi: capture: Support MC-centric format enumeration
[PATCH v2 00/11] add mcf54415 DAC driver
2026-05-17 21:04 UTC (4+ messages)
` [PATCH v2 11/11] iio: dac: add mcf54415 DAC
[PATCH/RFC 00/14] R-Car X5H Ironhide SCMI CPG/MDLC remapping
2026-05-17 20:58 UTC (9+ messages)
` [PATCH/RFC 05/14] firmware: arm_scmi: Add scmi_get_base_info()
[PATCH v1] irqchip/atmel-aic5: Free SMR cache on init failure
2026-05-17 20:34 UTC (3+ messages)
[PATCH v2] arm64: dts: renesas: r8a78000: Describe all reserved memory
2026-05-17 20:07 UTC
[PATCH 0/4] firmware: arm_scmi: Fix protocol parsing and validation
2026-05-17 19:02 UTC (5+ messages)
` [PATCH 1/4] firmware: arm_scmi: Read sensor config as 32-bit value
` [PATCH 2/4] firmware: arm_scmi: Validate BASE_ERROR_EVENT payload size
` [PATCH 3/4] firmware: arm_scmi: Validate SENSOR_UPDATE "
` [PATCH 4/4] firmware: arm_scmi: Validate Powercap domains before state access
[PATCH 00/12] crypto: atmel - introduce shared i2c core client management and capability-based selection framework
2026-05-17 18:06 UTC (14+ messages)
` [PATCH] crypto: atmel - add capability-based I2C client selection
` [PATCH 01/12] crypto: atmel-ecc - rename driver_data before moving it into atmel-i2c
` [PATCH 02/12] crypto: atmel - rename atmel_ecc_driver_data to atmel_i2c_client_mgmt
` [PATCH 03/12] crypto: atmel - move i2c client management instance into core driver
` [PATCH 04/12] crypto: atmel-ecc - simplify probe error handling
` [PATCH 05/12] crypto: atmel - factor out i2c client unregistration helper
` [PATCH 06/12] crypto: atmel-sha204a - add i2c hw client list and improve probe error handling
` [PATCH 07/12] crypto: atmel-sha204a - switch to module_i2c_driver
` [PATCH 08/12] crypto: atmel-ecc "
` [PATCH 09/12] crypto: atmel-ecc - simplify remove path and relax busy handling
` [PATCH 10/12] crypto: atmel-sha204a - guard remove path against missing client data
` [PATCH 11/12] crypto: atmel - move i2c client selection to core driver
` [PATCH 12/12] crypto: atmel - add capability-based I2C client selection
[PATCH 0/8] arm64: dts: qcom: Devicetree support for Kaanapali GPU
2026-05-17 18:26 UTC (5+ messages)
` [PATCH 6/8] arm64: dts: qcom: kaanapali: Add GPU cooling
[PATCH] firmware: arm_ffa: honor descriptor size in PARTITION_INFO_GET_REGS
2026-05-17 17:28 UTC (3+ messages)
` [PATCH v2] "
[PATCH v4 0/8] perf libunwind multiple remote support
2026-05-17 17:23 UTC (7+ messages)
` [PATCH v5 0/7] "
` [PATCH v5 4/7] perf unwind-libunwind: Make libunwind register reading cross platform
[PATCH v2 03/11] m68k: mcf5441x: setup DAC clock name as per driver name
2026-05-17 17:22 UTC (2+ messages)
[PATCH] pinctrl: sunxi: Implement function_is_gpio
2026-05-17 17:14 UTC
[PATCH v2 0/2] phy: rockchip: inno-hdmi: Change TMDS rate handling to configure() ops
2026-05-17 16:54 UTC (4+ messages)
` [PATCH v3 1/2] phy: rockchip: inno-hdmi: Add configure() and validate() ops
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