public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-24 05:01:56 to 2026-03-24 06:45:28 UTC [more...]

cleanup the RAID6 P/Q library
 2026-03-24  6:40 UTC  (18+ messages)
` [PATCH 01/17] raid6: turn the userspace test harness into a kunit test
` [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
` [PATCH 03/17] raid6: move to lib/raid/
` [PATCH 04/17] raid6: remove unused defines in pq.h
` [PATCH 05/17] raid6: remove raid6_get_zero_page
` [PATCH 06/17] raid6: use named initializers for struct raid6_calls
` [PATCH 07/17] raid6: improve the public interface
` [PATCH 08/17] raid6: hide internals
` [PATCH 09/17] raid6: rework the init helpers
` [PATCH 10/17] raid6: use static_call for gen_syndrom and xor_syndrom
` [PATCH 11/17] raid6: use static_call for raid6_recov_2data and raid6_recov_datap
` [PATCH 12/17] raid6: update top of file comments
` [PATCH 13/17] raid6_kunit: use KUNIT_CASE_PARAM
` [PATCH 14/17] raid6_kunit: dynamically allocate data buffers using vmalloc
` [PATCH 15/17] raid6_kunit: cleanup dataptr handling
` [PATCH 16/17] raid6_kunit: randomize parameters and increase limits
` [PATCH 17/17] raid6_kunit: randomize buffer alignment

[PATCH v2 0/2] rohm-bdi718x7/71828: Use software nodes for gpio-keys
 2026-03-24  6:45 UTC  (3+ messages)
` [PATCH v2 1/2] mfd: rohm-bd71828: "

[PATCH v4 0/2] Add scmi powerdomain for sky1
 2026-03-24  6:44 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: PCI: cix,sky1-pcie-host: Add power-domains

[PATCH] HID: cp2112: validate report size in raw_event handler
 2026-03-24  6:43 UTC 

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-24  6:42 UTC  (2+ messages)

[PATCHv2] firmware/tegra: add COMPILE_TEST
 2026-03-24  6:42 UTC  (3+ messages)

[PATCH] staging: sm750fb: fix division by zero in ps_to_hz()
 2026-03-24  6:41 UTC  (3+ messages)

[PATCH 0/8] mm/mglru: improve reclaim loop and dirty folio handling
 2026-03-24  6:41 UTC  (6+ messages)
` [PATCH 2/8] mm/mglru: relocate the LRU scan batch limit to callers
` [PATCH 3/8] mm/mglru: restructure the reclaim loop

[BUG] Apple Mac mini 2018 + Thunderbolt 3 eGPU: PCI bridge window / BAR allocation failure prevents NVIDIA and AMD GPUs from initializing
 2026-03-24  6:41 UTC  (3+ messages)

[PATCH] media: ttusb-dec: reject oversized packet lengths early
 2026-03-24  6:40 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 00/11] Add spi-hid transport driver
 2026-03-24  6:39 UTC  (12+ messages)
` [PATCH v2 01/11] Documentation: Correction in HID output_report callback description
` [PATCH v2 02/11] HID: Add BUS_SPI support and define HID_SPI_DEVICE macro
` [PATCH v2 03/11] HID: spi-hid: add transport driver skeleton for HID over SPI bus
` [PATCH v2 04/11] HID: spi-hid: add spi-hid driver HID layer
` [PATCH v2 05/11] HID: spi-hid: add HID SPI protocol implementation
` [PATCH v2 06/11] HID: spi_hid: add spi_hid traces
` [PATCH v2 07/11] HID: spi_hid: add ACPI support for SPI over HID
` [PATCH v2 08/11] HID: spi_hid: add device tree "
` [PATCH v2 09/11] dt-bindings: input: Document hid-over-spi DT schema
` [PATCH v2 10/11] HID: spi-hid: add power management implementation
` [PATCH v2 11/11] HID: spi-hid: add panel follower support

[PATCH 1/1] riscv: dts: spacemit: reorder phy nodes for K1
 2026-03-24  6:39 UTC  (2+ messages)

[PATCH v5] riscv: dts: spacemit: Add ethernet device for K3
 2026-03-24  6:37 UTC 

[PATCH v4 net-next 0/5] PHY polarity inversion via generic device tree properties
 2026-03-24  6:36 UTC  (3+ messages)
` [PATCH v4 net-next 5/5] net: pcs: pcs-mtk-lynxi: deprecate "mediatek,pnswap"

