1. 82023bb Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  2. 77aa265 Merge branch 'pm-runtime' by Rafael J. Wysocki · 11 years ago
  3. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  4. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  5. 7b19981 ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node by Rafael J. Wysocki · 11 years ago
  6. f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  7. aa1b9f1 PM / Runtime: Fix error path for prepare by Ulf Hansson · 11 years ago
  8. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  9. 4fc9ed3 Merge tag 'regmap-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 years ago
  10. 27ac0ff locks: break delegations on any attribute modification by J. Bruce Fields · 13 years ago
  11. b21996e locks: break delegations on unlink by J. Bruce Fields · 13 years ago
  12. 679d998 Merge branch 'pm-runtime' by Rafael J. Wysocki · 11 years ago
  13. baab52d PM / runtime: Use pm_runtime_put_sync() in __device_release_driver() by Rafael J. Wysocki · 11 years ago
  14. 04bc9ac Merge remote-tracking branch 'regmap/topic/spmi' into regmap-next by Mark Brown · 11 years ago
  15. 18f513d Merge remote-tracking branch 'regmap/topic/multi' into regmap-next by Mark Brown · 11 years ago
  16. 6cf3d82 Merge remote-tracking branch 'regmap/topic/irq' into regmap-next by Mark Brown · 11 years ago
  17. f2783f0 Merge remote-tracking branch 'regmap/topic/field' into regmap-next by Mark Brown · 11 years ago
  18. bee54e3 Merge remote-tracking branch 'regmap/topic/core' into regmap-next by Mark Brown · 11 years ago
  19. 5eff79f Merge remote-tracking branch 'regmap/topic/async' into regmap-next by Mark Brown · 11 years ago
  20. 70c1c86 Merge remote-tracking branch 'regmap/fix/core' into regmap-linus by Mark Brown · 11 years ago
  21. a01779f regmap: add SPMI support by Josh Cartwright · 11 years ago
  22. 93658cb Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  23. 6e0ca95 Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  24. 6e2d9b6 Merge branch 'pm-runtime' by Rafael J. Wysocki · 11 years ago
  25. 5c2aae8 Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  26. e4db1c7 PM / OPP: rename header to linux/pm_opp.h by Nishanth Menon · 11 years ago
  27. 47d43ba PM / OPP: rename data structures to dev_pm equivalents by Nishanth Menon · 11 years ago
  28. 5d4879c PM / OPP: rename functions to dev_pm_opp* by Nishanth Menon · 11 years ago
  29. 6fffcfa devres: restore zeroing behavior of devres_alloc() by Kevin Hilman · 11 years ago
  30. a52eaeb regmap: debugfs: Fix a boot time crash with early regmap init by Tero Kristo · 11 years ago
  31. 4bd7145 regmap: irq: clear status when disable irq by Yi Zhang · 11 years ago
  32. a7204d7 Merge 3.12-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  33. 70fea60 PM / Sleep: Detect device suspend/resume lockup and log event by Benoit Goby · 11 years ago
  34. a37f863 driver core: Release device_hotplug_lock when store_mem_state returns EINVAL by Yasuaki Ishimatsu · 11 years ago
  35. 69df753 drivers/base/core.c: output device renaming messages with dev_dbg(). by ethan.zhao · 11 years ago
  36. 64c862a8 devres: add kernel standard devm_k.alloc functions by Joe Perches · 11 years ago
  37. d66e6db PM / Runtime: Respect autosuspend when idle triggers suspend by Ulf Hansson · 11 years ago
  38. 04c50cc regmap: Only send a single buffer for async I/O if writing one register by Mark Brown · 11 years ago
  39. cd1b9dd regmap: spi: Handle async writes of only one buffer by Mark Brown · 11 years ago
  40. e33fabd regmap: new API regmap_multi_reg_write() definition by Anthony Olech · 11 years ago
  41. 7367880 treewide: fix "usefull" typo by Michael Opdenacker · 11 years ago
  42. 7ccda98 Merge remote-tracking branch 'regmap/fix/core' into regmap-async by Mark Brown · 11 years ago
  43. affbe88 regmap: Use async I/O during cache sync by Mark Brown · 11 years ago
  44. 1a25f26 regmap: Use async I/O for patch application by Mark Brown · 11 years ago
  45. 4174a7a regmap: Fix regmap_bulk_write single-rw mutex deadlock by Anthony Olech · 11 years ago
  46. 915f441 regmap: Provide asynchronous write and update bits operations by Mark Brown · 11 years ago
  47. 0a81980 regmap: Simplify the initiation of async I/O by Mark Brown · 11 years ago
  48. 651e013 regmap: Don't generate gather writes for single register raw writes by Mark Brown · 11 years ago
  49. 7e09a97 regmap: Cache async work structures by Mark Brown · 11 years ago
  50. a6b01de driver core: remove dev_bin_attrs from struct class by Greg Kroah-Hartman · 11 years ago
  51. bcc8edb driver core: remove dev_attrs from struct class by Greg Kroah-Hartman · 11 years ago
  52. 6dedcca hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock() by Toshi Kani · 11 years ago
  53. 88502b9 Merge 3.12-rc3 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  54. e18945b driver-core: remove struct bus_type.drv_attrs by Greg Kroah-Hartman · 11 years ago
  55. b4e4613 driver-core: remove struct bus_type.bus_attrs by Greg Kroah-Hartman · 11 years ago
  56. 3f9120b driver core: prevent deferred probe with platform_driver_probe by Johan Hovold · 11 years ago
  57. 3e358ac firmware: Be a bit more verbose about direct firmware loading failure by Neil Horman · 11 years ago
  58. 4b30ee5 sysfs: remove ktype->namespace() invocations in symlink code by Tejun Heo · 11 years ago
  59. 58292cbe sysfs: make attr namespace interface less convoluted by Tejun Heo · 11 years ago
  60. f123db8 driver core : Fix use after free of dev->parent in device_shutdown by Benson Leung · 11 years ago
  61. 574b851 hotplug / x86: Add hotplug lock to missing places by Toshi Kani · 11 years ago
  62. a010237 regmap: Add regmap_fields APIs by Kuninori Morimoto · 11 years ago
  63. fdf2002 regmap: add regmap_field_update_bits() by Kuninori Morimoto · 11 years ago
  64. 3cd14fc thp: account anon transparent huge pages into NR_ANON_PAGES by Kirill A. Shutemov · 11 years ago
  65. 19e8697 dma-buf: Expose buffer size to userspace (v2) by Christopher James Halse Rogers · 11 years ago
  66. 9022e24 dma-buf: Check return value of anon_inode_getfile by Tuomas Tynkkynen · 11 years ago
  67. 64c3538 Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 11 years ago
  68. ae7a835 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  69. 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  70. 40031da Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  71. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  72. 8243b7f Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 years ago
  73. 365c9ee Merge remote-tracking branch 'regmap/topic/sparse' into regmap-next by Mark Brown · 11 years ago
  74. 4460d02 Merge remote-tracking branch 'regmap/topic/rbtree' into regmap-next by Mark Brown · 11 years ago
  75. db00cb9 Merge remote-tracking branch 'regmap/topic/range' into regmap-next by Mark Brown · 11 years ago
  76. 3dedb61 Merge remote-tracking branch 'regmap/topic/patch' into regmap-next by Mark Brown · 11 years ago
  77. 1801cea Merge remote-tracking branch 'regmap/topic/irq' into regmap-next by Mark Brown · 11 years ago
  78. 4ff4eb9 Merge remote-tracking branch 'regmap/topic/cache' into regmap-next by Mark Brown · 11 years ago
  79. 1eeeef1 firmware loader: fix pending_fw_head list corruption by Maxime Bizon · 11 years ago
  80. 7bc583d Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  81. 5e33bc4 driver core / ACPI: Avoid device hot remove locking issues by Rafael J. Wysocki · 11 years ago
  82. 3f4ff56 regmap: rbtree: Make cache_present bitmap per node by Lars-Peter Clausen · 11 years ago
  83. 472fdec regmap: rbtree: Reduce number of nodes, take 2 by Lars-Peter Clausen · 11 years ago
  84. 194c753 regmap: rbtree: Simplify adjacent node look-up by Lars-Peter Clausen · 11 years ago
  85. 65c180f Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtree by Mark Brown · 11 years ago
  86. 21ea9f5 drivers/base/memory.c: fix show_mem_removable() to handle missing sections by Russ Anderson · 11 years ago
  87. 7315f0c drivers/base/memory.c: introduce help macro to_memory_block by Gu Zheng · 11 years ago
  88. bf550fc Merge remote-tracking branch 'origin/next' into kvm-ppc-next by Alexander Graf · 11 years ago
  89. 26ee474 regmap: debugfs: Fix continued read from registers file by Lars-Peter Clausen · 11 years ago
  90. 6396768 driver core: add #include <linux/sysfs.h> to core files. by Greg Kroah-Hartman · 11 years ago
  91. b675212 regcache-rbtree: Fix reg_stride != 1 by Lars-Peter Clausen · 11 years ago
  92. a254738 drivers: dma-contiguous: clean source code and prepare for device tree by Marek Szyprowski · 11 years ago
  93. 7a330a5 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  94. 95b6fcb Merge branch 'pm-opp' by Rafael J. Wysocki · 11 years ago
  95. e894245 Merge branch 'pm-sleep' by Rafael J. Wysocki · 11 years ago
  96. 14adbe5 driver core: firmware: use __ATTR_RW() by Greg Kroah-Hartman · 11 years ago
  97. c5e064a driver core: core: use DEVICE_ATTR_RO by Greg Kroah-Hartman · 11 years ago
  98. 2581c9c driver core: bus: use DRIVER_ATTR_WO() by Greg Kroah-Hartman · 11 years ago
  99. d06262e driver-core: platform: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  100. 3e1026b sysfs.h: remove attr_name() macro by Greg Kroah-Hartman · 11 years ago