Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2024-08-27 15:32:29 to 2024-08-30 17:18:22 UTC [more...]

[PATCH v2 0/8] Initial support for SMMUv3 nested translation
 2024-08-30 17:18 UTC  (53+ messages)
` [PATCH v2 1/8] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
` [PATCH v2 2/8] iommu/arm-smmu-v3: Use S2FWB when available
` [PATCH v2 3/8] ACPICA: IORT: Update for revision E.f
` [PATCH v2 4/8] ACPI/IORT: Support CANWBS memory access flag
` [PATCH v2 5/8] iommu/arm-smmu-v3: Report IOMMU_CAP_ENFORCE_CACHE_COHERENCY for CANWBS
` [PATCH v2 6/8] iommu/arm-smmu-v3: Support IOMMU_GET_HW_INFO via struct arm_smmu_hw_info
` [PATCH v2 7/8] iommu/arm-smmu-v3: Implement IOMMU_HWPT_ALLOC_NEST_PARENT
` [PATCH v2 8/8] iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTED

[PATCH 5.10 000/317] 5.10.219-rc1 review
 2024-08-30 12:47 UTC  (4+ messages)
` [PATCH 5.10 194/317] Input: ioc3kbd - convert to platform remove callback returning void

[PATCH] PCI/ATS: Add missing pci_prepare_ats() stub
 2024-08-30 12:30 UTC  (2+ messages)

[PATCH 0/2] clk: qcom: gcc-sm8550: Fix shared clk parking breakage
 2024-08-30 12:24 UTC  (7+ messages)
` [PATCH 1/2] clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs
` [PATCH 2/2] clk: qcom: gcc-sm8550: Don't park the USB RCG at registration time

[PATCH 6.6 000/139] 6.6.39-rc1 review
 2024-08-30 11:06 UTC  (4+ messages)
` [PATCH 6.6 046/139] selftests/net: fix uninitialized variables

[PATCH 5.15 000/479] 5.15.165-rc3 review
 2024-08-30 11:04 UTC  (6+ messages)

[PATCH 6.1 000/321] 6.1.107-rc1 review
 2024-08-30  2:52 UTC  (46+ messages)
` [PATCH 6.1 202/321] fbdev: offb: replace of_node_put with __free(device_node)
` [PATCH 6.1 268/321] HID: wacom: Defer calculation of resolution until resolution_code is known
` [PATCH 6.1 276/321] mptcp: pm: re-using ID of unused removed ADD_ADDR
` [PATCH 6.1 277/321] mptcp: pm: re-using ID of unused removed subflows
` [PATCH 6.1 298/321] KVM: x86: fire timer when it is migrated and expired, and in oneshot mode
` [PATCH 6.1 302/321] net: more strict VIRTIO_NET_HDR_GSO_UDP_L4 validation
` [PATCH 6.1 303/321] net: drop bad gso csum_start and offset in virtio_net_hdr
` [PATCH 6.1 304/321] wifi: mac80211: add documentation for amsdu_mesh_control
` [PATCH 6.1 305/321] wifi: mac80211: fix mesh path discovery based on unicast packets
` [PATCH 6.1 306/321] wifi: mac80211: fix mesh forwarding
` [PATCH 6.1 307/321] wifi: mac80211: fix flow dissection for forwarded packets
` [PATCH 6.1 308/321] wifi: mac80211: fix receiving mesh packets in forwarding=0 networks
` [PATCH 6.1 309/321] wifi: mac80211: drop bogus static keywords in A-MSDU rx
` [PATCH 6.1 310/321] wifi: mac80211: fix potential null pointer dereference
` [PATCH 6.1 311/321] wifi: cfg80211: fix receiving mesh packets without RFC1042 header
` [PATCH 6.1 312/321] gfs2: Fix another freeze/thaw hang
` [PATCH 6.1 313/321] gfs2: dont withdraw if init_threads() got interrupted
` [PATCH 6.1 314/321] gfs2: Remove LM_FLAG_PRIORITY flag
` [PATCH 6.1 315/321] gfs2: Remove freeze_go_demote_ok
` [PATCH 6.1 316/321] udp: fix receiving fraglist GSO packets
` [PATCH 6.1 317/321] ice: fix W=1 headers mismatch
` [PATCH 6.1 318/321] Revert "jfs: fix shift-out-of-bounds in dbJoin"
` [PATCH 6.1 319/321] net: change maximum number of UDP segments to 128
` [PATCH 6.1 320/321] selftests: net: more strict check in net_helper
` [PATCH 6.1 321/321] Input: MT - limit max slots

[PATCH v2 00/14] Minor fixups and refactorings for AMD's io-pgtable code
 2024-08-30  0:06 UTC  (15+ messages)
` [PATCH v2 01/14] iommu/amd: Move allocation of the top table into v1_alloc_pgtable
` [PATCH v2 02/14] iommu/amd: Allocate the page table root using GFP_KERNEL
` [PATCH v2 03/14] iommu/amd: Set the pgsize_bitmap correctly
` [PATCH v2 04/14] iommu/amd: Remove amd_iommu_domain_update() from page table freeing
` [PATCH v2 05/14] iommu/amd: Remove the amd_iommu_domain_set_pt_root() and related
` [PATCH v2 06/14] iommu/amd: Rename struct amd_io_pgtable iopt to pgtbl
` [PATCH v2 07/14] iommu/amd: Remove amd_io_pgtable::pgtbl_cfg
` [PATCH v2 08/14] iommu/amd: Store the nid in io_pgtable_cfg instead of the domain
` [PATCH v2 09/14] iommu/amd: Narrow the use of struct protection_domain to invalidation
` [PATCH v2 10/14] iommu/amd: Remove conditions from domain free paths
` [PATCH v2 11/14] iommu/amd: Fix typo of , instead of ;
` [PATCH v2 12/14] iommu/amd: Remove the confusing dummy iommu_flush_ops tlb ops
` [PATCH v2 13/14] iommu/amd: Correct the reported page sizes from the V1 table
` [PATCH v2 14/14] iommu/amd: Do not set the D bit on AMD v2 table entries

[PATCH ipsec-next v2] xfrm: policy: Restore dir assignments in xfrm_hash_rebuild()
 2024-08-29 18:14 UTC 

[PATCH] xfrm: policy: Restore dir assignment in xfrm_hash_rebuild()
 2024-08-29 18:07 UTC  (4+ messages)

[PATCH] xfs: Fix format specifier for max_folio_size in xfs_fs_fill_super()
 2024-08-29 17:50 UTC  (7+ messages)

[PATCH v3 0/2] clk: qcom: gcc-sm8550: Fix shared clk parking breakage
 2024-08-29 16:34 UTC  (7+ messages)
` [PATCH v3 1/2] clk: qcom: dispcc-sc7180: Only park display clks at init
` [PATCH v3 2/2] clk: qcom: gcc-sm8550: Don't use shared clk_ops for QUPs

[PATCH] iommufd: Check the domain owner of the parent before creating a nesting domain
 2024-08-29 16:19 UTC  (2+ messages)

[PATCH 6.6 000/341] 6.6.48-rc1 review
 2024-08-29 14:23 UTC  (20+ messages)
` [PATCH 6.6 110/341] usb: gadget: uvc: cleanup request when not in correct state