[PATCH v9 0/5] arm64/riscv: Add support for crashkernel CMA reservation
 2026-03-24  6:35 UTC  (6+ messages)

[PATCH 0/2] x86/fred: enable FRED by default
 2026-03-24  6:34 UTC  (6+ messages)

[tip:x86/cleanups] BUILD SUCCESS 6a9fe1ad908df12ef71dea12373f25826ea29a8d
 2026-03-24  6:33 UTC 

[PATCH 0/7] slimbus: qcom-ngd-ctrl: Fix some race conditions and deadlocks
 2026-03-24  6:32 UTC  (5+ messages)
` [PATCH 3/7] slimbus: qcom-ngd-ctrl: Correct PDR and SSR cleanup ownership

[PATCH 00/15] Convert power-controller to dt-schema and update various yaml file to referencing it
 2026-03-24  6:31 UTC  (3+ messages)
` [PATCH 01/15] dt-bindings: power: power-controller: Convert to yaml format

[PATCH bpf-next] bpf: Drop redundant CONT_JMP alias
 2026-03-24  6:29 UTC  (2+ messages)

[PATCH 0/2] Add clock to dt-bindings and Modify nor driver
 2026-03-24  6:28 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: spi: Fix clock-names definition
` [PATCH 2/2] [v3] spi: spi-mtk-nor: Modify and optimization the SNFC

cleanup the RAID5 XOR library v3
 2026-03-24  6:22 UTC  (27+ messages)
` [PATCH 01/26] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/26] arm/xor: remove in_interrupt() handling
` [PATCH 03/26] um/xor: cleanup xor.h
` [PATCH 04/26] xor: move to lib/raid/
` [PATCH 05/26] xor: small cleanups
` [PATCH 06/26] xor: cleanup registration and probing
` [PATCH 07/26] xor: split xor.h
` [PATCH 08/26] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/26] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/26] alpha: move the XOR code to lib/raid/
` [PATCH 11/26] arm: "
` [PATCH 12/26] arm64: "
` [PATCH 13/26] loongarch: "
` [PATCH 14/26] powerpc: "
` [PATCH 15/26] riscv: "
` [PATCH 16/26] sparc: "
` [PATCH 17/26] s390: "
` [PATCH 18/26] x86: "
` [PATCH 19/26] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/26] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/26] xor: add a better public API
` [PATCH 22/26] async_xor: use xor_gen
` [PATCH 23/26] btrfs: "
` [PATCH 24/26] xor: pass the entire operation to the low-level ops
` [PATCH 25/26] xor: use static_call for xor_gen
` [PATCH 26/26] xor: add a kunit test case

[PATCH] HID: mcp2221: validate report size in raw_event handler
 2026-03-24  6:24 UTC 

[PATCH 0/8] iommu/vt-d: Hitless PASID updates via entry_sync
 2026-03-24  6:22 UTC  (20+ messages)
` [PATCH 1/8] iommu: Lift and generalize the STE/CD update code from SMMUv3
` [PATCH 2/8] iommu/vt-d: Add entry_sync support for PASID entry updates

[PATCH] firmware: arm_scmi: clock: Relax check in scmi_clock_protocol_init
 2026-03-24  6:24 UTC 

[PATCH 0/2] *** SUBJECT HERE ***
 2026-03-24  6:20 UTC  (2+ messages)

[PATCH] docs: Document pahole v1.26 requirement for KF_IMPLICIT_ARGS kfuncs
 2026-03-24  6:20 UTC 

[PATCH v5 RESEND net 0/3] net: enetc: safely reinitialize TX BD ring when it has unsent frames
 2026-03-24  6:21 UTC  (4+ messages)
` [PATCH v5 RESEND net 1/3] net: enetc: reset PIR and CIR if they are not equal when initializing TX ring
` [PATCH v5 RESEND net 2/3] net: enetc: add graceful stop to safely reinitialize the TX Ring
` [PATCH v5 RESEND net 3/3] net: enetc: do not access non-existent registers on pseudo MAC

[PATCH v4] riscv: dts: spacemit: Add ethernet device for K3
 2026-03-24  6:19 UTC  (2+ messages)

[PATCH 0/3] soc: renesas: add MFIS driver
 2026-03-24  6:18 UTC  (5+ messages)
` [PATCH 2/3] soc: renesas: Add Renesas R-Car "
  ` Sashiko review feedback (was Re: [PATCH 2/3] soc: renesas: Add Renesas R-Car MFIS driver)

[PATCH v5 0/3] Add support for ICSSM Ethernet on AM57x, AM437x, and AM335x
 2026-03-24  6:02 UTC  (8+ messages)
` [PATCH v5 3/3] arm: dts: ti: Add device tree support for PRU-ICSS on AM335x

