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
*
Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-06-06
23
-162
/
+372
|
\
|
*
driver core: hold dev's parent lock when needed
Martin Liu
2018-05-31
4
-12
/
+16
|
*
driver-core: return EINVAL error instead of BUG_ON()
Florian Schmaus
2018-05-25
1
-1
/
+5
|
*
driver core: add __printf verification to device_create_groups_vargs
Mathieu Malaterre
2018-05-14
1
-1
/
+1
|
*
mm: memory_hotplug: use put_device() if device_register fail
Arvind Yadav
2018-05-14
1
-1
/
+7
|
*
base: core: fix typo 'can by' to 'can be'
Wolfram Sang
2018-05-14
1
-1
/
+1
|
*
debugfs: inode: debugfs_create_dir uses mode permission from parent
Thomas Richter
2018-05-14
1
-1
/
+3
|
*
debugfs: Re-use kstrtobool_from_user()
Andy Shevchenko
2018-05-14
1
-8
/
+2
|
*
Documentation: clarify firmware_class provenance and why we can't rename the ...
Luis R. Rodriguez
2018-05-14
1
-3
/
+6
|
*
Documentation: remove stale firmware API reference
Luis R. Rodriguez
2018-05-14
1
-4
/
+1
|
*
Documentation: fix few typos and clarifications for the firmware loader
Luis R. Rodriguez
2018-05-14
2
-4
/
+5
|
*
ath10k: re-enable the firmware fallback mechanism for testmode
Andres Rodriguez
2018-05-14
1
-1
/
+1
|
*
ath10k: use firmware_request_nowarn() to load firmware
Andres Rodriguez
2018-05-14
1
-1
/
+1
|
*
firmware: add firmware_request_nowarn() - load firmware without warnings
Andres Rodriguez
2018-05-14
3
-0
/
+42
|
*
firmware_loader: make firmware_fallback_sysfs() print more useful
Luis R. Rodriguez
2018-05-14
1
-1
/
+6
|
*
firmware_loader: move kconfig FW_LOADER entries to its own file
Luis R. Rodriguez
2018-05-14
2
-154
/
+155
|
*
firmware_loader: replace ---help--- with help
Luis R. Rodriguez
2018-05-14
1
-1
/
+1
|
*
firmware_loader: enhance Kconfig documentation over FW_LOADER
Luis R. Rodriguez
2018-05-14
1
-34
/
+131
|
*
firmware_loader: document firmware_sysfs_fallback()
Luis R. Rodriguez
2018-05-14
1
-0
/
+20
|
*
firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
Andres Rodriguez
2018-05-14
4
-14
/
+14
|
*
firmware: use () to terminate kernel-doc function names
Andres Rodriguez
2018-05-14
2
-15
/
+15
|
*
firmware: wrap FW_OPT_* into an enum
Andres Rodriguez
2018-05-14
4
-19
/
+42
|
*
driver core: Don't ignore class_dir_create_and_add() failure.
Tetsuo Handa
2018-05-14
1
-2
/
+12
|
*
Merge 4.17-rc3 into driver-core-next
Greg Kroah-Hartman
2018-04-30
692
-4883
/
+9855
|
|
\
|
*
|
fs: kernfs: Adding new return type vm_fault_t
Souptick Joarder
2018-04-23
1
-4
/
+4
*
|
|
Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-06
132
-1234
/
+8981
|
\
\
\
|
*
|
|
vmw_balloon: fixing double free when batching mode is off
Gil Kupfer
2018-06-02
1
-16
/
+7
|
*
|
|
MAINTAINERS: Add driver-api/fpga path
Alan Tull
2018-05-25
1
-0
/
+1
|
*
|
|
fpga: clarify that unregister functions also free
Alan Tull
2018-05-25
3
-3
/
+3
|
*
|
|
documentation: fpga: move fpga-region.txt to driver-api
Alan Tull
2018-05-25
3
-94
/
+103
|
*
|
|
documentation: fpga: add bridge document to driver-api
Alan Tull
2018-05-25
2
-0
/
+50
|
*
|
|
documentation: fpga: move fpga-mgr.txt to driver-api
Alan Tull
2018-05-25
3
-218
/
+221
|
*
|
|
Documentation: fpga: move fpga overview to driver-api
Alan Tull
2018-05-25
4
-23
/
+65
|
*
|
|
fpga: region: kernel-doc fixes
Alan Tull
2018-05-25
1
-2
/
+5
|
*
|
|
fpga: bridge: kernel-doc fixes
Alan Tull
2018-05-25
1
-0
/
+1
|
*
|
|
fpga: mgr: kernel-doc fixes
Alan Tull
2018-05-25
1
-9
/
+29
|
*
|
|
fpga: use SPDX
Alan Tull
2018-05-25
14
-159
/
+15
|
*
|
|
fpga: region: change api, add fpga_region_create/free
Alan Tull
2018-05-25
4
-27
/
+68
|
*
|
|
fpga: bridge: change api, don't use drvdata
Alan Tull
2018-05-25
6
-45
/
+123
|
*
|
|
fpga: manager: change api, don't use drvdata
Alan Tull
2018-05-25
13
-71
/
+237
|
*
|
|
fpga: region: don't use drvdata in common fpga code
Alan Tull
2018-05-25
2
-1
/
+1
|
*
|
|
Drivers: hv: vmbus: Removed an unnecessary cast from void *
Dexuan Cui
2018-05-15
1
-1
/
+1
|
*
|
|
ver_linux: Drop redundant calls to system() to test if file is readable
Alexander Kapshuk
2018-05-14
1
-17
/
+11
|
*
|
|
ver_linux: Move stderr redirection from function parameter to function body
Alexander Kapshuk
2018-05-14
1
-26
/
+27
|
*
|
|
misc: IBM Virtual Management Channel Driver (VMC)
Bryant G. Ly
2018-05-14
8
-0
/
+2876
|
*
|
|
rpmsg: Correct support for MODULE_DEVICE_TABLE()
Andrew F. Davis
2018-05-14
2
-0
/
+14
|
*
|
|
1wire: family module autoload fails because of upper/lower case mismatch.
Ingo Flaschberger
2018-05-14
1
-1
/
+1
|
*
|
|
w1: mxc_w1: Enable clock before calling clk_get_rate() on it
Stefan Potyra
2018-05-14
1
-7
/
+13
|
*
|
|
virt: vbox: Only copy_from_user the request-header once
Wenwen Wang
2018-05-14
1
-1
/
+3
|
*
|
|
nubus: Call bus_register unconditionally
Finn Thain
2018-05-14
3
-14
/
+9
[next]