index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
habanalabs
/
common
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
habanalabs: avoid unnecessary error print
Dani Liberman
1
-1
/
+8
2022-07-12
habanalabs: send an event notification when CS timeout occurs
Tal Cohen
2
-9
/
+19
2022-07-12
habanalabs/gaudi: send device reset notification
Tal Cohen
1
-3
/
+10
2022-07-12
habanalabs/gaudi: invoke device reset from one code block
Tal Cohen
1
-9
/
+16
2022-07-12
habanalabs: expose undefined opcode status via info ioctl
Tal Cohen
2
-0
/
+55
2022-07-12
habanalabs/gaudi: collect undefined opcode error info
Tal Cohen
5
-32
/
+138
2022-07-12
habanalabs: fix race between hl_get_compute_ctx() and hl_ctx_put()
Tomer Tayar
4
-25
/
+47
2022-07-12
habanalabs: keep a record of completed CS outcomes
Yuri Nudelman
3
-12
/
+147
2022-07-12
habanalabs/gaudi: fix comment to reflect current code
Oded Gabbay
1
-2
/
+8
2022-07-12
habanalabs: change the write flag name of error info structs
Tal Cohen
4
-12
/
+12
2022-07-12
habanalabs/gaudi: move tpc assert raise into internal func
Tal Cohen
1
-15
/
+12
2022-07-12
habanalabs: align ioctl uapi structures to 64-bit
Dan Rapaport
1
-0
/
+1
2022-07-12
habanalabs: add terminating NULL to attrs arrays
Dafna Hirschfeld
3
-0
/
+5
2022-07-12
habanalabs: Fix kernel-doc
Jiapeng Chong
1
-2
/
+2
2022-07-12
habanalabs: Fix kernel-doc
Jiapeng Chong
1
-1
/
+1
2022-07-12
habanalabs: fix double unlock on error in map_device_va()
Dan Carpenter
1
-4
/
+2
2022-07-11
coresight: etm4x: avoid build failure with unrolled loops
Nick Desaulniers
1
-1
/
+2
2022-07-10
Linux 5.19-rc6
v5.19-rc6
Linus Torvalds
1
-1
/
+1
2022-07-10
ida: don't use BUG_ON() for debugging
Linus Torvalds
1
-1
/
+2
2022-07-10
kbuild: remove unused cmd_none in scripts/Makefile.modinst
Masahiro Yamada
1
-3
/
+0
2022-07-10
x86/boot: Fix the setup data types max limit
Borislav Petkov
1
-1
/
+1
2022-07-09
drm/aperture: Run fbdev removal before internal helpers
Thomas Zimmermann
1
-11
/
+15
2022-07-09
ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()
Sven Schnelle
1
-1
/
+1
2022-07-09
io_uring: check that we have a file table when allocating update slots
Jens Axboe
1
-0
/
+3
2022-07-09
bus: mhi: ep: Check dev_set_name() return value
Bo Liu
1
-2
/
+9
2022-07-08
nvmem: mtk-efuse: Simplify with devm_platform_get_and_ioremap_resource()
AngeloGioacchino Del Regno
1
-2
/
+1
2022-07-08
dt-bindings: nvmem: mediatek: efuse: add support for mt8186
Allen-KH Cheng
1
-0
/
+1
2022-07-08
dt-bindings: nvmem: mediatek: efuse: add support mt8183
Chunfeng Yun
1
-0
/
+1
2022-07-08
dt-bindings: nvmem: convert mtk-efuse.txt to YAML schema
Chunfeng Yun
2
-43
/
+87
2022-07-08
MAINTAINERS: rectify file pattern in MICROCHIP OTPC DRIVER
Lukas Bulwahn
1
-1
/
+1
2022-07-08
nvmem: microchip-otpc: add support
Claudiu Beznea
4
-0
/
+305
2022-07-08
dt-bindings: microchip-otpc: document Microchip OTPC
Claudiu Beznea
2
-0
/
+62
2022-07-08
binder: fix redefinition of seq_file attributes
Carlos Llamas
3
-107
/
+100
2022-07-08
eeprom: idt_89hpesx: fix clang -Wformat warnings
Justin Stitt
1
-3
/
+3
2022-07-08
slimbus: messaging: fix typos in comments
Julia Lawall
1
-2
/
+2
2022-07-08
drivers: slimbus: Directly use ida_alloc()/free()
keliu
1
-3
/
+3
2022-07-08
intel_th: pci: Add Raptor Lake-S CPU support
Alexander Shishkin
1
-0
/
+5
2022-07-08
intel_th: pci: Add Raptor Lake-S PCH support
Alexander Shishkin
1
-0
/
+5
2022-07-08
intel_th: pci: Add Meteor Lake-P support
Alexander Shishkin
1
-0
/
+5
2022-07-08
intel_th: msu: Fix vmalloced buffers
Alexander Shishkin
1
-2
/
+12
2022-07-08
intel_th: msu-sink: Potential dereference of null pointer
Jiasheng Jiang
1
-0
/
+3
2022-07-08
intel_th: Fix a resource leak in an error handling path
Christophe JAILLET
1
-2
/
+8
2022-07-08
virt: acrn: using for_each_set_bit to simplify the code
Yang Yingliang
1
-5
/
+1
2022-07-08
sgi-xp: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-7
/
+6
2022-07-08
MAINTAINERS: Remove iommu@lists.linux-foundation.org
Joerg Roedel
1
-11
/
+0
2022-07-08
io_uring: explicit sqe padding for ioctl commands
Pavel Begunkov
2
-2
/
+5
2022-07-07
i2c: cadence: Unregister the clk notifier in error path
Satish Nagireddy
1
-0
/
+1
2022-07-07
PM / devfreq: exynos-bus: Fix NULL pointer dereference
Christian Marangi
1
-3
/
+3
2022-07-07
signal handling: don't use BUG_ON() for debugging
Linus Torvalds
1
-4
/
+4
2022-07-07
x86/ibt, objtool: Don't discard text references from tracepoint section
Peter Zijlstra
1
-2
/
+1
[next]