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.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
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-03
habanalabs: cast to expected type
Oded Gabbay
1
-1
/
+1
2019-03-03
habanalabs: prevent host crash during suspend/resume
Oded Gabbay
2
-66
/
+43
2019-03-03
habanalabs: perform accounting for active CS
Oded Gabbay
4
-7
/
+18
2019-03-14
habanalabs: fix mapping with page size bigger than 4KB
Omer Shpigelman
1
-2
/
+4
2019-03-13
habanalabs: complete user context cleanup before hard reset
Omer Shpigelman
1
-1
/
+23
2019-03-07
habanalabs: fix bug when mapping very large memory area
Omer Shpigelman
1
-4
/
+5
2019-03-05
habanalabs: fix MMU number of pages calculation
Omer Shpigelman
3
-21
/
+23
2019-03-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-26
/
+12
2019-03-10
Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-1
/
+1
2019-03-08
Merge branch 'i2c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-89
/
+80
2019-03-07
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-11
/
+33
2019-03-07
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
166
-273
/
+53862
2019-03-07
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
1
-0
/
+1
2019-03-06
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
1
-1
/
+2
2019-03-06
vmw_balloon: mark inflated pages PG_offline
David Hildenbrand
1
-0
/
+32
2019-03-02
habanalabs: adjust Kconfig to fix build errors
Oded Gabbay
1
-1
/
+2
2019-03-02
habanalabs: use %px instead of %p in error print
Oded Gabbay
1
-1
/
+1
2019-03-01
habanalabs: use do_div for 64-bit divisions
Oded Gabbay
1
-6
/
+6
2019-02-28
habanalabs: fix little-endian<->cpu conversion warnings
Oded Gabbay
6
-53
/
+70
2019-02-28
habanalabs: use NULL to initialize array of pointers
Oded Gabbay
1
-1
/
+1
2019-02-28
habanalabs: fix little-endian<->cpu conversion warnings
Tomer Tayar
1
-98
/
+125
2019-02-28
habanalabs: soft-reset device if context-switch fails
Oded Gabbay
2
-8
/
+10
2019-02-28
habanalabs: print pointer using %p
Oded Gabbay
1
-3
/
+2
2019-02-28
habanalabs: fix memory leak with CBs with unaligned size
Oded Gabbay
1
-3
/
+6
2019-02-28
habanalabs: return correct error code on MMU mapping failure
Omer Shpigelman
1
-2
/
+2
2019-02-28
habanalabs: extend QMAN0 job timeout
Omer Shpigelman
1
-3
/
+9
2019-02-28
habanalabs: set DMA0 completion to SOB 1007
Oded Gabbay
2
-7
/
+8
2019-02-28
habanalabs: fix validation of WREG32 to DMA completion
Oded Gabbay
1
-1
/
+1
2019-02-28
habanalabs: fix mmu cache registers init
Oded Gabbay
1
-2
/
+3
2019-02-28
habanalabs: disable CPU access on timeouts
Oded Gabbay
6
-7
/
+18
2019-02-28
habanalabs: add MMU DRAM default page mapping
Omer Shpigelman
6
-168
/
+361
2019-02-28
habanalabs: Dissociate RAZWI info from event types
Tomer Tayar
1
-100
/
+127
2019-02-28
Merge tag 'topic/mei-hdcp-2019-02-26' of git://anongit.freedesktop.org/drm/dr...
Greg Kroah-Hartman
6
-0
/
+1261
2019-02-27
misc/habanalabs: adjust Kconfig to fix build errors
Randy Dunlap
1
-0
/
+1
2019-02-27
misc: hpilo: Do not claim unsupported hardware
Matt Hsiao
1
-0
/
+2
2019-02-27
misc: hpilo: Exclude unsupported device via blacklist
Matt Hsiao
1
-3
/
+9
2019-02-27
misc: mic/scif: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-27
habanalabs: make functions static or declare them
Oded Gabbay
6
-45
/
+54
2019-02-27
habanalabs: allow memory allocations larger than 4GB
Oded Gabbay
2
-7
/
+5
2019-02-26
mic: vop: Allow building on more systems
Vincent Whitchurch
1
-2
/
+1
2019-02-26
mic: Rename ioremap pointer to remap
Vincent Whitchurch
7
-27
/
+26
2019-02-26
mic: vop: Cast pointers to unsigned long
Vincent Whitchurch
2
-6
/
+12
2019-02-26
VMCI: Support upto 64-bit PPNs
Vishnu DASA
6
-47
/
+72
2019-02-26
misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260
RickyWu
5
-112
/
+165
2019-02-26
habanalabs: use u64 when comparing variables' sum to u32_max
Oded Gabbay
2
-3
/
+5
2019-02-26
mei: bus: move hw module get/put to probe/release
Alexander Usyskin
1
-11
/
+10
2019-02-26
habanalabs: return error when failing to read/write i2c
Oded Gabbay
1
-2
/
+2
2019-02-25
misc/mei/hdcp: Component framework for I915 Interface
Ramalingam C
1
-3
/
+83
2019-02-25
misc/mei/hdcp: Closing wired HDCP2.2 Tx Session
Ramalingam C
1
-1
/
+54
2019-02-25
misc/mei/hdcp: Enabling the HDCP authentication
Ramalingam C
1
-1
/
+54
[next]