[tip:x86/urgent] BUILD SUCCESS a3e93cac25316aad03bf561e3c205f4ca0b8f452
 2026-03-24  6:17 UTC 

[PATCH] ibmvnic: fix OOB array access in ibmvnic_xmit on queue count reduction
 2026-03-24  6:16 UTC  (3+ messages)

[PATCH v2 00/16] fs,x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-03-24  6:15 UTC  (2+ messages)

[PATCH net v2 1/1] net: fec: fix the PTP periodic output sysfs interface
 2026-03-24  6:15 UTC  (6+ messages)

[PATCH v1] drm/panel-edp: Add 2 panels used by MT8186 Chromebooks
 2026-03-24  6:14 UTC 

[PATCH 0/2] arm64: dts: Add NXP i.MX95 audio board support
 2026-03-24  6:15 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: fsl: Add compatible for i.MX95 15x15 audio board (version 2)
` [PATCH 2/2] arm64: dts: add support for NXP "

[PATCH v7 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-24  6:14 UTC  (2+ messages)

[PATCH v2 0/9] Add eDP support for RK3576
 2026-03-24  6:12 UTC  (4+ messages)
` [PATCH v2 7/9] drm/bridge: analogix_dp: Rename and simplify is_rockchip()

[PATCH] staging: rtl8723bs: fix error handling in sdio_dvobj_init and it's callees
 2026-03-24  6:10 UTC  (2+ messages)

[PATCH 6.12.y] spi: tegra210-quad: Protect curr_xfer check in IRQ handler
 2026-03-24  6:08 UTC 

[PATCH -next] drm: verisilicon: make vs_dc_platform_driver static
 2026-03-24  6:08 UTC 

[PATCH] net: stmmac: fix integer underflow in chain mode jumbo_frm
 2026-03-24  6:07 UTC  (3+ messages)

[PATCH] RISC-V: KVM: Fix out-of-bounds by 1
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v1 1/1] arm64: dts: qcom: hamoa: Move PCIe PERST and Wake GPIOs to port nodes
 2026-03-24  6:07 UTC  (9+ messages)

[PATCH] RISC-V: KVM: fix off-by-one array access in SBI PMU
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v2] perf vendor events riscv: Add CVA6 JSON file
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH] irqchip/riscv-rpmi-sysmsi: Fix mailbox channel leak in rpmi_sysmsi_probe()
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v2] perf regs: Refactor use of arch__sample_reg_masks to perf_reg_name
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v2] RISC-V: KVM: Fix null pointer dereference in kvm_riscv_vcpu_aia_rmw_topei()
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v2 0/2] irqchip/riscv-aplic: Fix RISC-V APLIC irqchip probe issues
 2026-03-24  6:07 UTC  (2+ messages)

[Patch v3 0/4] Perf tools: perf-regs bug fix and optimization
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v2 0/4] KVM: riscv: Fix Spectre-v1 vulnerabilities in register access
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH bpf-next v4 0/3] bpf: fsession support for riscv
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH] RISC-V: KVM: Fix potential UAF in kvm_riscv_aia_imsic_has_attr()
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH] irqchip/sifive-plic: Fix frozen interrupt due to affinity setting
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v3 1/5] perf kvm stat: Remove use of the arch directory
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v3 00/12] perf annotate arch clean up
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH 0/4] Micro optimise to get this_cpu once
 2026-03-24  6:06 UTC  (8+ messages)
` [PATCH 2/4] sched/core: get this cpu once in ttwu_queue_cond
` [PATCH 3/4] smp: get this_cpu once in smp_call_function
` [PATCH 4/4] timers: Get this_cpu once while clearing idle timer

[PATCH] riscv: dts: spacemit: drop incorrect pinctrl for combo PHY
 2026-03-24  6:05 UTC  (2+ messages)

[PATCH v6 00/40] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-03-24  6:04 UTC  (3+ messages)
` [PATCH v6 40/40] arm64: mpam: Add initial MPAM documentation

[PATCH net-next v3 0/2] r8152: add helper functions for PLA/USB/PHY OCP registers
 2026-03-24  6:04 UTC  (3+ messages)
` [PATCH net-next v3 1/2] r8152: add helper functions for PLA/USB "

[PATCH net-next v2 0/3] tcp: fix scaled no-shrink rwnd quantization slack
 2026-03-24  6:04 UTC  (4+ messages)
` [PATCH net-next v2 1/3] selftests: packetdrill: stop pinning rwnd in tcp_ooo_rcv_mss
` [PATCH net-next v2 2/3] tcp: keep scaled no-shrink window representable
` [PATCH net-next v2 3/3] selftests: packetdrill: cover scaled rwnd quantization slack

[PATCH v4 0/2] arm64: dts: qcom: QCS615 Talos EVK audio support
 2026-03-24  6:04 UTC  (3+ messages)
` [PATCH v4 1/2] arm64: dts: qcom: talos: Add GPR node, audio services, and MI2S1 TLMM pins
` [PATCH v4 2/2] arm64: dts: qcom: talos-evk: Add sound card support with DA7212 codec

[PATCH 5.15.y] wifi: iwlwifi: read txq->read_ptr under lock
 2026-03-24  6:02 UTC 

[PATCH -next v2 0/2] drm: verisilicon: add hardware cursor support
 2026-03-24  6:02 UTC  (3+ messages)
` [PATCH -next v2 1/2] drm: verisilicon: add max cursor size to HWDB
` [PATCH -next v2 2/2] drm: verisilicon: add support for cursor planes

[PATCH v2 0/1] ocfs2: split transactions in dio completion to avoid
 2026-03-24  6:00 UTC  (7+ messages)
` [PATCH v2 1/1] ocfs2: split transactions in dio completion to avoid credit exhaustion

[PATCH v1 1/1] arm64: dts: qcom: hamoa: Move PCIe PERST and Wake GPIOs to port nodes
 2026-03-24  5:59 UTC  (3+ messages)

[PATCH v10 RESEND 0/3] Add I2C support for Tegra410
 2026-03-24  5:58 UTC  (4+ messages)
` [PATCH v10 RESEND 1/3] i2c: tegra: Introduce tegra_i2c_variant to identify DVC and VI
` [PATCH v10 RESEND 2/3] i2c: tegra: Add logic to support different register offsets
` [PATCH v10 RESEND 3/3] i2c: tegra: Add support for Tegra410

[PATCH 0/3] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-03-24  5:54 UTC  (5+ messages)
` [PATCH 1/3] KVM: x86/pmu: Do not map fixed counters >= 3 to generic perf events
` [PATCH 3/3] KVM: x86/pmu: Support PERF_METRICS MSR in mediated vPMU

[PATCH] arm64: dts: imx8mp-evk: Specify ADV7535 register addresses
 2026-03-24  5:52 UTC 

