summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-08kernfs: Allocating memory for kernfs_iattrs with kmem_cache.Ayush Mittal
2019-02-08sysfs: remove unused include of kernfs-internal.hOndrej Mosnacek
2019-02-08driver core: Postpone DMA tear-down until after devres releaseGeert Uytterhoeven
2019-02-08driver core: Document limitation related to DL_FLAG_RPM_ACTIVERafael J. Wysocki
2019-02-08PM-runtime: Take suppliers into account in __pm_runtime_set_status()Rafael J. Wysocki
2019-02-03device.h: Add __cold to dev_<level> logging functionsJoe Perches
2019-02-01firmware: intel_stratix10_service: remove COMPILE_TESTStephen Rothwell
2019-02-01driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki
2019-02-01driver core: Make driver core own stateful device linksRafael J. Wysocki
2019-02-01IOMMU: Make dwo drivers use stateless device linksRafael J. Wysocki
2019-02-01driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki
2019-02-01driver core: Fix adding device links to probing suppliersRafael J. Wysocki
2019-02-01driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki
2019-02-01driver core: Do not resume suppliers under device_links_write_lock()Rafael J. Wysocki
2019-02-01driver core: Avoid careless re-use of existing device linksRafael J. Wysocki
2019-02-01driver core: Fix DL_FLAG_AUTOREMOVE_SUPPLIER device link flag handlingRafael J. Wysocki
2019-01-31devres: always use dev_name() in devm_ioremap_resource()Sergei Shtylyov
2019-01-31drivers: base: Use __printf markup to silence compilerMathieu Malaterre
2019-01-31firmware: intel_stratix10_service: add hardware dependencyRichard Gong
2019-01-31driver core: Rewrite test_async_driver_probe to cover serialization and NUMA ...Alexander Duyck
2019-01-31libnvdimm: Schedule device registration on node local to the deviceAlexander Duyck
2019-01-31PM core: Use new async_schedule_dev commandAlexander Duyck
2019-01-31driver core: Attach devices on CPU local to device nodeAlexander Duyck
2019-01-31async: Add support for queueing on specific NUMA nodeAlexander Duyck
2019-01-31workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck
2019-01-31driver core: Probe devices asynchronously instead of the driverAlexander Duyck
2019-01-31device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck
2019-01-31driver core: Establish order of operations for device_add and device_del via ...Alexander Duyck
2019-01-22driver core: Remove the link if there is no driver with AUTO flagYong Wu
2019-01-22driver core: silence device link messages unless debuggingJerome Brunet
2019-01-22kobject: drop newline from msg stringBo YU
2019-01-22kobject: to repalce printk with pr_* styleBo YU
2019-01-22kobject: make kset_get_ownership() 'static'Eric Biggers
2019-01-22block: rbd: convert to use BUS_ATTR_WO and ROGreg Kroah-Hartman
2019-01-22rapidio: rio-sysfs.c: convert to use BUS_ATTR_WOGreg Kroah-Hartman
2019-01-22pseries: ibmebus.c: convert to use BUS_ATTR_WOGreg Kroah-Hartman
2019-01-22PCI: pci-sysfs.c: convert to use BUS_ATTR_WOGreg Kroah-Hartman
2019-01-22PCI: pci.c: convert to use BUS_ATTR_RWGreg Kroah-Hartman
2019-01-22f2fs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-22debugfs: debugfs_use_start/finish do not exist anymoreSergey Senozhatsky
2019-01-22firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/Masahiro Yamada
2019-01-22firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to MakefileMasahiro Yamada
2019-01-22tools/firmware/ihex2fw: Replace explicit alignment with ALIGNAndrey Smirnov
2019-01-22tools/firmware/ihex2fw: Simplify next record offset calculationAndrey Smirnov
2019-01-22ihex: Simplify next record offset calculationAndrey Smirnov
2019-01-22ihex: Check if zero-length record is at the end of the blobAndrey Smirnov
2019-01-22ihex: Share code between ihex_validate_fw() and ihex_next_binrec()Andrey Smirnov
2019-01-18driver core: move device->knode_class to device_privateWei Yang
2019-01-18sysfs: fix blank line coding style warningStephen Martin
2019-01-15Merge 5.0-rc2 into driver-core-nextGreg Kroah-Hartman