index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
accel
/
habanalabs
/
common
/
memory.c
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-09-25
accel/habanalabs: clarify ctx use after hl_ctx_put() in dmabuf release
Tomer Tayar
2025-09-25
accel/habanalabs: return ENOMEM if less than requested pages were pinned
Tomer Tayar
2025-07-12
habanalabs: fix UAF in export_dmabuf()
Al Viro
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2023-12-19
accel/habanalabs: print error code when mapping fails
Dani Liberman
2023-10-09
accel/habanalabs: remove wrong doc for init_phys_pg_pack_from_userptr
Dafna Hirschfeld
2023-10-09
accel/habanalabs: trace dma map sgtable
Ohad Sharabi
2023-10-09
accel/habanalabs: add debug prints to dump content of SG table for dma-buf
Tomer Tayar
2023-10-09
accel/habanalabs: add missing offset handling for dma-buf
Tomer Tayar
2023-10-09
accel/habanalabs: set hl_dmabuf_priv.device_address only when needed
Tomer Tayar
2023-10-09
accel/habanalabs: fix SG table creation for dma-buf mapping
Tomer Tayar
2023-10-09
accel/habanalabs: tiny refactor of hl_map_dmabuf()
Tomer Tayar
2023-10-09
accel/habanalabs: export dma-buf only if size/offset multiples of PAGE_SIZE
Tomer Tayar
2023-10-09
accel/habanalabs: use exported size from dma_buf and not from phys_pg_pack
Tomer Tayar
2023-10-09
accel/habanalabs: always pass exported size to alloc_sgt_from_device_pages()
Tomer Tayar
2023-10-09
accel/habanalabs: Move ioctls to the device specific ioctls range
Tomer Tayar
2023-10-09
accel/habanalabs: register compute device as an accel device
Tomer Tayar
2023-06-08
accel/habanalabs: remove support for mmu disable
Ofir Bitton
2023-04-08
accel/habanalabs: check return value of add_va_block_locked
Dafna Hirschfeld
2023-03-15
accel/habanalabs: fix few misspelled words in the code
farah kassabri
2023-03-15
accel/habanalabs: add helper function to get vm hash node
Tomer Tayar
2023-03-15
accel/habanalabs: minimize error prints when mem map fails
Moti Haimovski
2023-03-15
accel/habanalabs: enforce release order of compute device and dma-buf
Tomer Tayar
2023-03-15
accel/habanalabs: add info when FD released while device still in use
Tomer Tayar
2023-03-15
accel/habanalabs: use memhash_node_export_put() in hl_release_dmabuf()
Tomer Tayar
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-01-26
habanalabs: bugs fixes in timestamps buff alloc
farah kassabri
2023-01-26
habanalabs: move some prints to debug level
Oded Gabbay
2023-01-26
habanalabs: move driver to accel subsystem
Oded Gabbay