1. d7cf559 device property: Move fwnode_connection_find_match() under drivers/base/property.c by Heikki Krogerus · 4 years, 4 months ago
  2. 59abd83 drivers: base: Introducing software nodes to the firmware node framework by Heikki Krogerus · 6 years ago
  3. cf65a0f dma-mapping: move all DMA mapping code to kernel/dma by Christoph Hellwig · 7 years ago
  4. 38047d5 Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  5. f2d9b66 drivers: base: Unified device connection lookup by Heikki Krogerus · 7 years ago
  6. 5d6d1dd firmware: move firmware loader into its own directory by Luis R. Rodriguez · 7 years ago
  7. d73f821 firmware: split firmware fallback functionality into its own file by Luis R. Rodriguez · 7 years ago
  8. ad4365f firmware: enable to split firmware_class into separate target files by Luis R. Rodriguez · 7 years ago
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. 2ef7a29 arm, arm64: factorize common cpu capacity default code by Juri Lelli · 8 years ago
  11. 79543cf driver-core: add test module for asynchronous probing by Dmitry Torokhov · 8 years ago
  12. 3a49551 isa: Allow ISA-style drivers on modern systems by William Breathitt Gray · 9 years ago
  13. c09fcc4b drivers/base: Add MSI domain support for non-PCI devices by Marc Zyngier · 9 years ago
  14. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  15. 246246c drivers: base: support cpu cache information interface to userspace via sysfs by Sudeep Holla · 10 years ago
  16. b31384f Driver core: Unified device properties interface for platform firmware by Rafael J. Wysocki · 10 years ago
  17. 833c954 device coredump: add new device coredump class by Johannes Berg · 10 years ago
  18. 35fac7e dma-buf: move to drivers/dma-buf by Maarten Lankhorst · 11 years ago
  19. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  20. 2a41e60 drivers/base: provide an infrastructure for componentised subsystems by Russell King · 11 years ago
  21. caa73ea ACPI / hotplug / driver core: Handle containers in a special way by Rafael J. Wysocki · 11 years ago
  22. bf550fc Merge remote-tracking branch 'origin/next' into kvm-ppc-next by Alexander Graf · 11 years ago
  23. f825c73 mm/cma: Move dma contiguous changes into a seperate config by Aneesh Kumar K.V · 12 years ago
  24. 786d725 reservation: cross-device reservation support, v4 by Maarten Lankhorst · 12 years ago
  25. ab78029 drivers/pinctrl: grab default handles from device core by Linus Walleij · 12 years ago
  26. c64be2b drivers: add Contiguous Memory Allocator by Marek Szyprowski · 13 years ago
  27. 74d1d82 drivers/base: add bus for System-on-Chip devices by Lee Jones · 13 years ago
  28. e9c688a driver core: remove drivers/base/sys.c and include/linux/sysdev.h by Greg Kroah-Hartman · 13 years ago
  29. 8e36967 Merge branch 'dma-buf-merge' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  30. d15bd7e dma-buf: Introduce dma buffer sharing mechanism by Sumit Semwal · 13 years ago
  31. ccbc60d topology: Provide CPU topology in sysfs in !SMP configurations by Ben Hutchings · 13 years ago
  32. f5fc879 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 13 years ago
  33. b83a313 regmap: Add generic non-memory mapped register access API by Mark Brown · 14 years ago
  34. ab493a0 drivers: iommu: move to a dedicated folder by Ohad Ben-Cohen · 14 years ago
  35. 40dc166 PM / Core: Introduce struct syscore_ops for core subsystems PM by Rafael J. Wysocki · 14 years ago
  36. 7a86808 driver-core: base: change to new flag variable by matt mooney · 14 years ago
  37. 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 16 years ago
  38. a56af87 driver-core: move dma-coherent.c from kernel to driver/base by Ming Lei · 15 years ago
  39. 1aaf118 select IOMMU_API when DMAR and/or AMD_IOMMU is selected by Joerg Roedel · 16 years ago
  40. b297d52 Merge branch 'dmapool' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  41. 92b4214 driver core: fix build with SYSFS=n by Randy Dunlap · 17 years ago
  42. c63469a Driver core: move the driver specific module code into the driver core by Greg Kroah-Hartman · 17 years ago
  43. 141e9d4 Move dmapool.c to mm/ directory by Matthew Wilcox · 17 years ago
  44. 411f0f3 Introduce CONFIG_HAS_DMA by Heiko Carstens · 18 years ago
  45. 9ac7849 devres: device resource management by Tejun Heo · 18 years ago
  46. 5394702 [PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSE by Keith Mannthey · 18 years ago
  47. a5117ba7 [PATCH] Driver model: add ISA bus by Rene Herman · 19 years ago
  48. 4039483 [PATCH] Driver Core: Add /sys/hypervisor when needed by Michael Holzheu · 19 years ago
  49. 69dcc99 [PATCH] Export cpu topology in sysfs by Zhang, Yanmin · 19 years ago
  50. 3947be1 [PATCH] memory hotplug: sysfs and add/remove functions by Dave Hansen · 19 years ago
  51. 07e4a3e [PATCH] Move device/driver code to drivers/base/dd.c by mochel@digitalimplant.org · 20 years ago
  52. cd987d3 [PATCH] class: remove class_simple code, as no one in the tree is using it anymore. by gregkh@suse.de · 20 years ago
  53. 0b405a0 [PATCH] Driver Core: remove driver model detach_state by David Brownell · 20 years ago
  54. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago