| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-12-13 | 1 | -0/+91 |
|\ |
|
| * | driver core: Silence device links sphinx warning | Lukas Wunner | 2016-12-05 | 1 | -0/+1 |
| * | driver core: class: add class_groups support | Greg Kroah-Hartman | 2016-11-29 | 1 | -0/+2 |
| * | driver core: add CLASS_ATTR_WO() | Greg Kroah-Hartman | 2016-11-24 | 1 | -0/+2 |
| * | PM / runtime: Use device links | Rafael J. Wysocki | 2016-10-31 | 1 | -0/+6 |
| * | driver core: Functional dependencies tracking support | Rafael J. Wysocki | 2016-10-31 | 1 | -0/+80 |
* | | Merge tag 'docs-4.10' of git://git.lwn.net/linux | Linus Torvalds | 2016-12-12 | 1 | -1/+1 |
|\ \ |
|
| * | | docs: fix locations of several documents that got moved | Mauro Carvalho Chehab | 2016-10-24 | 1 | -1/+1 |
| |/ |
|
* / | devres: add devm_alloc_percpu() | Madalin Bucur | 2016-11-15 | 1 | -0/+19 |
|/ |
|
* | iommu: Introduce iommu_fwspec | Robin Murphy | 2016-09-16 | 1 | -0/+3 |
* | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-05-20 | 1 | -2/+5 |
|\ |
|
| * | driver-core: use 'dev' argument in dev_dbg_ratelimited stub | Arnd Bergmann | 2016-05-01 | 1 | -2/+5 |
* | | include/linux: apply __malloc attribute | Rasmus Villemoes | 2016-05-19 | 1 | -6/+6 |
* | | PM / Runtime: Move ignore_children flag under CONFIG_PM | Ulf Hansson | 2016-04-22 | 1 | -5/+0 |
|/ |
|
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2016-03-23 | 1 | -0/+12 |
|\ |
|
| * | devm: add helper devm_add_action_or_reset() | Sudip Mukherjee | 2016-02-08 | 1 | -0/+12 |
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-03-19 | 1 | -2/+5 |
|\ \ |
|
| * | | ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match() | Tomeu Vizoso | 2016-02-16 | 1 | -2/+5 |
| |/ |
|
* / | usb: sysfs: make locking interruptible | Oliver Neukum | 2016-02-03 | 1 | -0/+5 |
|/ |
|
* | device core: add device_is_bound() | Tomeu Vizoso | 2016-01-08 | 1 | -0/+2 |
* | device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notification | Andy Shevchenko | 2015-12-09 | 1 | -0/+1 |
* | devm: make allocations numa aware by default | Dan Williams | 2015-10-09 | 1 | -4/+12 |
* | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-09-01 | 1 | -0/+2 |
|\ |
|
| * | Merge back earlier ACPI PM material for v4.3. | Rafael J. Wysocki | 2015-07-31 | 1 | -0/+2 |
| |\ |
|
| | * | driver core: implement device_for_each_child_reverse() | Andy Shevchenko | 2015-07-28 | 1 | -0/+2 |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 1 | -0/+24 |
|\ \ \ |
|
| * | | | device core: Introduce per-device MSI domain pointer | Marc Zyngier | 2015-07-30 | 1 | -0/+20 |
| * | | | Merge branch 'linus' into irq/core | Thomas Gleixner | 2015-07-30 | 1 | -8/+7 |
| |\| | |
|
| * | | | genirq/MSI: Move msi_list from struct pci_dev to struct device | Jiang Liu | 2015-07-22 | 1 | -0/+4 |
| | |/
| |/| |
|
* | | | bus: subsys: update return type of ->remove_dev() to void | Viresh Kumar | 2015-08-05 | 1 | -1/+1 |
| |/
|/| |
|
* | | include, lib: add __printf attributes to several function prototypes | Nicolas Iooss | 2015-07-17 | 1 | -8/+7 |
|/ |
|
* | Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2015-07-02 | 1 | -0/+22 |
|\ |
|
| * | platform_device: better support builtin boilerplate avoidance | Paul Gortmaker | 2015-06-16 | 1 | -0/+22 |
* | | driver-core: enable drivers to opt-out of async probe | Luis R. Rodriguez | 2015-05-20 | 1 | -6/+7 |
* | | driver-core: add driver module asynchronous probe support | Luis R. Rodriguez | 2015-05-20 | 1 | -3/+5 |
* | | driver-core: add asynchronous probing support for drivers | Dmitry Torokhov | 2015-05-20 | 1 | -0/+28 |
|/ |
|
* | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-04-14 | 1 | -10/+6 |
|\ |
|
| * | device property: Make it possible to use secondary firmware nodes | Rafael J. Wysocki | 2015-04-03 | 1 | -0/+3 |
| * | driver core / ACPI: Represent ACPI companions using fwnode_handle | Rafael J. Wysocki | 2015-03-16 | 1 | -10/+3 |
* | | device: Add dev_of_node() accessor | Benjamin Herrenschmidt | 2015-03-25 | 1 | -0/+7 |
|/ |
|
* | device: Change dev_<level> logging functions to return void | Joe Perches | 2015-01-26 | 1 | -31/+29 |
* | device: Fix dev_dbg_once macro | Joe Perches | 2015-01-26 | 1 | -1/+1 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 1 | -0/+35 |
|\ |
|
| * | device: Add dev_<level>_once variants | Joe Perches | 2014-11-26 | 1 | -0/+35 |
* | | driver core: Provide an wrapper around the mutex to do lockdep warnings | Konrad Rzeszutek Wilk | 2014-12-04 | 1 | -0/+5 |
|/ |
|
* | Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-10-15 | 1 | -5/+6 |
|\ |
|
| * | driver core: Add BUS_NOTIFY_REMOVED_DEVICE event | Joerg Roedel | 2014-10-02 | 1 | -5/+6 |
* | | devres: Improve devm_kasprintf()/kvasprintf() support | Geert Uytterhoeven | 2014-09-23 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'iommu-updates-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-08-05 | 1 | -1/+1 |
|\ |
|
| * | iommu: Constify struct iommu_ops | Thierry Reding | 2014-07-07 | 1 | -1/+1 |