index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
accel
/
rocket
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
BackMerge tag 'v7.2' into drm-next
Dave Airlie
1
-0
/
+1
2026-08-11
Revert "accel/rocket: Remove drm_sched_init_args->num_rqs usage"
Tvrtko Ursulin
1
-0
/
+1
2026-07-04
accel/rocket: Fix error path handling in rocket_job_run()
ZhaoJinming
1
-3
/
+11
2026-07-04
accel/rocket: fix NULL dereference and integer overflow in rocket_job_push()
Muhammad Bilal
1
-4
/
+10
2026-07-04
accel/rocket: initialize job domain before cleanup paths
Shuvam Pandey
1
-2
/
+2
2026-06-17
Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-1
/
+0
2026-05-28
Merge v7.1-rc5 into drm-next
Simona Vetter
1
-0
/
+2
2026-05-21
accel/rocket: fix UAF via dangling GEM handle in create_bo
Dhabaleshwar Das
1
-5
/
+12
2026-05-07
accel/rocket: Fix prep_bo ioctl leaking positive return from dma_resv_wait_timeout()
Gyeyoung Baek
1
-0
/
+2
2026-04-17
accel/rocket: Remove drm_sched_init_args->num_rqs usage
Tvrtko Ursulin
1
-1
/
+0
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
3
-7
/
+7
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
3
-10
/
+10
2026-01-10
accel/rocket: factor out code with find_core_for_dev in rocket_remove
Quentin Schulz
1
-7
/
+8
2026-01-10
accel/rocket: fix unwinding in error path in rocket_probe
Quentin Schulz
1
-1
/
+14
2026-01-10
accel/rocket: fix unwinding in error path in rocket_core_init
Quentin Schulz
1
-2
/
+5
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
1
-0
/
+1
2025-09-01
accel/rocket: Fix some error checking in rocket_core_init()
Dan Carpenter
1
-1
/
+1
2025-09-01
accel/rocket: Check the correct DMA irq status to warn about
Heiko Stuebner
1
-1
/
+1
2025-09-01
accel/rocket: Fix usages of kfree() and sizeof()
Brigham Campbell
1
-3
/
+4
2025-09-01
accel/rocket: Depend on DRM_ACCEL not just DRM
Heiko Stuebner
1
-1
/
+1
2025-09-01
accel/rocket: Fix indentation of Kconfig entry
Heiko Stuebner
1
-8
/
+8
2025-08-03
accel/rocket: Fix undeclared const rocket_pm_ops
Brigham Campbell
1
-0
/
+2
2025-08-03
accel/rocket: Fix Rockchip NPU compilation
Brigham Campbell
1
-2
/
+2
2025-07-25
accel/rocket: Add IOCTLs for synchronizing memory accesses
Tomeu Vizoso
3
-0
/
+62
2025-07-25
accel/rocket: Add job submission IOCTL
Tomeu Vizoso
9
-1
/
+738
2025-07-25
accel/rocket: Add IOCTL for BO creation
Tomeu Vizoso
5
-2
/
+175
2025-07-25
accel/rocket: Add a new driver for Rockchip's NPU
Tomeu Vizoso
8
-0
/
+549
2025-07-25
accel/rocket: Add registers header
Tomeu Vizoso
1
-0
/
+4404