All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-05 18:27:53 to 2025-09-05 19:22:47 UTC [more...]

[PATCH phy 00/14] Lynx 28G improvements part 1
 2025-09-05 19:02 UTC  (12+ messages)
` [PATCH phy 13/14] dt-bindings: phy: lynx-28g: add compatible strings per SerDes and instantiation

FAILED: patch "[PATCH] net: dsa: microchip: linearize skb for tail-tagging switches" failed to apply to 5.4-stable tree
 2025-09-05 19:22 UTC  (2+ messages)
` [PATCH 5.4.y 1/2] net: dsa: microchip: update tag_ksz masks for KSZ9477 family

[PATCH v4 0/8] Fix stale IOTLB entries for kernel address space
 2025-09-05 19:22 UTC  (10+ messages)
` [PATCH v4 4/8] mm: Introduce pure page table freeing function
` [PATCH v4 5/8] x86/mm: Use pagetable_free()
` [PATCH v4 6/8] mm: Introduce deferred freeing for kernel page tables
` [PATCH v4 7/8] mm: Hook up Kconfig options for async page table freeing

[GIT PULL] io_uring fix for 6.17-rc5
 2025-09-05 19:21 UTC  (7+ messages)

[PATCH] tracing/osnoise: Replace kmalloc() + copy_from_user() with memdup_user()
 2025-09-05 19:21 UTC 

[PATCH 0/6] mshv: Fixes for stats and vp state page mappings
 2025-09-05 19:21 UTC  (9+ messages)
` [PATCH 2/6] mshv: Ignore second stats page map result failure
` [PATCH 4/6] mshv: Get the vmm capabilities offered by the hypervisor

include/linux/platform_device.h:91:23: sparse: sparse: incorrect type in return expression (different address spaces)
 2025-09-05 19:19 UTC 

[PATCH bpf-next v7] selftests/bpf: add BPF program dump in veristat
 2025-09-05 19:19 UTC  (4+ messages)

Need guidance on btrfs: uncorrectable errors from scrub
 2025-09-05 19:18 UTC  (3+ messages)

[PATCH 1/1] dt-bindings: input: convert tca8418_keypad.txt to yaml format
 2025-09-05 19:17 UTC  (2+ messages)

[PATCH] Documentation: KVM: Add reference specs for PIT and LAPIC ioctls
 2025-09-05 19:17 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/6] backport: SPDX 3.0 support to Scarthgap
 2025-09-05 19:16 UTC  (2+ messages)

[PATCH 1/1] dt-bindings: input: convert semtech,sx8654 to yaml format
 2025-09-05 19:17 UTC  (2+ messages)

Let's collaborate on XDP2!
 2025-09-05 19:16 UTC 

FAILED: patch "[PATCH] ALSA: hda/realtek: Add support for HP Agusta using CS35L41" failed to apply to 6.1-stable tree
 2025-09-05 19:16 UTC  (2+ messages)
` [PATCH 6.1.y] ALSA: hda/realtek: Add support for HP Agusta using CS35L41 HDA

[PATCH v6 0/7] rust: add `ww_mutex` support
 2025-09-05 19:14 UTC  (8+ messages)
` [PATCH v6 3/7] rust: implement `WwMutex`, `WwAcquireCtx` and `WwMutexGuard`
` [PATCH v6 4/7] add KUnit coverage on Rust ww_mutex implementation
` [PATCH v6 5/7] rust: ww_mutex: add context-free locking functions

[PATCH v2 00/15] mm, swap: introduce swap table as swap cache (phase I)
 2025-09-05 19:13 UTC  (16+ messages)
` [PATCH v2 01/15] docs/mm: add document for swap table
` [PATCH v2 02/15] mm, swap: use unified helper for swap cache look up
` [PATCH v2 03/15] mm, swap: fix swap cahe index error when retrying reclaim
` [PATCH v2 04/15] mm, swap: check page poison flag after locking it
` [PATCH v2 05/15] mm, swap: always lock and check the swap cache folio before use
` [PATCH v2 06/15] mm, swap: rename and move some swap cluster definition and helpers
` [PATCH v2 07/15] mm, swap: tidy up swap device and cluster info helpers
` [PATCH v2 08/15] mm/shmem, swap: remove redundant error handling for replacing folio
` [PATCH v2 09/15] mm, swap: cleanup swap cache API and add kerneldoc
` [PATCH v2 10/15] mm, swap: wrap swap cache replacement with a helper
` [PATCH v2 11/15] mm, swap: use the swap table for the swap cache and switch API
` [PATCH v2 12/15] mm, swap: mark swap address space ro and add context debug check
` [PATCH v2 13/15] mm, swap: remove contention workaround for swap cache
` [PATCH v2 14/15] mm, swap: implement dynamic allocation of swap table
` [PATCH v2 15/15] mm, swap: use a single page for swap table when the size fits

[PATCH] NFSD: Add io_cache_{read,write} controls to debugfs
 2025-09-05 19:15 UTC  (4+ messages)
`  "

