index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-02-25
misc/mei/hdcp: Verify M_prime
Ramalingam C
1
-1
/
+66
2019-02-25
misc/mei/hdcp: Repeater topology verification and ack
Ramalingam C
1
-1
/
+76
2019-02-25
misc/mei/hdcp: Prepare Session Key
Ramalingam C
1
-1
/
+58
2019-02-25
misc/mei/hdcp: Verify L_prime
Ramalingam C
1
-1
/
+59
2019-02-25
misc/mei/hdcp: Initiate Locality check
Ramalingam C
1
-1
/
+56
2019-02-25
misc/mei/hdcp: Store the HDCP Pairing info
Ramalingam C
1
-1
/
+59
2019-02-25
misc/mei/hdcp: Verify H_prime
Ramalingam C
1
-1
/
+57
2019-02-25
misc/mei/hdcp: Verify Receiver Cert and prepare km
Ramalingam C
1
-1
/
+82
2019-02-25
misc/mei/hdcp: Initiate Wired HDCP2.2 Tx Session
Ramalingam C
2
-0
/
+105
2019-02-25
misc/mei/hdcp: Define ME FW interface for HDCP2.2
Ramalingam C
1
-0
/
+366
2019-02-25
misc/mei/hdcp: Client driver for HDCP application
Ramalingam C
4
-0
/
+83
2019-02-25
mei: bus: whitelist hdcp client
Tomas Winkler
1
-0
/
+16
2019-02-23
habanalabs: driver's Kconfig must select DMA_SHARED_BUFFER
Oded Gabbay
1
-0
/
+1
2019-02-23
habanalabs: don't print result when rc indicates error
Oded Gabbay
1
-4
/
+10
2019-02-22
habanalabs: use GFP_ATOMIC under spin lock
Wei Yongjun
1
-1
/
+1
2019-02-21
Merge branch 'topic/dma' into next
Michael Ellerman
1
-2
/
+1
2019-02-21
misc: pci_endpoint_test: Add the layerscape EP device support
Xiaowei Bao
1
-0
/
+1
2019-02-20
mei: hbm: clean the feature flags on link reset
Alexander Usyskin
1
-0
/
+7
2019-02-19
misc: fastrpc: Fix return value check in fastrpc_map_create()
Wei Yongjun
1
-2
/
+2
2019-02-19
misc: fastrpc: Fix device_open when no session is available
Thierry Escande
1
-1
/
+10
2019-02-19
misc: fastrpc: select CONFIG_DMA_SHARED_BUFFER
Srinivas Kandagatla
1
-0
/
+1
2019-02-18
powerpc/dma: remove set_dma_offset
Christoph Hellwig
1
-1
/
+1
2019-02-18
powerpc/dma: use the generic direct mapping bypass
Christoph Hellwig
1
-1
/
+0
2019-02-18
habanalabs: add debugfs support
Oded Gabbay
10
-2
/
+1420
2019-02-18
habanalabs: implement INFO IOCTL
Oded Gabbay
3
-0
/
+134
2019-02-18
habanalabs: add virtual memory and MMU modules
Omer Shpigelman
11
-7
/
+2892
2019-02-18
habanalabs: add command submission module
Oded Gabbay
10
-6
/
+2686
2019-02-18
habanalabs: add device reset support
Oded Gabbay
10
-25
/
+737
2019-02-18
habanalabs: add sysfs and hwmon support
Oded Gabbay
10
-2
/
+1699
2019-02-18
habanalabs: add event queue and interrupts
Oded Gabbay
6
-13
/
+694
2019-02-18
habanalabs: add h/w queues module
Oded Gabbay
12
-8
/
+2778
2019-02-18
habanalabs: add basic Goya h/w initialization
Oded Gabbay
10
-8
/
+3991
2019-02-18
habanalabs: add command buffer module
Oded Gabbay
7
-2
/
+692
2019-02-18
habanalabs: add context and ASID modules
Oded Gabbay
6
-3
/
+374
2019-02-18
habanalabs: add basic Goya support
Oded Gabbay
8
-0
/
+1046
2019-02-18
habanalabs: add Goya registers header files
Oded Gabbay
94
-0
/
+30555
2019-02-18
habanalabs: add skeleton driver
Oded Gabbay
7
-0
/
+860
2019-02-14
eeprom: at24: implement support for 'num-addresses' property
Bartosz Golaszewski
1
-5
/
+8
2019-02-14
eeprom: at24: remove at24_platform_data
Bartosz Golaszewski
1
-87
/
+75
2019-02-12
misc: fastrpc: Add support for dmabuf exporter
Srinivas Kandagatla
1
-0
/
+184
2019-02-12
misc: fastrpc: Add support for create remote init process
Srinivas Kandagatla
1
-0
/
+156
2019-02-12
misc: fastrpc: Add support for context Invoke method
Srinivas Kandagatla
1
-0
/
+730
2019-02-12
misc: fastrpc: Add Qualcomm fastrpc basic driver model
Srinivas Kandagatla
3
-0
/
+333
2019-02-12
vmw_balloon: release lock on error in vmballoon_reset()
Dan Carpenter
1
-2
/
+3
[prev]
[next]