summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki2019-02-012-2/+3
* driver core: Fix adding device links to probing suppliersRafael J. Wysocki2019-02-012-11/+73
* driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki2019-02-013-31/+42
* driver core: Do not resume suppliers under device_links_write_lock()Rafael J. Wysocki2019-02-011-6/+14
* driver core: Avoid careless re-use of existing device linksRafael J. Wysocki2019-02-011-3/+20
* driver core: Fix DL_FLAG_AUTOREMOVE_SUPPLIER device link flag handlingRafael J. Wysocki2019-02-011-8/+12
* devres: always use dev_name() in devm_ioremap_resource()Sergei Shtylyov2019-01-311-3/+1
* drivers: base: Use __printf markup to silence compilerMathieu Malaterre2019-01-311-0/+1
* firmware: intel_stratix10_service: add hardware dependencyRichard Gong2019-01-311-1/+1
* driver core: Rewrite test_async_driver_probe to cover serialization and NUMA ...Alexander Duyck2019-01-311-60/+201
* libnvdimm: Schedule device registration on node local to the deviceAlexander Duyck2019-01-311-3/+8
* PM core: Use new async_schedule_dev commandAlexander Duyck2019-01-311-6/+6
* driver core: Attach devices on CPU local to device nodeAlexander Duyck2019-01-311-2/+2
* async: Add support for queueing on specific NUMA nodeAlexander Duyck2019-01-312-27/+108
* workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck2019-01-312-0/+86
* driver core: Probe devices asynchronously instead of the driverAlexander Duyck2019-01-313-20/+48
* device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck2019-01-313-39/+81
* driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck2019-01-313-11/+26
* driver core: Remove the link if there is no driver with AUTO flagYong Wu2019-01-221-2/+2
* driver core: silence device link messages unless debuggingJerome Brunet2019-01-221-3/+3
* kobject: drop newline from msg stringBo YU2019-01-221-3/+3
* kobject: to repalce printk with pr_* styleBo YU2019-01-221-3/+2
* kobject: make kset_get_ownership() 'static'Eric Biggers2019-01-221-1/+1
* block: rbd: convert to use BUS_ATTR_WO and ROGreg Kroah-Hartman2019-01-221-26/+19
* rapidio: rio-sysfs.c: convert to use BUS_ATTR_WOGreg Kroah-Hartman2019-01-221-3/+2
* pseries: ibmebus.c: convert to use BUS_ATTR_WOGreg Kroah-Hartman2019-01-221-6/+4
* PCI: pci-sysfs.c: convert to use BUS_ATTR_WOGreg Kroah-Hartman2019-01-221-3/+2
* PCI: pci.c: convert to use BUS_ATTR_RWGreg Kroah-Hartman2019-01-221-4/+3
* f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-223-23/+6
* debugfs: debugfs_use_start/finish do not exist anymoreSergey Senozhatsky2019-01-221-2/+2
* firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/Masahiro Yamada2019-01-224-1/+3
* firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to MakefileMasahiro Yamada2019-01-222-6/+1
* tools/firmware/ihex2fw: Replace explicit alignment with ALIGNAndrey Smirnov2019-01-221-2/+4
* tools/firmware/ihex2fw: Simplify next record offset calculationAndrey Smirnov2019-01-221-1/+10
* ihex: Simplify next record offset calculationAndrey Smirnov2019-01-221-3/+7
* ihex: Check if zero-length record is at the end of the blobAndrey Smirnov2019-01-221-1/+1
* ihex: Share code between ihex_validate_fw() and ihex_next_binrec()Andrey Smirnov2019-01-221-8/+13
* driver core: move device->knode_class to device_privateWei Yang2019-01-184-7/+16
* sysfs: fix blank line coding style warningStephen Martin2019-01-181-0/+1
* Merge 5.0-rc2 into driver-core-nextGreg Kroah-Hartman2019-01-15482-2638/+4108
|\
| * Linux 5.0-rc2v5.0-rc2Linus Torvalds2019-01-131-1/+1
| * kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer2019-01-131-1/+2
| * Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-01-1326-93/+321
| |\
| | * Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into ...Olof Johansson2019-01-1311-52/+212
| | |\
| | | * reset: uniphier-glue: Add AHCI reset control support in glue layerKunihiko Hayashi2019-01-071-0/+12
| | | * dt-bindings: reset: uniphier: Add AHCI core reset descriptionKunihiko Hayashi2019-01-071-0/+3
| | | * reset: uniphier-usb3: Rename to reset-uniphier-glueKunihiko Hayashi2019-01-073-25/+25
| | | * dt-bindings: reset: uniphier: Replace the expression of USB3 with generic per...Kunihiko Hayashi2019-01-071-11/+11
| | | * ARM: socfpga: dts: document "altr,stratix10-rst-mgr" bindingDinh Nguyen2019-01-071-1/+2
| | | * reset: socfpga: add an early reset driver for SoCFPGADinh Nguyen2019-01-075-11/+105