summaryrefslogtreecommitdiffstats
path: root/drivers/accel/habanalabs/common
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-11/+7
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-16/+8
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-39/+39
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-87/+87
2025-09-25accel/habanalabs: add Infineon version checkPavan S-2/+9
2025-09-25accel/habanalabs: add HL_GET_P_STATE passthrough typeAriel Aviad-0/+3
2025-09-25accel/habanalabs: add debugfs interface for HLDIO testingKonstantin Sinyuk-0/+214
2025-09-25accel/habanalabs: add NVMe Direct I/O (HLDIO) infrastructureKonstantin Sinyuk-2/+601
2025-09-25accel/habanalabs: remove old interface variation of 'access_ok()'Ilia Levi-5/+0
2025-09-25accel/habanalabs/gaudi2: use the CPLD_SHUTDOWN event handlerKonstantin Sinyuk-2/+0
2025-09-25accel/habanalabs: disable device access after CPLD_SHUTDOWNKonstantin Sinyuk-0/+28
2025-09-25accel/habanalabs: clarify ctx use after hl_ctx_put() in dmabuf releaseTomer Tayar-1/+6
2025-09-25accel/habanalabs/gaudi2: add support for logging register accesses from debugfsSharley Calzolari-1/+147
2025-09-25accel/habanalabs: add generic message type to get error countersVitaly Margolin-0/+3
2025-09-25accel/habanalabs: return ENOMEM if less than requested pages were pinnedTomer Tayar-1/+1
2025-08-12Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-16/+7
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-22/+3
2025-07-12habanalabs: fix UAF in export_dmabuf()Al Viro-16/+7
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh-1/+1
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh-1/+1
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann-2/+0
2025-05-19accel/habanalabs: Switch to use %ptTsAndy Shevchenko-22/+3
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)-2/+0
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+5
2025-03-16accel/habanalabs: convert timeouts to secs_to_jiffies()Easwar Hariharan-4/+4
2025-02-21accel/habanalabs: constify 'struct bin_attribute'Thomas Weißschuh-5/+5
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds-13/+6
2025-01-12drivers: remove get_task_comm() and print task comm directlyYafang Shao-10/+4
2025-01-12accel/habanalabs: convert timeouts to secs_to_jiffies()Easwar Hariharan-3/+2
2024-12-13Merge tag 'drm-misc-next-2024-12-05' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-1/+0
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-1/+0
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-06-23accel/habanalabs: gradual sleep in polling memory macroDidi Freiman-2/+9
2024-06-23accel/habanalabs: move heartbeat work initialization to early initTomer Tayar-2/+4
2024-06-23accel/habanalabs: print timestamp of last PQ heartbeat on EQ heartbeat failureTomer Tayar-12/+46
2024-06-23accel/habanalabs: dump the EQ entries headers on EQ heartbeat failureTomer Tayar-0/+28
2024-06-23accel/habanalabs: revise print on EQ heartbeat failureTomer Tayar-9/+10
2024-06-23accel/habanalabs: add more info upon cpu pkt timeoutFarah Kassabri-3/+11
2024-06-23accel/habanalabs: additional print in device-in-use infoIlia Levi-9/+63
2024-06-23accel/habanalabs: disable EQ interrupt after disabling pciTal Cohen-3/+4
2024-06-23accel/habanalabs: change the heartbeat scheduling pointFarah Kassabri-21/+33
2024-06-23accel/habanalabs: remove timestamp registration debug printsOfir Bitton-13/+0
2024-06-23accel/habanalabs: add cpld ts cpld_timestamp cpucpVitaly Margolin-2/+3
2024-06-23accel/habanalabs: add a common handler for clock change eventsTomer Tayar-0/+47
2024-06-23accel/habanalabs/gaudi2: add GAUDI2D revision supportFarah Kassabri-0/+14
2024-06-23accel/habanalabs: move hl_eq_heartbeat_event_handle() to common codeTomer Tayar-0/+7
2024-06-23accel/habanalabs: add an EQ size ASIC propertyTomer Tayar-3/+10
2024-06-23accel/habanalabs: check for errors after preboot is readyFarah Kassabri-12/+12
2024-06-23accel/habanalabs: use msg_header instead of desc_headerIgal Zeltser-3/+3
2024-06-23accel/habanalabs: add heartbeat debug infoFarah Kassabri-1/+26