Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2025-02-13 17:19:08 to 2025-02-19 08:31:37 UTC [more...]

[PATCH 6.13 000/274] 6.13.4-rc1 review
 2025-02-19  8:24 UTC  (25+ messages)
` [PATCH 6.13 001/274] HID: corsair-void: Initialise memory for psy_cfg
` [PATCH 6.13 002/274] HID: corsair-void: Add missing delayed work cancel for headset status
` [PATCH 6.13 003/274] nfsd: clear acl_access/acl_default after releasing them
` [PATCH 6.13 010/274] pinctrl: cy8c95x0: Rename PWMSEL to SELPWM
` [PATCH 6.13 011/274] pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware
` [PATCH 6.13 012/274] HID: winwing: Add NULL check in winwing_init_led()
` [PATCH 6.13 013/274] HID: multitouch: Add NULL check in mt_input_configured
` [PATCH 6.13 014/274] scripts/Makefile.extrawarn: Do not show clangs non-kprintf warnings at W=1
` [PATCH 6.13 015/274] pinctrl: pinconf-generic: Print unsigned value if a format is registered
` [PATCH 6.13 016/274] HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()
` [PATCH 6.13 017/274] HID: hid-steam: Dont use cancel_delayed_work_sync in IRQ context
` [PATCH 6.13 018/274] spi: sn-f-ospi: Fix division by zero
` [PATCH 6.13 019/274] ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockopt
` [PATCH 6.13 020/274] net: fib_rules: annotate data-races around rule->[io]ifindex
` [PATCH 6.13 021/274] Documentation/networking: fix basic node example document ISO 15765-2
` [PATCH 6.13 022/274] ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()
` [PATCH 6.13 023/274] vrf: use RCU protection in l3mdev_l3_out()
` [PATCH 6.13 024/274] regulator: core: let dt properties override driver init_data
` [PATCH 6.13 025/274] idpf: fix handling rsc packet with a single segment
` [PATCH 6.13 026/274] idpf: record rx queue in skb for RSC packets
` [PATCH 6.13 027/274] idpf: call set_real_num_queues in idpf_open
` [PATCH 6.13 028/274] igc: Fix HW RX timestamp when passed by ZC XDP
` [PATCH 6.13 029/274] vxlan: check vxlan_vnigroup_init() return value
` [PATCH 6.13 030/274] LoongArch: Fix idle VS timer enqueue

[PATCH 5.10] mm: call the security_mmap_file() LSM hook in remap_file_pages()
 2025-02-19  8:12 UTC  (2+ messages)

