summaryrefslogtreecommitdiff
path: root/drivers/vfio/pci/pds/dirty.c
AgeCommit message (Expand)Author
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-12-28vfio/pds: Fix memory leak in pds_vfio_dirty_enable()Zilin Guan
2025-09-19vfio/pds: replace bitmap_free with vfreeZilin Guan
2024-04-25fix missing vmalloc.h includesKent Overstreet
2024-03-11vfio/pds: Refactor/simplify reset logicBrett Creeley
2023-12-04vfio/pds: Add multi-region supportBrett Creeley
2023-12-04vfio/pds: Move seq/ack bitmaps into region structBrett Creeley
2023-12-04vfio/pds: Pass region info to relevant functionsBrett Creeley
2023-12-04vfio/pds: Move and rename region specific infoBrett Creeley
2023-12-04vfio/pds: Only use a single SGL for both seq and ackBrett Creeley
2023-12-04vfio/pds: Fix calculations in pds_vfio_dirty_syncBrett Creeley
2023-08-16vfio/pds: Add support for dirty page trackingBrett Creeley