Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2025-10-21 20:13:24 to 2025-10-25 16:09:16 UTC [more...]

[PATCH AUTOSEL 6.17] serial: qcom-geni: Add DFS clock mode support to GENI UART driver
 2025-10-25 15:53 UTC  (6+ messages)
` [PATCH AUTOSEL 6.17] wifi: mt76: improve phy reset on hw restart
` [PATCH AUTOSEL 6.17-6.1] net: phy: fixed_phy: let fixed_phy_unregister free the phy_device
` [PATCH AUTOSEL 6.17] media: nxp: imx8-isi: Fix streaming cleanup on release
` [PATCH AUTOSEL 6.17-6.12] Bluetooth: btusb: Add new VID/PID 13d3/3633 for MT7922
` [PATCH AUTOSEL 6.17] drm/panel-edp: Add SHP LQ134Z1 panel for Dell XPS 9345

[PATCH v7 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-25 15:40 UTC  (22+ messages)
` [PATCH v7 01/15] genpt: Generic Page Table base API
` [PATCH v7 02/15] genpt: Add Documentation/ files
` [PATCH v7 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v7 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v7 05/15] iommupt: Add iova_to_phys op
` [PATCH v7 06/15] iommupt: Add unmap_pages op
` [PATCH v7 07/15] iommupt: Add map_pages op
` [PATCH v7 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v7 09/15] iommupt: Add a kunit test for Generic Page Table
` [PATCH v7 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v7 11/15] iommufd: Change the selftest to use iommupt instead of xarray
` [PATCH v7 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v7 13/15] iommu/amd: Use the generic iommu page table
` [PATCH v7 14/15] iommu/amd: Remove AMD io_pgtable support
` [PATCH v7 15/15] iommupt: Add a kunit test for the IOMMU implementation

[PATCH] HID: intel-ish-hid: Fix -Wcast-function-type-strict in devm_ishtp_alloc_workqueue()
 2025-10-24 11:21 UTC  (4+ messages)

[PATCH 00/22] vfio: Give VFIO_DEVICE_GET_REGION_INFO its own op
 2025-10-24 10:12 UTC  (24+ messages)
` [PATCH 01/22] vfio: Provide a get_region_info op
` [PATCH 02/22] vfio/hisi: Convert to the "
` [PATCH 03/22] vfio/virtio: "
` [PATCH 04/22] vfio/nvgrace: "
` [PATCH 05/22] vfio/pci: Fill in the missing get_region_info ops
` [PATCH 06/22] vfio/mtty: Provide a get_region_info op
` [PATCH 07/22] vfio/mdpy: "
` [PATCH 08/22] vfio/mbochs: "
` [PATCH 09/22] vfio/platform: "
` [PATCH 10/22] vfio/fsl: "
` [PATCH 11/22] vfio/cdx: "
` [PATCH 12/22] vfio/ccw: "
` [PATCH 13/22] vfio/gvt: "
` [PATCH 14/22] vfio: Require drivers to implement get_region_info
` [PATCH 15/22] vfio: Add get_region_info_caps op
` [PATCH 16/22] vfio/mbochs: Convert mbochs to use vfio_info_add_capability()
` [PATCH 17/22] vfio/gvt: Convert to get_region_info_caps
` [PATCH 18/22] vfio/ccw: "
` [PATCH 19/22] vfio/pci: Convert all PCI drivers "
` [PATCH 20/22] vfio/platform: Convert "
` [PATCH 21/22] vfio: Move the remaining drivers "
` [PATCH 22/22] vfio: Remove the get_region_info op

[PATCH v12 00/31] x86,fs/resctrl telemetry monitoring
 2025-10-23 20:27 UTC  (52+ messages)
` [PATCH v12 01/31] x86,fs/resctrl: Improve domain type checking
` [PATCH v12 03/31] x86/resctrl: Refactor domain_remove_cpu_mon() ready for new domain types
` [PATCH v12 05/31] x86,fs/resctrl: Refactor domain create/remove using struct rdt_domain_hdr
` [PATCH v12 06/31] x86,fs/resctrl: Use struct rdt_domain_hdr when reading counters
` [PATCH v12 07/31] x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain
` [PATCH v12 08/31] x86,fs/resctrl: Rename some L3 specific functions
` [PATCH v12 10/31] x86,fs/resctrl: Handle events that can be read from any CPU
` [PATCH v12 13/31] x86,fs/resctrl: Add and initialize rdt_resource for package scope monitor
` [PATCH v12 14/31] x86/resctrl: Discover hardware telemetry events
` [PATCH v12 15/31] x86,fs/resctrl: Fill in details of events for guid 0x26696143 and 0x26557651
` [PATCH v12 16/31] x86,fs/resctrl: Add architectural event pointer
` [PATCH v12 17/31] x86/resctrl: Find and enable usable telemetry events
` [PATCH v12 18/31] fs/resctrl: Split L3 dependent parts out of __mon_event_count()
` [PATCH v12 19/31] x86/resctrl: Read telemetry events
` [PATCH v12 20/31] fs/resctrl: Refactor mkdir_mondata_subdir()
` [PATCH v12 21/31] fs/resctrl: Refactor rmdir_mondata_subdir_allrdtgrp()
` [PATCH v12 22/31] x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKG
` [PATCH v12 23/31] x86/resctrl: Add energy/perf choices to rdt boot option
` [PATCH v12 24/31] x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKG
` [PATCH v12 25/31] fs/resctrl: Move allocation/free of closid_num_dirty_rmid[]
` [PATCH v12 27/31] fs/resctrl: Move RMID initialization to first mount
` [PATCH v12 28/31] x86/resctrl: Enable RDT_RESOURCE_PERF_PKG
` [PATCH v12 29/31] fs/resctrl: Provide interface to create architecture specific debugfs area
` [PATCH v12 30/31] x86/resctrl: Add debugfs files to show telemetry aggregator status
` [PATCH v12 31/31] x86,fs/resctrl: Update documentation for telemetry events

[PATCH v3 00/10] Convert Intel VT-d to use the generic iommu page table
 2025-10-23 18:22 UTC  (11+ messages)
` [PATCH v3 01/10] iommu/pages: Add support for incoherent IOMMU page table walkers
` [PATCH v3 02/10] iommupt: Add basic support for SW bits in the page table
` [PATCH v3 03/10] iommupt: Use the incoherent start/stop functions for PT_FEAT_DMA_INCOHERENT
` [PATCH v3 04/10] iommupt: Flush the CPU cache after any writes to the page table
` [PATCH v3 05/10] iommupt: Add the Intel VT-d second stage page table format
` [PATCH v3 06/10] iommupt/x86: Set the dirty bit only for writable PTEs
` [PATCH v3 07/10] iommupt/x86: Support SW bits and permit PT_FEAT_DMA_INCOHERENT
` [PATCH v3 08/10] iommu/vt-d: Use the generic iommu page table
` [PATCH v3 09/10] iommu/vt-d: Follow PT_FEAT_DMA_INCOHERENT into the PASID entry
` [PATCH v3 10/10] iommupt: Add a kunit test for the SW bits

[PATCH 0/3] Cleanup around iommu_set_fault_handler()
 2025-10-23 16:58 UTC  (11+ messages)
` [PATCH 1/3] RDMA/usnic: Remove iommu_set_fault_handler()
` [PATCH 2/3] iommu/amd: Don't call report_iommu_fault()
` [PATCH 3/3] iommu: Allow drivers to say if they use report_iommu_fault()

[PATCH] ACPI: MRRM: Check revision of MRRM table
 2025-10-23 16:01 UTC  (4+ messages)

[PATCH 6.17 000/563] 6.17.3-rc1 review
 2025-10-23 15:37 UTC  (4+ messages)

[PATCH 5.15 000/276] 5.15.195-rc1 review
 2025-10-23  8:16 UTC  (5+ messages)
` [PATCH 5.15 136/276] perf test: Dont leak workload gopipe in PERF_RECORD_*

[PATCH 6.12 000/135] 6.12.55-rc2 review
 2025-10-23  7:11 UTC  (11+ messages)

[PATCH 6.17 000/160] 6.17.5-rc2 review
 2025-10-23  7:07 UTC  (13+ messages)

[PATCH v2 0/6] iommu: Pass in old_domain pointer to attach_dev
 2025-10-23  4:58 UTC  (10+ messages)
` [PATCH v2 1/6] iommu: Generic support for RMRs during device release
` [PATCH v2 2/6] iommu/arm-smmu-v3: Set release_domain to arm_smmu_blocked_domain
` [PATCH v2 3/6] iommu/exynos-iommu: Set release_domain to exynos_identity_domain
` [PATCH v2 4/6] iommu/amd: Set release_domain to blocked_domain
` [PATCH v2 5/6] iommu: Do not revert set_domain for the last gdev
` [PATCH v2 6/6] iommu: Pass in old domain to attach_dev callback functions

[PATCH v3 0/3] initrd: remove half of classic initrd support
 2025-10-22 16:41 UTC  (8+ messages)
` [PATCH v3 2/3] initrd: remove deprecated code path (linuxrc)

[PATCH 6.6 000/105] 6.6.114-rc1 review
 2025-10-22 16:17 UTC  (11+ messages)

[PATCH 6.12 000/136] 6.12.55-rc1 review
 2025-10-22 16:10 UTC  (15+ messages)
` [PATCH 6.12 006/136] KVM: arm64: Prevent access to vCPU events before init
` [PATCH 6.12 020/136] drm/ast: Blank with VGACR17 sync enable, always clear VGACRB6 sync off
` [PATCH 6.12 111/136] md/raid0: Handle bio_split() errors

[PATCH 6.17 000/159] 6.17.5-rc1 review
 2025-10-22 15:58 UTC  (26+ messages)
` [PATCH 6.17 040/159] drm/ast: Blank with VGACR17 sync enable, always clear VGACRB6 sync off
` [PATCH 6.17 133/159] drm/xe/evict: drop bogus assert
` [PATCH 6.17 136/159] rust: cpufreq: fix formatting
` [PATCH 6.17 137/159] hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
` [PATCH 6.17 138/159] arm64: debug: always unmask interrupts in el0_softstp()
` [PATCH 6.17 139/159] arm64: cputype: Add Neoverse-V3AE definitions
` [PATCH 6.17 140/159] arm64: errata: Apply workarounds for Neoverse-V3AE
` [PATCH 6.17 141/159] xfs: rename the old_crc variable in xlog_recover_process
` [PATCH 6.17 142/159] xfs: fix log CRC mismatches between i386 and other architectures
` [PATCH 6.17 157/159] drm/xe: Unify the initialization of VRAM regions
` [PATCH 6.17 158/159] drm/xe: Move rebar to be done earlier
` [PATCH 6.17 159/159] drm/xe: Dont allow evicting of BOs in same VM in array of VM binds

[PATCH 6.4 000/797] 6.4.4-rc2 review
 2025-10-22 15:56 UTC  (3+ messages)

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2025-10-22  8:13 UTC  (4+ messages)


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