index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mei: enable async event notifications only from hbm version 2.0
Tomas Winkler
2015-08-04
4
-0
/
+14
*
mei: implement async notification hbm messages
Tomas Winkler
2015-08-04
3
-0
/
+145
*
mei: define async notification hbm commands
Tomas Winkler
2015-08-04
1
-0
/
+62
*
mei: disconnect on connection request timeout
Alexander Usyskin
2015-08-04
6
-29
/
+95
*
mei: support for dynamic clients
Tomas Winkler
2015-08-04
4
-2
/
+144
*
mei: bus: link client devices instead of host clients
Tomas Winkler
2015-08-04
5
-310
/
+213
*
mei: bus: simplify how we build nfc bus name
Tomas Winkler
2015-08-04
3
-64
/
+55
*
mei: bus: blacklist clients by number of connections
Tomas Winkler
2015-08-04
1
-0
/
+19
*
mei: bus: blacklist the nfc info client
Tomas Winkler
2015-08-04
1
-4
/
+19
*
mei: bus: enable running fixup routines before device registration
Tomas Winkler
2015-08-04
3
-16
/
+107
*
mei: bus: add me client device list infrastructure
Tomas Winkler
2015-08-04
3
-2
/
+6
*
mei: bus: add reference to bus device in struct mei_cl_client
Tomas Winkler
2015-08-04
1
-0
/
+17
*
mei: bus: revamp probe and remove functions
Tomas Winkler
2015-08-04
1
-11
/
+30
*
mei: bus: revamp device matching
Tomas Winkler
2015-08-04
1
-19
/
+44
*
mei: bus: report if event registration failed
Tomas Winkler
2015-08-04
1
-1
/
+5
*
mei: bus: don't enable events implicitly in device enable
Tomas Winkler
2015-08-04
1
-3
/
+0
*
mei: bus: rename uevent handler to mei_cl_device_uevent
Tomas Winkler
2015-08-04
1
-2
/
+10
*
mei: bus: move driver api functions at the start of the file
Tomas Winkler
2015-08-04
1
-262
/
+351
*
mei: bus: rename nfc.c to bus-fixup.c
Tomas Winkler
2015-08-04
2
-1
/
+1
*
mei: bus: fix drivers and devices names confusion
Tomas Winkler
2015-08-04
3
-176
/
+176
*
mei: do not access freed cb in blocking write
Alexander Usyskin
2015-08-04
1
-7
/
+9
*
ARM: qcom: Add coincell charger driver
Tim Bird
2015-07-29
3
-0
/
+163
*
misc: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-27
9
-9
/
+0
*
mei: prevent unloading mei hw modules while the device is opened.
Tomas Winkler
2015-07-23
1
-1
/
+1
*
misc: mic: scif bug fix for vmalloc_to_page crash
Sudeep Dutt
2015-07-23
1
-10
/
+5
*
Merge tag 'powerpc-4.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2015-07-10
5
-13
/
+20
|
\
|
*
cxl: Check if afu is not null in cxl_slbia
Daniel Axtens
2015-07-10
1
-1
/
+1
|
*
cxl: Fix off by one error allowing subsequent mmap page to be accessed
Ian Munsie
2015-07-08
1
-2
/
+2
|
*
cxl: Fail mmap if requested mapping is larger than assigned problem state area
Ian Munsie
2015-07-08
1
-1
/
+9
|
*
cxl: Fix refcounting in kernel API
Michael Neuling
2015-07-07
1
-7
/
+5
|
*
cxl: Test the correct mmio space before unmapping
Daniel Axtens
2015-07-06
1
-1
/
+1
|
*
cxl/vphb.c: Use phb pointer after NULL check
Maninder Singh
2015-07-06
1
-1
/
+2
*
|
mei: nfc: fix deadlock on shutdown/suspend path
Tomas Winkler
2015-07-08
3
-19
/
+2
|
/
*
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-07-01
1
-1
/
+1
|
\
|
*
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
2015-05-28
1
-1
/
+1
*
|
Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-06-26
59
-3469
/
+7022
|
\
\
|
*
|
mei: me: wait for power gating exit confirmation
Alexander Usyskin
2015-06-14
4
-5
/
+80
|
*
|
mei: reset flow control on the last client disconnection
Alexander Usyskin
2015-06-14
1
-0
/
+3
|
*
|
misc: sram: sort and clean up included headers
Vladimir Zapolskiy
2015-06-13
1
-8
/
+2
|
*
|
misc: sram: move reserved block logic out of probe function
Vladimir Zapolskiy
2015-06-13
1
-36
/
+46
|
*
|
misc: sram: add private struct device and virt_base members
Vladimir Zapolskiy
2015-06-13
1
-25
/
+29
|
*
|
misc: sram: report correct SRAM pool size
Vladimir Zapolskiy
2015-06-13
1
-1
/
+2
|
*
|
misc: sram: bump error message level on unclean driver unbinding
Vladimir Zapolskiy
2015-06-13
1
-1
/
+1
|
*
|
misc: sram: fix device node reference leak on error
Vladimir Zapolskiy
2015-06-13
1
-0
/
+2
|
*
|
misc: sram: fix enabled clock leak on error path
Vladimir Zapolskiy
2015-06-13
1
-13
/
+9
|
*
|
misc: mic: Fix reported static checker warning
Sudeep Dutt
2015-06-13
1
-4
/
+0
|
*
|
misc: mic: Fix randconfig build error by including errno.h
Sudeep Dutt
2015-06-13
1
-0
/
+1
|
*
|
mei: fix up uuid matching
Greg Kroah-Hartman
2015-05-31
1
-7
/
+2
|
*
|
ti-st: handle null allocation return correctly.
Colin Ian King
2015-05-24
1
-2
/
+1
|
*
|
misc: mic: MIC card driver specific changes to enable SCIF
Sudeep Dutt
2015-05-24
5
-6
/
+201
[next]