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
*
selftests: firmware: fix verify_reqs() return value
Luis Chamberlain
2019-02-08
1
-1
/
+1
*
Revert "selftests: firmware: remove use of non-standard diff -Z option"
Luis Chamberlain
2019-02-08
1
-3
/
+6
*
Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to con...
Luis Chamberlain
2019-02-08
1
-1
/
+0
*
device: Fix comment for driver_data in struct device
David Engraf
2019-02-08
1
-1
/
+1
*
kernfs: Allocating memory for kernfs_iattrs with kmem_cache.
Ayush Mittal
2019-02-08
4
-4
/
+9
*
sysfs: remove unused include of kernfs-internal.h
Ondrej Mosnacek
2019-02-08
1
-1
/
+0
*
driver core: Postpone DMA tear-down until after devres release
Geert Uytterhoeven
2019-02-08
1
-1
/
+1
*
driver core: Document limitation related to DL_FLAG_RPM_ACTIVE
Rafael J. Wysocki
2019-02-08
1
-3
/
+18
*
PM-runtime: Take suppliers into account in __pm_runtime_set_status()
Rafael J. Wysocki
2019-02-08
1
-5
/
+40
*
device.h: Add __cold to dev_<level> logging functions
Joe Perches
2019-02-03
1
-10
/
+10
*
firmware: intel_stratix10_service: remove COMPILE_TEST
Stephen Rothwell
2019-02-01
1
-1
/
+1
*
driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMER
Rafael J. Wysocki
2019-02-01
4
-2
/
+28
*
driver core: Make driver core own stateful device links
Rafael J. Wysocki
2019-02-01
2
-32
/
+79
*
IOMMU: Make dwo drivers use stateless device links
Rafael J. Wysocki
2019-02-01
2
-1
/
+3
*
driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()
Rafael J. Wysocki
2019-02-01
2
-2
/
+3
*
driver core: Fix adding device links to probing suppliers
Rafael J. Wysocki
2019-02-01
2
-11
/
+73
*
driver core: Fix handling of runtime PM flags in device_link_add()
Rafael J. Wysocki
2019-02-01
3
-31
/
+42
*
driver core: Do not resume suppliers under device_links_write_lock()
Rafael J. Wysocki
2019-02-01
1
-6
/
+14
*
driver core: Avoid careless re-use of existing device links
Rafael J. Wysocki
2019-02-01
1
-3
/
+20
*
driver core: Fix DL_FLAG_AUTOREMOVE_SUPPLIER device link flag handling
Rafael J. Wysocki
2019-02-01
1
-8
/
+12
*
devres: always use dev_name() in devm_ioremap_resource()
Sergei Shtylyov
2019-01-31
1
-3
/
+1
*
drivers: base: Use __printf markup to silence compiler
Mathieu Malaterre
2019-01-31
1
-0
/
+1
*
firmware: intel_stratix10_service: add hardware dependency
Richard Gong
2019-01-31
1
-1
/
+1
*
driver core: Rewrite test_async_driver_probe to cover serialization and NUMA ...
Alexander Duyck
2019-01-31
1
-60
/
+201
*
libnvdimm: Schedule device registration on node local to the device
Alexander Duyck
2019-01-31
1
-3
/
+8
*
PM core: Use new async_schedule_dev command
Alexander Duyck
2019-01-31
1
-6
/
+6
*
driver core: Attach devices on CPU local to device node
Alexander Duyck
2019-01-31
1
-2
/
+2
*
async: Add support for queueing on specific NUMA node
Alexander Duyck
2019-01-31
2
-27
/
+108
*
workqueue: Provide queue_work_node to queue work near a given NUMA node
Alexander Duyck
2019-01-31
2
-0
/
+86
*
driver core: Probe devices asynchronously instead of the driver
Alexander Duyck
2019-01-31
3
-20
/
+48
*
device core: Consolidate locking and unlocking of parent and device
Alexander Duyck
2019-01-31
3
-39
/
+81
*
driver core: Establish order of operations for device_add and device_del via ...
Alexander Duyck
2019-01-31
3
-11
/
+26
*
driver core: Remove the link if there is no driver with AUTO flag
Yong Wu
2019-01-22
1
-2
/
+2
*
driver core: silence device link messages unless debugging
Jerome Brunet
2019-01-22
1
-3
/
+3
*
kobject: drop newline from msg string
Bo YU
2019-01-22
1
-3
/
+3
*
kobject: to repalce printk with pr_* style
Bo YU
2019-01-22
1
-3
/
+2
*
kobject: make kset_get_ownership() 'static'
Eric Biggers
2019-01-22
1
-1
/
+1
*
block: rbd: convert to use BUS_ATTR_WO and RO
Greg Kroah-Hartman
2019-01-22
1
-26
/
+19
*
rapidio: rio-sysfs.c: convert to use BUS_ATTR_WO
Greg Kroah-Hartman
2019-01-22
1
-3
/
+2
*
pseries: ibmebus.c: convert to use BUS_ATTR_WO
Greg Kroah-Hartman
2019-01-22
1
-6
/
+4
*
PCI: pci-sysfs.c: convert to use BUS_ATTR_WO
Greg Kroah-Hartman
2019-01-22
1
-3
/
+2
*
PCI: pci.c: convert to use BUS_ATTR_RW
Greg Kroah-Hartman
2019-01-22
1
-4
/
+3
*
f2fs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-01-22
3
-23
/
+6
*
debugfs: debugfs_use_start/finish do not exist anymore
Sergey Senozhatsky
2019-01-22
1
-2
/
+2
*
firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/
Masahiro Yamada
2019-01-22
4
-1
/
+3
*
firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to Makefile
Masahiro Yamada
2019-01-22
2
-6
/
+1
*
tools/firmware/ihex2fw: Replace explicit alignment with ALIGN
Andrey Smirnov
2019-01-22
1
-2
/
+4
*
tools/firmware/ihex2fw: Simplify next record offset calculation
Andrey Smirnov
2019-01-22
1
-1
/
+10
*
ihex: Simplify next record offset calculation
Andrey Smirnov
2019-01-22
1
-3
/
+7
*
ihex: Check if zero-length record is at the end of the blob
Andrey Smirnov
2019-01-22
1
-1
/
+1
[next]