index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
Merge tag 'memory-controller-drv-5.9' of git://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
16
-87
/
+97
2020-07-24
RDMA/mlx5: Allow SQ modification
Maor Gottlieb
1
-10
/
+8
2020-07-24
MAINTAINERS: arm/amlogic: add designated reviewers
Kevin Hilman
1
-0
/
+3
2020-07-24
Merge tag 'misc-habanalabs-next-2020-07-24' of git://people.freedesktop.org/~...
Greg Kroah-Hartman
34
-992
/
+1260
2020-07-24
habanalabs: Fix memory leak in error flow of context initialization
Tomer Tayar
1
-8
/
+10
2020-07-24
habanalabs: use no flags on MMU cache invalidation
Tomer Tayar
1
-2
/
+1
2020-07-24
habanalabs: enable device before hw_init()
Oded Gabbay
2
-4
/
+15
2020-07-24
habanalabs: create internal CB pool
Ofir Bitton
6
-53
/
+106
2020-07-24
habanalabs: update hl_boot_if.h from firmware
Oded Gabbay
1
-0
/
+14
2020-07-24
habanalabs: create common folder
Oded Gabbay
25
-12
/
+20
2020-07-24
habanalabs: check for DMA errors when clearing memory
Moti Haimovski
1
-2
/
+23
2020-07-24
habanalabs: verify queue can contain all cs jobs
Ofir Bitton
2
-0
/
+11
2020-07-24
habanalabs: Assign each CQ with its own work queue
Ofir Bitton
4
-12
/
+40
2020-07-24
habanalabs: halt device CPU only upon certain reset
Oded Gabbay
5
-37
/
+61
2020-07-24
habanalabs: remove unused hash
Omer Shpigelman
2
-3
/
+0
2020-07-24
habanalabs: use queue pi/ci in order to determine queue occupancy
Ofir Bitton
4
-69
/
+39
2020-07-24
habanalabs: configure maximum queues per asic
Ofir Bitton
6
-43
/
+83
2020-07-24
habanalabs: remove soft-reset support from GAUDI
Oded Gabbay
1
-63
/
+36
2020-07-24
habanalabs: PCIe iATU refactoring
Ofir Bitton
4
-104
/
+180
2020-07-24
habanalabs: Extract ECC information from FW
Oded Gabbay
3
-251
/
+146
2020-07-24
habanalabs: Add dropped cs statistics info struct
Ofir Bitton
5
-2
/
+77
2020-07-24
habanalabs: extract cpu boot status lookup
Christine Gharzuzi
1
-44
/
+48
2020-07-24
habanalabs: rephrase error messages
Oded Gabbay
4
-13
/
+17
2020-07-24
habanalabs: Increase queues depth
Ofir Bitton
4
-36
/
+7
2020-07-24
habanalabs: rephrase error message
Omer Shpigelman
1
-1
/
+2
2020-07-24
habanalabs: calculate trace frequency from PLL
Adam Aharon
7
-10
/
+194
2020-07-24
habanalabs: align armcp_packet structure to 8 bytes
Oded Gabbay
1
-0
/
+2
2020-07-24
uapi/habanalabs: fix some comments
Oded Gabbay
1
-3
/
+3
2020-07-24
habanalabs: Use mask instead of shift in sync stream registers
Ofir Bitton
2
-36
/
+38
2020-07-24
habanalabs: sync stream generic functionality
Ofir Bitton
6
-66
/
+67
2020-07-24
habanalabs: Use pending CS amount per ASIC
Ofir Bitton
8
-10
/
+37
2020-07-24
habanalabs: remove rate limiters from GAUDI
Oded Gabbay
2
-126
/
+1
2020-07-24
thermal: core: Fix thermal zone lookup by ID
Thierry Reding
1
-3
/
+5
2020-07-24
arm64: enable time namespace support
Andrei Vagin
1
-0
/
+1
2020-07-24
arm64/vdso: Restrict splitting VVAR VMA
Andrei Vagin
1
-0
/
+13
2020-07-24
arm64/vdso: Handle faults on timens page
Andrei Vagin
1
-4
/
+52
2020-07-24
ASoC: dapm: don't call pm_runtime_* on card device
Tzung-Bi Shih
1
-2
/
+2
2020-07-24
ALSA: hda/realtek: typo_fix: enable headset mic of ASUS ROG Zephyrus G14(GA40...
Armas Spann
1
-3
/
+3
2020-07-24
ALSA: hda/realtek: enable headset mic of ASUS ROG Zephyrus G15(GA502) series ...
Armas Spann
1
-0
/
+9
2020-07-24
Merge tag 'icc-5.9-rc1' of https://git.linaro.org/people/georgi.djakov/linux ...
Greg Kroah-Hartman
2
-12
/
+20
2020-07-24
dyndbg: export ddebug_exec_queries
Jim Cromie
1
-1
/
+2
2020-07-24
dyndbg: shorten our logging prefix, drop __func__
Jim Cromie
1
-1
/
+1
2020-07-24
dyndbg: allow anchored match on format query term
Jim Cromie
1
-3
/
+10
2020-07-24
dyndbg: combine flags & mask into a struct, simplify with it
Jim Cromie
1
-21
/
+24
2020-07-24
dyndbg: accept query terms like file=bar and module=foo
Jim Cromie
2
-20
/
+34
2020-07-24
dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
Jim Cromie
2
-1
/
+22
2020-07-24
dyndbg: refactor parse_linerange out of ddebug_parse_query
Jim Cromie
1
-27
/
+36
2020-07-24
dyndbg: use gcc ?: to reduce word count
Jim Cromie
1
-4
/
+4
2020-07-24
dyndbg: make ddebug_tables list LIFO for add/remove_module
Jim Cromie
1
-1
/
+1
2020-07-24
dyndbg: prefer declarative init in caller, to memset in callee
Jim Cromie
1
-2
/
+1
[prev]
[next]