index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pps
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-05-01
char/rtc: replace blacklist with whitelist
Arnd Bergmann
1
-2
/
+1
2016-05-01
w1: silence an uninitialized variable warning
Dan Carpenter
1
-1
/
+1
2016-05-01
eeprom: 93xx46: Fix SPI device leak
Mark Brown
1
-1
/
+1
2016-05-01
eeprom: at25: Fix SPI device leak
Mark Brown
1
-1
/
+1
2016-05-01
w1: Spelling s/minmum/minimum/
Geert Uytterhoeven
1
-1
/
+1
2016-05-01
w1: enable active pullup for DS2482 by default
Mariusz Bialonczyk
1
-0
/
+18
2016-05-01
nvmem: 93xx46: remove nvmem regmap dependency
Srinivas Kandagatla
1
-72
/
+18
2016-05-01
nvmem: lpc18xx-eeprom: remove nvmem regmap dependency
Srinivas Kandagatla
1
-68
/
+26
2016-05-01
nvmem: imx-ocotp: remove nvmem regmap dependency
Srinivas Kandagatla
1
-44
/
+11
2016-05-01
nvmem: rockchip-efuse: remove nvmem regmap dependency
Srinivas Kandagatla
1
-40
/
+9
2016-05-01
nvmem: sunxi-sid: remove nvmem regmap dependency
Srinivas Kandagatla
2
-46
/
+9
2016-05-01
nvmem: vif610-ocotp: remove nvmem regmap dependency
Srinivas Kandagatla
1
-34
/
+10
2016-05-01
nvmem: qfprom: remove nvmem regmap dependency
Srinivas Kandagatla
2
-20
/
+37
2016-05-01
eeprom: at25: remove nvmem regmap dependency
Srinivas Kandagatla
2
-71
/
+19
2016-05-01
eeprom: at24: remove nvmem regmap dependency
Srinivas Kandagatla
2
-82
/
+22
2016-05-01
nvmem: core: remove regmap dependency
Srinivas Kandagatla
3
-28
/
+50
2016-05-01
vme: add vme_init_bridge for common bridge init
Aaron Sierra
4
-16
/
+17
2016-05-01
nvmem: Fix build error of missing devm_ioremap_resource on UM
Krzysztof Kozlowski
1
-0
/
+2
2016-05-01
vme: trivial spelling and capitalization fixes
Aaron Sierra
1
-6
/
+6
2016-05-01
tools: hv: lsvmbus: add pci pass-through UUID
Vitaly Kuznetsov
1
-0
/
+1
2016-05-01
Drivers: hv: balloon: reset host_specified_ha_region
Vitaly Kuznetsov
1
-0
/
+1
2016-05-01
Drivers: hv: balloon: don't crash when memory is added in non-sorted order
Vitaly Kuznetsov
1
-2
/
+2
2016-05-01
Drivers: hv: vmbus: handle various crash scenarios
Vitaly Kuznetsov
3
-20
/
+61
2016-05-01
Drivers: hv: kvp: fix IP Failover
Vitaly Kuznetsov
2
-0
/
+36
2016-04-30
misc: sram: fix check of devm_ioremap*() return value
Vladimir Zapolskiy
1
-2
/
+2
2016-04-30
spmi: do not use bus internal data
Sudip Mukherjee
1
-2
/
+10
2016-04-30
mei: fix waiting for wr_ctrl for corner cases.
Alexander Usyskin
1
-4
/
+14
2016-04-30
mei: don't clean control queues on notify request timeout
Alexander Usyskin
1
-6
/
+2
2016-04-30
mei: amthif: discard not read messages
Alexander Usyskin
3
-2
/
+5
2016-04-30
mei: fix NULL dereferencing during FW initiated disconnection
Alexander Usyskin
3
-6
/
+6
2016-04-30
mei: drop global me_client_index
Alexander Usyskin
2
-17
/
+8
2016-04-30
mei: do not pin module if cldrv->probe() failed
Alexey Khoroshilov
1
-2
/
+6
2016-04-30
char: xillybus: use devm_add_action_or_reset
Sudip Mukherjee
2
-19
/
+2
2016-04-30
drivers:hv: Separate out frame buffer logic when picking MMIO range
Jake Oshins
1
-45
/
+35
2016-04-30
drivers:hv: Record MMIO range in use by frame buffer
Jake Oshins
1
-1
/
+36
2016-04-30
drivers:hv: Track allocations of children of hv_vmbus in private resource tree
Jake Oshins
1
-1
/
+21
2016-04-30
drivers:hv: Reverse order of resources in hyperv_mmio
Jake Oshins
1
-2
/
+1
2016-04-30
drivers:hv: Use new vmbus_mmio_free() from client drivers.
Jake Oshins
2
-9
/
+9
2016-04-30
drivers:hv: Make a function to free mmio regions through vmbus
Jake Oshins
2
-1
/
+16
2016-04-30
drivers:hv: Lock access to hyperv_mmio resource tree
Jake Oshins
1
-4
/
+12
2016-04-30
Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus...
K. Y. Srinivasan
2
-0
/
+87
2016-04-30
Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
K. Y. Srinivasan
2
-55
/
+54
2016-04-30
Drivers: hv: vmbus: Export the vmbus_set_event() API
K. Y. Srinivasan
3
-2
/
+2
2016-04-30
Drivers: hv: vmbus: Use the new virt_xx barrier code
K. Y. Srinivasan
1
-7
/
+7
2016-04-30
Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
K. Y. Srinivasan
1
-3
/
+3
2016-04-30
Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
K. Y. Srinivasan
2
-21
/
+31
2016-04-30
Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()
K. Y. Srinivasan
1
-6
/
+20
2016-04-30
parport: use subsys_initcall
Sudip Mukherjee
1
-1
/
+1
2016-04-30
misc: mic: Remove return statements from void functions
Amitoj Kaur Chawla
1
-3
/
+3
2016-04-30
misc: mic: silence uninitialized variable warning
Dan Carpenter
1
-1
/
+2
[next]