index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drivers: hv: vmbus: handle various crash scenarios
Vitaly Kuznetsov
2016-05-01
3
-20
/
+61
*
Drivers: hv: kvp: fix IP Failover
Vitaly Kuznetsov
2016-05-01
2
-0
/
+36
*
misc: sram: fix check of devm_ioremap*() return value
Vladimir Zapolskiy
2016-04-30
1
-2
/
+2
*
spmi: do not use bus internal data
Sudip Mukherjee
2016-04-30
1
-2
/
+10
*
mei: fix waiting for wr_ctrl for corner cases.
Alexander Usyskin
2016-04-30
1
-4
/
+14
*
mei: don't clean control queues on notify request timeout
Alexander Usyskin
2016-04-30
1
-6
/
+2
*
mei: amthif: discard not read messages
Alexander Usyskin
2016-04-30
3
-2
/
+5
*
mei: fix NULL dereferencing during FW initiated disconnection
Alexander Usyskin
2016-04-30
3
-6
/
+6
*
mei: drop global me_client_index
Alexander Usyskin
2016-04-30
2
-17
/
+8
*
mei: do not pin module if cldrv->probe() failed
Alexey Khoroshilov
2016-04-30
1
-2
/
+6
*
char: xillybus: use devm_add_action_or_reset
Sudip Mukherjee
2016-04-30
2
-19
/
+2
*
drivers:hv: Separate out frame buffer logic when picking MMIO range
Jake Oshins
2016-04-30
1
-45
/
+35
*
drivers:hv: Record MMIO range in use by frame buffer
Jake Oshins
2016-04-30
1
-1
/
+36
*
drivers:hv: Track allocations of children of hv_vmbus in private resource tree
Jake Oshins
2016-04-30
1
-1
/
+21
*
drivers:hv: Reverse order of resources in hyperv_mmio
Jake Oshins
2016-04-30
1
-2
/
+1
*
drivers:hv: Use new vmbus_mmio_free() from client drivers.
Jake Oshins
2016-04-30
2
-9
/
+9
*
drivers:hv: Make a function to free mmio regions through vmbus
Jake Oshins
2016-04-30
2
-1
/
+16
*
drivers:hv: Lock access to hyperv_mmio resource tree
Jake Oshins
2016-04-30
1
-4
/
+12
*
Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus...
K. Y. Srinivasan
2016-04-30
2
-0
/
+87
*
Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
K. Y. Srinivasan
2016-04-30
2
-55
/
+54
*
Drivers: hv: vmbus: Export the vmbus_set_event() API
K. Y. Srinivasan
2016-04-30
3
-2
/
+2
*
Drivers: hv: vmbus: Use the new virt_xx barrier code
K. Y. Srinivasan
2016-04-30
1
-7
/
+7
*
Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
K. Y. Srinivasan
2016-04-30
1
-3
/
+3
*
Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
K. Y. Srinivasan
2016-04-30
2
-21
/
+31
*
Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
K. Y. Srinivasan
2016-04-30
1
-6
/
+20
*
parport: use subsys_initcall
Sudip Mukherjee
2016-04-30
1
-1
/
+1
*
misc: mic: Remove return statements from void functions
Amitoj Kaur Chawla
2016-04-30
1
-3
/
+3
*
misc: mic: silence uninitialized variable warning
Dan Carpenter
2016-04-30
1
-1
/
+2
*
misc: mic: Fix randconfig build error
Sudeep Dutt
2016-04-30
1
-0
/
+1
*
misc: mic: Fix for double fetch security bug in VOP driver
Ashutosh Dixit
2016-04-28
1
-0
/
+5
*
Merge tag 'stm-for-greg-20160420' of git://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2016-04-27
10
-86
/
+131
|
\
|
*
intel_th: pci: Add Broxton-M SOC support
Alexander Shishkin
2016-04-19
1
-0
/
+5
|
*
intel_th: msu: Release resources on removal
Alexander Shishkin
2016-04-08
1
-0
/
+12
|
*
intel_th: msu: Set fops::owner to prevent module from unloading
Alexander Shishkin
2016-04-08
1
-0
/
+1
|
*
intel_th: Hold output driver module reference while capture is active
Alexander Shishkin
2016-04-08
1
-0
/
+5
|
*
intel_th: msu: Serialize enabling/disabling
Alexander Shishkin
2016-04-08
1
-43
/
+49
|
*
intel_th: Fix activating a subdevice without a driver
Alexander Shishkin
2016-04-08
2
-2
/
+13
|
*
intel_th: pti: Create sysfs attributes using core driver's facility
Alexander Shishkin
2016-04-08
1
-6
/
+1
|
*
intel_th: msu: Create sysfs attributes using core driver's facility
Alexander Shishkin
2016-04-08
1
-5
/
+1
|
*
intel_th: Allow subdevice drivers to bring in own attribute groups
Alexander Shishkin
2016-04-08
2
-0
/
+15
|
*
intel_th: msu: Handle kstrndup() failure
Alexander Shishkin
2016-04-08
1
-0
/
+5
|
*
intel_th: pti: Do remove sysfs group on device removal
Alexander Shishkin
2016-04-08
1
-0
/
+1
|
*
stm class: Remove unnecessary pointer increment
Alexander Shishkin
2016-04-08
1
-1
/
+1
|
*
stm class: Fix stm device initialization order
Alexander Shishkin
2016-04-08
1
-8
/
+9
|
*
stm class: Do not leak the chrdev in error path
Alexander Shishkin
2016-04-08
1
-0
/
+2
|
*
stm class: Remove a pointless line
Alexander Shishkin
2016-04-08
1
-2
/
+0
|
*
stm class: stm_heartbeat: Make nr_devs parameter read-only
Alexander Shishkin
2016-04-08
1
-9
/
+5
|
*
stm class: dummy_stm: Make nr_dummies parameter read-only
Alexander Shishkin
2016-04-08
1
-9
/
+5
|
*
stm class: Fix integer boundary checks for master range
Chunyan Zhang
2016-04-08
1
-2
/
+1
|
*
MAINTAINERS: Add a git tree for the stm class
Alexander Shishkin
2016-03-31
1
-0
/
+1
[next]