Age | Commit message (Expand) | Author | Files | Lines |
2017-10-03 | Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
2017-09-19 | driver core: remove DRIVER_ATTR | Greg Kroah-Hartman | 1 | -2/+0 |
2017-09-18 | driver core: Fix link to device power management documentation | Geert Uytterhoeven | 1 | -1/+1 |
2017-08-28 | Do not disable driver and bus shutdown hook when class shutdown hook is set. | Michal Suchanek | 1 | -2/+2 |
2017-08-28 | driver core: Document struct device:dma_ops | Jonathan Corbet | 1 | -0/+1 |
2017-08-14 | Merge 4.13-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+1 |
2017-08-07 | pinctrl: generic: update references to Documentation/pinctrl.txt | Ludovic Desroches | 1 | -1/+1 |
2017-07-22 | Merge branch 'bind_unbind' into driver-core-next | Greg Kroah-Hartman | 1 | -0/+30 |
2017-07-22 | driver core: add devm_device_add_group() and friends | Dmitry Torokhov | 1 | -0/+9 |
2017-07-22 | driver core: add device_{add|remove}_group() helpers | Dmitry Torokhov | 1 | -0/+16 |
2017-07-22 | driver core: make device_{add|remove}_groups() public | Dmitry Torokhov | 1 | -0/+5 |
2017-07-07 | Add "shutdown" to "struct class". | Josh Zimmerman | 1 | -0/+2 |
2017-07-04 | Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+0 |
2017-06-13 | driver core: add helper to reuse a device-tree node | Johan Hovold | 1 | -0/+4 |
2017-06-12 | driver-core: remove struct bus_type.dev_attrs | Greg Kroah-Hartman | 1 | -2/+0 |
2017-06-09 | driver core: remove class_attrs from struct class | Greg Kroah-Hartman | 1 | -2/+0 |
2017-06-07 | driver core: remove CLASS_ATTR usage | Greg Kroah-Hartman | 1 | -2/+0 |
2017-03-17 | drivers core: remove assert_held_device_hotplug() | Heiko Carstens | 1 | -1/+0 |
2017-02-26 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+1 |
2017-02-25 | mm: validate device_hotplug is held for memory hotplug | Dan Williams | 1 | -0/+1 |
2017-01-24 | treewide: Move dma_ops from struct dev_archdata into struct device | Bart Van Assche | 1 | -0/+1 |
2017-01-20 | device: Implement a bus agnostic dev_num_vf routine | Phil Sutter | 1 | -0/+7 |
2017-01-20 | device: bus_type: Introduce num_vf callback | Phil Sutter | 1 | -0/+4 |
2016-12-13 | Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+91 |
2016-12-13 | Merge tag 'docs-4.10' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
2016-12-05 | driver core: Silence device links sphinx warning | Lukas Wunner | 1 | -0/+1 |
2016-11-29 | driver core: class: add class_groups support | Greg Kroah-Hartman | 1 | -0/+2 |
2016-11-24 | driver core: add CLASS_ATTR_WO() | Greg Kroah-Hartman | 1 | -0/+2 |
2016-11-16 | devres: add devm_alloc_percpu() | Madalin Bucur | 1 | -0/+19 |
2016-10-31 | PM / runtime: Use device links | Rafael J. Wysocki | 1 | -0/+6 |
2016-10-31 | driver core: Functional dependencies tracking support | Rafael J. Wysocki | 1 | -0/+80 |
2016-10-24 | docs: fix locations of several documents that got moved | Mauro Carvalho Chehab | 1 | -1/+1 |
2016-09-16 | iommu: Introduce iommu_fwspec | Robin Murphy | 1 | -0/+3 |
2016-05-21 | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+5 |
2016-05-20 | include/linux: apply __malloc attribute | Rasmus Villemoes | 1 | -6/+6 |
2016-05-02 | driver-core: use 'dev' argument in dev_dbg_ratelimited stub | Arnd Bergmann | 1 | -2/+5 |
2016-04-22 | PM / Runtime: Move ignore_children flag under CONFIG_PM | Ulf Hansson | 1 | -5/+0 |
2016-03-23 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -0/+12 |
2016-03-20 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -2/+5 |
2016-02-16 | ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match() | Tomeu Vizoso | 1 | -2/+5 |
2016-02-09 | devm: add helper devm_add_action_or_reset() | Sudip Mukherjee | 1 | -0/+12 |
2016-02-04 | usb: sysfs: make locking interruptible | Oliver Neukum | 1 | -0/+5 |
2016-01-08 | device core: add device_is_bound() | Tomeu Vizoso | 1 | -0/+2 |
2015-12-09 | device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notification | Andy Shevchenko | 1 | -0/+1 |
2015-10-10 | devm: make allocations numa aware by default | Dan Williams | 1 | -4/+12 |
2015-09-02 | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2015-09-02 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+24 |
2015-08-06 | bus: subsys: update return type of ->remove_dev() to void | Viresh Kumar | 1 | -1/+1 |
2015-07-31 | Merge back earlier ACPI PM material for v4.3. | Rafael J. Wysocki | 1 | -0/+2 |
2015-07-30 | device core: Introduce per-device MSI domain pointer | Marc Zyngier | 1 | -0/+20 |