messages from 2026-03-31 20:23:11 to 2026-04-07 23:11:07 UTC [more...]
[PATCH v4 0/7] Allow AET to use PMT/TPMI as loadable modules
2026-04-07 23:10 UTC (21+ messages)
` [PATCH v4 1/7] platform/x86/intel/pmt: Export PMT enumeration functions as GPL
` [PATCH v4 2/7] x86/resctrl: Drop setting of event_group::force_off when insufficient RMIDs
` [PATCH v4 3/7] fs/resctrl: Add interface to disable a monitor event
` [PATCH v4 4/7] fs,x86/resctrl: Add architecture hooks for every mount/unmount
` [PATCH v4 5/7] x86/resctrl: Resolve PMT and TPMI symbols at runtime
[PATCH v3 00/13] x86,fs/resctrl: Improve resctrl quality and consistency
2026-04-07 22:56 UTC (18+ messages)
` [PATCH v3 01/13] MAINTAINERS: Update resctrl entry
` [PATCH v3 02/13] fs/resctrl: Add missing return value descriptions
` [PATCH v3 03/13] fs/resctrl: Avoid "may be used uninitialized" warning
` [PATCH v3 04/13] fs/resctrl: Use correct format specifier for printing error pointers
` [PATCH v3 05/13] x86/resctrl: Protect against bad shift
` [PATCH v3 06/13] fs/resctrl: Change pattern used to track number of entries in enum
` [PATCH v3 07/13] fs/resctrl: Use accurate type for rdt_resource::rid
` [PATCH v3 08/13] fs/resctrl: Pass error reading event through to user space
` [PATCH v3 09/13] fs/resctrl: Add last_cmd_status support for writes to max_threshold_occupancy
` [PATCH v3 10/13] fs/resctrl: Use accurate and symmetric exit flows
` [PATCH v3 11/13] fs/resctrl: Change last_cmd_status custom during input parsing
` [PATCH v3 12/13] fs/resctrl: Communicate resource group deleted error via last_cmd_status
` [PATCH v3 13/13] fs/resctrl: Inform user space when status buffer overflowed
[PATCH v2 00/16] Convert all drivers to the new udata response flow
2026-04-07 14:03 UTC (19+ messages)
` [PATCH v2 01/16] RDMA/mana: Fix error unwind in mana_ib_create_qp_rss()
` [PATCH v2 02/16] RDMA/ocrdma: Clarify the mm_head searching
` [PATCH v2 03/16] RDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp()
` [PATCH v2 04/16] RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path
` [PATCH v2 05/16] RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()
` [PATCH v2 06/16] RDMA/hns: Fix xarray race in hns_roce_create_srq()
` [PATCH v2 07/16] RDMA: Use ib_is_udata_in_empty() for places calling ib_is_udata_cleared()
` [PATCH v2 08/16] IB/rdmavt: Don't abuse udata and ib_respond_udata()
` [PATCH v2 09/16] RDMA: Convert drivers using min to ib_respond_udata()
` [PATCH v2 10/16] RDMA: Convert drivers using sizeof() "
` [PATCH v2 11/16] RDMA/cxgb4: Convert "
` [PATCH v2 12/16] RDMA/qedr: Replace qedr_ib_copy_to_udata() with ib_respond_udata()
` [PATCH v2 13/16] RDMA/mlx: Replace response_len "
` [PATCH v2 14/16] RDMA: Use proper driver data response structs instead of open coding
` [PATCH v2 15/16] RDMA: Add missed = {} initialization to uresp structs
` [PATCH v2 16/16] RDMA: Replace memset with = {} pattern for ib_respond_udata()
[PATCH 6.12 000/265] 6.12.77-rc1 review
2026-04-07 12:46 UTC (10+ messages)
` [PATCH 6.12 044/265] PCI: dw-rockchip: Dont wait for link since we can detect Link Up
` [PATCH 6.12 118/265] LoongArch/orc: Use RCU in all users of __module_address()
[PATCH 0/5] Replace the dmabuf custom test framework with kunit
2026-04-07 12:35 UTC (5+ messages)
[PATCH 6.19 000/342] 6.19.11-rc1 review
2026-04-07 11:59 UTC (17+ messages)
[PATCH 6.18 000/309] 6.18.21-rc1 review
2026-04-07 11:58 UTC (13+ messages)
[PATCH 6.12 000/244] 6.12.80-rc1 review
2026-04-07 11:56 UTC (21+ messages)
` [PATCH 6.12 034/244] bpf: Fix u32/s32 bounds when ranges cross min/max boundary
[PATCH v2] vfs: init/main.c: change comment and pr_err: opening /dev/console may fail
2026-04-07 6:59 UTC
[PATCH] vfs: init/main.c: change comment: opening /dev/console may fail
2026-04-07 6:43 UTC (3+ messages)
[PATCH 6.6.y] btrfs: do not free data reservation in fallback from inline due to -ENOSPC
2026-04-07 6:20 UTC
[PATCH 6.1.y] btrfs: do not free data reservation in fallback from inline due to -ENOSPC
2026-04-07 6:20 UTC
[PATCH 6.1 000/481] 6.1.167-rc1 review
2026-04-07 3:37 UTC (9+ messages)
[PATCH v2 0/5] Improve the invalidation path in AMD
2026-04-07 1:26 UTC (11+ messages)
` [PATCH v2 1/5] iommu/amd: Simplify build_inv_address()
` [PATCH v2 2/5] iommu/amd: Pass last in through to build_inv_address()
` [PATCH v2 3/5] iommu/amd: Have amd_iommu_domain_flush_pages() use last
` [PATCH v2 4/5] iommu/amd: Make CMD_INV_IOMMU_ALL_PAGES_ADDRESS match the spec
` [PATCH v2 5/5] iommu/amd: Control INVALIDATE_IOMMU_PAGES PDE from the gather
[PATCH 00/10] Convert all drivers to the new udata response flow
2026-04-06 12:11 UTC (11+ messages)
` [PATCH 01/10] RDMA: Use ib_is_udata_in_empty() for places calling ib_is_udata_cleared()
` [PATCH 02/10] IB/rdmavt: Don't abuse udata and ib_respond_udata()
` [PATCH 03/10] RDMA: Convert drivers using min to ib_respond_udata()
` [PATCH 04/10] RDMA: Convert drivers using sizeof() "
` [PATCH 05/10] RDMA/cxgb4: Convert "
` [PATCH 06/10] RDMA/qedr: Replace qedr_ib_copy_to_udata() with ib_respond_udata()
` [PATCH 07/10] RDMA/mlx: Replace response_len "
` [PATCH 08/10] RDMA: Use proper driver data response structs instead of open coding
` [PATCH 09/10] RDMA: Add missed = {} initialization to uresp structs
` [PATCH 10/10] RDMA: Replace memset with = {} pattern for ib_respond_udata()
[PATCH AUTOSEL 6.19-6.1] ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
2026-04-06 11:05 UTC (11+ messages)
` [PATCH AUTOSEL 6.19-6.1] ALSA: hda/realtek: add quirk for Framework F111:000F
` [PATCH AUTOSEL 6.19-5.10] MIPS: mm: Suppress TLB uniquification on EHINV hardware
` [PATCH AUTOSEL 6.19-6.18] drm/amdkfd: Fix queue preemption/eviction failures by aligning control stack size to GPU page size
` [PATCH AUTOSEL 6.19-6.12] ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14IMH9
` [PATCH AUTOSEL 6.19-5.10] wifi: wl1251: validate packet IDs before indexing tx_frames
` [PATCH AUTOSEL 6.19-5.15] ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex
` [PATCH AUTOSEL 6.19-5.15] fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
` [PATCH AUTOSEL 6.19-6.18] ALSA: hda/realtek: Add quirk for Lenovo Yoga Slim 7 14AKP10
` [PATCH AUTOSEL 6.19-6.12] ALSA: hda/realtek: Add quirk for Samsung Book2 Pro 360 (NP950QED)
` [PATCH AUTOSEL 6.19-5.10] ASoC: soc-core: call missing INIT_LIST_HEAD() for card_aux_list
[PATCH v4 00/10] selftests/resctrl: Fixes and improvements focused on Intel platforms
2026-04-04 1:56 UTC (11+ messages)
` [PATCH v4 01/10] selftests/resctrl: Improve accuracy of cache occupancy test
` [PATCH v4 02/10] selftests/resctrl: Reduce interference from L2 occupancy during "
` [PATCH v4 03/10] selftests/resctrl: Do not store iMC counter value in counter config structure
` [PATCH v4 04/10] selftests/resctrl: Prepare for parsing multiple events per iMC
` [PATCH v4 05/10] selftests/resctrl: Support multiple events associated with iMC
` [PATCH v4 06/10] selftests/resctrl: Increase size of buffer used in MBM and MBA tests
` [PATCH v4 07/10] selftests/resctrl: Raise threshold at which MBM and PMU values are compared
` [PATCH v4 08/10] selftests/resctrl: Remove requirement on cache miss rate
` [PATCH v4 09/10] selftests/resctrl: Simplify perf usage in CAT test
` [PATCH v4 10/10] selftests/resctrl: Reduce L2 impact on "
[PATCH] iommu/dma: Always allow DMA-FQ when iommupt provides the iommu_domain
2026-04-03 18:36 UTC (5+ messages)
[PATCH v2] iommu/vt: Simplify calculate_psi_aligned_address()
2026-04-03 5:35 UTC (2+ messages)
[PATCH] iommu: Always fill in gather when unmapping
2026-04-02 22:51 UTC (8+ messages)
[PATCH v2] iommu: Always fill in gather when unmapping
2026-04-02 16:51 UTC (4+ messages)
[PATCH 6.6 000/175] 6.6.131-rc1 review
2026-04-02 12:07 UTC (14+ messages)
[PATCH] iommu/riscv: Remove overflows on the invalidation path
2026-04-02 7:36 UTC (2+ messages)
[PATCH 1/4] iommu/intel: Split piotlb invalidation into range and all
2026-04-02 7:20 UTC (4+ messages)
[PATCH 6.12.y] btrfs: do not free data reservation in fallback from inline due to -ENOSPC
2026-04-02 1:03 UTC
[PATCH 2/5] iommu/amd: Pass last in through to build_inv_address()
2026-04-01 19:55 UTC (3+ messages)
[PATCH 4/5] iommu/amd: Make CMD_INV_IOMMU_ALL_PAGES_ADDRESS match the spec
2026-04-01 13:17 UTC (3+ messages)
[PATCH 5/5] iommu/amd: Control INVALIDATE_IOMMU_PAGES PDE from the gather
2026-04-01 8:51 UTC (2+ messages)
[PATCH] .get_maintainer.ignore: add myself
2026-04-01 7:46 UTC
[PATCH 3/5] iommu/amd: Have amd_iommu_domain_flush_pages() use last
2026-04-01 6:33 UTC (2+ messages)
[PATCH 5.15.y] media: dvb-core: fix wrong reinitialization of ringbuffer on reopen
2026-04-01 6:12 UTC
[PATCH 0/9] dax/hmem: Add tests for the dax_hmem takeover capability
2026-03-31 21:57 UTC (2+ messages)
[PATCH v3 00/10] selftests/resctrl: Fixes and improvements focused on Intel platforms
2026-03-31 20:22 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox