patches.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
[PATCH 0/3] Clarifications around Acked-by and "# Suffix" proposal
 2025-01-12 20:13 UTC  (17+ messages)
` [PATCH 1/3] docs: submitting-patches: clarify Acked-by and introduce "# Suffix"
` [PATCH 2/3] docs: submitting-patches: clarify difference between Acked-by and Reviewed-by
` [PATCH 3/3] docs: submitting-patches: clarify that signers may use their discretion on tags

[PATCH 1/3] kbuild: rust: move `-Dwarnings` handling to `Makefile.extrawarn`
 2025-01-12 18:32 UTC  (13+ messages)
` [PATCH 2/3] kbuild: rust: apply `CONFIG_WERROR` to all Rust targets
` [PATCH 3/3] kbuild: rust: support `W=e` for Rust

[PATCH] objtool/rust: add one more `noreturn` Rust function
 2025-01-12 14:54 UTC  (3+ messages)

[PATCH 5.15 0/3] ZRAM not releasing backing device backport
 2025-01-12 10:03 UTC  (5+ messages)
` [PATCH 5.15 1/3] drivers/block/zram/zram_drv.c: do not keep dangling zcomp pointer after zram reset
` [PATCH 5.15 2/3] zram: check comp is non-NULL before calling comp_destroy
` [PATCH 5.15 3/3] zram: fix uninitialized ZRAM not releasing backing device

[PATCH] spi: amd: Fix -Wuninitialized in amd_spi_exec_mem_op()
 2025-01-11 19:27 UTC  (2+ messages)

[PATCH 0/4] clk: Move debugfs to a loadable kernel module
 2025-01-11 11:51 UTC  (7+ messages)
` [PATCH 1/4] clk: Prepare clk_debug_create_one() to be split off
` [PATCH 2/4] clk: Use struct clk_hw instead of struct clk_core for debugfs
` [PATCH 3/4] clk: Iterate instead of recurse for debugfs printing
` [PATCH 4/4] clk: Make debugfs code into a loadable kernel module

[PATCH RFCv2 00/13] iommu: Add MSI mapping support with nested SMMU
 2025-01-11  3:32 UTC  (14+ messages)
` [PATCH RFCv2 01/13] genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie
` [PATCH RFCv2 02/13] genirq/msi: Rename iommu_dma_compose_msi_msg() to msi_msg_set_msi_addr()
` [PATCH RFCv2 03/13] iommu: Make iommu_dma_prepare_msi() into a generic operation
` [PATCH RFCv2 04/13] irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by the irqchips that need it
` [PATCH RFCv2 05/13] iommu: Turn fault_data to iommufd private pointer
` [PATCH RFCv2 06/13] iommufd: Make attach_handle generic
` [PATCH RFCv2 07/13] iommufd: Implement sw_msi support natively
` [PATCH RFCv2 08/13] iommu: Turn iova_cookie to dma-iommu private pointer
` [PATCH RFCv2 09/13] iommufd: Add IOMMU_OPTION_SW_MSI_START/SIZE ioctls
` [PATCH RFCv2 10/13] iommufd/selftes: Add coverage for IOMMU_OPTION_SW_MSI_START/SIZE
` [PATCH RFCv2 11/13] iommufd/device: Allow setting IOVAs for MSI(x) vectors
` [PATCH RFCv2 12/13] vfio-iommufd: Provide another layer of msi_iova helpers
` [PATCH RFCv2 13/13] vfio/pci: Allow preset MSI IOVAs via VFIO_IRQ_SET_ACTION_PREPARE

[PATCH v5 00/14] iommufd: Add vIOMMU infrastructure (Part-3: vEVENTQ)
 2025-01-10 21:58 UTC  (40+ messages)
` [PATCH v5 01/14] iommufd: Keep OBJ/IOCTL lists in an alphabetical order
` [PATCH v5 02/14] iommufd/fault: Add an iommufd_fault_init() helper
` [PATCH v5 03/14] iommufd/fault: Move iommufd_fault_iopf_handler() to header
` [PATCH v5 04/14] iommufd: Abstract an iommufd_eventq from iommufd_fault
` [PATCH v5 05/14] iommufd: Rename fault.c to eventq.c
` [PATCH v5 06/14] iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC
` [PATCH v5 07/14] iommufd/viommu: Add iommufd_viommu_get_vdev_id helper
` [PATCH v5 08/14] iommufd/viommu: Add iommufd_viommu_report_event helper
` [PATCH v5 09/14] iommufd/selftest: Require vdev_id when attaching to a nested domain
` [PATCH v5 10/14] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_VEVENT for vEVENTQ coverage
` [PATCH v5 11/14] iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverage
` [PATCH v5 12/14] Documentation: userspace-api: iommufd: Update FAULT and VEVENTQ
` [PATCH v5 13/14] iommu/arm-smmu-v3: Introduce struct arm_smmu_vmaster
` [PATCH v5 14/14] iommu/arm-smmu-v3: Report events that belong to devices attached to vIOMMU

[PATCH v2 0/7] iommu/amd: Cleanup some of the domain_alloc_paging path
 2025-01-10 16:35 UTC  (8+ messages)
` [PATCH v2 1/7] iommu/amd: Remove unused amd_iommu_domain_update()
` [PATCH v2 2/7] iommu/amd: Remove domain_alloc()
` [PATCH v2 3/7] iommu/amd: Remove dev == NULL checks
` [PATCH v2 4/7] iommu/amd: Remove type argument from do_iommu_domain_alloc() and related
` [PATCH v2 5/7] iommu/amd: Change amd_iommu_pgtable to use enum protection_domain_mode
` [PATCH v2 6/7] iommu/amd: Move the nid to pdom_setup_pgtable()
` [PATCH v2 7/7] iommu/amd: Fully decode all combinations of alloc_paging_flags

[RFC PATCH 0/6] qcom: Add an SoC PM driver for sc7180 using PM domains
 2025-01-10 14:09 UTC  (21+ messages)
` [RFC PATCH 1/6] bus: Extract simple-bus into self-contained driver
` [RFC PATCH 2/6] dt-bindings: bus: Add qcom,soc-sc7180 SoC
` [RFC PATCH 3/6] bus: Add basic sc7180 bus driver
` [RFC PATCH 4/6] of: Extract alloc/add functions from of_platform_device_create_pdata()
` [RFC PATCH 5/6] bus: qcom-sc7180: Attach pm domain to watchdog device
` [RFC PATCH 6/6] arm64: dts: qcom: sc7180: Add SoC specific compatible to soc node

[PATCH 6.6 000/222] 6.6.70-rc1 review
 2025-01-10 13:51 UTC  (30+ messages)
` [PATCH 6.6 014/222] drm/radeon: Delay Connector detecting when HPD singals is unstable
` [PATCH 6.6 017/222] rust: allow `clippy::needless_lifetimes`
` [PATCH 6.6 079/222] x86, crash: wrap crash dumping code into crash related ifdefs
` [PATCH 6.6 118/222] ceph: print cluster fsid and client global_id in all debug logs
` [PATCH 6.6] 6.6.70-rc1 review

[PATCH 0/2] usb: typec: cros-ec-ucsi: A couple small cleanups
 2025-01-10 13:47 UTC  (6+ messages)
` [PATCH 1/2] usb: typec: cros-ec-ucsi: Add newlines to printk messages
` [PATCH 2/2] usb: typec: cros-ec-ucsi: Mark cros_ucsi_ops static/const

[PATCH 1/3] rust: use the `build_error!` macro, not the hidden function
 2025-01-10 10:45 UTC  (2+ messages)

[PATCH] rust: kbuild: run Clippy for `rusttest` code
 2025-01-10 10:44 UTC  (2+ messages)

[RFC PATCH] rust: give Clippy the minimum supported Rust version
 2025-01-10 10:44 UTC  (2+ messages)

[PATCH] rust: document `bindgen` 0.71.0 regression
 2025-01-10 10:44 UTC  (2+ messages)

[PATCH 5.10 098/138] zram: fix uninitialized ZRAM not releasing backing device
 2025-01-10  5:57 UTC  (7+ messages)
` [PATCH 5.10 5.15 6.1] zram: check comp is non-NULL before calling comp_destroy
  ` Patch "zram: check comp is non-NULL before calling comp_destroy" has been added to the 6.1-stable tree

[PATCH 0/7] iommu/amd: Cleanup some of the domain_alloc_paging path
 2025-01-09 17:18 UTC  (3+ messages)

[PATCH 7/7] iommu/amd: Fully decode all combinations of alloc_paging_flags
 2025-01-09 17:17 UTC  (3+ messages)

[RFC PATCH] rust: allow Clang-native `RANDSTRUCT` configs
 2025-01-09 14:51 UTC  (2+ messages)

[PATCH 5.4 00/93] 5.4.289-rc1 review
 2025-01-09 14:14 UTC  (8+ messages)

[PATCH 6.6] ceph: give up on paths longer than PATH_MAX
 2025-01-09 11:46 UTC  (2+ messages)

[PATCH 5.15 000/168] 5.15.176-rc1 review
 2025-01-09 11:11 UTC  (13+ messages)
` [PATCH 5.15 116/168] zram: fix uninitialized ZRAM not releasing backing device
` [PATCH 5.15] 5.15.176-rc1 review

[PATCH 5.10 000/138] 5.10.233-rc1 review
 2025-01-09 10:34 UTC  (6+ messages)
` [PATCH 5.10 098/138] zram: fix uninitialized ZRAM not releasing backing device

[PATCH blktests] nvme/053: provide time extension alternative
 2025-01-08 20:37 UTC  (4+ messages)

[PATCH 6.1 00/81] 6.1.124-rc1 review
 2025-01-08 12:54 UTC  (4+ messages)
` [PATCH 6.1] "

[PATCH 6.12 000/156] 6.12.9-rc1 review
 2025-01-08 12:41 UTC  (9+ messages)
` [PATCH 6.12] "

[PATCH 6.12 000/160] 6.12.7-rc1 review
 2025-01-08  3:58 UTC  (3+ messages)
` [PATCH 6.12 110/160] zram: fix uninitialized ZRAM not releasing backing device

[PATCH 6.6 000/116] 6.6.68-rc1 review
 2025-01-08  3:58 UTC  (3+ messages)
` [PATCH 6.6 086/116] zram: fix uninitialized ZRAM not releasing backing device

[PATCH 6.1 00/83] 6.1.122-rc1 review
 2025-01-08  3:57 UTC  (3+ messages)
` [PATCH 6.1 58/83] zram: fix uninitialized ZRAM not releasing backing device

[PATCH 5.4 00/66] 5.4.286-rc1 review
 2025-01-08  2:35 UTC  (5+ messages)
` [PATCH 5.4 50/66] ftrace: Fix possible use-after-free issue in ftrace_location()

[PATCH 5.10-6.1] ceph: give up on paths longer than PATH_MAX
 2025-01-07 15:48 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).