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
/
accel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-06
accel: Include <drm/drm_auth.h>
Thomas Zimmermann
1
-0
/
+1
2023-12-01
accel/qaic: Expand DRM device lifecycle
Carl Vanderlip
3
-29
/
+19
2023-12-01
accel/qaic: Increase number of in_reset states
Carl Vanderlip
4
-18
/
+28
2023-11-28
Merge v6.7-rc3 into drm-next
Daniel Vetter
1
-22
/
+21
2023-11-21
accel/ivpu/37xx: Fix hangs related to MMIO reset
Jacek Lawrynowicz
1
-24
/
+22
2023-11-17
accel/qaic: Update MAX_ORDER use to be inclusive
Jeffrey Hugo
1
-1
/
+1
2023-11-16
accel/ivpu: Use threaded IRQ to handle JOB done messages
Jacek Lawrynowicz
8
-201
/
+199
2023-11-16
accel/ivpu: Use dedicated work for job timeout detection
Stanislaw Gruszka
3
-15
/
+43
2023-11-16
accel/ivpu: Do not use cons->aborted for job_done_thread
Stanislaw Gruszka
2
-10
/
+9
2023-11-16
accel/ivpu: Do not use irqsave in ivpu_ipc_dispatch
Stanislaw Gruszka
1
-3
/
+3
2023-11-16
accel/ivpu: Rename cons->rx_msg_lock
Stanislaw Gruszka
2
-15
/
+14
2023-11-15
accel/ivpu: avoid build failure with CONFIG_PM=n
Arnd Bergmann
1
-3
/
+0
2023-11-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
38
-3167
/
+1789
2023-11-08
accel/ivpu: Use GEM shmem helper for all buffers
Jacek Lawrynowicz
5
-460
/
+144
2023-11-08
accel/ivpu: Remove support for uncached buffers
Jacek Lawrynowicz
2
-4
/
+1
2023-11-08
accel/ivpu: Fix locking in ivpu_bo_remove_all_bos_from_context()
Jacek Lawrynowicz
7
-90
/
+109
2023-11-08
accel/ivpu: Allocate vpu_addr in gem->open() callback
Jacek Lawrynowicz
3
-37
/
+32
2023-11-07
accel/ivpu: Fix compilation with CONFIG_PM=n
Jacek Lawrynowicz
1
-2
/
+2
2023-11-03
accel/qaic: Support for 0 resize slice execution in BO
Pranjal Ramajor Asha Kanojiya
1
-61
/
+43
2023-11-03
accel/qaic: Quiet array bounds check on DMA abort message
Carl Vanderlip
1
-1
/
+1
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+1
2023-11-01
Merge tag 'drm-next-2023-10-31-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
54
-3713
/
+2482
2023-10-31
accel/ivpu: Rename VPU to NPU in product strings
Jacek Lawrynowicz
2
-5
/
+6
2023-10-31
accel/ivpu: Simplify MMU SYNC command
Jacek Lawrynowicz
1
-4
/
+1
2023-10-31
accel/ivpu: Make DMA allocations for MMU600 write combined
Karol Wachowski
1
-52
/
+63
2023-10-31
accel/ivpu: Print CMDQ errors after consumer timeout
Karol Wachowski
1
-3
/
+31
2023-10-31
accel/ivpu: Abort pending rx ipc on reset
Stanislaw Gruszka
3
-4
/
+20
2023-10-31
accel/ivpu: Stop job_done_thread on suspend
Stanislaw Gruszka
4
-6
/
+35
2023-10-31
accel/ivpu: Assure device is off if power up sequence fail
Stanislaw Gruszka
2
-14
/
+18
2023-10-31
accel/ivpu/40xx: Allow to change profiling frequency
Krystian Pradzynski
5
-0
/
+76
2023-10-30
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2023-10-31
Merge tag 'drm-misc-next-2023-10-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
16
-163
/
+240
2023-10-30
accel/ivpu: Add support for delayed D0i3 entry message
Andrzej Kacprowski
8
-8
/
+108
2023-10-30
accel/ivpu/37xx: Print warning when VPUIP is not idle during power down
Stanislaw Gruszka
1
-2
/
+5
2023-10-30
accel/ivpu: Introduce ivpu_ipc_send_receive_active()
Karol Wachowski
2
-14
/
+27
2023-10-30
accel/ivpu: Pass D0i3 residency time to the VPU firmware
Andrzej Kacprowski
4
-1
/
+28
2023-10-30
accel/ivpu/40xx: Capture D0i3 entry host and device timestamps
Andrzej Kacprowski
1
-0
/
+8
2023-10-30
accel/ivpu: Change test_mode module param to bitmask
Karol Wachowski
3
-8
/
+7
2023-10-30
accel/ivpu: Add support for VPU_JOB_FLAGS_NULL_SUBMISSION_MASK
Andrzej Kacprowski
3
-4
/
+7
2023-10-30
accel/ivpu: Remove reset from power up sequence
Karol Wachowski
2
-10
/
+0
2023-10-30
accel/ivpu: Add dvfs_mode file to debugfs
Tomasz Rusinowicz
3
-0
/
+34
2023-10-30
accel/ivpu: Remove unneeded drm_driver declaration
Stanislaw Gruszka
1
-2
/
+0
2023-10-30
accel/ivpu: Update FW API
Krystian Pradzynski
3
-24
/
+392
2023-10-30
accel/ivpu: avoid build failure with CONFIG_PM=n
Arnd Bergmann
1
-3
/
+0
2023-10-27
accel/qaic: Support MHI QAIC_TIMESYNC channel
Pranjal Ramajor Asha Kanojiya
4
-4
/
+165
2023-10-27
accel/qaic: Add support for periodic timesync
Ajit Pal Singh
5
-1
/
+296
2023-10-27
accel/qaic: Enable 1 MSI fallback mode
Carl Vanderlip
5
-20
/
+50
2023-10-26
accel/ivpu/37xx: Fix missing VPUIP interrupts
Karol Wachowski
1
-6
/
+5
2023-10-23
BackMerge tag 'v6.6-rc7' into drm-next
Dave Airlie
10
-22
/
+58
2023-10-23
accel/ivpu: Delete the TODO file
Deepak R Varma
1
-11
/
+0
[next]