The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-01-14 17:32:20 to 2026-01-14 19:08:24 UTC [more...]

[PATCH v14 00/34] Enable CXL PCIe Port Protocol Error handling and logging
 2026-01-14 19:08 UTC  (40+ messages)
` [PATCH v14 01/34] PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
` [PATCH v14 02/34] PCI: Update CXL DVSEC definitions
` [PATCH v14 03/34] PCI: Introduce pcie_is_cxl()
` [PATCH v14 04/34] cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
` [PATCH v14 05/34] cxl/pci: Remove unnecessary CXL RCH "
` [PATCH v14 06/34] PCI: Replace cxl_error_is_native() with pcie_aer_is_native()
` [PATCH v14 07/34] cxl/pci: Remove CXL VH handling in CONFIG_PCIEAER_CXL conditional blocks from core/pci.c
` [PATCH v14 08/34] cxl/pci: Move CXL driver's RCH error handling into core/ras_rch.c
` [PATCH v14 09/34] PCI/AER: Export pci_aer_unmask_internal_errors()
` [PATCH v14 10/34] PCI/AER: Update is_internal_error() to be non-static is_aer_internal_error()
` [PATCH v14 11/34] PCI/AER: Move CXL RCH error handling to aer_cxl_rch.c
` [PATCH v14 12/34] PCI/AER: Use guard() in cxl_rch_handle_error_iter()
` [PATCH v14 13/34] PCI/AER: Replace PCIEAER_CXL symbol with CXL_RAS
` [PATCH v14 14/34] PCI/AER: Report CXL or PCIe bus type in AER trace logging
` [PATCH v14 15/34] PCI/AER: Update struct aer_err_info with kernel-doc formatting
` [PATCH v14 16/34] cxl/mem: Clarify @host for devm_cxl_add_nvdimm()
` [PATCH v14 17/34] cxl: Update RAS handler interfaces to also support CXL Ports
` [PATCH v14 18/34] cxl/port: Remove "enumerate dports" helpers
` [PATCH v14 19/34] cxl/port: Fix devm resource leaks around with dport management
` [PATCH v14 20/34] cxl/port: Move dport operations to a driver event
` [PATCH v14 21/34] cxl/port: Move dport RAS reporting to a port resource
` [PATCH v14 22/34] cxl: Update CXL Endpoint tracing
` [PATCH v14 23/34] cxl: Map CXL Endpoint Port and CXL Switch Port RAS registers
` [PATCH v14 24/34] cxl/port: Move endpoint component register management to cxl_port
` [PATCH v14 25/34] cxl/port: Map Port component registers before switchport init
` [PATCH v14 26/34] cxl: Change CXL handlers to use guard() instead of scoped_guard()
` [PATCH v14 27/34] PCI/ERR: Introduce PCI_ERS_RESULT_PANIC
` [PATCH v14 28/34] PCI/AER: Move AER driver's CXL VH handling to pcie/aer_cxl_vh.c
` [PATCH v14 29/34] cxl/port: Unify endpoint and switch port lookup
` [PATCH v14 30/34] PCI/AER: Dequeue forwarded CXL error
` [PATCH v14 31/34] PCI: Introduce CXL Port protocol error handlers
` [PATCH v14 32/34] cxl: Update Endpoint uncorrectable protocol error handling
` [PATCH v14 33/34] cxl: Update Endpoint correctable "
` [PATCH v14 34/34] cxl: Enable CXL protocol errors during CXL Port probe

[PATCH v2 0/2] kexec: history: track previous kernel version and kexec boot count
 2026-01-14 19:08 UTC  (9+ messages)
` [PATCH v2 1/2] kexec: history: track previous kernel version
` [PATCH v2 2/2] kexec: history: track kexec boot counter

[PATCH 0/3] iommu/vt-d: Ensure atomicity in context and PASID entry updates
 2026-01-14 19:07 UTC  (8+ messages)