[PATCH bpf] bpf/helpers: Skip memcg accounting in __bpf_async_init()
 2025-09-05 19:14 UTC  (4+ messages)

[PATCH] cpufreq: acpi-cpufreq: Optimize SMP calls in drv_write() function
 2025-09-05 19:14 UTC  (2+ messages)

[PATCH RFC 00/13] dmaengine: Smart Data Accelerator Interface (SDXI) basic support
 2025-09-05 19:14 UTC  (29+ messages)
` [PATCH RFC 01/13] PCI: Add SNIA SDXI accelerator sub-class
` [PATCH RFC 02/13] dmaengine: sdxi: Add control structure definitions
` [PATCH RFC 03/13] dmaengine: sdxi: Add descriptor encoding and unit tests
` [PATCH RFC 04/13] dmaengine: sdxi: Add MMIO register definitions
` [PATCH RFC 05/13] dmaengine: sdxi: Add software data structures
` [PATCH RFC 06/13] dmaengine: sdxi: Add error reporting support
` [PATCH RFC 07/13] dmaengine: sdxi: Import descriptor enqueue code from spec
` [PATCH RFC 08/13] dmaengine: sdxi: Context creation/removal, descriptor submission
` [PATCH RFC 09/13] dmaengine: sdxi: Add core device management code
` [PATCH RFC 10/13] dmaengine: sdxi: Add PCI driver support
` [PATCH RFC 11/13] dmaengine: sdxi: Add DMA engine provider
` [PATCH RFC 12/13] dmaengine: sdxi: Add Kconfig and Makefile
` [PATCH RFC 13/13] MAINTAINERS: Add entry for SDXI driver

[PATCH v5 00/10] PCI/TSM: Core infrastructure for PCI device security (TDISP)
 2025-09-05 19:13 UTC  (4+ messages)
` [PATCH v5 04/10] PCI/TSM: Authenticate devices via platform TSM

[PATCH] iio: proximity: mb1232: use stack allocated scan struct
 2025-09-05 19:12 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION be5d4872e528796df9d7425f2bd9b3893eb3a42c
 2025-09-05 19:10 UTC 

[PATCH v1 0/3] arm64: dts: qcom: add initial support for Samsung Galaxy S20
 2025-09-05 19:09 UTC  (4+ messages)
` [PATCH v1 1/3] arm64: dts: qcom: sm8250-samsung-r8q: Move common parts to dtsi
` [PATCH v1 2/3] dt-bindings: arm: qcom: document x1q board binding
` [PATCH v1 3/3] arm64: dts: qcom: add initial support for Samsung Galaxy S20

FAILED: patch "[PATCH] net: dsa: microchip: linearize skb for tail-tagging switches" failed to apply to 5.10-stable tree
 2025-09-05 19:09 UTC  (3+ messages)
` [PATCH 5.10.y 1/2] net: dsa: microchip: update tag_ksz masks for KSZ9477 family
  ` [PATCH 5.10.y 2/2] net: dsa: microchip: linearize skb for tail-tagging switches

[PATCH v8 5/5] PCI: qcom: Add support for ECAM feature
 2025-09-05 19:08 UTC  (2+ messages)

[PATCH v3] huge_memory: return -EINVAL in folio split functions when THP is disabled
 2025-09-05 19:07 UTC  (4+ messages)

[PATCH] arm: dts: sun4i-emac enable dma rx in sun4i
 2025-09-05 19:05 UTC 

[PATCH 0/2] media: pci: mfb4: iio trigger improvements
 2025-09-05 19:06 UTC  (3+ messages)
` [PATCH 1/2] media: pci: mg4b: use aligned_s64
` [PATCH 2/2] media: pci: mg4b: use iio_push_to_buffers_with_ts()

[PATCH 2/2] dmaengine: dw-edma: Add non-LL mode
 2025-09-05 19:06 UTC  (2+ messages)

[PATCH 0/5] midx-write: fix segfault and do several cleanups
 2025-09-05 19:05 UTC  (11+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] midx-write: only load initialized packs
  ` [PATCH v2 2/6] midx-write: put failing response value back
  ` [PATCH v2 4/6] midx-write: use uint32_t for preferred_pack_idx

[PATCH 0/3] mm: remove zpool
 2025-09-05 19:05 UTC  (11+ messages)
` [PATCH 1/3] mm: zswap: interact directly with zsmalloc
` [PATCH 2/3] mm: remove unused zpool layer
` [PATCH 3/3] mm: zpdesc: minor naming and comment corrections

