1. c2c1ee6 regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cache by Dimitris Papastamos · 12 years ago
  2. 7e73c5a PM: Introduce suspend state PM_SUSPEND_FREEZE by Zhang Rui · 12 years ago
  3. f3eb839 regmap: debugfs: Fix reading in register field units by Dimitris Papastamos · 12 years ago
  4. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  5. 95601d6 regmap: spi: Handle allocation failures gracefully by Mark Brown · 12 years ago
  6. f88948e regmap: Export regmap_async_complete() by Mark Brown · 12 years ago
  7. f804fb5 regmap: Export regmap_async_complete_cb by Axel Lin · 12 years ago
  8. 30b2a55 regmap: include linux/sched.h to fix build by Stephen Warren · 12 years ago
  9. 807be03 firmware: Ignore abort check when no user-helper is used by Takashi Iwai · 12 years ago
  10. cd7239f firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPER by Takashi Iwai · 12 years ago
  11. 7b1269f firmware: Make user-mode helper optional by Takashi Iwai · 12 years ago
  12. 4e0c92d firmware: Refactoring for splitting user-mode helper code by Takashi Iwai · 12 years ago
  13. 4fa3e78 Driver core: treat unregistered bus_types as having no devices by Bjorn Helgaas · 12 years ago
  14. 74c46c6 PM / OPP: Export more symbols for module usage by Mark Langsdorf · 12 years ago
  15. b2ccd76 PM / OPP: switch exported symbols to GPL variant by Nishanth Menon · 12 years ago
  16. e0356df regmap: spi: Support asynchronous I/O for SPI by Mark Brown · 12 years ago
  17. 0d509f2 regmap: Add asynchronous I/O support by Mark Brown · 12 years ago
  18. d2a5884 regmap: Add "no-bus" option for regmap API by Andrey Smirnov · 12 years ago
  19. a347146 regmap: regmap: avoid spurious warning in regmap_read_debugfs by Russell King · 12 years ago
  20. 422d26b Merge 3.8-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  21. a4ca26a PM / Domains: don't use [delayed_]work_pending() by Tejun Heo · 12 years ago
  22. 67635d3 Merge 3.8-rc5 into usb-next by Greg Kroah-Hartman · 12 years ago
  23. 6802771b PM/Qos: Expose dev_pm_qos_flags symbol by Lan Tianyu · 12 years ago
  24. af4ca6a Merge remote-tracking branch 'regmap/fix/debugfs' into tmp by Mark Brown · 12 years ago
  25. ab78029 drivers/pinctrl: grab default handles from device core by Linus Walleij · 12 years ago
  26. 31b35e9e regmap: fix small typo in regmap_bulk_write comment by Nestor Ovroy · 12 years ago
  27. 373d4d0 taint: add explicit flag to show whether lock dep is still OK. by Rusty Russell · 12 years ago
  28. ed408f7 Merge 3.9-rc4 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  29. 53a9c87 Revert "drivers: base: Convert print_symbol to %pSR" by Greg Kroah-Hartman · 12 years ago
  30. 190888a driver core: fix possible missing of device probe by Ming Lei · 12 years ago
  31. e797986 drivers: base: Convert print_symbol to %pSR by Joe Perches · 12 years ago
  32. f5e097f dma_buf: Cleanup dma_buf_fd by Borislav Petkov · 12 years ago
  33. 1a5d76d drivers/base/core.c: Remove two unused variables and two useless calls to kfree by Peter Senna Tschudin · 12 years ago
  34. 30a4840 drivers/base/cpu.c: Fix typo in comment by Ralf Baechle · 12 years ago
  35. 4adf07f firmware: make sure the fw file size is not 0 by Luciano Coelho · 12 years ago
  36. f32ca3d regmap: debugfs: Fix seeking from the cache by Mark Brown · 12 years ago
  37. 7dea1ff Merge tag 'regmap-debugfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  38. 07c320d regmap: Add provisions to have user-defined write operation by Andrey Smirnov · 12 years ago
  39. ad27840 regmap: Add provisions to have user-defined read operation by Andrey Smirnov · 12 years ago
  40. 237019e regmap: Add support for 24 bit wide register addresses by Lars-Peter Clausen · 12 years ago
  41. e8d6539 regmap: debugfs: Make sure we store the last entry in the offset cache by Mark Brown · 12 years ago
  42. 5bd9f4b regmap: debugfs: Ensure a correct return value for empty caches by Mark Brown · 12 years ago
  43. 95f971c regmap: debugfs: Discard the cache if we fail to allocate an entry by Mark Brown · 12 years ago
  44. 5a1d6d1 regmap: debugfs: Fix check for block start in cached seeks by Mark Brown · 12 years ago
  45. 120f805 regmap: debugfs: Fix attempts to read nonexistant register blocks by Mark Brown · 12 years ago
  46. f67ffa9 Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  47. 9f6d8f6 PM: Move disabling/enabling runtime PM to late suspend/early resume by Rafael J. Wysocki · 12 years ago
  48. 4ce4780 PM / QoS: Rename local variable in dev_pm_qos_add_ancestor_request() by Rafael J. Wysocki · 12 years ago
  49. 9442490 regmap: irq: Support wake IRQ mask inversion by Mark Brown · 12 years ago
  50. 33be493 regmap: irq: Fix sync of wake statuses to hardware by Mark Brown · 12 years ago
  51. a7440ea regmap: irq: Use a bulk read for interrupt status where possible by Mark Brown · 12 years ago
  52. bbae92c regmap: irq: Factor register read out of the IRQ parsing loop by Mark Brown · 12 years ago
  53. 2ac902c regmap: flat: Add flat cache type by Mark Brown · 12 years ago
  54. 55ac85e regmap: irq: enable wake support by default by Laxman Dewangan · 12 years ago
  55. 1ac12b4 vfs: turn is_dir argument to kern_path_create into a lookup_flags arg by Jeff Layton · 12 years ago
  56. b6fa0cd dma-buf: might_sleep() in dma_buf_unmap_attachment() by Rob Clark · 12 years ago
  57. 2d9c8b5 Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  58. d8c532c Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  59. 20b2f52 numa: add CONFIG_MOVABLE_NODE for movable-dedicated node by Lai Jiangshan · 12 years ago
  60. 8cebfcd hugetlb: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  61. 99b8f42e Merge tag 'regmap-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  62. 608ff1a Merge branch 'akpm' (Andrew's patchbomb) by Linus Torvalds · 12 years ago
  63. 511c2ab mm, memory-hotplug: dynamic configure movable memory and portion memory by Lai Jiangshan · 12 years ago
  64. fcf07d2 drivers/base/node.c: cleanup node_state_attr[] by Lai Jiangshan · 12 years ago
  65. fa26437 mm: cleanup register_node() by Yasuaki Ishimatsu · 12 years ago
  66. 8c7b5b4 memory-hotplug: suppress "Device nodeX does not have a release() function" warning by Yasuaki Ishimatsu · 12 years ago
  67. 8732794 numa: convert static memory to dynamically allocated memory for per node device by Wen Congyang · 12 years ago
  68. fa7194e memory hotplug: suppress "Device memoryX does not have a release() function" warning by Yasuaki Ishimatsu · 12 years ago
  69. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  70. bad73c5 Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  71. 4009793 drivers: cma: represent physical addresses as phys_addr_t by Vitaly Andrianov · 12 years ago
  72. 7c8a299 Merge remote-tracking branch 'regmap/topic/type' into regmap-next by Mark Brown · 12 years ago
  73. 8e24a6e Merge remote-tracking branch 'regmap/topic/table' into regmap-next by Mark Brown · 12 years ago
  74. db760fb Merge remote-tracking branch 'regmap/topic/lock' into regmap-next by Mark Brown · 12 years ago
  75. 4d348e6 Merge remote-tracking branch 'regmap/topic/domain' into regmap-next by Mark Brown · 12 years ago
  76. bcf8668 Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next by Mark Brown · 12 years ago
  77. d3816c1 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 12 years ago
  78. 5166b7c regmap: debugfs: Cache offsets of valid regions for dump by Mark Brown · 12 years ago
  79. afab2f7 regmap: debugfs: Factor out initial seek by Mark Brown · 12 years ago
  80. db04328 regmap: debugfs: Avoid overflows for very small reads by Mark Brown · 12 years ago
  81. cbc1938 regmap: Cache register and value sizes for debugfs by Mark Brown · 12 years ago
  82. 170bb4c Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  83. 64adb01 Merge branch 'pm-runtime' by Rafael J. Wysocki · 12 years ago
  84. 26ab934 Merge branch 'pm-opp' by Rafael J. Wysocki · 12 years ago
  85. bcacbdb Merge branch 'acpi-enumeration' by Rafael J. Wysocki · 12 years ago
  86. c8b6817 Merge branch 'pm-qos' by Rafael J. Wysocki · 12 years ago
  87. a42d1e3 driver core: remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 12 years ago
  88. d033a30 Merge remote-tracking branch 'linus/master' into staging/for_v3.8 by Mauro Carvalho Chehab · 12 years ago
  89. 94d76d5 platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdown by Rafael J. Wysocki · 12 years ago
  90. 45c3646 Merge branch 'acpi-dev-pm' into acpi-enumeration by Rafael J. Wysocki · 12 years ago
  91. c6c2295 [media] dma-mapping: fix dma_common_get_sgtable() conditional compilation by Marek Szyprowski · 12 years ago
  92. 9305842 drivers/base/core.c: Mark to_root_device static by Josh Triplett · 12 years ago
  93. 0246c4f driver core: use initcall_debug to control shutdown info by ShuoX Liu · 12 years ago
  94. 35546bd PM / QoS: Handle device PM QoS flags while removing constraints by Rafael J. Wysocki · 12 years ago
  95. a7227a0 PM / QoS: fix wrong error-checking condition by Guennadi Liakhovetski · 12 years ago
  96. 76aad39 regmap: introduce tables for readable/writeable/volatile/precious checks by Davide Ciminaghi · 12 years ago
  97. 3afa24f Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-table by Mark Brown · 12 years ago
  98. 869e4a5 Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-table by Mark Brown · 12 years ago
  99. 863f9f3 ACPI / platform: Initialize ACPI handles of platform devices in advance by Rafael J. Wysocki · 12 years ago
  100. d6ff855 driver: platform: fix documentation for platform_get_irq_byname by Wolfram Sang · 12 years ago