[PATCH v7 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-03-24  5:48 UTC  (4+ messages)
` [PATCH v7 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH] .get_maintainer.ignore: add myself
 2026-03-24  5:47 UTC 

[PATCH v8 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-24  5:46 UTC  (4+ messages)
` [PATCH v8 3/9] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges

[PATCH v4 0/3] media: qcom: camss: Add sm6150 camss support
 2026-03-24  5:46 UTC  (4+ messages)
` [PATCH v4 3/3] arm64: dts: qcom: talos: Add camss node

[PATCH] PCI: sky1: Fix missing cleanup of ECAM config on probe failure
 2026-03-24  5:43 UTC  (2+ messages)

[PATCH] USB: serial: option: Add MeiG Smart SRT853
 2026-03-24  5:43 UTC  (3+ messages)

[PATCH v3 0/7] arm64: dts: imx943: various update
 2026-03-24  5:44 UTC  (8+ messages)
` [PATCH v3 1/7] arm64: dts: imx94: Update pin headers
` [PATCH v3 2/7] arm64: dts: imx94: Add V2X/ELE mailbox nodes
` [PATCH v3 3/7] arm64: dts: imx94: Add SCMI sensor/lmm/cpu nodes
` [PATCH v3 4/7] arm64: dts: imx943: Add thermal support
` [PATCH v3 5/7] arm64: dts: imx943-evk: Add nxp,ctrl-ids for scmi_misc
` [PATCH v3 6/7] arm64: dts: imx943-evk: Add fan node and enable active cooling on A55
` [PATCH v3 7/7] arm64: dts: imx943-evk: Add pf09/53 thermal zone

[LSF/MM/BPF TOPIC] [RFC PATCH 0/4] mm/mempolicy: introduce socket-aware weighted interleave
 2026-03-24  5:35 UTC  (2+ messages)

[PATCH v5 phy-next 00/27] Split Generic PHY consumer and provider API
 2026-03-24  5:35 UTC  (5+ messages)
` [PATCH v5 phy-next 08/27] PCI: Remove device links to PHY
` [PATCH v5 phy-next 10/27] scsi: ufs: qcom: keep parallel track of PHY power state

[PATCH -next 0/2] drm: verisilicon: add hardware cursor support
 2026-03-24  5:34 UTC  (4+ messages)
` [PATCH -next 2/2] drm: verisilicon: add support for cursor planes

[PATCH] staging: rtl8723bs: fixed the trailing whitespaces/commented code
 2026-03-24  5:31 UTC  (3+ messages)
` [PATCH v7] staging: rtl8723bs: remove commented-out code

[PATCH v2] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
 2026-03-24  5:30 UTC 

[PATCH net-next 0/3] tcp: fix scaled no-shrink rwnd quantization slack
 2026-03-24  5:27 UTC  (4+ messages)
` [PATCH net-next 3/3] selftests: packetdrill: cover scaled "

[PATCH 0/4] bpf: add a few hooks for sandboxing
 2026-03-24  5:27 UTC  (8+ messages)
` [PATCH 1/4] ns: add bpf hooks

[PATCH] libbpf: Replace strncpy() with strnlen()+memcpy() in skel_map_create()
 2026-03-24  5:25 UTC  (2+ messages)

[PATCH v6 0/7] PCI: mediatek-gen3: add power control support
 2026-03-24  5:19 UTC  (8+ messages)
` [PATCH v6 1/7] PCI: mediatek-gen3: Clean up mtk_pcie_parse_port() with dev_err_probe()
` [PATCH v6 2/7] PCI: mediatek-gen3: Move mtk_pcie_setup_irq() out of mtk_pcie_setup()
` [PATCH v6 3/7] PCI: mediatek-gen3: Move controller setup steps before PERST# control
` [PATCH v6 4/7] PCI: mediatek-gen3: Add error path for resume driver callbacks
` [PATCH v6 5/7] PCI: mediatek-gen3: Split out device power helpers
` [PATCH v6 6/7] PCI: mediatek-gen3: Disable device if further setup fails
` [PATCH v6 7/7] PCI: mediatek-gen3: Integrate new pwrctrl API

[PATCH net-next 0/3] dpll: zl3073x: add hwmon support
 2026-03-24  5:16 UTC  (6+ messages)
` [PATCH net-next 3/3] dpll: zl3073x: add hwmon support for input reference frequencies

[PATCH v3 0/7] media: iris: add support for kaanapali platform
 2026-03-24  5:15 UTC  (3+ messages)
` [PATCH v3 2/7] media: iris: switch to hardware mode after firmware boot

[PATCH 6.18 000/212] 6.18.20-rc1 review
 2026-03-24  5:09 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: hwmon: isl68137: Add compatible strings for RAA228942 and RAA228943
 2026-03-24  5:08 UTC 

[PATCH v2] RDMA: remove outdated comments referencing hfi1_destroy_qp()
 2026-03-24  5:08 UTC  (2+ messages)

[PATCH v4 00/11] Add explicit clock vote and enable power-domain for QCOM-ICE
 2026-03-24  5:04 UTC  (3+ messages)
` [PATCH v4 03/11] arm64: dts: qcom: kaanapali: Add power-domain and iface clk for ice node

[PATCH] mm/migrate: rename PAGE_ migration flags to FOLIO_MF_
 2026-03-24  5:04 UTC  (6+ messages)

[PATCH v1 0/4] Add encoder features
 2026-03-24  5:04 UTC  (5+ messages)
` [PATCH v1 1/4] media: v4l2-controls: Add control for background detection
` [PATCH v1 2/4] media: chips-media: wave5: Add support "
` [PATCH v1 3/4] media: chips-media: wave5: Support CBP profile
` [PATCH v1 4/4] media: chips-media: wave5: Add Support for Packed YUV422 Formats

[PATCH v2] crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTS
 2026-03-24  5:01 UTC 

[PATCH v8 00/11] media: qcom: iris: rework platform data handling
 2026-03-24  5:01 UTC  (5+ messages)
` [PATCH v8 11/11] media: qcom: iris: extract firmware description data


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox