Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2025-07-22 14:15:38 to 2025-07-30 09:37:25 UTC [more...]

[PATCH 6.6 00/76] 6.6.101-rc1 review
 2025-07-30  9:35 UTC  (9+ messages)
` [PATCH 6.6 01/76] Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT
` [PATCH 6.6 10/76] staging: vchiq_arm: Make vchiq_shutdown never fail
` [PATCH 6.6 11/76] xfrm: interface: fix use-after-free after changing collect_md xfrm interface
` [PATCH 6.6 12/76] net/mlx5: Fix memory leak in cmd_exec()
` [PATCH 6.6 13/76] net/mlx5: E-Switch, Fix peer miss rules to use peer eswitch
` [PATCH 6.6 14/76] i40e: Add rx_missed_errors for buffer exhaustion
` [PATCH 6.6 15/76] i40e: report VF tx_dropped with tx_errors instead of tx_discards
` [PATCH 6.6 16/76] i40e: When removing VF MAC filters, only check PF-set MAC

[PATCH] media: s5p-mfc: Always pass NULL to s5p_mfc_cmd_host2risc_v6()
 2025-07-30  7:04 UTC  (4+ messages)

[PATCH 7/9] iommupt/x86: Support SW bits and permit PT_FEAT_DMA_INCOHERENT
 2025-07-30  2:35 UTC  (4+ messages)

[PATCH 5/9] iommupt: Add the Intel VT-D second stage page table format
 2025-07-30  2:00 UTC  (4+ messages)

[PATCH 1/9] iommu/pages: Add support for a incoherent IOMMU page walker
 2025-07-30  1:49 UTC  (4+ messages)

[PATCH 8/9] iommu/vt-d: Use the generic iommu page table
 2025-07-29 23:39 UTC  (3+ messages)

[PATCH RFC v2 0/4] Disable ATS via iommu during PCI resets
 2025-07-29 13:02 UTC  (15+ messages)
` [PATCH RFC v2 3/4] iommu: Introduce iommu_dev_reset_prepare() and iommu_dev_reset_done()

[PATCH] rust: kernel: remove support for unused host `#[test]`s
 2025-07-29  8:27 UTC  (3+ messages)

[PATCH v2 11/16] iommu: Compute iommu_groups properly for PCIe MFDs
 2025-07-28 13:58 UTC  (3+ messages)

[PATCH] MAINTAINERS: add "DEVICE I/O & IRQ [RUST]" entry
 2025-07-28 12:36 UTC  (6+ messages)

[PATCH v3 00/15] Consolidate iommu page table implementations (AMD)
 2025-07-28 11:44 UTC  (4+ messages)
` [PATCH v3 01/15] genpt: Generic Page Table base API

[PATCH] rust: workaround `rustdoc` target modifiers bug
 2025-07-28  6:06 UTC  (4+ messages)

[PATCH 6.15 000/187] 6.15.8-rc1 review
 2025-07-26 18:04 UTC  (33+ messages)
` [PATCH 6.15 173/187] rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
` [PATCH 6.15 175/187] smb: client: make use of common smbdirect_pdu.h
` [PATCH 6.15 176/187] smb: smbdirect: add smbdirect.h with public structures
` [PATCH 6.15 177/187] smb: smbdirect: add smbdirect_socket.h
` [PATCH 6.15 178/187] smb: client: make use of common smbdirect_socket
` [PATCH 6.15 179/187] smb: smbdirect: introduce smbdirect_socket_parameters
` [PATCH 6.15 180/187] smb: client: make use of common smbdirect_socket_parameters
` [PATCH 6.15 181/187] cifs: Fix the smbd_response slab to allow usercopy
` [PATCH 6.15 182/187] cifs: Fix reading into an ITER_FOLIOQ from the smbdirect code
` [PATCH 6.15 183/187] sched,freezer: Remove unnecessary warning in __thaw_task
` [PATCH 6.15 184/187] sched/ext: Prevent update_locked_rq() calls with NULL rq
` [PATCH 6.15 185/187] drm/xe/mocs: Initialize MOCS index early
` [PATCH 6.15 186/187] drm/xe: Move page fault init after topology init
` [PATCH 6.15 187/187] smb: client: let smbd_post_send_iter() respect the peers max_send_size and transmit all data

[PATCH 6.12 000/158] 6.12.40-rc1 review
 2025-07-26 18:01 UTC  (18+ messages)
` [PATCH 6.12 020/158] tools/hv: fcopy: Fix irregularities with size of ring buffer

