All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-02 07:15:04 to 2026-03-02 08:13:12 UTC [more...]

[PATCH] ALSA: hda/intel: Synchronize the module parameter values of the power_save
 2026-03-02  8:12 UTC 

[PATCH RFC 00/18] accel/qda: Introduce Qualcomm DSP Accelerator driver
 2026-03-02  8:12 UTC  (11+ messages)
` [PATCH RFC 04/18] accel/qda: Add built-in compute CB bus for QDA and integrate with IOMMU
` [PATCH RFC 05/18] accel/qda: Create compute CB devices on QDA compute bus

[BUG] Kernel Panic in iptfs_reassem_cont when handling large packets
 2026-03-02  8:12 UTC  (2+ messages)

[PATCH] drm/i915/dp: ALPM init to be done after DPCD init
 2026-03-02  8:11 UTC  (5+ messages)

[PATCH v8 0/6] drm/xe/sysctrl: Add system controller component for Xe3p dGPU platforms
 2026-03-02  8:10 UTC  (7+ messages)
` [PATCH v8 1/6] drm/xe/sysctrl: Add System Controller types and device integration
` [PATCH v8 2/6] drm/xe/sysctrl: Add System Controller register definitions
` [PATCH v8 3/6] drm/xe/sysctrl: Add mailbox communication headers
` [PATCH v8 4/6] drm/xe/sysctrl: Add System Controller initialization
` [PATCH v8 5/6] drm/xe/sysctrl: Add mailbox communication implementation
` [PATCH v8 6/6] drm/xe/pci: Enable System Controller for CRI platform

[PATCH net v3 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-03-02  8:10 UTC  (5+ messages)
` [PATCH net v3 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()

lib/tests/printf_kunit.c:740:49: sparse: sparse: cast from restricted gfp_t
 2026-03-02  8:10 UTC 

[PATCH v2] iio: adc: ad799x: convert to fully managed resources
 2026-03-02  8:09 UTC  (2+ messages)

[PATCH v1 0/4] Allow order zero pages in page reporting
 2026-03-02  8:09 UTC  (8+ messages)
` [PATCH v1 4/4] page_reporting: change PAGE_REPORTING_DEFAULT_ORDER to -1

[PATCH net-next v3 00/14] net: bridge: reduce multicast checks in fast path
 2026-03-02  8:08 UTC  (3+ messages)
` [PATCH net-next v3 02/14] net: bridge: mcast: track active state, adding tests

[PATCH v2 0/4] tests/docker: improve detection of docker/podman
 2026-03-02  8:07 UTC  (5+ messages)
` [PATCH v2 2/4] tests/docker: add support for podman remote access
` [PATCH v2 3/4] tests/docker: allow display of docker output

[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2026-03-02  8:08 UTC  (7+ messages)
` [PATCHv6 bpf-next 9/9] bpf,x86: Use single ftrace_ops for direct calls

[PATCH] bus: mhi: host: pci_generic: Switch to async power up to avoid boot delays
 2026-03-02  8:07 UTC  (2+ messages)

6.18.13 iwlwifi deadlock allocating cma while work-item is active
 2026-03-02  8:07 UTC  (4+ messages)

[PATCH 0/3] Add support for MA35D1 I2C controller
 2026-03-02  8:06 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: i2c: nuvoton,ma35d1-i2c: Add "
` [PATCH 2/3] i2c: ma35d1: Add Nuvoton MA35D1 I2C driver support
` [PATCH 3/3] arm64: dts: nuvoton: Add I2C nodes for MA35D1 SoC

[PATCH] test/flow: add support for async API
 2026-03-01 23:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v1 0/1] soc: tegra: common: add Tegra114 support to devm_tegra_core_dev_init_opp_table
 2026-03-02  8:05 UTC  (2+ messages)

[PATCH] mm/mglru: fix cgroup OOM during MGLRU state switching
 2026-03-02  8:03 UTC  (7+ messages)

