| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-05-19 | 1 | -0/+1 |
|\ |
|
| * | fix missing vmalloc.h includes | Kent Overstreet | 2024-04-25 | 1 | -0/+1 |
* | | drm/print: drop include debugfs.h and include where needed | Jani Nikula | 2024-04-25 | 1 | -0/+2 |
|/ |
|
* | accel/ivpu: Fix deadlock in context_xa | Jacek Lawrynowicz | 2024-04-08 | 1 | -1/+1 |
* | accel/ivpu: Fix missed error message after VPU rename | Jacek Lawrynowicz | 2024-04-08 | 1 | -1/+1 |
* | accel/ivpu: Return max freq for DRM_IVPU_PARAM_CORE_CLOCK_RATE | Jacek Lawrynowicz | 2024-04-08 | 4 | -20/+17 |
* | accel/ivpu: Improve clarity of MMU error messages | Wachowski, Karol | 2024-04-08 | 1 | -4/+4 |
* | accel/ivpu: Put NPU back to D3hot after failed resume | Jacek Lawrynowicz | 2024-04-08 | 1 | -0/+1 |
* | accel/ivpu: Fix PCI D0 state entry in resume | Wachowski, Karol | 2024-04-08 | 1 | -2/+2 |
* | accel/ivpu: Remove d3hot_after_power_off WA | Jacek Lawrynowicz | 2024-04-08 | 4 | -20/+14 |
* | accel/ivpu: Check return code of ipc->lock init | Wachowski, Karol | 2024-04-08 | 1 | -2/+6 |
* | Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 2024-03-13 | 14 | -128/+194 |
|\ |
|
| * | Merge v6.8-rc6 into drm-next | Daniel Vetter | 2024-02-26 | 7 | -57/+83 |
| |\ |
|
| * | | accel/ivpu: Rename VPU to NPU in message strings | Jacek Lawrynowicz | 2024-02-19 | 7 | -22/+22 |
| * | | accel/ivpu: Refactor BO creation functions | Wachowski, Karol | 2024-02-19 | 5 | -60/+71 |
| * | | accel/ivpu: Fix ivpu_reset_engine_fn merge issue | Jacek Lawrynowicz | 2024-02-19 | 1 | -16/+16 |
| * | | accel/ivpu: Use lazy allocation for doorbell IDs | Wachowski, Karol | 2024-02-19 | 3 | -3/+22 |
| * | | accel/ivpu: Add support for FW boot param system_time_us | Krystian Pradzynski | 2024-02-19 | 1 | -0/+6 |
| * | | accel/ivpu: Update FW API headers | Jacek Lawrynowicz | 2024-02-19 | 2 | -23/+55 |
| * | | accel/ivpu: Remove legacy firmware name | Jacek Lawrynowicz | 2024-02-19 | 1 | -2/+0 |
| * | | accel/ivpu: Rename TILE_SKU_BOTH_MTL to TILE_SKU_BOTH | Jacek Lawrynowicz | 2024-02-19 | 1 | -2/+2 |
* | | | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2024-03-13 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'pm-runtime' | Rafael J. Wysocki | 2024-03-11 | 1 | -1/+1 |
| |\ \ |
|
| | * | | PM: runtime: Simplify pm_runtime_get_if_active() usage | Sakari Ailus | 2024-02-12 | 1 | -1/+1 |
* | | | | accel/ivpu: Don't enable any tiles by default on VPU40xx | Andrzej Kacprowski | 2024-02-20 | 1 | -1/+1 |
|/ / / |
|
* / / | accel/ivpu: Fix DevTLB errors on suspend/resume and recovery | Jacek Lawrynowicz | 2024-02-12 | 2 | -29/+54 |
|/ / |
|
* | | accel/ivpu: Add job status for jobs aborted by the driver | Grzegorz Trzebiatowski | 2024-02-06 | 1 | -2/+2 |
* | | accel/ivpu/40xx: Stop passing SKU boot parameters to FW | Krystian Pradzynski | 2024-02-06 | 1 | -5/+0 |
* | | accel/ivpu/40xx: Enable D0i3 message | Krystian Pradzynski | 2024-02-06 | 1 | -1/+0 |
* | | accel/ivpu: Disable d3hot_delay on all NPU generations | Jacek Lawrynowicz | 2024-02-06 | 1 | -3/+2 |
* | | accel/ivpu: Correct MMU queue size checking functions | Wachowski, Karol | 2024-02-06 | 1 | -11/+22 |
* | | accel/ivpu: Force snooping for MMU writes | Wachowski, Karol | 2024-02-06 | 3 | -5/+2 |
|/ |
|
* | accel/ivpu: Improve recovery and reset support | Jacek Lawrynowicz | 2024-01-25 | 8 | -48/+70 |
* | accel/ivpu: Improve stability of ivpu_submit_ioctl() | Jacek Lawrynowicz | 2024-01-25 | 2 | -78/+62 |
* | accel/ivpu: Fix dev open/close races with unbind | Jacek Lawrynowicz | 2024-01-25 | 6 | -65/+85 |
* | accel/ivpu: Disable PLL after VPU IP reset during FLR | Jacek Lawrynowicz | 2024-01-22 | 1 | -2/+19 |
* | accel/ivpu: Deprecate DRM_IVPU_PARAM_CONTEXT_PRIORITY param | Wachowski, Karol | 2024-01-22 | 3 | -12/+3 |
* | accel/ivpu: Improve buffer object debug logs | Jacek Lawrynowicz | 2024-01-22 | 2 | -42/+22 |
* | accel/ivpu: Disable buffer sharing among VPU contexts | Jacek Lawrynowicz | 2024-01-22 | 1 | -38/+6 |
* | accel/ivpu: Free buffer sgt on unbind | Jacek Lawrynowicz | 2024-01-22 | 1 | -2/+12 |
* | accel/ivpu: Fix for missing lock around drm_gem_shmem_vmap() | Jacek Lawrynowicz | 2024-01-22 | 1 | -0/+5 |
* | accel/ivpu: Add diagnostic messages when VPU fails to boot or suspend | Wachowski, Karol | 2024-01-22 | 2 | -3/+6 |
* | accel/ivpu: Add debug prints for MMU map/unmap operations | Wachowski, Karol | 2024-01-22 | 2 | -0/+10 |
* | accel/ivpu: Call diagnose failure in ivpu_mmu_cmdq_sync() | Wachowski, Karol | 2024-01-22 | 1 | -0/+2 |
* | accel/ivpu: Dump MMU events in case of VPU boot timeout | Wachowski, Karol | 2024-01-22 | 3 | -0/+10 |
* | Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2024-01-12 | 25 | -900/+1326 |
|\ |
|
| * | Merge v6.7-rc3 into drm-next | Daniel Vetter | 2023-11-28 | 1 | -22/+21 |
| |\ |
|
| * | | accel/ivpu: Use threaded IRQ to handle JOB done messages | Jacek Lawrynowicz | 2023-11-16 | 8 | -201/+199 |
| * | | accel/ivpu: Use dedicated work for job timeout detection | Stanislaw Gruszka | 2023-11-16 | 3 | -15/+43 |
| * | | accel/ivpu: Do not use cons->aborted for job_done_thread | Stanislaw Gruszka | 2023-11-16 | 2 | -10/+9 |