[PATCH 6.1 00/79] 6.1.147-rc1 review
 2025-07-26 18:01 UTC  (11+ messages)

[PATCH] rust: kbuild: clean output before running `rustdoc`
 2025-07-26 16:04 UTC  (2+ messages)

[PATCH v7 00/31] x86,fs/resctrl telemetry monitoring
 2025-07-25 23:55 UTC  (51+ messages)
` [PATCH v7 05/31] x86,fs/resctrl: Improve domain type checking
` [PATCH v7 06/31] x86/resctrl: Move L3 initialization into new helper function
` [PATCH v7 07/31] x86,fs/resctrl: Refactor domain_remove_cpu_mon() ready for new domain types
` [PATCH v7 08/31] x86/resctrl: Clean up domain_remove_cpu_ctrl()
` [PATCH v7 09/31] x86,fs/resctrl: Use struct rdt_domain_hdr instead of struct rdt_mon_domain
` [PATCH v7 10/31] x86,fs/resctrl: Rename struct rdt_mon_domain and rdt_hw_mon_domain
` [PATCH v7 11/31] x86,fs/resctrl: Rename some L3 specific functions
` [PATCH v7 12/31] fs/resctrl: Make event details accessible to functions when reading events
` [PATCH v7 13/31] x86,fs/resctrl: Handle events that can be read from any CPU
` [PATCH v7 14/31] x86,fs/resctrl: Support binary fixed point event counters
` [PATCH v7 15/31] x86,fs/resctrl: Add an architectural hook called for each mount
` [PATCH v7 16/31] x86,fs/resctrl: Add and initialize rdt_resource for package scope core monitor
` [PATCH v7 17/31] x86/resctrl: Discover hardware telemetry events
` [PATCH v7 18/31] x86/resctrl: Count valid telemetry aggregators per package
` [PATCH v7 19/31] x86/resctrl: Complete telemetry event enumeration
` [PATCH v7 20/31] x86,fs/resctrl: Fill in details of events for guid 0x26696143 and 0x26557651
` [PATCH v7 21/31] x86,fs/resctrl: Add architectural event pointer
` [PATCH v7 22/31] x86/resctrl: Read telemetry events
` [PATCH v7 23/31] x86/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKG
` [PATCH v7 24/31] x86/resctrl: Add energy/perf choices to rdt boot option
` [PATCH v7 25/31] x86/resctrl: Handle number of RMIDs supported by telemetry resources
` [PATCH v7 26/31] fs/resctrl: Fix life-cycle of closid_num_dirty_rmid
` [PATCH v7 27/31] x86,fs/resctrl: Move RMID initialization to first mount
` [PATCH v7 28/31] x86/resctrl: Enable RDT_RESOURCE_PERF_PKG
` [PATCH v7 29/31] fs/resctrl: Provide interface to create architecture specific debugfs area

[PATCH v2 00/15] Parallelizing filesystem writeback
 2025-07-25 15:54 UTC  (16+ messages)
  ` [PATCH v2 01/15] writeback: add infra for parallel writeback
  ` [PATCH v2 02/15] writeback: add support to initialize and free multiple writeback ctxs
  ` [PATCH v2 03/15] writeback: link bdi_writeback to its corresponding bdi_writeback_ctx
  ` [PATCH v2 04/15] writeback: affine inode to a writeback ctx within a bdi
  ` [PATCH v2 05/15] writeback: modify bdi_writeback search logic to search across all wb ctxs
  ` [PATCH v2 06/15] writeback: invoke all writeback contexts for flusher and dirtytime writeback
  ` [PATCH v2 07/15] writeback: modify sync related functions to iterate over all writeback contexts
  ` [PATCH v2 08/15] writeback: add support to collect stats for all writeback ctxs
  ` [PATCH v2 09/15] f2fs: add support in f2fs to handle multiple writeback contexts
  ` [PATCH v2 10/15] fuse: add support for multiple writeback contexts in fuse
  ` [PATCH v2 11/15] gfs2: add support in gfs2 to handle multiple writeback contexts
  ` [PATCH v2 12/15] nfs: add support in nfs "
  ` [PATCH v2 13/15] writeback: set the num of writeback contexts to number of online cpus
  ` [PATCH v2 14/15] writeback: segregated allocation and free of writeback contexts
  ` [PATCH v2 15/15] writeback: added support to change the number of writebacks using a sysfs attribute

