index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
platform
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-03
thunderbolt: Print connected devices
Mika Westerberg
1
-0
/
+11
2018-10-03
thunderbolt: Make the driver less verbose
Mika Westerberg
7
-69
/
+68
2018-10-03
thunderbolt: Remove a meaningless NULL pointer check before dma_pool_destroy
zhong jiang
1
-2
/
+1
2018-10-03
mei: samples: fix a signedness bug in amt_host_if_call()
Dan Carpenter
1
-1
/
+1
2018-10-03
mei: replace POLL* with EPOLL* for write queues.
Tomas Winkler
1
-2
/
+2
2018-10-03
uio: make symbol 'uio_class_registered' static
Wei Yongjun
1
-1
/
+1
2018-10-03
Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
Dexuan Cui
1
-5
/
+9
2018-10-03
Drivers: hv: kvp: Fix two "this statement may fall through" warnings
Dexuan Cui
1
-2
/
+4
2018-10-03
Drivers: hv: kvp: Fix the indentation of some "break" statements
Dexuan Cui
1
-4
/
+4
2018-10-03
Drivers: hv: vmbus: Fix the descriptions of some function parameters
Dexuan Cui
2
-25
/
+22
2018-10-03
w1: omap-hdq: fix missing bus unregister at removal
Andreas Kemnade
1
-0
/
+2
2018-10-03
VMCI: Resource wildcard match fixed
Jorgen Hansen
2
-2
/
+3
2018-09-30
Linux 4.19-rc6
v4.19-rc6
Greg Kroah-Hartman
1
-1
/
+1
2018-09-30
MAINTAINERS: fix reference to moved drivers/{misc => auxdisplay}/panel.c
Miguel Ojeda
1
-1
/
+1
2018-09-29
cpufreq: qcom-kryo: Fix section annotations
Nathan Chancellor
1
-2
/
+2
2018-09-28
perf/core: Add sanity check to deal with pinned event failure
Reinette Chatre
1
-0
/
+6
2018-09-28
xen/blkfront: correct purging of persistent grants
Juergen Gross
1
-2
/
+2
2018-09-28
Revert "xen/blkfront: When purging persistent grants, keep them in the buffer"
Jens Axboe
1
-1
/
+3
2018-09-28
nvmem: make nvmem_add_cells() static
Srinivas Kandagatla
1
-2
/
+1
2018-09-28
nvmem: sunxi_sid: remove unused variable in probe
Srinivas Kandagatla
1
-1
/
+1
2018-09-28
nvmem: use octal permissions instead of constants
Bartosz Golaszewski
1
-4
/
+4
2018-09-28
nvmem: fix commenting style
Bartosz Golaszewski
1
-2
/
+2
2018-09-28
nvmem: use EOPNOTSUPP instead of ENOSYS
Bartosz Golaszewski
2
-18
/
+17
2018-09-28
nvmem: make the naming of arguments in nvmem_cell_get() consistent
Bartosz Golaszewski
2
-19
/
+20
2018-09-28
nvmem: use SPDX license identifiers
Bartosz Golaszewski
3
-17
/
+3
2018-09-28
nvmem: add a notifier chain
Bartosz Golaszewski
2
-0
/
+57
2018-09-28
Documentation: nvmem: document cell tables and lookup entries
Bartosz Golaszewski
1
-0
/
+31
2018-09-28
nvmem: add support for cell lookups from machine code
Bartosz Golaszewski
2
-26
/
+131
2018-09-28
nvmem: resolve cells from DT at registration time
Bartosz Golaszewski
1
-48
/
+75
2018-09-28
nvmem: add support for cell info
Bartosz Golaszewski
2
-9
/
+96
2018-09-28
nvmem: remove the global cell list
Bartosz Golaszewski
1
-49
/
+15
2018-09-28
nvmem: change the signature of nvmem_unregister()
Bartosz Golaszewski
2
-12
/
+5
2018-09-28
nvmem: mxs-ocotp: use devm_nvmem_register()
Bartosz Golaszewski
1
-2
/
+2
2018-09-28
nvmem: lpc18xx_eeprom: use devm_nvmem_register()
Bartosz Golaszewski
1
-5
/
+1
2018-09-28
nvmem: sunxi_sid: use devm_nvmem_register()
Bartosz Golaszewski
1
-17
/
+3
2018-09-28
nvmem: sunxi_sid: return -ENOMEM if kzalloc() fails
Bartosz Golaszewski
1
-1
/
+1
2018-09-28
nvmem: use kref
Bartosz Golaszewski
1
-22
/
+22
2018-09-28
nvmem: check the return value of nvmem_add_cells()
Bartosz Golaszewski
1
-2
/
+8
2018-09-28
nvmem: remove a stray newline
Bartosz Golaszewski
1
-1
/
+0
2018-09-28
nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()
Bartosz Golaszewski
1
-5
/
+2
2018-09-28
nvmem: remove the name field from struct nvmem_device
Bartosz Golaszewski
1
-2
/
+1
2018-09-28
nvmem: provide nvmem_dev_name()
Bartosz Golaszewski
2
-0
/
+21
2018-09-28
eeprom: at25: use devm_nvmem_register()
Bartosz Golaszewski
1
-2
/
+1
2018-09-28
eeprom: eeprom_93xx46: use resource management
Bartosz Golaszewski
1
-14
/
+5
2018-09-28
selftests/powerpc: Fix Makefiles for headers_install change
Michael Ellerman
17
-0
/
+17
2018-09-27
blk-mq: I/O and timer unplugs are inverted in blktrace
Ilya Dryomov
1
-2
/
+2
2018-09-27
dax: Fix deadlock in dax_lock_mapping_entry()
Jan Kara
1
-0
/
+1
2018-09-27
x86/boot: Fix kexec booting failure in the SEV bit detection code
Kairui Song
1
-19
/
+0
2018-09-27
bcache: add separate workqueue for journal_write to avoid deadlock
Guoju Fang
3
-3
/
+12
2018-09-27
drm/amd/display: Fix Edid emulation for linux
Bhawanpreet Lakha
3
-7
/
+137
[next]