[PATCH v4 2/2] efi: Support using Shim's LoadImage protocol
 2025-09-05 19:04 UTC  (2+ messages)

[PATCH v1 0/5] platform/x86: ayaneo-ec: Add Ayaneo Embedded Controller platform driver
 2025-09-05 19:05 UTC  (13+ messages)
` [PATCH v1 2/5] platform/x86: ayaneo-ec: Add hwmon support
` [PATCH v1 3/5] platform/x86: ayaneo-ec: Add charge control support
` [PATCH v1 4/5] platform/x86: ayaneo-ec: Add controller power and modules attributes

[ANNOUNCE] xfs-linux: for-next updated to e90dcba0a350
 2025-09-05 19:02 UTC 

[PATCH] tracing: Fix missing errno when zero parser->idx in trace_pid_write
 2025-09-05 19:03 UTC  (3+ messages)

FAILED: patch "[PATCH] ALSA: hda/realtek: Add support for HP Agusta using CS35L41" failed to apply to 6.6-stable tree
 2025-09-05 19:01 UTC  (2+ messages)
` [PATCH 6.6.y] ALSA: hda/realtek: Add support for HP Agusta using CS35L41 HDA

[PATCH v1] mach-k3: fix reading size and addr from fdt on R5
 2025-09-05 19:00 UTC  (2+ messages)

[PATCH v2 0/4] Miscellaneous fixes and clean-ups
 2025-09-05 18:59 UTC  (5+ messages)
` [PATCH v2 1/4] spi: cadence-quadspi: Flush posted register writes before INDAC access
` [PATCH v2 2/4] spi: cadence-quadspi: Flush posted register writes before DAC access
` [PATCH v2 3/4] spi: cadence-quadspi: Fix cqspi_setup_flash()
` [PATCH v2 4/4] spi: cadence-quadspi: Use BIT() macros where possible

[PATCH 0/6] fbcon: Move bitops callbacks into separate struct
 2025-09-05 19:00 UTC  (11+ messages)
` [PATCH 1/6] fbcon: Fix empty lines in fbcon.h
` [PATCH 2/6] fbcon: Rename struct fbcon_ops to struct fbcon
` [PATCH 3/6] fbcon: Set rotate_font callback with related callbacks
` [PATCH 4/6] fbcon: Move fbcon callbacks into struct fbcon_bitops
` [PATCH 6/6] fbcon: Pass struct fbcon to callbacks in "

[PATCH v3 0/3] cpufreq: Use int type to store negative error codes
 2025-09-05 18:59 UTC  (4+ messages)
` [PATCH v3 3/3] cpufreq: speedstep-lib: "

[PATCH 1/2] cpufreq: intel_pstate: Remove EPB related changes
 2025-09-05 18:58 UTC  (2+ messages)

[RFC bpf-next v2 0/1] libbpf: add compile-time OOB warning to bpf_tail_call_static
 2025-09-05 18:57 UTC  (3+ messages)

[PATCH] drm/xe/debugfs: Don't expose dgfx residencies attributes on VF
 2025-09-05 18:56 UTC  (4+ messages)

[PATCH v2] thermal: hwmon: replace deprecated strcpy() with strscpy()
 2025-09-05 18:53 UTC  (3+ messages)

[oe-core][PATCHv6 0/5] Display manager proposal for x11 and wayland
 2025-09-05 18:52 UTC  (6+ messages)

[PATCH 00/33] arm_mpam: Add basic mpam driver
 2025-09-05 18:52 UTC  (12+ messages)
` [PATCH 10/33] arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plate

[PATCH] ipmi: Rework user message limit handling
 2025-09-05 18:51 UTC 

[PATCH v5] alloc: fix dangling pointer in alloc_state cleanup
 2025-09-05 18:51 UTC  (2+ messages)
` [PATCH v6] "

