index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
drm/xe/migrate: Add kunit to test migration functionality for BMG
Akshata Jahagirdar
1
-1
/
+119
2024-07-17
drm/xe/xe_migrate: Handle migration logic for xe2+ dgfx
Akshata Jahagirdar
1
-8
/
+11
2024-07-17
drm/xe/xe2: Introduce identity map for compressed pat for vram
Akshata Jahagirdar
2
-24
/
+66
2024-07-17
drm/xe/migrate: Add helper function to program identity map
Akshata Jahagirdar
1
-40
/
+48
2024-07-17
drm/xe/migrate: Add kunit to test clear functionality
Akshata Jahagirdar
1
-0
/
+276
2024-07-17
drm/xe/migrate: Handle clear ccs logic for xe2 dgfx
Akshata Jahagirdar
1
-3
/
+8
2024-07-18
Merge tag 'amd-drm-next-6.11-2024-07-12' of https://gitlab.freedesktop.org/ag...
Dave Airlie
38
-130
/
+1035
2024-07-17
drm/amd/display: fix corruption with high refresh rates on DCN 3.0
Alex Deucher
2
-12
/
+13
2024-07-17
efi/libstub: Zero initialize heap allocated struct screen_info
Qiang Ma
1
-0
/
+2
2024-07-17
Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...
Linus Torvalds
11
-197
/
+162
2024-07-17
Merge tag 'dlm-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
1
-1
/
+1
2024-07-17
drm/xe: Don't suspend device upon wedge
Matthew Brost
1
-0
/
+14
2024-07-17
drm/xe: Wedge the entire device
Matthew Brost
9
-13
/
+80
2024-07-17
cxl/core/pci: Move reading of control register to immediately before usage
Foryun Ma
1
-4
/
+4
2024-07-17
drm/xe/gsc: add Battlemage support
Alexander Usyskin
5
-7
/
+43
2024-07-17
crypto: ccp: Add the SNP_VLEK_LOAD command
Michael Roth
1
-0
/
+36
2024-07-17
power: sequencing: fix an invalid pointer dereference in error path
Bartosz Golaszewski
1
-1
/
+2
2024-07-17
eth: fbnic: fix s390 build.
Paolo Abeni
1
-0
/
+1
2024-07-17
printk: Add a short description string to kmsg_dump()
Jocelyn Falempe
3
-5
/
+5
2024-07-17
virtio_pci_modern: remove admin queue serialization lock
Jiri Pirko
2
-7
/
+0
2024-07-17
virtio_pci_modern: use completion instead of busy loop to wait on admin cmd r...
Jiri Pirko
3
-16
/
+74
2024-07-17
virtio_pci_modern: pass cmd as an identification token
Jiri Pirko
1
-3
/
+3
2024-07-17
virtio_pci_modern: create admin queue of queried size
Jiri Pirko
1
-2
/
+1
2024-07-17
virtio: create admin queues alongside other virtqueues
Jiri Pirko
4
-92
/
+46
2024-07-17
virtio_pci: pass vq info as an argument to vp_setup_vq()
Jiri Pirko
1
-6
/
+10
2024-07-17
virtio: push out code to vp_avq_index()
Jiri Pirko
1
-10
/
+21
2024-07-17
virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer as static
Jiri Pirko
2
-11
/
+2
2024-07-17
virtio_pci: introduce vector allocation fallback for slow path virtqueues
Jiri Pirko
2
-9
/
+51
2024-07-17
virtio_pci: pass vector policy enum to vp_find_one_vq_msix()
Jiri Pirko
1
-8
/
+9
2024-07-17
virtio_pci: pass vector policy enum to vp_find_vqs_msix()
Jiri Pirko
1
-3
/
+13
2024-07-17
virtio_pci: simplify vp_request_msix_vectors() call a bit
Jiri Pirko
1
-2
/
+4
2024-07-17
virtio_pci: push out single vq find code to vp_find_one_vq_msix()
Jiri Pirko
1
-27
/
+41
2024-07-17
vdpa/octeon_ep: Fix error code in octep_process_mbox()
Dan Carpenter
1
-1
/
+1
2024-07-17
virtio: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
14
-20
/
+18
2024-07-17
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
8
-48
/
+38
2024-07-17
virtio_balloon: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-21
/
+13
2024-07-17
scsi: virtio_scsi: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-19
/
+13
2024-07-17
virtio_net: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-21
/
+13
2024-07-17
virtio_crypto: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-19
/
+12
2024-07-17
virtio_console: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-26
/
+18
2024-07-17
virtio_blk: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-12
/
+8
2024-07-17
virtio: rename find_vqs_info() op to find_vqs()
Jiri Pirko
7
-8
/
+8
2024-07-17
virtio: convert find_vqs() op implementations to find_vqs_info()
Jiri Pirko
5
-36
/
+34
2024-07-17
virtio_pci: convert vp_*find_vqs() ops to find_vqs_info()
Jiri Pirko
4
-30
/
+32
2024-07-17
caif_virtio: use virtio_find_single_vq() for single virtqueue finding
Jiri Pirko
1
-4
/
+4
2024-07-17
mtd: rawnand: lpx32xx: Fix dma_request_chan() error checks
Piotr Wojtaszczyk
2
-2
/
+2
2024-07-17
mtd: spinand: macronix: Add support for serial NAND flash
Cheng Ming Lin
1
-0
/
+38
2024-07-17
mtd: spinand: macronix: Add support for reading Device ID 2
Cheng Ming Lin
1
-13
/
+13
2024-07-17
mtd: rawnand: lpx32xx: Request DMA channels using DT entries
Piotr Wojtaszczyk
2
-22
/
+30
[prev]
[next]