summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-141-1/+1
| * kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer2019-01-141-1/+2
| * Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-01-1426-93/+321
| |\
| | * Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into ...Olof Johansson2019-01-1211-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
| | | * reset: fix null pointer dereference on dev by dev_nameColin Ian King2019-01-071-1/+2
| | | * reset: Add reset_control_get_count()Geert Uytterhoeven2019-01-072-0/+48
| | | * reset: Improve reset controller kernel docsGeert Uytterhoeven2019-01-071-4/+4
| | | * ARC: HSDK: improve reset driverEugeniy Paltsev2019-01-071-0/+1
| | * | Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2019-01-123-3/+20
| | |\ \
| | | * | ARM: dts: kirkwood: Fix polarity of GPIO fan linesLinus Walleij2019-01-101-2/+2
| | | * | arm64: dts: marvell: mcbin: fix PCIe reset signalBaruch Siach2019-01-101-1/+1
| | | * | arm64: dts: marvell: armada-ap806: reserve PSCI areaHeinrich Schuchardt2019-01-101-0/+17
| | | |/
| | * | Merge tag 'integrator-fixes-armsoc' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2019-01-121-2/+6
| | |\ \
| | | * | ARM: integrator: impd1: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-01-111-1/+1
| | | * | gpio: pl061: handle failed allocationsNicholas Mc Guire2019-01-101-1/+5
| | | |/
| | * | Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-01-121-0/+4
| | |\ \
| | | * | arm64: defconfig: enable modules for amlogic s400 sound cardJerome Brunet2019-01-081-0/+4
| | | |/
| | * | Merge tag 'qcom-fixes-for-5.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2019-01-121-0/+1
| | |\ \
| | | * | qcom-scm: Include <linux/err.h> headerFabio Estevam2019-01-101-0/+1
| | | |/