[PATCH 6.10 000/273] 6.10.7-rc1 review
 2024-08-29 13:57 UTC  (15+ messages)
` [PATCH 6.10 083/273] 9p: Fix DIO read through netfs

[PATCH 08/14] iommu/amd: Store the nid in io_pgtable_cfg instead of the domain
 2024-08-29 10:47 UTC  (4+ messages)

[PATCH v2 0/2] clk: qcom: gcc-sm8550: Fix shared clk parking breakage
 2024-08-29  8:39 UTC  (8+ messages)
` [PATCH v2 1/2] clk: qcom: dispcc-sc7180: Only park display clks at init
` [PATCH v2 2/2] clk: qcom: gcc-sm8550: Don't use shared clk_ops for QUPs

[PATCH RESEND v2 1/3] dt-bindings: trivial-devices: Document elgin,jg10309-01
 2024-08-28 18:00 UTC 

[PATCH] hwmon: (oxp-sensors) Add missing breaks to fix -Wimplicit-fallthrough with clang
 2024-08-28 20:34 UTC  (2+ messages)

[PATCH 13/14] iommu/amd: Correct the reported page sizes from the V1 table
 2024-08-28 13:50 UTC  (2+ messages)

[PATCH] rust: allow `stable_features` lint
 2024-08-28  9:39 UTC  (2+ messages)

[PATCH 10/14] iommu/amd: Remove conditions from domain free paths
 2024-08-28  6:56 UTC  (2+ messages)

[PATCH 12/14] iommu/amd: Remove the confusing dummy iommu_flush_ops tlb ops
 2024-08-28  6:42 UTC  (2+ messages)

[PATCH 14/14] iommu/amd: Do not set the D bit on AMD v2 table entries
 2024-08-28  6:41 UTC  (2+ messages)

[PATCH 11/14] iommu/amd: Fix typo of , instead of ;
 2024-08-28  6:39 UTC  (2+ messages)

[PATCH 07/14] iommu/amd: Remove amd_io_pgtable::pgtbl_cfg
 2024-08-28  6:37 UTC  (2+ messages)

[PATCH 06/14] iommu/amd: Rename struct amd_io_pgtable iopt to pgtbl
 2024-08-28  6:28 UTC  (2+ messages)

[PATCH 05/14] iommu/amd: Remove the amd_iommu_domain_set_pt_root() and related
 2024-08-28  6:27 UTC  (2+ messages)

[PATCH 04/14] iommu/amd: Remove amd_iommu_domain_update() from page table freeing
 2024-08-28  6:26 UTC  (2+ messages)

[PATCH 03/14] iommu/amd: Set the pgsize_bitmap correctly
 2024-08-28  6:26 UTC  (2+ messages)

[PATCH 01/14] iommu/amd: Move allocation of the top table into v1_alloc_pgtable
 2024-08-28  6:22 UTC  (2+ messages)

[PATCH] iommufd: Protect against overflow of ALIGN() during iova allocation
 2024-08-27 17:46 UTC  (2+ messages)


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