[PATCH] drm: nova-drm: fix 32-bit arm build
 2025-07-25 12:20 UTC  (5+ messages)

[PATCH v2] usb: atm: cxacru: Merge cxacru_upload_firmware() into cxacru_heavy_init()
 2025-07-24 23:11 UTC  (3+ messages)

[PATCH 6.6 000/111] 6.6.100-rc1 review
 2025-07-24  3:48 UTC  (17+ messages)
` [PATCH 6.6 111/111] nvmem: layouts: u-boot-env: remove crc32 endianness conversion

[PATCH AUTOSEL 5.4 1/2] ethernet: intel: fix building with large NR_CPUS
 2025-07-23  0:59 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 2/2] ASoC: Intel: fix SND_SOC_SOF dependencies

[PATCH AUTOSEL 5.10 1/2] ethernet: intel: fix building with large NR_CPUS
 2025-07-23  0:59 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 2/2] ASoC: Intel: fix SND_SOC_SOF dependencies

[PATCH AUTOSEL 5.15 1/2] ethernet: intel: fix building with large NR_CPUS
 2025-07-23  0:59 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 2/2] ASoC: Intel: fix SND_SOC_SOF dependencies

[PATCH AUTOSEL 6.1 1/3] ethernet: intel: fix building with large NR_CPUS
 2025-07-23  0:58 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 2/3] ASoC: amd: yc: Add DMI entries to support HP 15-fb1xxx
` [PATCH AUTOSEL 6.1 3/3] ASoC: Intel: fix SND_SOC_SOF dependencies

[PATCH AUTOSEL 6.6 1/5] ASoC: amd: yc: Add DMI quirk for HP Laptop 17 cp-2033dx
 2025-07-23  0:58 UTC  (5+ messages)
` [PATCH AUTOSEL 6.6 2/5] ethernet: intel: fix building with large NR_CPUS
` [PATCH AUTOSEL 6.6 3/5] ASoC: amd: yc: Add DMI entries to support HP 15-fb1xxx
` [PATCH AUTOSEL 6.6 4/5] ASoC: Intel: fix SND_SOC_SOF dependencies
` [PATCH AUTOSEL 6.6 5/5] ASoC: amd: yc: add DMI quirk for ASUS M6501RM

[PATCH AUTOSEL 6.12 1/6] ASoC: amd: yc: Add DMI quirk for HP Laptop 17 cp-2033dx
 2025-07-23  0:58 UTC  (6+ messages)
` [PATCH AUTOSEL 6.12 2/6] ethernet: intel: fix building with large NR_CPUS
` [PATCH AUTOSEL 6.12 3/6] ASoC: amd: yc: Add DMI entries to support HP 15-fb1xxx
` [PATCH AUTOSEL 6.12 4/6] ALSA: hda/cs35l56: Workaround bad dev-index on Lenovo Yoga Book 9i GenX
` [PATCH AUTOSEL 6.12 5/6] ASoC: Intel: fix SND_SOC_SOF dependencies
` [PATCH AUTOSEL 6.12 6/6] ASoC: amd: yc: add DMI quirk for ASUS M6501RM

[PATCH AUTOSEL 6.15 1/8] drm/radeon: Do not hold console lock while suspending clients
 2025-07-23  0:57 UTC  (8+ messages)
` [PATCH AUTOSEL 6.15 2/8] ASoC: amd: yc: Add DMI quirk for HP Laptop 17 cp-2033dx
` [PATCH AUTOSEL 6.15 3/8] ethernet: intel: fix building with large NR_CPUS
` [PATCH AUTOSEL 6.15 4/8] ASoC: amd: yc: Add DMI entries to support HP 15-fb1xxx
` [PATCH AUTOSEL 6.15 5/8] ALSA: hda/cs35l56: Workaround bad dev-index on Lenovo Yoga Book 9i GenX
` [PATCH AUTOSEL 6.15 6/8] ALSA: hda/realtek: Support mute LED for Yoga with ALC287
` [PATCH AUTOSEL 6.15 7/8] ASoC: Intel: fix SND_SOC_SOF dependencies
` [PATCH AUTOSEL 6.15 8/8] ASoC: amd: yc: add DMI quirk for ASUS M6501RM

[PATCH 6.1 79/79] nvmem: layouts: u-boot-env: remove crc32 endianness conversion
 2025-07-22 16:31 UTC  (2+ messages)
` [PATCH 6.1 00/79] 6.1.147-rc1 review


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