index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-22
habanalabs: Add an option to map CB to device MMU
Tomer Tayar
6
-11
/
+237
2020-09-22
habanalabs: Save context in a command buffer object
Tomer Tayar
5
-22
/
+31
2020-09-22
habanalabs: no need for DMA_SHARED_BUFFER
Oded Gabbay
1
-1
/
+0
2020-09-22
habanalabs: allow to wait on CS without sleep
Oded Gabbay
2
-2
/
+8
2020-09-22
habanalabs/gaudi: increase timeout for boot fit load
Oded Gabbay
1
-1
/
+1
2020-09-22
habanalabs: add debugfs support for MMU with 6 HOPs
Moti Haimovski
1
-10
/
+60
2020-09-22
habanalabs: add num_hops to hl_mmu_properties
Moti Haimovski
4
-0
/
+11
2020-09-22
habanalabs: refactor MMU as device-oriented
Moti Haimovski
5
-222
/
+404
2020-09-22
habanalabs: rename mmu.c to mmu_v1.c
Moti Haimovski
2
-2
/
+2
2020-09-22
habanalabs: use smallest possible alignment for virtual addresses
Omer Shpigelman
1
-38
/
+48
2020-09-22
habanalabs: check flag before reset because of f/w event
Oded Gabbay
1
-1
/
+2
2020-09-22
habanalabs: increase PQ COMP_OFFSET by one nibble
Oded Gabbay
1
-1
/
+1
2020-09-22
habanalabs: Fix alignment issue in cpucp_info structure
Ofir Bitton
1
-0
/
+1
2020-09-22
habanalabs: remove unused define
Oded Gabbay
1
-2
/
+0
2020-09-22
habanalabs: remove unused ASIC function pointer
Oded Gabbay
3
-7
/
+0
2020-09-22
habanalabs: rename ArmCP to CPU-CP
Oded Gabbay
4
-22
/
+23
2020-09-22
habanalabs: count dropped CS because max CS in-flight
Oded Gabbay
2
-1
/
+6
2020-09-22
habanalabs: make use of dma_mmap_coherent
Hillf Danton
4
-16
/
+9
2020-09-22
habanalabs: clear vm_pgoff before doing the mmap
Oded Gabbay
1
-0
/
+4
2020-09-22
habanalabs: restructure hl_mmap
Oded Gabbay
3
-4
/
+20
2020-09-22
habanalabs: cast to u64 before shift > 31 bits
Oded Gabbay
2
-6
/
+10
2020-09-22
habanalabs: replace armcp with the generic cpucp
Oded Gabbay
15
-316
/
+350
2020-09-22
habanalabs: update GAUDI hardware specs
Oded Gabbay
1
-0
/
+2
2020-09-22
habanalabs: add support for getting device total energy
farah kassabri
5
-0
/
+61
2020-09-22
habanalabs: Include linux/bitfield.h only in habanalabs.h
Tomer Tayar
5
-4
/
+1
2020-09-22
habanalabs: extend busy engines mask to 64 bits
farah kassabri
5
-4
/
+10
2020-09-22
habanalabs: use 1U when shifting bits
Oded Gabbay
1
-6166
/
+6166
2020-09-22
habanalabs: check TPC vector pipe is empty
Oded Gabbay
1
-0
/
+9
2020-09-22
habanalabs: remove redundant assignment to variable
Oded Gabbay
1
-2
/
+0
2020-09-22
habanalabs: use FIELD_PREP() instead of <<
Oded Gabbay
3
-179
/
+154
2020-09-22
habanalabs: use standard BIT() and GENMASK()
Oded Gabbay
1
-22
/
+22
2020-09-22
habanalabs: eliminate redundant else condition
Oded Gabbay
1
-2
/
+2
2020-09-22
habanalabs: cast int to u32 before printing it with %u
Oded Gabbay
1
-1
/
+1
2020-09-22
habanalabs: change CB's ID to be 64 bits
Oded Gabbay
3
-4
/
+4
2020-09-22
habanalabs: print the queue id in case of an error
Dotan Barak
2
-6
/
+12
2020-09-22
habanalabs: remove security from ARB_MST_QUIET register
farah kassabri
1
-36
/
+19
2020-09-22
habanalabs: PCIe Advanced Error Reporting support
Ofir Bitton
1
-1
/
+75
2020-09-22
habanalabs: expose sync manager resources allocation in INFO IOCTL
Ofir Bitton
4
-1
/
+65
2020-09-22
habanalabs: add information about PCIe controller
Ofir Bitton
7
-0
/
+138
2020-09-22
habanalabs: Replace dma-fence mechanism with completions
Ofir Bitton
4
-63
/
+77
2020-09-22
habanalabs: increase length of ASIC name
Oded Gabbay
1
-1
/
+1
2020-09-17
uio: free uio id after uio file node is freed
Lang Dai
1
-2
/
+2
2020-09-17
nvmem: core: fix missing of_node_put() in of_nvmem_device_get()
Vadym Kochan
1
-1
/
+4
2020-09-17
nvmem: switch to simpler IDA interface
Bartosz Golaszewski
1
-3
/
+3
2020-09-17
nvmem: core: Use kobj_to_dev() instead of container_of()
Tian Tao
1
-3
/
+3
2020-09-17
nvmem: mtk-efuse: Remove EFUSE register write support
Chih-En Hsu
1
-14
/
+0
2020-09-17
eeprom: 93xx46: set type id as EEPROM
Vadym Kochan
1
-0
/
+1
2020-09-17
eeprom: at25: set type id as EEPROM
Vadym Kochan
1
-0
/
+1
2020-09-17
coresight: etm4x: Fix number of resources check for ETM 4.3 and above
Mike Leach
2
-1
/
+10
2020-09-17
coresight: etm4x: Fix mis-usage of nr_resource in sysfs interface
Jonathan Zhou
1
-3
/
+6
[next]