aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-07-17drm/xe/migrate: Add kunit to test migration functionality for BMGAkshata Jahagirdar1-1/+119
2024-07-17drm/xe/xe_migrate: Handle migration logic for xe2+ dgfxAkshata Jahagirdar1-8/+11
2024-07-17drm/xe/xe2: Introduce identity map for compressed pat for vramAkshata Jahagirdar2-24/+66
2024-07-17drm/xe/migrate: Add helper function to program identity mapAkshata Jahagirdar1-40/+48
2024-07-17drm/xe/migrate: Add kunit to test clear functionalityAkshata Jahagirdar1-0/+276
2024-07-17drm/xe/migrate: Handle clear ccs logic for xe2 dgfxAkshata Jahagirdar1-3/+8
2024-07-18Merge tag 'amd-drm-next-6.11-2024-07-12' of https://gitlab.freedesktop.org/ag...Dave Airlie38-130/+1035
2024-07-17drm/amd/display: fix corruption with high refresh rates on DCN 3.0Alex Deucher2-12/+13
2024-07-17efi/libstub: Zero initialize heap allocated struct screen_infoQiang Ma1-0/+2
2024-07-17Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds11-197/+162
2024-07-17Merge tag 'dlm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds1-1/+1
2024-07-17drm/xe: Don't suspend device upon wedgeMatthew Brost1-0/+14
2024-07-17drm/xe: Wedge the entire deviceMatthew Brost9-13/+80
2024-07-17cxl/core/pci: Move reading of control register to immediately before usageForyun Ma1-4/+4
2024-07-17drm/xe/gsc: add Battlemage supportAlexander Usyskin5-7/+43
2024-07-17crypto: ccp: Add the SNP_VLEK_LOAD commandMichael Roth1-0/+36
2024-07-17power: sequencing: fix an invalid pointer dereference in error pathBartosz Golaszewski1-1/+2
2024-07-17eth: fbnic: fix s390 build.Paolo Abeni1-0/+1
2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe3-5/+5
2024-07-17virtio_pci_modern: remove admin queue serialization lockJiri Pirko2-7/+0
2024-07-17virtio_pci_modern: use completion instead of busy loop to wait on admin cmd r...Jiri Pirko3-16/+74
2024-07-17virtio_pci_modern: pass cmd as an identification tokenJiri Pirko1-3/+3
2024-07-17virtio_pci_modern: create admin queue of queried sizeJiri Pirko1-2/+1
2024-07-17virtio: create admin queues alongside other virtqueuesJiri Pirko4-92/+46
2024-07-17virtio_pci: pass vq info as an argument to vp_setup_vq()Jiri Pirko1-6/+10
2024-07-17virtio: push out code to vp_avq_index()Jiri Pirko1-10/+21
2024-07-17virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer as staticJiri Pirko2-11/+2
2024-07-17virtio_pci: introduce vector allocation fallback for slow path virtqueuesJiri Pirko2-9/+51
2024-07-17virtio_pci: pass vector policy enum to vp_find_one_vq_msix()Jiri Pirko1-8/+9
2024-07-17virtio_pci: pass vector policy enum to vp_find_vqs_msix()Jiri Pirko1-3/+13
2024-07-17virtio_pci: simplify vp_request_msix_vectors() call a bitJiri Pirko1-2/+4
2024-07-17virtio_pci: push out single vq find code to vp_find_one_vq_msix()Jiri Pirko1-27/+41
2024-07-17vdpa/octeon_ep: Fix error code in octep_process_mbox()Dan Carpenter1-1/+1
2024-07-17virtio: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko14-20/+18
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko8-48/+38
2024-07-17virtio_balloon: convert to use virtio_find_vqs_info()Jiri Pirko1-21/+13
2024-07-17scsi: virtio_scsi: convert to use virtio_find_vqs_info()Jiri Pirko1-19/+13
2024-07-17virtio_net: convert to use virtio_find_vqs_info()Jiri Pirko1-21/+13
2024-07-17virtio_crypto: convert to use virtio_find_vqs_info()Jiri Pirko1-19/+12
2024-07-17virtio_console: convert to use virtio_find_vqs_info()Jiri Pirko1-26/+18
2024-07-17virtio_blk: convert to use virtio_find_vqs_info()Jiri Pirko1-12/+8
2024-07-17virtio: rename find_vqs_info() op to find_vqs()Jiri Pirko7-8/+8
2024-07-17virtio: convert find_vqs() op implementations to find_vqs_info()Jiri Pirko5-36/+34
2024-07-17virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()Jiri Pirko4-30/+32
2024-07-17caif_virtio: use virtio_find_single_vq() for single virtqueue findingJiri Pirko1-4/+4
2024-07-17mtd: rawnand: lpx32xx: Fix dma_request_chan() error checksPiotr Wojtaszczyk2-2/+2
2024-07-17mtd: spinand: macronix: Add support for serial NAND flashCheng Ming Lin1-0/+38
2024-07-17mtd: spinand: macronix: Add support for reading Device ID 2Cheng Ming Lin1-13/+13
2024-07-17mtd: rawnand: lpx32xx: Request DMA channels using DT entriesPiotr Wojtaszczyk2-22/+30