[PATCH 0/3] usb/gpio/i2c: Add Intel USBIO USB IO-expander drivers
 2025-09-05 18:50 UTC  (7+ messages)
` [PATCH 1/3] usb: misc: Add Intel USBIO bridge driver
` [PATCH 3/3] i2c: Add Intel USBIO I2C driver

user->nr_msgs going negative in ipmi_msghandler.c
 2025-09-05 18:50 UTC 

[PATCH v2 1/4] arm64: dts: renesas: r8a779a0: Rename dsi-encoder@ to dsi@
 2025-09-05 18:49 UTC  (5+ messages)
` [PATCH v2 4/4] dt-bindings: display: bridge: renesas,dsi-csi2-tx: Allow panel@ subnode
    ` [PATCH v2 4/4] dt-bindings: display: bridge: renesas, dsi-csi2-tx: "

[PATCH 0/3] serial: 8250: omap: Add wakeup support
 2025-09-05 18:48 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: serial: 8250_omap: Update wakeup-source type property

[PATCH RESEND v2] hid: intel-thc-hid: intel-quicki2c: support ACPI config for advanced features
 2025-09-05 16:54 UTC  (2+ messages)

[PATCH v2 0/7] arm64: Make EFI calls preemptible
 2025-09-05 13:30 UTC  (3+ messages)
` [PATCH v2 1/7] efi: Add missing static initializer for efi_mm::cpus_allowed_lock
` [PATCH v2 2/7] efi/runtime: Return success/failure from arch_efi_call_virt_setup()

[PATCH] tools perf build: Support BUILD_NONDISTRO on OpenSUSE Tumbleweed
 2025-09-05 18:38 UTC 

[PATCH] dt-bindings: input: touchscreen: goodix: Drop 'interrupts' requirement
 2025-09-05 18:47 UTC  (2+ messages)

KernelCI TSC nomination request
 2025-09-05 18:47 UTC  (5+ messages)
      ` [EXTERNAL] "

[PATCH v3 0/2] Add support for Uniwill laptop features
 2025-09-05 18:46 UTC  (4+ messages)
` [PATCH v3 1/2] platform/x86: Add Uniwill laptop driver

