Age | Commit message (Expand) | Author | Files | Lines |
2025-05-28 | Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 16 | -140/+460 |
2025-05-21 | Merge tag 'v6.15-rc7' into x86/core, to pick up fixes | Ingo Molnar | 1 | -1/+1 |
2025-05-13 | Merge branch 'x86/msr' into x86/core, to resolve conflicts | Ingo Molnar | 2 | -3/+1 |
2025-05-12 | accel/ivpu: Use effective buffer size for zero terminator | Markus Burri | 1 | -1/+1 |
2025-05-08 | accel/amdxdna: Support submit commands without arguments | Lizhi Hou | 1 | -10/+12 |
2025-05-08 | accel/habanalabs: Don't build the driver on UML | Ingo Molnar | 1 | -1/+1 |
2025-05-06 | Merge tag 'v6.15-rc5' into x86/msr, to pick up fixes and to resolve conflicts | Ingo Molnar | 3 | -11/+13 |
2025-05-06 | BackMerge tag 'v6.15-rc5' into drm-next | Dave Airlie | 10 | -129/+207 |
2025-05-02 | x86/msr: Add explicit includes of <asm/msr.h> | Xin Li (Intel) | 1 | -2/+0 |
2025-04-30 | accel/ivpu: Correct mutex unlock order in job submission | Karol Wachowski | 1 | -1/+1 |
2025-04-30 | accel/ivpu: Fix pm related deadlocks in cmdq ioctls | Jacek Lawrynowicz | 1 | -9/+24 |
2025-04-30 | accel/ivpu: Increase state dump msg timeout | Jacek Lawrynowicz | 1 | -1/+1 |
2025-04-25 | accel/ivpu: Fix the D0i2 disable test mode | Andrzej Kacprowski | 1 | -2/+2 |
2025-04-25 | accel/ivpu: Correct DCT interrupt handling | Karol Wachowski | 2 | -9/+11 |
2025-04-25 | accel/ivpu: Implement heartbeat-based TDR mechanism | Karol Wachowski | 4 | -0/+26 |
2025-04-15 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 3 | -3/+28 |
2025-04-14 | Merge tag 'drm-misc-next-2025-04-09' of https://gitlab.freedesktop.org/drm/mi... | Dave Airlie | 8 | -114/+408 |
2025-04-11 | accel/qaic: Test for imported buffers with drm_gem_is_imported() | Thomas Zimmermann | 1 | -4/+4 |
2025-04-11 | accel/ivpu: Add cmdq_id to job related logs | Karol Wachowski | 1 | -7/+8 |
2025-04-11 | accel/ivpu: Show NPU frequency in sysfs | Andrzej Kacprowski | 4 | -1/+62 |
2025-04-11 | accel/ivpu: Fix the NPU's DPU frequency calculation | Andrzej Kacprowski | 5 | -86/+64 |
2025-04-11 | accel/ivpu: Update FW Boot API to version 3.28.3 | Karol Wachowski | 3 | -22/+58 |
2025-04-11 | accel/ivpu: Flush pending jobs of device's workqueues | Maciej Falkowski | 1 | -3/+3 |
2025-04-10 | accel/amdxdna: Fix incorrect size of ERT_START_NPU commands | Lizhi Hou | 2 | -9/+7 |
2025-04-10 | accel/ivpu: Test for imported buffers with drm_gem_is_imported() | Thomas Zimmermann | 1 | -3/+3 |
2025-04-08 | Merge drm/drm-fixes into drm-misc-fixes | Thomas Zimmermann | 49 | -489/+1404 |
2025-04-07 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 7 | -12/+17 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
2025-04-01 | Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+5 |
2025-04-01 | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 4 | -4/+4 |
2025-03-31 | accel/ivpu: Fix PM related deadlocks in MS IOCTLs | Jacek Lawrynowicz | 2 | -2/+20 |
2025-03-31 | accel/ivpu: Fix deadlock in ivpu_ms_cleanup() | Jacek Lawrynowicz | 1 | -0/+6 |
2025-03-31 | accel/ivpu: Fix warning in ivpu_ipc_send_receive_internal() | Jacek Lawrynowicz | 1 | -1/+2 |
2025-03-28 | Merge tag 'drm-next-2025-03-28' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 42 | -466/+1388 |
2025-03-28 | accel/amdxdna: Add BO import and export | Lizhi Hou | 6 | -108/+404 |
2025-03-27 | accel/amdxdna: s/drm_gem_v[un]map_unlocked/drm_gem_v[un]map/ | Boris Brezillon | 1 | -2/+2 |
2025-03-27 | accel/ivpu: s/drm_gem_shmem_v[un]map/drm_gem_shmem_v[un]map_locked/ | Boris Brezillon | 1 | -2/+2 |
2025-03-27 | accel/ivpu: pages_use_count is now a refcount_t | Boris Brezillon | 1 | -1/+1 |
2025-03-21 | Merge tag 'drm-misc-fixes-2025-03-20' of ssh://gitlab.freedesktop.org/drm/mis... | Dave Airlie | 1 | -2/+7 |
2025-03-16 | accel/habanalabs: convert timeouts to secs_to_jiffies() | Easwar Hariharan | 4 | -4/+4 |
2025-03-14 | accel/qaic: Remove redundant 'flush_workqueue()' calls | Chen Ni | 1 | -2/+0 |
2025-03-14 | accel/qaic: Fix integer overflow in qaic_validate_req() | Dan Carpenter | 1 | -1/+3 |
2025-03-14 | accel/qaic: Fix possible data corruption in BOs > 2G | Jeffrey Hugo | 1 | -1/+4 |
2025-03-10 | Merge 6.14-rc6 into driver-core-next | Greg Kroah-Hartman | 1 | -0/+1 |
2025-02-27 | accel/amdxdna: Check interrupt register before mailbox_rx_worker exits | Lizhi Hou | 1 | -4/+13 |
2025-02-25 | Merge tag 'v6.14-rc4' into drm-next | Dave Airlie | 1 | -0/+1 |
2025-02-21 | accel/habanalabs: constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -5/+5 |
2025-02-21 | Merge tag 'drm-misc-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/m... | Dave Airlie | 1 | -0/+1 |
2025-02-19 | accel/amdxdna: Add missing include linux/slab.h | Su Hui | 1 | -0/+1 |
2025-02-18 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 3 | -39/+58 |
2025-02-14 | accel/amdxdna: Refactor hardware context destroy routine | Lizhi Hou | 3 | -13/+21 |
2025-02-14 | Merge tag 'drm-misc-next-2025-02-12' of https://gitlab.freedesktop.org/drm/mi... | Dave Airlie | 40 | -446/+1345 |
2025-02-12 | drm/sched: Use struct for drm_sched_init() params | Philipp Stanner | 1 | -3/+9 |
2025-02-10 | accel/ivpu: Implement D0i2 disable test mode | Karol Wachowski | 3 | -0/+10 |
2025-02-10 | accel/ivpu: Add test modes to toggle clock relinquish disable | Karol Wachowski | 2 | -0/+8 |
2025-02-10 | accel/ivpu: Allow to import single buffer into multiple contexts | Tomasz Rusinowicz | 3 | -1/+45 |
2025-02-10 | accel/ivpu: Add debugfs interface for setting HWS priority bands | Karol Wachowski | 4 | -18/+121 |
2025-02-10 | accel/ivpu: Prevent runtime suspend during context abort work | Andrzej Kacprowski | 1 | -1/+9 |
2025-02-10 | accel/ivpu: Add missing locks around mmu queues | Andrzej Kacprowski | 1 | -0/+9 |
2025-02-07 | Merge tag 'drm-misc-fixes-2025-02-06' of https://gitlab.freedesktop.org/drm/m... | Dave Airlie | 3 | -39/+58 |
2025-02-06 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 7 | -18/+15 |
2025-02-06 | Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixes | Maxime Ripard | 38 | -15/+8037 |
2025-02-04 | accel/amdxdna: Add MODULE_FIRMWARE() declarations | Mario Limonciello | 1 | -0/+5 |
2025-02-03 | accel/ivpu: Move recovery work to system_unbound_wq | Karol Wachowski | 1 | -1/+1 |
2025-02-03 | accel/ivpu: Enable recovery and adjust timeouts for fpga | Tomasz Rusinowicz | 2 | -10/+5 |
2025-02-03 | accel/ivpu: Turn on HWS by default on all platforms | Karol Wachowski | 1 | -9/+1 |
2025-02-03 | accel/ivpu: Fix missing MMU events if file_priv is unbound | Karol Wachowski | 1 | -1/+7 |
2025-02-03 | accel/ivpu: Update last_busy in IRQ handler | Jacek Lawrynowicz | 1 | -3/+6 |
2025-02-03 | accel/ivpu: Add support for hardware fault injection | Jacek Lawrynowicz | 4 | -29/+58 |
2025-02-03 | accel/ivpu: Fix error handling in recovery/reset | Jacek Lawrynowicz | 1 | -36/+43 |
2025-02-03 | accel/ivpu: Clear runtime_error after pm_runtime_resume_and_get() fails | Jacek Lawrynowicz | 1 | -1/+4 |
2025-02-03 | accel/ivpu: Fix error handling in ivpu_boot() | Jacek Lawrynowicz | 1 | -2/+6 |
2025-01-31 | accel/qaic: Add AIC200 support | Jeffrey Hugo | 5 | -18/+395 |
2025-01-31 | accel/qaic: Add config structs for supported cards | Jeffrey Hugo | 3 | -30/+61 |
2025-01-31 | accel/qaic: Mask out SR-IOV PCI resources | Youssef Samir | 1 | -1/+1 |
2025-01-31 | accel/qaic: Add support for MSI-X | Youssef Samir | 1 | -2/+2 |
2025-01-31 | accel/qaic: Allocate an exact number of MSIs | Youssef Samir | 1 | -2/+4 |
2025-01-26 | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 4 | -13/+6 |
2025-01-17 | accel/qaic: Change aic100_image_table definition | Youssef Samir | 1 | -2/+2 |
2025-01-13 | accel/amdxdna: Declare sched_ops as static | Lizhi Hou | 1 | -1/+1 |
2025-01-13 | accel/amdxdna: Remove casting mailbox payload pointer | Lizhi Hou | 8 | -34/+32 |
2025-01-12 | drivers: remove get_task_comm() and print task comm directly | Yafang Shao | 2 | -10/+4 |
2025-01-12 | accel/habanalabs: convert timeouts to secs_to_jiffies() | Easwar Hariharan | 2 | -3/+2 |
2025-01-10 | Merge tag 'v6.13-rc6' into drm-next | Dave Airlie | 3 | -5/+9 |
2025-01-09 | accel/amdxdna: Return error when setting clock failed for npu1 | Lizhi Hou | 1 | -0/+2 |
2025-01-09 | accel/ivpu: Enable HWS by default on all platforms | Jacek Lawrynowicz | 1 | -1/+12 |
2025-01-09 | accel/ivpu: Add platform detection for presilicon | Karol Wachowski | 5 | -25/+29 |
2025-01-09 | accel/ivpu: Add handling of VPU_JSM_STATUS_MVNCI_CONTEXT_VIOLATION_HW | Karol Wachowski | 1 | -0/+25 |
2025-01-09 | accel/ivpu: Fix locking order in ivpu_job_submit | Karol Wachowski | 1 | -10/+7 |
2025-01-09 | accel/ivpu: Fix locking order in ivpu_cmdq_destroy_ioctl | Karol Wachowski | 1 | -3/+6 |
2025-01-09 | accel/ivpu: Set command queue management capability based on HWS | Karol Wachowski | 4 | -26/+19 |
2025-01-09 | accel/ivpu: Fix missing MMU events from reserved SSID | Karol Wachowski | 1 | -3/+4 |
2025-01-09 | accel/ivpu: Move parts of MMU event IRQ handling to thread handler | Karol Wachowski | 3 | -33/+69 |
2025-01-09 | accel/ivpu: Dump only first MMU fault from single context | Karol Wachowski | 3 | -20/+46 |
2025-01-09 | accel/ivpu: Use workqueue for IRQ handling | Maciej Falkowski | 11 | -55/+24 |
2025-01-09 | accel/ivpu: Expose NPU memory utilization info in sysfs | Maciej Falkowski | 1 | -1/+29 |
2025-01-09 | accel/ivpu: Abort all jobs after command queue unregister | Karol Wachowski | 6 | -62/+121 |
2025-01-09 | accel/ivpu: Add API for command queue create/destroy/submit | Karol Wachowski | 3 | -145/+235 |
2025-01-09 | accel/ivpu: Separate DB ID and CMDQ ID allocations from CMDQ allocation | Karol Wachowski | 1 | -24/+64 |
2025-01-03 | accel/amdxdna: Declare npu6_dev_priv as static | Lizhi Hou | 1 | -1/+1 |
2025-01-03 | accel/amdxdna: Add __user to second parameter of aie2_query_status | Lizhi Hou | 1 | -1/+1 |
2025-01-03 | accel/amdxdna: Declare force_cmdlist as static | Lizhi Hou | 1 | -1/+1 |
2025-01-03 | accel/amdxdna: Use rcu_access_pointer for __rcu pointer | Lizhi Hou | 1 | -1/+1 |
2025-01-03 | accel/amdxdna: Declare aie2_max_col as static | Lizhi Hou | 1 | -1/+1 |
2025-01-03 | accel/amdxdna: Declare mailbox register base as __iomem pointer | Lizhi Hou | 3 | -16/+16 |
2025-01-03 | accel/amdxdna: Declare npu device profile as static variables | Lizhi Hou | 4 | -4/+4 |
2024-12-20 | Merge tag 'drm-misc-fixes-2024-12-19' of https://gitlab.freedesktop.org/drm/m... | Dave Airlie | 3 | -5/+9 |
2024-12-19 | accel/ivpu: Fix WARN in ivpu_ipc_send_receive_internal() | Jacek Lawrynowicz | 1 | -1/+1 |
2024-12-19 | accel/ivpu: Fix memory leak in ivpu_mmu_reserved_context_init() | Jacek Lawrynowicz | 1 | -3/+7 |
2024-12-19 | accel/ivpu: Fix general protection fault in ivpu_bo_list() | Jacek Lawrynowicz | 1 | -1/+1 |
2024-12-18 | accel/amdxdna: include linux/slab.h | Arnd Bergmann | 1 | -0/+1 |
2024-12-17 | accel/amdxdna: Add zero check for pad in ioctl input structures | Lizhi Hou | 4 | -1/+13 |
2024-12-16 | accel/amdxdna: Read firmware interface version from registers | Lizhi Hou | 7 | -50/+64 |
2024-12-16 | accel/amdxdna: Enhance power management settings | Lizhi Hou | 17 | -128/+482 |
2024-12-16 | accel/amdxdna: Replace idr api with xarray | Lizhi Hou | 8 | -72/+60 |
2024-12-16 | accel/amdxdna: Add RyzenAI-npu6 support | Lizhi Hou | 4 | -1/+125 |
2024-12-13 | accel/amdxdna: use modern PM helpers | Arnd Bergmann | 1 | -2/+2 |
2024-12-13 | accel/amdxdna: Add include interrupt.h to amdxdna_mailbox.c | Mike Lothian | 1 | -0/+1 |
2024-12-13 | accel/amdxdna: Add query firmware version | Lizhi Hou | 1 | -0/+20 |
2024-12-13 | accel/amdxdna: Replace mmput with mmput_async to avoid dead lock | Lizhi Hou | 1 | -1/+1 |
2024-12-13 | accel/amdxdna: Add device status for aie2 devices | Lizhi Hou | 3 | -6/+24 |
2024-12-09 | Merge remote-tracking branch 'drm/drm-next' into drm-misc-next | Maarten Lankhorst | 2 | -2/+2 |
2024-12-05 | drm: remove driver date from struct drm_driver and all drivers | Jani Nikula | 3 | -3/+0 |
2024-12-05 | accel/ivpu: remove DRIVER_DATE conditional drm_driver init | Jani Nikula | 1 | -7/+0 |
2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 2 | -2/+2 |
2024-11-22 | accel/amdxdna: Add query functions | Lizhi Hou | 5 | -0/+310 |
2024-11-22 | accel/amdxdna: Add error handling | Lizhi Hou | 5 | -0/+421 |
2024-11-22 | accel/amdxdna: Add suspend and resume | Lizhi Hou | 7 | -3/+185 |
2024-11-22 | accel/amdxdna: Add command execution | Lizhi Hou | 17 | -9/+1452 |
2024-11-22 | accel/amdxdna: Add GEM buffer object management | Lizhi Hou | 9 | -1/+882 |
2024-11-22 | accel/amdxdna: Add hardware context | Lizhi Hou | 9 | -1/+736 |
2024-11-22 | accel/amdxdna: Add hardware resource solver | Lizhi Hou | 5 | -1/+508 |
2024-11-22 | accel/amdxdna: Support hardware mailbox | Lizhi Hou | 16 | -1/+1707 |
2024-11-22 | accel/amdxdna: Add a new driver for AMD AI Engine | Lizhi Hou | 16 | -0/+1311 |
2024-11-22 | accel/qaic: Drop redundant vfree() null check in sahara | Jeffrey Hugo | 1 | -2/+1 |
2024-11-13 | accel/ivpu: Fix Qemu crash when running in passthrough | Jacek Lawrynowicz | 1 | -1/+1 |
2024-11-04 | Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds... | Dave Airlie | 6 | -5/+19 |
2024-10-30 | accel/ivpu: Move secondary preemption buffer allocation to DMA range | Karol Wachowski | 1 | -1/+1 |
2024-10-30 | accel/ivpu: Increase DMA address range | Karol Wachowski | 3 | -9/+11 |
2024-10-30 | accel/ivpu: Add debug Kconfig option | Maciej Falkowski | 5 | -0/+17 |
2024-10-30 | accel/ivpu: Don't allocate preemption buffers when MIP is disabled | Karol Wachowski | 2 | -4/+4 |
2024-10-30 | accel/ivpu: Make command queue ID allocated on XArray | Karol Wachowski | 4 | -46/+60 |
2024-10-30 | accel/ivpu: Use xa_alloc_cyclic() instead of custom function | Karol Wachowski | 3 | -37/+12 |
2024-10-30 | accel/ivpu: Unmap partially mapped BOs in case of errors | Karol Wachowski | 1 | -8/+11 |
2024-10-30 | accel/ivpu: Clear CDTAB entry in case of failure | Karol Wachowski | 1 | -1/+8 |
2024-10-30 | accel/ivpu: Remove copy engine support | Andrzej Kacprowski | 3 | -36/+20 |
2024-10-30 | accel/ivpu: Defer MMU root page table allocation | Karol Wachowski | 5 | -149/+115 |
2024-10-30 | accel/ivpu: Do not fail when more than 1 tile is fused | Karol Wachowski | 1 | -9/+3 |
2024-10-30 | accel/ivpu: Fix NOC firewall interrupt handling | Andrzej Kacprowski | 4 | -1/+15 |
2024-10-25 | accel/qaic: Add crashdump to Sahara | Jeffrey Hugo | 1 | -7/+381 |
2024-10-18 | accel/qaic: Pass string literal as format argument of alloc_workqueue() | Simon Horman | 1 | -2/+2 |
2024-10-12 | accel/qaic: Fix the for loop used to walk SG table | Pranjal Ramajor Asha Kanojiya | 2 | -4/+4 |
2024-10-12 | accel/qaic: Add AIC080 support | Jeffrey Hugo | 1 | -1/+3 |
2024-10-12 | accel/qaic: Add ipc_router channel | Jeffrey Hugo | 1 | -0/+32 |
2024-10-11 | accel/ivpu: Update power island delays | Karol Wachowski | 2 | -17/+34 |
2024-10-11 | accel/ivpu: Add initial Panther Lake support | Maciej Falkowski | 3 | -3/+11 |
2024-10-11 | accel/ivpu: Fix typos in ivpu_pm.c | Jacek Lawrynowicz | 1 | -2/+2 |
2024-10-11 | accel/ivpu: Add tracing for IPC/PM/JOB | Jakub Pawlak | 6 | -1/+102 |
2024-10-11 | accel/ivpu: Remove HWS_EXTRA_EVENTS from test modes | Jacek Lawrynowicz | 2 | -3/+0 |
2024-10-11 | accel/ivpu: Fix ivpu_jsm_dyndbg_control() | Jacek Lawrynowicz | 1 | -1/+1 |
2024-10-11 | accel/ivpu: Increase MS info buffer size | Jacek Lawrynowicz | 1 | -1/+1 |
2024-10-11 | accel/ivpu: Use whole user and shave ranges for preemption buffers | Karol Wachowski | 1 | -9/+4 |
2024-10-11 | accel/ivpu: Do not fail on cmdq if failed to allocate preemption buffers | Karol Wachowski | 1 | -11/+16 |
2024-10-11 | accel/ivpu: Remove invalid warnings | Jacek Lawrynowicz | 2 | -3/+0 |
2024-10-11 | accel/ivpu: Refactor failure diagnostics during boot | Karol Wachowski | 1 | -6/+11 |
2024-10-11 | accel/ivpu: Prevent recovery invocation during probe and resume | Karol Wachowski | 3 | -38/+23 |
2024-10-11 | accel/ivpu: Fix reset_engine debugfs file logic | Andrzej Kacprowski | 1 | -34/+8 |
2024-10-11 | accel/ivpu: Remove skip of clock own resource ack on Simics | Karol Wachowski | 1 | -3/+0 |
2024-10-11 | accel/ivpu: Add test_mode bit to force turbo | Andrzej Kacprowski | 2 | -0/+6 |
2024-10-11 | accel/ivpu: Make DB_ID and JOB_ID allocations incremental | Tomasz Rusinowicz | 3 | -10/+43 |
2024-10-11 | accel/ivpu: Print JSM message result in case of error | Karol Wachowski | 1 | -1/+1 |
2024-10-11 | accel/ivpu: Add auto selection logic for job scheduler | Jacek Lawrynowicz | 8 | -15/+52 |
2024-10-11 | accel/ivpu: Add one jiffy to bo_wait_ioctl timeout value | Karol Wachowski | 1 | -0/+3 |
2024-10-11 | accel/ivpu: Allow reading dvfs_mode debugfs file | Andrzej Kacprowski | 1 | -21/+12 |
2024-10-11 | accel/ivpu: Remove 1-tile power up Simics workaround | Karol Wachowski | 1 | -4/+0 |
2024-10-11 | accel/ivpu: Stop using hardcoded DRIVER_DATE | Jacek Lawrynowicz | 2 | -5/+11 |
2024-10-11 | accel/ivpu: Add FW version debugfs entry | Karol Wachowski | 1 | -0/+9 |
2024-10-11 | accel/ivpu: Turn on autosuspend on Simics | Karol Wachowski | 1 | -1/+1 |
2024-10-11 | accel/ivpu: Set 500 ns delay between power island TRICKLE and ENABLE | Karol Wachowski | 1 | -6/+2 |
2024-10-11 | accel/ivpu: Add FW state dump on TDR | Tomasz Rusinowicz | 7 | -0/+43 |
2024-10-11 | accel/ivpu: Add coredump support | Karol Wachowski | 7 | -14/+74 |
2024-10-11 | accel/ivpu: Limit FW version string length | Jacek Lawrynowicz | 2 | -4/+9 |
2024-10-11 | accel/ivpu: Fix fw log printing | Jacek Lawrynowicz | 1 | -17/+32 |
2024-10-11 | accel/ivpu: Refactor functions in ivpu_fw_log.c | Jacek Lawrynowicz | 3 | -31/+35 |
2024-10-11 | accel/ivpu: Reset fw log on cold boot | Tomasz Rusinowicz | 3 | -0/+16 |
2024-10-11 | accel/ivpu: Rename ivpu_log_level to fw_log_level | Jacek Lawrynowicz | 3 | -11/+11 |
2024-10-11 | accel/ivpu: Update VPU FW API headers | Andrzej Kacprowski | 4 | -59/+292 |
2024-09-30 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 1 | -3/+1 |
2024-09-24 | accel/ivpu: Fix a typo | Andrew Kreimer | 1 | -1/+1 |
2024-09-19 | Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/... | Linus Torvalds | 1 | -3/+1 |
2024-09-13 | accel/qaic: Change to use DEFINE_SHOW_ATTRIBUTE macro | Longlong Xia | 1 | -38/+5 |
2024-08-29 | dma-mapping: don't return errors from dma_set_max_seg_size | Christoph Hellwig | 1 | -3/+1 |
2024-08-26 | accel: Use XArray instead of IDR for minors | Michał Winiarski | 1 | -103/+7 |
2024-07-29 | Merge drm/drm-next into drm-misc-next | Thomas Zimmermann | 22 | -472/+677 |
2024-07-15 | accel/ivpu: Add missing MODULE_FIRMWARE metadata | Alexander F. Lent | 1 | -0/+4 |
2024-06-28 | Merge tag 'drm-habanalabs-next-2024-06-23' of https://github.com/HabanaAI/dri... | Dave Airlie | 22 | -472/+677 |
2024-06-23 | accel/habanalabs: gradual sleep in polling memory macro | Didi Freiman | 1 | -2/+9 |
2024-06-23 | accel/habanalabs: move heartbeat work initialization to early init | Tomer Tayar | 1 | -2/+4 |
2024-06-23 | accel/habanalabs: print timestamp of last PQ heartbeat on EQ heartbeat failure | Tomer Tayar | 3 | -12/+46 |
2024-06-23 | accel/habanalabs: dump the EQ entries headers on EQ heartbeat failure | Tomer Tayar | 3 | -0/+28 |