` [PATCH 3/3] iommu/vt-d: Rework hitless PASID entry replacement

[PATCH v2 0/5] New DRM accel driver for Texas Instruments' C7x DSPs
 2026-01-14 19:06 UTC  (9+ messages)
` [PATCH v2 1/5] arm64: dts: ti: k3-j722s-ti-ipc-firmware: Add memory pool for DSP i/o buffers
` [PATCH v2 2/5] accel/thames: Add driver for the C7x DSPs in TI SoCs
` [PATCH v2 4/5] accel/thames: Add IOCTL for job submission

[PATCH bpf-next v9 00/11] bpf: fsession support
 2026-01-14 19:05 UTC  (9+ messages)
` [PATCH bpf-next v9 01/11] bpf: add "
` [PATCH bpf-next v9 07/11] bpf,x86: add fsession support for x86_64

[PATCH 6.1] mm/mprotect: restore pmd stability check in change_pte_range()
 2026-01-14 18:57 UTC 

[PATCH] wwan: t7xx: Add CONFIG_WWAN_DEBUG_PORTS to control ADB debug port
 2026-01-14 19:03 UTC  (3+ messages)
` [PATCH] net: wwan: t7xx: Add CONFIG_WWAN_ADB_PORT for ADB port control

[PATCH v2 0/8] mm: clean up anon_vma implementation
 2026-01-14 19:02 UTC  (10+ messages)
` [PATCH v2 1/8] mm/rmap: improve anon_vma_clone(), unlink_anon_vmas() comments, add asserts
` [PATCH v2 3/8] mm/rmap: remove unnecessary root lock dance in anon_vma clone, unmap

[PATCH v8 00/18] Live Update Orchestrator
 2026-01-14 19:02 UTC  (7+ messages)
` [PATCH v8 14/18] mm: memfd_luo: allow preserving memfd

[PATCH v1] checkpatch: Warn about sign offs if there's an accidental patch separator
 2026-01-14 19:01 UTC  (12+ messages)

[PATCH v3 00/15] `syn` rewrite of pin-init
 2026-01-14 18:58 UTC  (26+ messages)
` [PATCH v3 01/15] rust: pin-init: remove `try_` versions of the initializer macros
` [PATCH v3 02/15] rust: pin-init: allow the crate to refer to itself as `pin-init` in doc tests
` [PATCH v3 03/15] rust: pin-init: add `syn` dependency and remove `proc-macro[2]` and `quote` workarounds
` [PATCH v3 04/15] rust: pin-init: internal: add utility API for syn error handling
` [PATCH v3 05/15] rust: pin-init: rewrite `derive(Zeroable)` and `derive(MaybeZeroable)` using `syn`
` [PATCH v3 06/15] rust: pin-init: rewrite the `#[pinned_drop]` attribute macro "
` [PATCH v3 07/15] rust: pin-init: rewrite `#[pin_data]` "
` [PATCH v3 08/15] rust: pin-init: add `?Sized` bounds to traits in `#[pin_data]` macro
` [PATCH v3 09/15] rust: pin-init: rewrite the initializer macros using `syn`
` [PATCH v3 10/15] rust: pin-init: add `#[default_error(<type>)]` attribute to initializer macros
` [PATCH v3 11/15] rust: init: use `#[default_error(err)]` for the "
` [PATCH v3 12/15] rust: pin-init: internal: init: add support for attributes on initializer fields
` [PATCH v3 13/15] rust: pin-init: internal: init: add escape hatch for referencing initialized fields
` [PATCH v3 14/15] rust: pin-init: internal: init: simplify Zeroable safety check
` [PATCH v3 15/15] MAINTAINERS: add Gary Guo to pin-init

[PATCH v3 0/3] vfio: selftests: Add MMIO DMA mapping test
 2026-01-14 18:57 UTC  (4+ messages)
` [PATCH v3 1/3] vfio: selftests: Centralize IOMMU mode name definitions
` [PATCH v3 2/3] vfio: selftests: Align BAR mmaps for efficient IOMMU mapping
` [PATCH v3 3/3] vfio: selftests: Add vfio_dma_mapping_mmio_test

[PATCH] usb: typec: mux: fix NULL pointer dereference in {typec_switch,mux}_put
 2026-01-14 18:56 UTC 

[PATCH v3 00/24] KVM: TDX huge page support for private memory
 2026-01-14 18:56 UTC  (13+ messages)

Mainline x86_64/arm64 defconfig+Rust `rusttest` error
 2026-01-14 18:54 UTC  (3+ messages)

[PATCH v3] arm64: dts: imx93-11x11-frdm: Add MQS audio support
 2026-01-14 18:11 UTC  (2+ messages)

[PATCH v12 00/13] Add multiple address spaces support to VDUSE
 2026-01-14 18:48 UTC  (14+ messages)
` [PATCH v12 01/13] vhost: move vdpa group bound check to vhost_vdpa
` [PATCH v12 02/13] vduse: add v1 API definition
` [PATCH v12 03/13] vduse: add vq group support
` [PATCH v12 04/13] vduse: return internal vq group struct as map token
` [PATCH v12 05/13] vdpa: document set_group_asid thread safety
` [PATCH v12 06/13] vhost: forbid change vq groups ASID if DRIVER_OK is set
` [PATCH v12 07/13] vduse: refactor vdpa_dev_add for goto err handling
` [PATCH v12 08/13] vduse: remove unused vaddr parameter of vduse_domain_free_coherent
` [PATCH v12 09/13] vduse: take out allocations from vduse_dev_alloc_coherent
` [PATCH v12 10/13] vduse: merge tree search logic of IOTLB_GET_FD and IOTLB_GET_INFO ioctls
` [PATCH v12 11/13] vduse: add vq group asid support
` [PATCH v12 12/13] vduse: bump version number
` [PATCH v12 13/13] Documentation: Add documentation for VDUSE Address Space IDs

[PATCH v9 00/30] KVM: arm64: Implement support for SME
 2026-01-14 18:48 UTC  (7+ messages)
` [PATCH v9 25/30] KVM: arm64: Expose SME to nested guests
` [PATCH v9 26/30] KVM: arm64: Provide interface for configuring and enabling SME for guests

[PATCH] kbuild: Fix unnecessary rebuilding DT base+overlay targets
 2026-01-14 18:46 UTC 

[PATCH v2 0/3] vfio: selftests: Add MMIO DMA mapping test
 2026-01-14 18:45 UTC  (7+ messages)
` [PATCH v2 2/3] vfio: selftests: Align BAR mmaps for efficient IOMMU mapping
` [PATCH v2 3/3] vfio: selftests: Add vfio_dma_mapping_mmio_test

[PATCH v3] scsi: ufs: exynos: call phy_notify_state() from hibern8 callbacks
 2026-01-14 18:44 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] bpf: lru: Fix unintended eviction when updating lru hash maps
 2026-01-14 18:44 UTC  (3+ messages)
` [PATCH bpf-next v3 1/5] bpf: lru: Tidy hash handling in LRU code

[PATCH v2] kho: init alloc tags when restoring pages from reserved memory
 2026-01-14 18:42 UTC  (4+ messages)

[PATCH v2] fuse: fix premature writetrhough request for large folio
 2026-01-14 18:41 UTC  (2+ messages)

[PATCH 1/1] mshv: Store the result of vfs_poll in a variable of type __poll_t
 2026-01-14 18:40 UTC  (2+ messages)

[PATCH 1/1] mshv: Add __user attribute to argument passed to access_ok()
 2026-01-14 18:39 UTC  (2+ messages)

UBSAN: array-index-out-of-bounds in [...]drivers/usb/typec/ucsi/ucsi.c:605:12: index 2 is out of range for type 'ucsi_altmode [2]'
 2026-01-14 16:58 UTC 

[PATCH mm-hotfixes] mm: do not copy page tables unnecessarily for VM_UFFD_WP
 2026-01-14 18:37 UTC  (3+ messages)

[PATCH 0/6] CXL: Introduce memory controller abstraction and sysram controller
 2026-01-14 18:36 UTC  (5+ messages)
` [PATCH 1/6] drivers/cxl: add cxl_memctrl_mode and region->memctrl

[PATCH v3] media: atomisp: replace ia_css_region with v4l2_rect
 2026-01-14 18:36 UTC 

[PATCH] rcu: Latch normal synchronize_rcu() path on flood
 2026-01-14 18:34 UTC 

[PATCH v10 00/13] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
 2026-01-14 18:33 UTC  (7+ messages)
` [PATCH v10 12/13] cxl/region: Factor out code into cxl_region_setup_poison()
` [PATCH v10 13/13] cxl: Disable HPA/SPA translation handlers for Normalized Addressing

[PATCH V2,net-next, 1/2] net: mana: Add support for coalesced RX packets on CQE
 2026-01-14 18:27 UTC  (8+ messages)
    ` [EXTERNAL] "

[PATCH v3] arm64: errata: Workaround for SI L1 downstream coherency issue
 2026-01-14 18:25 UTC  (2+ messages)

[syzbot] [mm?] KCSAN: data-race in __anon_vma_prepare / __vmf_anon_prepare
 2026-01-14 18:23 UTC  (8+ messages)

[PATCH v2 1/3] drivers/cxl: introduce cxl_region_driver field for cxl_region
 2026-01-14 18:22 UTC  (3+ messages)

[PATCH 1/2] ARM: dts: broadcom: bcm2835-rpi: Move the firmware node down 1 level
 2026-01-14 18:22 UTC  (2+ messages)

[PATCH v9 00/13] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
 2026-01-14 18:22 UTC  (11+ messages)
` [PATCH v9 10/13] cxl: Enable AMD Zen5 address translation using ACPI PRMT
` [PATCH v9 12/13] cxl/region: Factor out code into cxl_region_setup_poison()
` [PATCH v9 13/13] cxl: Disable HPA/SPA translation handlers for Normalized Addressing

[PATCH] fs/dax: check zero or empty entry before converting xarray
 2026-01-14 18:19 UTC  (2+ messages)

[PATCH v3 1/3] cxl, doc: Remove isonum.txt inclusion
 2026-01-14 18:18 UTC  (9+ messages)
` [PATCH v3 2/3] cxl, doc: Moving conventions in separate files
` [PATCH v3 3/3] Documentation/driver-api/cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement

[PATCH RFC 00/10] riscv: Add support for rva23
 2026-01-14 18:16 UTC  (2+ messages)

[RFC/RFT PATCH 00/19] Link the relocatable x86 kernel as PIE
 2026-01-14 18:16 UTC  (4+ messages)

[PATCH v4 1/2] mm/memory-failure: fix missing ->mf_stats count in hugetlb poison
 2026-01-14 18:15 UTC  (2+ messages)

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-14 18:11 UTC  (8+ messages)
` [PATCH 7/8] dax/kmem: add sysfs interface for "
` [PATCH 8/8] dax/kmem: add memory notifier to block external state changes

[PATCH v2] media: atomisp: replace ia_css_region with v4l2_rect
 2026-01-14 18:07 UTC 

[PATCH 1/3] mm: unified hmm fault and migrate device pagewalk paths
 2026-01-14 18:04 UTC  (2+ messages)

[PATCH] firmware: smccc: default ARM_SMCCC_SOC_ID to disabled
 2026-01-14 18:04 UTC  (3+ messages)

[PATCH] perf pmu intel: Adjust cpumaks for sub-NUMA clusters on Emeraldrapids
 2026-01-14 18:03 UTC  (5+ messages)

[PATCH 00/13] Add kernel-doc modules to Documentation/tools
 2026-01-14 18:01 UTC  (2+ messages)

[PATCH 0/3] nodemask: align nodes_and{,not} with underlying bitmap ops
 2026-01-14 18:00 UTC  (7+ messages)
` [PATCH 1/3] nodemask: propagate boolean for nodes_and{,not}
` [PATCH 2/3] mm: use nodes_and() return value to simplify client code
` [PATCH 3/3] cgroup: use nodes_and() output where appropriate

[PATCH v2] perf/core: Fix slow perf_event_task_exit() with LBR callstacks
 2026-01-14 18:01 UTC 

[PATCH] irqchip/gic-v3-its: Don't acquire rt_spin_lock in allocate_vpe_l1_table()
 2026-01-14 17:59 UTC  (11+ messages)

[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
 2026-01-14 17:58 UTC  (9+ messages)
` [PATCH 1/3] exportfs: Rename get_uuid() to get_disk_uuid()
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles

[PATCH v3 00/30] Eliminate Dying Memory Cgroup
 2026-01-14 17:58 UTC  (2+ messages)

[QUESTION] pci_read_bridge_bases: skip prefetch window if pref_window not set?
 2026-01-14 17:55 UTC  (2+ messages)

[PATCH] HID: logitech-hidpp: fix NULL pointer dereference in hidpp_get_report_length()
 2026-01-14 17:54 UTC 

[PATCH v2] fs: make insert_inode_locked() wait for inode destruction
 2026-01-14 17:53 UTC  (2+ messages)

[PATCH] ARM: dts: sun7i: a20: fix MMC index enumeration
 2026-01-14 17:50 UTC  (5+ messages)

[PATCH v2 0/2] perf: arm_spe: Fix trace disabling for invalid limits
 2026-01-14 17:52 UTC  (8+ messages)
` [PATCH v2 1/2] perf: arm_spe: Correct setting the PERF_HES_STOPPED flag

[PATCH] md raid: fix hang when stopping arrays with metadata through dm-raid
 2026-01-14 17:52 UTC  (3+ messages)
` [PATCH V2] "
  ` Fwd: "

Deadlock in usb subsystem on shutdown, 6.18.3+
 2026-01-14 17:51 UTC  (4+ messages)

[tip:timers/vdso 12/14] net/rds/ib_cm.c:96:35: sparse: sparse: incorrect type in argument 1 (different modifiers)
 2026-01-14 17:51 UTC  (2+ messages)

[PATCH] scsi: core: Add 'serial' sysfs attribute for SCSI/SATA
 2026-01-14 17:51 UTC 

[PATCH v3 00/47] arm_mpam: Add KVM/arm64 and resctrl glue code
 2026-01-14 17:50 UTC  (6+ messages)
` [PATCH v3 13/47] KVM: arm64: Use kernel-space partid configuration for hypercalls

[PATCH v4 0/3] mm: fix oom-killer not being invoked when demotion is enabled
 2026-01-14 17:49 UTC  (5+ messages)
` [PATCH v4 3/3] mm/vmscan: don't demote if there is not enough free memory in the lower memory tier

[PATCH 00/10] dt-bindings: mtd: Partition binding fixes and restructuring
 2026-01-14 17:47 UTC  (6+ messages)
` [PATCH 07/10] dt-bindings: mtd: Ensure partition node properties are documented

[PATCH v4 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-01-14 17:45 UTC  (5+ messages)
` [PATCH v4 5/9] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector

[PATCH v6 3/4] iommu: debug-pagealloc: Track IOMMU pages
 2026-01-14 17:41 UTC  (13+ messages)

[PATCH] media: atomisp: remove private white balance IOCTLs
 2026-01-14 17:37 UTC  (3+ messages)

[PATCH v3 0/2] Add TI K3 HSM M4F nodes in device-tree
 2026-01-14 17:35 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: dts: ti: k3-{j784s4-j742s2/j721s2}-mcu-wakeup: Add HSM M4F node
` [PATCH v3 2/2] arm64: dts: ti: k3-am62p-j722s-common-main: "

The same symbol is printed twice when use tracepoint to get stack
 2026-01-14 17:35 UTC  (2+ messages)

[PATCH] KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabled
 2026-01-14 17:35 UTC  (2+ messages)

mips64-linux-ld: div64.c:undefined reference to `__multi3'
 2026-01-14 17:34 UTC  (6+ messages)

[PATCH -next v2 0/4] rcu/nocb: Cleanup patches for next merge window
 2026-01-14 17:31 UTC  (5+ messages)
` [PATCH -next v2 1/4] rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
` [PATCH -next v2 2/4] rcu/nocb: Add warning if no rcuog wake up attempt happened during overload
` [PATCH -next v2 3/4] rcu/nocb: Add warning to detect if overload advancement is ever useful
` [PATCH -next v2 4/4] rcu/nocb: Extract nocb_defer_wakeup_cancel() helper


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