[PATCHv6 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-09-05 18:44 UTC  (12+ messages)
` [PATCHv6 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe

[PATCH] usb: typec: ucsi: Add check for UCSI version
 2025-09-05 18:44 UTC 

[PATCH v3 0/6] Enable SSRAM support in PTL and LNL
 2025-09-05 18:43 UTC  (4+ messages)
` [PATCH v3 4/6] platform/x86:intel/pmc: Show substate requirement for S0ix blockers

[PATCH v3] PCI: endpoint: pci-epf-test: Limit PCIe BAR size for fixed BARs
 2025-09-05 18:42 UTC 

[PATCH v2] PCI: endpoint: pci-epf-test: Limit PCIe BAR size for fixed BARs
 2025-09-05 18:41 UTC  (3+ messages)

[PATCH] dt-bindings: ili9881c: Allow port subnode
 2025-09-05 18:41 UTC  (2+ messages)

qemu-arm64: xfstests crash in bio_iov_iter_get_pages on next-20250904
 2025-09-05 18:41 UTC  (2+ messages)

[PATCH net-next 0/3] sh_eth: PM-related cleanups
 2025-09-05 18:41 UTC  (6+ messages)
` [PATCH net-next 2/3] sh_eth: Convert to DEFINE_SIMPLE_DEV_PM_OPS()

[PATCH 1/2] dt-bindings: ili9881c: Document 5" Raspberry Pi 720x1280
 2025-09-05 18:40 UTC  (2+ messages)

[RESEND PATCH 1/2] dt-bindings: hwmon: pwm-fan: Document after shutdown fan settings
 2025-09-05 18:40 UTC  (2+ messages)

[GIT PULL] SPI fixes for v6.17-rc3
 2025-09-05 18:39 UTC 

[PATCH v3 00/11] Add cache information to Amlogic SoC
 2025-09-05 11:57 UTC  (3+ messages)
` [PATCH v3 01/11] arm64: dts: amlogic: Add cache information to the Amlogic GXBB and GXL SoC
` [PATCH v3 02/11] arm64: dts: amlogic: Add cache information to the Amlogic SM1 SoC

[PATCH 1/2] drm/amdgpu: add AMDGPU_IDS_FLAGS_GANG_SUBMIT
 2025-09-05 18:39 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: reject gang submissions under SRIOV

[PATCH bpf-next v5 0/4] bpf: report arena faults to BPF streams
 2025-09-05 18:38 UTC  (5+ messages)
` [PATCH bpf-next v5 4/4] selftests/bpf: Add tests for arena fault reporting

[PATCH v6] PCI/PM: Skip resuming to D0 if disconnected
 2025-09-05 18:38 UTC  (2+ messages)

[RFC PATCH v3 00/15] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-09-05 18:36 UTC  (4+ messages)
` [RFC PATCH v3 10/15] hw/arm/smmuv3-accel: Allocate a vDEVICE object for device

[PATCH] rust: pin-init: add references to previously initialized fields
 2025-09-05 18:38 UTC  (3+ messages)

[PATCH] RDMA/siw: avoid hiding errors in siw_post_send()
 2025-09-05 18:37 UTC  (2+ messages)

[PATCH] fs/ceph/addr: always call ceph_shift_unused_folios_left()
 2025-09-05 18:35 UTC  (9+ messages)

[PATCH 0/5] dm: Initial work on a device mapper
 2025-09-05 14:44 UTC  (9+ messages)

[PATCH] cpuidle: sysfs: Use sysfs_emit/sysfs_emit_at instead of sprintf/scnprintf
 2025-09-05 18:34 UTC  (5+ messages)

[PATCH v3 0/5] riscv: dts: starfive: Add Milk-V Mars CM (Lite) SoM
 2025-09-05 14:39 UTC  (6+ messages)
` [PATCH v3 1/5] riscv: dts: starfive: add common board dtsi for Milk-V Mars CM variants
` [PATCH v3 2/5] dt-bindings: riscv: starfive: add milkv,marscm-emmc
` [PATCH v3 3/5] riscv: dts: starfive: add Milk-V Mars CM system-on-module
` [PATCH v3 4/5] dt-bindings: riscv: starfive: add milkv,marscm-lite
` [PATCH v3 5/5] riscv: dts: starfive: add Milk-V Mars CM Lite system-on-module

[PATCH v7 0/2] Convert inno hdmi to drm bridge
 2025-09-05 14:32 UTC  (6+ messages)
` [PATCH v7 1/2] drm/rockchip: inno-hdmi: Convert "
    `  "

RFQ / job opening: Yocto Project Ecosystem Engineering and Operations Lead
 2025-09-05 18:32 UTC 

[PATCH v2 0/4] xen/arm64: allow to make aarch32 support optional
 2025-09-05 18:30 UTC  (7+ messages)
` [PATCH v2 3/4] "

[BUG] arm64: KASAN + KASLR may cause reserved page to be released during module loading
 2025-09-05 14:30 UTC  (2+ messages)

[PATCH 00/12] drivers: Integrate log message printing into devm_thermal_*_register()
 2025-09-05 14:31 UTC  (7+ messages)
` [PATCH 01/12] thermal: of: Add error handling in devm_thermal_*_register()
` [PATCH 02/12] hwmon: Remove redundant error log prints

[PATCH v3 0/4] Handle NBCON consoles on KDB
 2025-09-05 18:30 UTC  (4+ messages)
` [PATCH v3 3/4] printk: nbcon: Allow KDB to acquire the NBCON context

[Bug 220491] New: usb_storage connected SD card disconnects/reconnects on resume from suspend
 2025-09-05 18:30 UTC  (2+ messages)
` [Bug 220491] "

[PATCH 0/6] xilinx: Add support for Xilinx Sysmon IP
 2025-09-05 18:30 UTC  (3+ messages)
` [PATCH 4/6] dt-bindings: thermal: versal: Add description for Versal Thermal

[PATCH 0/6] odb: track commit graphs via object source
 2025-09-05 18:29 UTC  (3+ messages)

[PATCH v2 0/2] Fix NUMA sched domain build errors for GNR and CWF
 2025-09-05 18:36 UTC  (3+ messages)
` [PATCH v2 1/2] sched: Create architecture specific sched domain distances
` [PATCH v2 2/2] sched: Fix sched domain build error for GNR, CWF in SNC-3 mode

[PATCH] pmdomian: core: don't unset stay_on during sync_state
 2025-09-05 14:27 UTC  (5+ messages)


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.