| Commit message (Expand) | Author | Age |
* | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2010-10-29 |
|\ |
|
| * | PM / Runtime: Fix typo in status comparison causing warning | Kevin Winchester | 2010-10-29 |
* | | convert get_sb_single() users | Al Viro | 2010-10-29 |
|/ |
|
* | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2010-10-26 |
|\ |
|
| * | PM / Runtime: fix recursive locking warning of lockdep from rpm_resume() | Ming Lei | 2010-10-22 |
* | | writeback: add /sys/devices/system/node/<node>/vmstat | Michael Rubin | 2010-10-26 |
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-10-25 |
|\ \ |
|
| * | | of/device: Rework to use common platform_device_alloc() for allocating devices | Grant Likely | 2010-10-21 |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-10 |
| |\ \ \ |
|
| * | | | | Fix spelling fuction -> function in comments | Stefan Weil | 2010-08-09 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-10-22 |
|\ \ \ \ \ |
|
| * | | | | | driver core: Display error codes when class suspend fails | Mark Brown | 2010-10-22 |
| * | | | | | Driver core: Add section count to memory_block struct | Nathan Fontenot | 2010-10-22 |
| * | | | | | Driver core: Add mutex for adding/removing memory blocks | Nathan Fontenot | 2010-10-22 |
| * | | | | | Driver core: Move find_memory_block routine | Nathan Fontenot | 2010-10-22 |
| * | | | | | driver core: Convert link_mem_sections to use find_memory_block_hinted. | Robin Holt | 2010-10-22 |
| * | | | | | driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_... | Robin Holt | 2010-10-22 |
| * | | | | | driver core: fix build for CONFIG_BLOCK not enabled | Randy Dunlap | 2010-10-22 |
| * | | | | | driver-core: base: change to new flag variable | matt mooney | 2010-10-22 |
| * | | | | | FW_LOADER: fix kconfig dependency warning on HOTPLUG | Randy Dunlap | 2010-10-22 |
| * | | | | | SYSFS: Allow boot time switching between deprecated and modern sysfs layout | Andi Kleen | 2010-10-22 |
| * | | | | | driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices | Kay Sievers | 2010-10-22 |
| * | | | | | base/platform: Simplifications for NULL platform data/resources handling | Anton Vorontsov | 2010-10-22 |
| * | | | | | base/platform: Safe handling for NULL platform data and resources | Anton Vorontsov | 2010-10-22 |
| * | | | | | driver core: platform_bus: allow runtime override of dev_pm_ops | Kevin Hilman | 2010-10-22 |
| * | | | | | driver core: platform: Use drv->driver.bus instead of assuming platform_bus_type | Patrick Pannuto | 2010-10-22 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2010-10-21 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | PM / Wakeup: Show wakeup sources statistics in debugfs | Rafael J. Wysocki | 2010-10-19 |
| * | | | | PM: Introduce library for device-specific OPPs (v7) | Nishanth Menon | 2010-10-16 |
| * | | | | PM: Add sysfs attr for rechecking dev hash from PM trace | James Hogan | 2010-10-16 |
| * | | | | PM: Lock PM device list mutex in show_dev_hash() | James Hogan | 2010-10-16 |
| * | | | | PM / Runtime: Remove idle notification after failing suspend | Rafael J. Wysocki | 2010-10-16 |
| * | | | | PM / Runtime: Reduce code duplication in core helper functions | Rafael J. Wysocki | 2010-10-16 |
| * | | | | PM / Runtime: Implement autosuspend support | Alan Stern | 2010-10-16 |
| * | | | | PM / Runtime: Add no_callbacks flag | Alan Stern | 2010-10-16 |
| * | | | | PM / Runtime: Combine runtime PM entry points | Alan Stern | 2010-10-16 |
| * | | | | PM / Runtime: Merge synchronous and async runtime routines | Alan Stern | 2010-10-16 |
| * | | | | PM / Runtime: Replace boolean arguments with bitflags | Alan Stern | 2010-10-16 |
| * | | | | PM / Runtime: Move code in drivers/base/power/runtime.c | Alan Stern | 2010-10-16 |
| * | | | | PM: Fix potential issue with failing asynchronous suspend | Rafael J. Wysocki | 2010-10-16 |
| * | | | | PM / Wakeup: Introduce wakeup source objects and event statistics (v3) | Rafael J. Wysocki | 2010-10-16 |
| * | | | | PM: Fix signed/unsigned warning in dpm_show_time() | Kevin Cernekee | 2010-10-16 |
| * | | | | PM / Runtime: Lenient generic runtime pm callbacks | Ohad Ben-Cohen | 2010-10-16 |
| |/ / / |
|
* | | | | Merge commit 'v2.6.36-rc5' into sched/core | Ingo Molnar | 2010-09-21 |
|\| | | |
|
| * | | | PM: Prevent waiting forever on asynchronous resume after failing suspend | Colin Cross | 2010-09-08 |
* | | | | topology/sysfs: Provide book id and siblings attributes | Heiko Carstens | 2010-09-09 |
|/ / / |
|
* | / | firmware_class: fix typo in error path | Johannes Berg | 2010-08-23 |
| |/
|/| |
|
* | | drivers/base/node.c: reduce stack usage of node_read_meminfo() | KOSAKI Motohiro | 2010-08-09 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2010-08-06 |
|\ \ |
|