1. 4b2530d firmware: clean up filesystem load exit path by Kees Cook · 8 years ago
  2. 5275d19 firmware: move completing fw into a helper by Luis R. Rodriguez · 9 years ago
  3. ed04630 firmware: simplify dev_*() print messages for generic helpers by Luis R. Rodriguez · 9 years ago
  4. 656b803 ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match() by Tomeu Vizoso · 8 years ago
  5. 0c717d0 PM / OPP: Initialize regulator pointer to an error value by Viresh Kumar · 8 years ago
  6. 90e6345 PM / Domains: remove old power on/off latencies by Axel Haslam · 8 years ago
  7. fc5cbf0 PM / Domains: Support for multiple states by Axel Haslam · 8 years ago
  8. c88c395 PM / OPP: Initialize u_volt_min/max to a valid value by Viresh Kumar · 8 years ago
  9. 112d125 Revert "driver-core: platform: probe of-devices only using list of compatibles" by Greg Kroah-Hartman · 8 years ago
  10. 800c3a0 regmap: irq: add devm apis for regmap_{add,del}_irq_chip by Laxman Dewangan · 8 years ago
  11. c21b04f Merge 4.5-rc4 into driver-core-next by Greg Kroah-Hartman · 8 years ago
  12. 1b79dff Merge 4.5-rc4 into char-misc-next by Greg Kroah-Hartman · 8 years ago
  13. 8b9f9eb Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  14. 78ecc56 PM / OPP: Fix NULL pointer dereference crash when disabling OPPs by Jon Hunter · 8 years ago
  15. f972383 PM / sleep: declare __tracedata symbols as char[] rather than char by Eric Biggers · 8 years ago
  16. 8e7199c component: remove device from master match list on failed add by Daniel Stone · 8 years ago
  17. 67d02a1 driver-core: platform: probe of-devices only using list of compatibles by Uwe Kleine-König · 9 years ago
  18. 4877bb9 component: remove impossible condition by Sudip Mukherjee · 8 years ago
  19. 9e5b3d6 drivers: dma-coherent: simplify dma_init_coherent_memory return value by Michal Nazarewicz · 9 years ago
  20. 371fd7a driver core: bus: use to_subsys_private and to_device_private_bus by Geliang Tang · 9 years ago
  21. 4c62785 driver core: bus: use list_for_each_entry* by Geliang Tang · 9 years ago
  22. 6a0712f PM / OPP: Add dev_pm_opp_set_rate() by Viresh Kumar · 8 years ago
  23. d54974c PM / OPP: Manage device clk by Viresh Kumar · 8 years ago
  24. 50f8cfb PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindings by Viresh Kumar · 8 years ago
  25. 2174344 PM / OPP: Introduce dev_pm_opp_get_max_transition_latency() by Viresh Kumar · 8 years ago
  26. 655c9df PM / OPP: Introduce dev_pm_opp_get_max_volt_latency() by Viresh Kumar · 8 years ago
  27. 7d34d56 PM / OPP: Disable OPPs that aren't supported by the regulator by Viresh Kumar · 8 years ago
  28. 9f8ea96 PM / OPP: get/put regulators from OPP core by Viresh Kumar · 8 years ago
  29. 4618951 regmap: irq: dispose all virtual irq before removing domain by Laxman Dewangan · 8 years ago
  30. 10a3fbf firmware: Change the page arrary alloc to vmalloc by Chen Feng · 9 years ago
  31. 468623b firmware: simplify dev_*() print messages for generic helpers by Luis R. Rodriguez · 8 years ago
  32. 92e6edd Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 8 years ago
  33. 79e2f8d Merge branches 'pm-core' and 'pm-domains' by Rafael J. Wysocki · 8 years ago
  34. 320549a regmap: mmio: Revert to v4.4 endianness handling by Mark Brown · 8 years ago
  35. e79aee4 PM: Avoid false-positive warnings in dev_pm_domain_set() by Rafael J. Wysocki · 8 years ago
  36. 53af16f PM / Domains: Silence compiler warning for an unused function by Ulf Hansson · 8 years ago
  37. 3245d46 regmap: cache: Fall back to register by register read for cache defaults by Mark Brown · 8 years ago
  38. bb2bb45 regmap: Return an error if a caller attempts to do an unsupported raw read by Mark Brown · 8 years ago
  39. f3ca903 Merge tag 'driver-core-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  40. 30e4c9a Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  41. ad1ac94 Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep' by Rafael J. Wysocki · 8 years ago
  42. a3d09c7 PM / Domains: Fix typo in comment by Moritz Fischer · 8 years ago
  43. cdb300a PM / Domains: Fix potential deadlock while adding/removing subdomains by Ulf Hansson · 8 years ago
  44. 922a9f9 regmap: mmio: Convert to regmap_bus and fix accessor usage by Mark Brown · 8 years ago
  45. 5748048 component: Detach components when deleting master struct by Jon Medhurst (Tixy) · 8 years ago
  46. a06c488 regmap: Add explict native endian flag to DT bindings by Mark Brown · 8 years ago
  47. 9a4e784 component: fix crash on x86_64 with hda audio drivers by Russell King · 8 years ago
  48. 25cad69 base/platform: Fix platform drivers with no probe callback by Martin Wilck · 9 years ago
  49. bb1a793 base: Export platform_msi_domain_[alloc,free]_irqs by Thomas Petazzoni · 8 years ago
  50. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  51. 0106ef5 PM / domains: fix lockdep issue for all subdomains by Marek Szyprowski · 8 years ago
  52. eae2177 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  53. 30f0530 Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  54. 20d666e dma-mapping: remove <asm-generic/dma-coherent.h> by Christoph Hellwig · 8 years ago
  55. 0d4a619 dma-mapping: make the generic coherent dma mmap implementation optional by Christoph Hellwig · 8 years ago
  56. 848e239 drivers/base/cpu.c: use __cpu_*_mask directly by Rasmus Villemoes · 8 years ago
  57. 6efd3f8 Merge branch 'pm-core' by Rafael J. Wysocki · 8 years ago
  58. 12768c1 Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  59. 260ae3f mm: skip memory block registration for ZONE_DEVICE by Dan Williams · 8 years ago
  60. d51fe1f regmap: pass buffer size to regmap_raw_read() in regcache_hw_init() by Maciej S. Szmigiero · 9 years ago
  61. cb5490a drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64 by John Allen · 9 years ago
  62. cc292b0 drivers/base/memory.c: rename remove_memory_block() to remove_memory_section() by Seth Jennings · 9 years ago
  63. 56c6b5d drivers/base/memory.c: clean up section counting by Seth Jennings · 9 years ago
  64. 6799060 Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  65. c3ce79d Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  66. e795e5f Merge tag 'regmap-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 9 years ago
  67. 581dbc8 Merge tag 'pinctrl-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  68. 3d116a6 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  69. 3ded910 driver core: Avoid NULL pointer dereferences in device_is_bound() by Rafael J. Wysocki · 9 years ago
  70. 9326806 Merge branch 'pm-domains' by Rafael J. Wysocki · 9 years ago
  71. 7f4a370 Merge branch 'pm-opp' by Rafael J. Wysocki · 9 years ago
  72. 92266e1 Merge branches 'pm-pci' and 'pm-core' by Rafael J. Wysocki · 9 years ago
  73. 1e3f28a Merge branch 'acpi-soc' by Rafael J. Wysocki · 9 years ago
  74. 9896528 Merge branch 'device-properties' by Rafael J. Wysocki · 9 years ago
  75. 2d30bb0 platform: Do not detach from PM domains on shutdown by Rafael J. Wysocki · 9 years ago
  76. aa8e54b PM / sleep: Go direct_complete if driver has no callbacks by Tomeu Vizoso · 9 years ago
  77. 989561d PM / Domains: add setter for dev.pm_domain by Tomeu Vizoso · 9 years ago
  78. 6b9cb42 device core: add device_is_bound() by Tomeu Vizoso · 9 years ago
  79. c4e4d63 Merge branch 'acpi-soc' into pm-core by Rafael J. Wysocki · 9 years ago
  80. d35818a PM / clk: don't leave clocks enabled when driver not bound by Andy Shevchenko · 9 years ago
  81. 715780a firmware: actually return NULL on failed request_firmware_nowait() by Brian Norris · 9 years ago
  82. 4b83555 driver-core: platform: Add platform_irq_count() by Stephen Boyd · 9 years ago
  83. 5ff24d6 PM / OPP: Use snprintf() instead of sprintf() by Viresh Kumar · 9 years ago
  84. 6cb07ab Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-next by Mark Brown · 9 years ago
  85. a8d9934 Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-next by Mark Brown · 9 years ago
  86. 8798975 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 9 years ago
  87. 6cca671 Merge remote-tracking branch 'regmap/topic/cache' into regmap-next by Mark Brown · 9 years ago
  88. 8da61f2 regmap: debugfs: Use seq_file for the access map by Mark Brown · 9 years ago
  89. 7a78479 regmap: irq: add support for configuration of trigger type by Laxman Dewangan · 9 years ago
  90. c6f4811 Merge branch 'pm-opp' into pm-cpufreq by Rafael J. Wysocki · 9 years ago
  91. d9de19b PM / OPP: Set cpu_dev->id in cpumask first by Pi-Cheng Chen · 9 years ago
  92. 4295733 PM / core: fix typo in documentation by Manuel Pégourié-Gonnard · 9 years ago
  93. f6740c1 device property: avoid allocations of 0 length by Andy Shevchenko · 9 years ago
  94. 0fb5902 device property: the secondary fwnode needs to depend on the primary by Heikki Krogerus · 9 years ago
  95. aff5e06 irq/platform-MSI: Increase the maximum MSIs the MSI framework can support by MaJun · 9 years ago
  96. fd8d8e6 PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties by Bartlomiej Zolnierkiewicz · 9 years ago
  97. 9ad55cd Merge back earlier cpufreq material for v4.5. by Rafael J. Wysocki · 9 years ago
  98. e219aaf Merge back earlier 'pm-domains' material for v4.5. by Rafael J. Wysocki · 9 years ago
  99. a436b6a PM / runtime: Add new helper for conditional usage count incrementation by Rafael J. Wysocki · 9 years ago
  100. 552c494 platform-msi: Allow creation of a MSI-based stacked irq domain by Marc Zyngier · 9 years ago