Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2025-02-19 15:43:58 to 2025-02-24 14:38:47 UTC [more...]

[PATCH 6.6 000/140] 6.6.80-rc1 review
 2025-02-24 14:34 UTC  (42+ messages)
` [PATCH 6.6 001/140] arm64: mte: Do not allow PROT_MTE on MAP_HUGETLB user mappings
` [PATCH 6.6 002/140] xfs: assert a valid limit in xfs_rtfind_forw
` [PATCH 6.6 003/140] xfs: validate inumber in xfs_iget
` [PATCH 6.6 004/140] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
` [PATCH 6.6 005/140] xfs: fix a typo
` [PATCH 6.6 006/140] xfs: skip background cowblock trims on inodes open for write
` [PATCH 6.6 007/140] xfs: dont free cowblocks from under dirty pagecache on unshare
` [PATCH 6.6 008/140] xfs: merge xfs_attr_leaf_try_add into xfs_attr_leaf_addname
` [PATCH 6.6 009/140] xfs: return bool from xfs_attr3_leaf_add
` [PATCH 6.6 010/140] xfs: distinguish extra split from real ENOSPC from xfs_attr3_leaf_split
` [PATCH 6.6 011/140] xfs: distinguish extra split from real ENOSPC from xfs_attr_node_try_addname
` [PATCH 6.6 012/140] xfs: fold xfs_bmap_alloc_userdata into xfs_bmapi_allocate
` [PATCH 6.6 013/140] xfs: dont ifdef around the exact minlen allocations
` [PATCH 6.6 014/140] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
` [PATCH 6.6 015/140] xfs: support lowmode allocations in xfs_bmap_exact_minlen_extent_alloc
` [PATCH 6.6 016/140] xfs: Use try_cmpxchg() in xlog_cil_insert_pcp_aggregate()
` [PATCH 6.6 017/140] xfs: Remove empty declartion in header file
` [PATCH 6.6 018/140] xfs: pass the exact range to initialize to xfs_initialize_perag
` [PATCH 6.6 019/140] xfs: update the file system geometry after recoverying superblock buffers
` [PATCH 6.6 020/140] xfs: error out when a superblock buffer update reduces the agcount
` [PATCH 6.6 021/140] xfs: dont use __GFP_RETRY_MAYFAIL in xfs_initialize_perag
` [PATCH 6.6 022/140] xfs: update the pag for the last AG at recovery time
` [PATCH 6.6 023/140] xfs: Reduce unnecessary searches when searching for the best extents
` [PATCH 6.6 024/140] xfs: streamline xfs_filestream_pick_ag
` [PATCH 6.6 025/140] xfs: Check for delayed allocations before setting extsize
` [PATCH 6.6 027/140] xfs: dont over-report free space or inodes in statvfs
` [PATCH 6.6 028/140] md: use separate work_struct for md_start_sync()
` [PATCH 6.6 036/140] memcg: fix soft lockup in the OOM process
` [PATCH 6.6 037/140] cpufreq: dt-platdev: add missing MODULE_DESCRIPTION() macro
` [PATCH 6.6 038/140] cpufreq: fix using cpufreq-dt as module
` [PATCH 6.6 039/140] Bluetooth: qca: Support downloading board id specific NVM for WCN7850
` [PATCH 6.6 040/140] Bluetooth: qca: Update firmware-name to support board specific nvm
` [PATCH 6.6 041/140] Bluetooth: qca: Fix poor RF performance for WCN6855
` [PATCH 6.6 042/140] Input: serio - define serio_pause_rx guard to pause and resume serio ports
` [PATCH 6.6 043/140] Input: synaptics - fix crash when enabling pass-through port
` [PATCH 6.6 044/140] ASoC: renesas: rz-ssi: Add a check for negative sample_space
` [PATCH 6.6 045/140] firmware: qcom: scm: Fix missing read barrier in qcom_scm_is_available()
` [PATCH 6.6 046/140] scsi: core: Handle depopulation and restoration in progress
` [PATCH 6.6 047/140] scsi: core: Do not retry I/Os during depopulation
` [PATCH 6.6 048/140] arm64: dts: qcom: sm8450: add missing qcom,non-secure-domain property
` [PATCH 6.6 049/140] arm64: dts: qcom: sm8450: Fix ADSP memory base and length

[PATCH 6.1.y] ssb: Fix potential NULL pointer dereference in ssb_device_uevent()
 2025-02-24 12:54 UTC  (2+ messages)

[PATCH 6.13 000/258] 6.13.4-rc2 review
 2025-02-24  8:19 UTC  (12+ messages)

[PATCH 6.12 000/225] 6.12.16-rc2 review
 2025-02-24  8:15 UTC  (9+ messages)

[PATCH 6.1 000/569] 6.1.129-rc2 review
 2025-02-24  8:10 UTC  (13+ messages)

[PATCH v7 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-02-24  4:38 UTC  (16+ messages)
` [PATCH v7 01/14] iommufd/fault: Move two fault functions out of the header
` [PATCH v7 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v7 03/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v7 04/14] iommufd: Rename fault.c to eventq.c
` [PATCH v7 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v7 06/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v7 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v7 08/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v7 09/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
` [PATCH v7 10/14] iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage
` [PATCH v7 11/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ
` [PATCH v7 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v7 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v7 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations

[PATCH 6.6] x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit
 2025-02-22 14:59 UTC  (2+ messages)

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2025-02-22  7:13 UTC  (19+ messages)

[PATCH v4 0/2] arm64: dts: qcom: sc7180-trogdor: Wire up USB
 2025-02-21 23:31 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: usb: Add binding for ChromeOS Pogo pin keyboard connector
` [PATCH v4 2/2] arm64: dts: qcom: sc7180-trogdor: Wire up USB to usb-c-connectors

[PATCH 6.6 000/152] 6.6.79-rc1 review
 2025-02-21 18:01 UTC  (9+ messages)
` [PATCH 6.6] "

[PATCH v2 0/7] iommu: Add MSI mapping support with nested SMMU (Part-1 core)
 2025-02-21 16:48 UTC  (25+ messages)
` [PATCH v2 1/7] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH v2 2/7] genirq/msi: Refactor iommu_dma_compose_msi_msg()
` [PATCH v2 3/7] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH v2 4/7] irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by irqchips that need it
` [PATCH v2 5/7] iommu: Turn fault_data to iommufd private pointer
` [PATCH v2 6/7] iommufd: Implement sw_msi support natively
` [PATCH v2 7/7] iommu: Turn iova_cookie to dma-iommu private pointer

[PATCH 6.13 000/274] 6.13.4-rc1 review
 2025-02-21 15:25 UTC  (26+ messages)
` [PATCH 6.13 085/274] Drivers: hv: vmbus: Wait for boot-time offers during boot and resume
` [PATCH 6.13 230/274] eth: iavf: extend the netdev_lock usage
` [PATCH 6.13 231/274] net: add netdev_lock() / netdev_unlock() helpers
` [PATCH 6.13 232/274] net: make netdev_lock() protect netdev->reg_state
` [PATCH 6.13 233/274] net: add netdev->up protected by netdev_lock()
` [PATCH 6.13 234/274] net: protect netdev->napi_list with netdev_lock()
` [PATCH 6.13 235/274] Revert "net: skb: introduce and use a single page frag cache"
` [PATCH 6.13 244/274] iavf: Fix a locking bug in an error path

[PATCH 5.10] x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit
 2025-02-21 14:51 UTC 

[PATCH 5.15] x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit
 2025-02-21 14:42 UTC 

[PATCH 6.1] x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit
 2025-02-21 14:30 UTC 

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-02-21 13:39 UTC  (29+ messages)
` [PATCH v6 06/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v6 07/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v6 12/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v6 13/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU
` [PATCH v6 14/14] iommu/arm-smmu-v3: Set MEV bit in nested STE for DoS mitigations

[PATCH 0/5] Convert virtio-iommu to domain_alloc_paging()
 2025-02-21 11:42 UTC  (16+ messages)
` [PATCH 1/5] iommu/virtio: Break out bypass identity support into a global static
` [PATCH 3/5] iommu/virtio: Move to domain_alloc_paging()

[PATCH blktests v3 0/6] enable bs > ps device testing
 2025-02-21  9:55 UTC  (4+ messages)

[PATCH v2 00/23] iommu: Further abstract iommu-pages
 2025-02-20 19:35 UTC  (3+ messages)
` [PATCH v2 19/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()

[PATCH 6.1 000/578] 6.1.129-rc1 review
 2025-02-20 16:15 UTC  (13+ messages)
` [PATCH 6.1 556/578] drm/tidss: Fix issue in irq handling causing irq-flood issue
` [PATCH 6.1 557/578] drm/tidss: Clear the interrupt status for interrupts being disabled
` [PATCH 6.1] 6.1.129-rc1 review

[PATCH 6.12 000/230] 6.12.16-rc1 review
 2025-02-20 16:13 UTC  (14+ messages)
` [PATCH 6.12] "

[PATCH 6.6 000/389] 6.6.76-rc2 review
 2025-02-19 19:16 UTC  (11+ messages)

[PATCH v1 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-02-19 16:06 UTC  (3+ messages)


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