[PATCH 00/12] net/pcap: cleanups and test
 2026-03-02  8:03 UTC  (4+ messages)
` [PATCH v18 00/23] net/pcap: fixes, test, and enhancements
  ` [PATCH v18 02/23] net/pcap: fix build on Windows

[PATCH v5 0/6] thermal: tegra: add SOCTHERM support for Tegra114
 2026-03-02  8:02 UTC  (5+ messages)

[PATCH 00/21] nvme-auth: use crypto library for HMAC and hashing
 2026-03-02  7:59 UTC  (22+ messages)
` [PATCH 01/21] nvme-auth: add NVME_AUTH_MAX_DIGEST_SIZE constant
` [PATCH 02/21] nvme-auth: common: constify static data
` [PATCH 03/21] nvme-auth: use proper argument types
` [PATCH 04/21] nvme-auth: common: add KUnit tests for TLS key derivation
` [PATCH 05/21] nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()
` [PATCH 06/21] nvme-auth: common: explicitly verify psk_len == hash_len
` [PATCH 07/21] nvme-auth: common: add HMAC helper functions
` [PATCH 08/21] nvme-auth: common: use crypto library in nvme_auth_transform_key()
` [PATCH 09/21] nvme-auth: common: use crypto library in nvme_auth_augmented_challenge()
` [PATCH 10/21] nvme-auth: common: use crypto library in nvme_auth_generate_psk()
` [PATCH 11/21] nvme-auth: common: use crypto library in nvme_auth_generate_digest()
` [PATCH 12/21] nvme-auth: common: use crypto library in nvme_auth_derive_tls_psk()
` [PATCH 13/21] nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_host_response()
` [PATCH 14/21] nvme-auth: host: use crypto library in nvme_auth_dhchap_setup_ctrl_response()
` [PATCH 15/21] nvme-auth: host: remove allocation of crypto_shash
` [PATCH 16/21] nvme-auth: target: remove obsolete crypto_has_shash() checks
` [PATCH 17/21] nvme-auth: target: use crypto library in nvmet_auth_host_hash()
` [PATCH 18/21] nvme-auth: target: use crypto library in nvmet_auth_ctrl_hash()
` [PATCH 19/21] nvme-auth: common: remove nvme_auth_digest_name()
` [PATCH 20/21] nvme-auth: common: remove selections of no-longer used crypto modules
` [PATCH 21/21] crypto: remove HKDF library

[PATCH 0/9] gpu: nova-core: gsp: add RM control command infrastructure
 2026-03-02  8:00 UTC  (4+ messages)
` [PATCH 7/9] "

A potential refcount issue during __folio_split
 2026-03-02  8:01 UTC  (6+ messages)

[PATCH v5 net-next 00/11] nbl driver for Nebulamatrix NICs
 2026-03-02  8:00 UTC  (4+ messages)
` [PATCH v5 net-next 03/11] net/nebula-matrix: add chip related definitions
    ` 回复:[PATCH "

[PATCH RFC] btrfs: get rid of btrfs_(alloc|free)_compr_folio()
 2026-03-02  8:00 UTC 

[tglx-devel:irq/core 4/14] arch/x86/mm/tlb.c:1147:3: error: use of undeclared identifier 'IRQ_COUNT_TLB'
 2026-03-02  7:59 UTC 

[PATCH] mm/vmscan: restore allowed mask in alloc_demote_folio()
 2026-03-02  8:00 UTC  (2+ messages)

[PATCH 0/4] mmc: sdhci-esdhc-imx: add 1-bit bus width support
 2026-03-02  8:00 UTC  (5+ messages)
` [PATCH 1/4] mmc: core: fix timing selection for 1-bit bus width
` [PATCH 2/4] mmc: sdhci-esdhc-imx: add 1-bit bus width support
` [PATCH 3/4] mmc: sdhci-esdhc-imx: remove duplicate HS400 bus width validation
` [PATCH 4/4] mmc: sdhci-pltfm: remove duplicate DTS property parsing

[PATCH v2 0/5] vDSO: Use 32-bit CHECKFLAGS for compat vDSO
 2026-03-02  7:58 UTC  (6+ messages)
` [PATCH v2 1/5] x86/vdso: "
` [PATCH v2 2/5] sparc64: vdso: "
` [PATCH v2 3/5] s390: Add -m64 to KBUILD_CPPFLAGS
` [PATCH v2 4/5] powerpc/audit: directly include unistd_32.h from compat_audit.c
` [PATCH v2 5/5] asm-generic/bitsperlong.h: Add sanity checks for __BITS_PER_LONG

[PATCH] drm/i915/dp: On DPCD init/caps wake the DPRx
 2026-03-02  7:57 UTC  (5+ messages)
` [PATCHv2] "

[PATCH] RISC-V: KVM: Fix use-after-free in kvm_riscv_aia_aplic_has_attr()
 2026-03-02  7:57 UTC  (4+ messages)

[PATCH v3 0/2] gpu/drm: tegra: add DSI support for Tegra20/Tegra30
 2026-03-02  7:57 UTC  (2+ messages)

[PATCH v3] i3c: master: dw-i3c: Fix missing of_node for virtual I2C adapter
 2026-03-02  7:56 UTC  (2+ messages)

[PATCH] iio: accel: adxl380: fix FIFO watermark bit 8 always written as 0
 2026-03-02  7:56 UTC  (3+ messages)

[PATCH v2 00/12] Allow preemption during IPI completion waiting to improve real-time performance
 2026-03-02  7:52 UTC  (13+ messages)
` [PATCH v2 01/12] smp: Disable preemption explicitly in __csd_lock_wait
` [PATCH v2 02/12] smp: Enable preemption early in smp_call_function_single
` [PATCH v2 03/12] smp: Remove get_cpu from smp_call_function_any
` [PATCH v2 04/12] smp: Use on-stack cpumask in smp_call_function_many_cond
` [PATCH v2 05/12] smp: Free call_function_data via RCU in smpcfd_dead_cpu
` [PATCH v2 06/12] smp: Enable preemption early in smp_call_function_many_cond
` [PATCH v2 07/12] smp: Remove preempt_disable from smp_call_function
` [PATCH v2 08/12] smp: Remove preempt_disable from on_each_cpu_cond_mask
` [PATCH v2 09/12] scftorture: Remove preempt_disable in scftorture_invoke_one
` [PATCH v2 10/12] x86/mm: Move flush_tlb_info back to the stack
` [PATCH v2 11/12] x86/mm: Enable preemption during native_flush_tlb_multi
` [PATCH v2 12/12] x86/mm: Enable preemption during flush_tlb_kernel_range

[PATCH kernel 0/9] PCI/TSM: coco/sev-guest: Implement SEV-TIO PCIe TDISP (phase2)
 2026-03-02  7:54 UTC  (3+ messages)
` [PATCH kernel 4/9] dma/swiotlb: Stop forcing SWIOTLB for TDISP devices

[PATCH v2 0/4] ARM: tegra: lg-x3: add missing nodes
 2026-03-02  7:53 UTC  (2+ messages)

[RFC PATCH 00/16] drm/mipi-dbi: Replace simple-display helpers with regular atomic heleprs
 2026-03-02  7:52 UTC  (5+ messages)
` [PATCH 11/16] drm/st7586: Use regular atomic helpers; drop simple-display helpers

[PATCH 5.15.y] ksmbd: Fix dangling pointer in krb_authenticate
 2026-03-02  7:52 UTC 

question about automatic backports to -stable branches
 2026-03-02  7:51 UTC  (5+ messages)

[PATCH] i2c: designware: Add a new ACPI HID for GOOG5000 I2C controller
 2026-03-02  7:51 UTC  (6+ messages)

[v2] drm/xe: Allow per queue programming of COMMON_SLICE_CHICKEN3 bit13
 2026-03-02  7:52 UTC  (6+ messages)

[PATCH v2 0/4] Fix use-after-free and make format overflow more difficult
 2026-03-02  7:48 UTC  (5+ messages)
` [PATCH v2 1/4] contrib/elf2dmp: Grow PDB URL buffer
` [PATCH v2 2/4] vfio/pci: Grow buffer in vfio_pci_host_match()
` [PATCH v2 3/4] tests: Grow buffers for double string
` [PATCH v2 4/4] meson: Add -Wformat-overflow=2

[PATCH v2] iio: adc: ade9000: remove unused ADE9000_ST_ERROR macro
 2026-03-02  7:50 UTC  (2+ messages)

[PATCH v1 0/1] clk: tegra: set up proper EMC clock implementation for Tegra114
 2026-03-02  7:50 UTC  (2+ messages)

[tglx-devel:irq/core 4/14] arch/x86/include/asm/hardirq.h:70:62: error: 'IRQ_COUNT_TLB' undeclared; did you mean 'IRQ_COUNT_MAX'?
 2026-03-02  7:49 UTC 

[conor:tsu 9/9] drivers/net/ethernet/cadence/macb_main.c:5548:17: error: 'ret' undeclared; did you mean 'net'?
 2026-03-02  7:49 UTC 

[PATCH v1 0/1] devfreq: tegra30-devfreq: add support for Tegra114
 2026-03-02  7:48 UTC  (2+ messages)

[PATCH v4 0/3] Enable Inline crypto engine for kodiak and monaco
 2026-03-02  7:48 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: mmc: sdhci-msm: Add ICE phandle

[Buildroot] [PATCH 0/8] Add additional CycloneDX SBOM controls
 2026-03-02  7:48 UTC  (6+ messages)
` [Buildroot] [PATCH 2/8] utils/generate-cyclonedx: allow referencing patches by upstream URL if available

[PATCH] mm: bail out when the PMD has been set in bloom filter
 2026-03-02  7:48 UTC  (3+ messages)

[PATCH 6.12 000/385] 6.12.75-rc1 review
 2026-03-02  7:47 UTC  (2+ messages)

[PATCH] selftests/sched_ext: Fix the incorrect logic validation
 2026-03-02  7:47 UTC  (2+ messages)

[PATCH v2 00/12] i2c: configure parent device and OF node through the adapter struct
 2026-03-02  7:47 UTC  (3+ messages)
` [PATCH v2 01/12] i2c: allow setting the "

[PATCH] drm/sitronix/st7586: fix bad pixel data due to byte swap
 2026-03-02  7:46 UTC  (2+ messages)

[PATCH v1 0/2] power: supply: cpcap-battery: pass static battery cell data from device tree
 2026-03-02  7:44 UTC  (2+ messages)

[PATCH] bus: mhi: host: pci_generic: Add Qualcomm SDX35 modem
 2026-03-02  7:44 UTC  (4+ messages)

[PATCH 0/3] net: zynq_gem: driver enhancement
 2026-03-02  7:43 UTC  (4+ messages)
` [PATCH 1/3] net: zynq_gem: Disable broadcast packets
` [PATCH 2/3] net: zynq_gem: clear TXSR transfer complete
` [PATCH 3/3] net: zynq_gem: Add support for dma-coherent flag

[PATCHv2] block: break pcpu_alloc_mutex dependency on freeze_lock
 2026-03-02  7:42 UTC  (2+ messages)

[net-next, v3 0/2] psp: Support PSP Tx on logical devices like VLAN
 2026-03-02  7:42 UTC  (4+ messages)
` [net-next, v3 1/2] psp: Support for transmit on logical device when the underlying transport device supports PSP

[PATCH 1/1] riscv: dts: spacemit: Add 'linux,pci-domain' to PCIe nodes for K1
 2026-03-02  7:42 UTC  (5+ messages)

[PATCH v1] common/memsize.c: Fix get_ram_size() original data restore
 2026-03-02  7:41 UTC  (2+ messages)

cleanup the RAID5 XOR library
 2026-03-02  7:38 UTC  (5+ messages)
` [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE

[tglx-devel:irq/core 7/14] undefined reference to `irq_proc_calc_prec'
 2026-03-02  7:38 UTC 

[PATCH 6.6.y 0/3] Backport to fix CVE-2025-40170
 2026-03-02  7:36 UTC  (4+ messages)
` [PATCH 6.6.y 1/3] net: dst: add four helpers to annotate data-races around dst->dev
` [PATCH 6.6.y 2/3] net: dst: introduce dst->dev_rcu
` [PATCH 6.6.y 3/3] net: use dst_dev_rcu() in sk_setup_caps()

[Bug 221150] New: [BUG] hp-wmi: OMEN 16-k0xxx (board 8A4D) – verification of platform_profile and EC register behavior
 2026-03-02  7:36 UTC  (2+ messages)
` [Bug 221150] "

[Buildroot] [PATCH 7/8] utils/generate-cyclonedx: allow excluding vulnerabilities section
 2026-03-02  7:36 UTC  (3+ messages)

[RFC PATCH 0/5] kselftest/resctrl: Enable CAT and NONCONT_CAT tests on ARM
 2026-03-02  7:35 UTC  (6+ messages)
` [RFC PATCH 3/5] kselftests/resctrl: remove unnecessary exclude_idle

[PATCH 0/3] driver core: generalize driver_override infrastructure
 2026-03-02  7:35 UTC  (3+ messages)
` [PATCH 1/3] driver core: generalize driver_override in struct device

[PATCH] platform/x86: hp-wmi: Add support for Omen 16-k0xxx (8A4D)
 2026-03-02  7:35 UTC 

[PATCH net-next v4] net: pppoe: implement GRO/GSO support
 2026-03-02  7:34 UTC  (2+ messages)

[PATCH V3 0/2] arm64/mm: Enable batched TLB flush in unmap_hotplug_range()
 2026-03-02  7:34 UTC  (2+ messages)

[PATCH v9 0/7] Add AMD ISP4 driver
 2026-03-02  7:30 UTC  (8+ messages)
` [PATCH v9 1/7] media: platform: amd: Introduce amd isp4 capture driver
` [PATCH v9 2/7] media: platform: amd: low level support for isp4 firmware
` [PATCH v9 3/7] media: platform: amd: Add isp4 fw and hw interface
` [PATCH v9 4/7] media: platform: amd: isp4 subdev and firmware loading handling added
` [PATCH v9 5/7] media: platform: amd: isp4 video node and buffers "
` [PATCH v9 6/7] media: platform: amd: isp4 debug fs logging and more descriptive errors
` [PATCH v9 7/7] Documentation: add documentation of AMD isp 4 driver

[PATCH v3 00/21] TP8028 Rapid Path Failure Recovery
 2026-03-02  7:32 UTC  (10+ messages)
` [PATCH v3 18/21] nvme: Update CCR completion wait timeout to consider CQT

[PATCH] fsck.erofs: introduce multi-threaded decompression PoC with pcluster batching
 2026-03-02  7:32 UTC 

[PATCH 0/2] usb: cdns3: USBSSP platform driver support
 2026-03-02  7:31 UTC  (6+ messages)
` [PATCH 1/2] usb: cdns3: Add "
` [PATCH 2/2] dt-bindings: usb: cdns,usb3: Add support for USBSSP

[RFC PATCH 0/2] futex: how to solve the robust_list race condition?
 2026-03-02  7:31 UTC  (8+ messages)

[PATCH] media: venus: allow interlaced video streams
 2026-03-02  7:31 UTC  (4+ messages)

[PATCH V6 0/3] Rust support for powerpc
 2026-03-02  7:29 UTC  (10+ messages)
` [PATCH V6 2/3] rust: Add PowerPC support

QA notification for completed autobuilder build (yocto-4.0.34.rc2)
 2026-03-02  7:27 UTC  (2+ messages)
` [qa-build-notification] "

[PATCH 0/3] watchdog: at91/sama5d4: header cleanup and driver refactor
 2026-03-02  7:26 UTC  (6+ messages)
` [PATCH 2/3] watchdog: sama5d4_wdt: Refactor the driver

[AUH] python3-rdflib: upgrading to 7.6.0 SUCCEEDED
 2026-03-02  7:25 UTC  (8+ messages)
` [OE-core] "

Kirkstone meta-oe roll-off plan
 2026-03-02  7:24 UTC 

[PATCH] PCI: Add quirk to set class code for Qcom modems
 2026-03-02  7:24 UTC 

[RFC PATCH] dmaengine: xilinx_dma: Fix per-channel direction reporting via device_caps
 2026-03-02  7:24 UTC  (2+ messages)

[PATCH] wifi: rtl8xxxu: fix potential use of uninitialized value
 2026-03-02  7:23 UTC  (2+ messages)

[PATCH v3 0/8] Improve zoned (SMR) HDD write throughput
 2026-03-02  7:23 UTC  (9+ messages)
` [PATCH v3 1/8] block: fix zone write plug removal
` [PATCH v3 2/8] block: fix zone write plugs refcount handling in disk_zone_wplug_schedule_bio_work()
` [PATCH v3 3/8] block: rename and simplify disk_get_and_lock_zone_wplug()
` [PATCH v3 6/8] block: allow submitting all zone writes from a single context

[PATCH v10 00/10] gpu: nova-core: add Turing support
 2026-03-02  7:22 UTC  (4+ messages)
` [PATCH v10 08/10] gpu: nova-core: use the Generic Bootloader to boot FWSEC on Turing

[RFC PATCH] iio: adc: ade9000: fix stale data in waveform buffer read
 2026-03-02  7:20 UTC 

[PATCH v16 00/10] rust: add `Ownable` trait and `Owned` type
 2026-03-02  7:18 UTC  (8+ messages)
` [PATCH v16 01/10] rust: alloc: add `KBox::into_nonnull`

[PATCH wireless-next] wifi: mac80211: give the AP more time for EPPKE as well
 2026-03-02  7:18 UTC  (2+ messages)

[Intel-wired-lan] [RFC PATCHv2 0/1] idpf: IDPF + SWIOTLB Bug
 2026-03-02  7:17 UTC  (4+ messages)
` [Intel-wired-lan] [RFC PATCHv2 1/1] idpf: Fix header clobber in IDPF with SWIOTLB enabled

Performance regression in "update" hooks
 2026-03-02  7:17 UTC 

[PATCH 00/10] Input: support for STM FTS5
 2026-03-02  7:17 UTC  (3+ messages)
` [PATCH 06/10] dt-bindings: input: touchscreen: st,stmfts: Introduce reset GPIO

[PATCH 00/11] SCMI Clock rates discovery rework
 2026-03-02  7:18 UTC  (5+ messages)
` [PATCH 11/11] firmware: arm_scmi: Introduce all_rates_get clock operation

[PATCH V3 0/3] Ensure ordered namespace registration during async scan
 2026-03-02  7:16 UTC  (6+ messages)

[PATCH v10 0/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-03-02  7:14 UTC  (8+ messages)
` [PATCH v10 1/7] PCI: endpoint: Add auxiliary resource query API
` [PATCH v10 2/7] PCI: dwc: Record integrated eDMA register window
` [PATCH v10 3/7] PCI: dwc: ep: Expose integrated eDMA resources via EPC aux-resource API
` [PATCH v10 4/7] PCI: endpoint: pci-ep-msi: Refactor doorbell allocation for new backends
` [PATCH v10 5/7] PCI: endpoint: pci-epf-vntb: Reuse pre-exposed doorbells and IRQ flags
` [PATCH v10 6/7] PCI: endpoint: pci-epf-test: Reuse pre-exposed doorbell targets
` [PATCH v10 7/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.