[PATCH v6 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-02-19  6:58 UTC  (45+ messages)
` [PATCH v6 01/14] iommufd/fault: Move two fault functions out of the header
` [PATCH v6 03/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v6 05/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [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 08/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v6 09/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
` [PATCH v6 10/14] iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage
` [PATCH v6 11/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ
` [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 v2 00/23] iommu: Further abstract iommu-pages
 2025-02-19  2:56 UTC  (31+ messages)
` [PATCH v2 01/23] iommu/terga: Do not use struct page as the handle for as->pd memory
` [PATCH v2 02/23] iommu/tegra: Do not use struct page as the handle for pts
` [PATCH v2 03/23] iommu/pages: Remove __iommu_alloc_pages()/__iommu_free_pages()
` [PATCH v2 04/23] iommu/pages: Make iommu_put_pages_list() work with high order allocations
` [PATCH v2 05/23] iommu/pages: Remove the order argument to iommu_free_pages()
` [PATCH v2 06/23] iommu/pages: Remove iommu_free_page()
` [PATCH v2 07/23] iommu/pages: De-inline the substantial functions
` [PATCH v2 08/23] iommu/vtd: Use virt_to_phys()
` [PATCH v2 09/23] iommu/pages: Formalize the freelist API
` [PATCH v2 10/23] iommu/riscv: Convert to use struct iommu_pages_list
` [PATCH v2 11/23] iommu/amd: "
` [PATCH v2 12/23] iommu: Change iommu_iotlb_gather to use iommu_page_list
` [PATCH v2 13/23] iommu/pages: Remove iommu_put_pages_list_old and the _Generic
` [PATCH v2 14/23] iommu/pages: Move from struct page to struct ioptdesc and folio
` [PATCH v2 15/23] iommu/pages: Move the __GFP_HIGHMEM checks into the common code
` [PATCH v2 16/23] iommu/pages: Allow sub page sizes to be passed into the allocator
` [PATCH v2 17/23] iommu/amd: Change rlookup, irq_lookup, and alias to use kvalloc()
` [PATCH v2 18/23] iommu/amd: Use roundup_pow_two() instead of get_order()
` [PATCH v2 19/23] iommu/riscv: Update to use iommu_alloc_pages_node_lg2()
` [PATCH v2 20/23] iommu: Update various drivers to pass in lg2sz instead of order to iommu pages
` [PATCH v2 21/23] iommu/pages: Remove iommu_alloc_page/pages()
` [PATCH v2 22/23] iommu/pages: Remove iommu_alloc_page_node()
` [PATCH v2 23/23] iommu/pages: Remove iommu_alloc_pages_node()

[PATCH v4 00/12] Initial support for SMMUv3 nested translation
 2025-02-19  2:09 UTC  (16+ messages)

[PATCH 0/5] Convert virtio-iommu to domain_alloc_paging()
 2025-02-18 20:01 UTC  (12+ 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 v3] ACPI: platform-profile: Fix CFI violation when accessing sysfs files
 2025-02-18 18:00 UTC  (2+ messages)

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

[PATCH 6.13 000/442] 6.13.3-rc3 review
 2025-02-17  9:08 UTC  (12+ messages)

[PATCH 6.12 000/418] 6.12.14-rc3 review
 2025-02-17  7:38 UTC  (8+ messages)

[PATCH 6.6 000/273] 6.6.78-rc1 review
 2025-02-17  5:18 UTC  (12+ messages)
` [PATCH 6.6] "

[PATCH 6.12 000/419] 6.12.14-rc2 review
 2025-02-15  7:45 UTC  (8+ messages)
` [PATCH 6.12 000/583] "

[PATCH v3 0/2] arm64: dts: qcom: sc7180-trogdor: Wire up USB
 2025-02-15  4:54 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: usb: Add binding for ChromeOS Pogo pin keyboard connector

[PATCH 6.13 000/443] 6.13.3-rc2 review
 2025-02-15  0:43 UTC  (6+ messages)
` [PATCH 6.13 000/619] "

[PATCH blktests v3 0/6] enable bs > ps device testing
 2025-02-14 18:54 UTC  (13+ messages)
` [PATCH blktests v3 1/6] common/xfs: ignore first umount error on _xfs_mkfs_and_mount()
` [PATCH blktests v3 2/6] block/032: make error messages clearer if mkfs or mount fails
` [PATCH blktests v3 3/6] common: add and use min io for fio
` [PATCH blktests v3 6/6] common/xfs: add _test_dev_suits_xfs() to verify logical block size will work

[PATCH] kbuild: rust: add rustc-min-version support function
 2025-02-14 18:47 UTC  (3+ messages)

[PATCH] x86/cpu: Add two Intel CPU model numbers
 2025-02-14 17:17 UTC  (7+ messages)

[PATCH] drm/amd/display: Disable -Wenum-float-conversion for dml2_dpmm_dcn4.c
 2025-02-14 16:35 UTC  (4+ messages)

[PATCH 6.12 000/422] 6.12.14-rc1 review
 2025-02-14 15:33 UTC  (20+ messages)
` [PATCH 6.12 345/422] ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives
` [PATCH 6.12 000/583] 6.12.14-rc1 review

[PATCH 6.13 000/443] 6.13.3-rc1 review
 2025-02-14 13:07 UTC  (17+ messages)
` [PATCH 6.13 000/619] "

[PATCH v1 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-02-13 21:34 UTC  (8+ messages)
` [PATCH v1 01/13] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie

[PATCH] arm64: rust: clean Rust 1.85.0 warning using softfloat target
 2025-02-13 20:17 UTC  (5+ messages)


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