| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'driver-core-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-08-20 | 1 | -2/+2 |
|\ |
|
| * | dyndbg: fix for SOH in logging messages | Markus Trippelsdorf | 2012-08-18 | 1 | -2/+2 |
* | | Merge tag 'pm-for-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-08-18 | 1 | -8/+5 |
|\ \ |
|
| * | | PM / Runtime: Check device PM QoS setting before "no callbacks" check | Rafael J. Wysocki | 2012-08-17 | 1 | -6/+2 |
| * | | PM / Runtime: Clear power.deferred_resume on success in rpm_suspend() | Rafael J. Wysocki | 2012-08-17 | 1 | -1/+1 |
| * | | PM / Runtime: Fix rpm_resume() return value for power.no_callbacks set | Rafael J. Wysocki | 2012-08-17 | 1 | -1/+2 |
* | | | Merge tag 'driver-core-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-08-17 | 1 | -2/+7 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | drivers-core: make structured logging play nice with dynamic-debug | Jim Cromie | 2012-08-16 | 1 | -2/+7 |
* | | PM: Make dev_pm_get_subsys_data() always return 0 on success | Rafael J. Wysocki | 2012-08-08 | 2 | -5/+2 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-08-01 | 1 | -7/+2 |
|\ |
|
| * | new helper: done_path_create() | Al Viro | 2012-07-29 | 1 | -7/+2 |
* | | mm: factor out memory isolate functions | Minchan Kim | 2012-07-31 | 1 | -0/+1 |
* | | Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows... | Linus Torvalds | 2012-07-30 | 1 | -0/+49 |
|\ \ |
|
| * | | common: dma-mapping: introduce dma_get_sgtable() function | Marek Szyprowski | 2012-07-30 | 1 | -0/+18 |
| * | | common: dma-mapping: add support for generic dma_mmap_* calls | Marek Szyprowski | 2012-07-30 | 1 | -0/+31 |
* | | | Merge tag 'driver-core-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-07-26 | 7 | -37/+69 |
|\ \ \ |
|
| * | | | driver core: don't trigger uevent after failure | Sebastian Ott | 2012-07-17 | 1 | -2/+3 |
| * | | | PM / Runtime: Do not increment device usage counts before probing | Rafael J. Wysocki | 2012-07-16 | 1 | -4/+2 |
| * | | | driver-core: Use kobj_to_dev instead of re-implementing it | Lars-Peter Clausen | 2012-07-16 | 2 | -13/+10 |
| * | | | driver core: Move deferred devices to the end of dpm_list before probing | Mark Brown | 2012-07-16 | 1 | -0/+12 |
| * | | | driver core: move uevent call to driver_register | Sebastian Ott | 2012-07-16 | 2 | -1/+3 |
| * | | | driver core: fix shutdown races with probe/remove(v3) | Ming Lei | 2012-07-16 | 1 | -0/+18 |
| * | | | Merge v3.5-rc5 into driver-core-next | Greg Kroah-Hartman | 2012-07-05 | 3 | -7/+11 |
| |\ \ \ |
|
| * | | | | driver core: fix some kernel-doc warnings in dma*.c | Randy Dunlap | 2012-06-14 | 2 | -0/+2 |
| * | | | | device-core: Ensure drvdata = NULL when no driver is bound | Hans de Goede | 2012-06-13 | 1 | -0/+2 |
| * | | | | driver core: always handle dpm_order | Rabin Vincent | 2012-06-11 | 1 | -18/+18 |
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2012-07-24 | 1 | -2/+0 |
|\ \ \ \ \ |
|
| * | | | | | [SCSI] cleanup usages of scsi_complete_async_scans | Dan Williams | 2012-07-20 | 1 | -2/+0 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2012-07-23 | 1 | -57/+41 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | get rid of kern_path_parent() | Al Viro | 2012-07-14 | 1 | -57/+41 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'pm-for-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-07-22 | 4 | -83/+291 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2012-07-19 | 1 | -1/+9 |
| |\ \ \ \ |
|
| | * | | | | PM / Sleep: call early resume handlers when suspend_noirq fails | Colin Cross | 2012-07-19 | 1 | -1/+9 |
| * | | | | | Merge branch 'pm-qos' | Rafael J. Wysocki | 2012-07-19 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | PM / QoS: Use NULL pointer instead of plain integer in qos.c | Sachin Kamat | 2012-07-19 | 1 | -1/+1 |
| | | |/ / /
| | |/| | | |
|
| * | | | | | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2012-07-19 | 2 | -6/+10 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | PM / Sleep: Add missing static storage class specifiers in main.c | Sachin Kamat | 2012-07-18 | 1 | -4/+4 |
| | * | | | | PM / Sleep: Fix build warning in sysfs.c for CONFIG_PM_SLEEP unset | Rafael J. Wysocki | 2012-07-12 | 1 | -0/+4 |
| | * | | | | PM / Sleep: Separate printing suspend times from initcall_debug | Rafael J. Wysocki | 2012-07-01 | 2 | -13/+2 |
| | * | | | | PM / Sleep: add knob for printing device resume times | Sameer Nanda | 2012-07-01 | 2 | -2/+13 |
| | |/ / / |
|
| * | | | | Merge branch 'pm-domains' | Rafael J. Wysocki | 2012-07-19 | 1 | -74/+268 |
| |\ \ \ \ |
|
| | * | | | | PM / Domains: Fix build warning for CONFIG_PM_RUNTIME unset | Rafael J. Wysocki | 2012-07-12 | 1 | -13/+13 |
| | * | | | | PM / Domains: Replace plain integer with NULL pointer in domain.c file | Sachin Kamat | 2012-07-11 | 1 | -1/+1 |
| | * | | | | PM / Domains: Add missing static storage class specifier in domain.c file | Sachin Kamat | 2012-07-10 | 1 | -1/+1 |
| | * | | | | PM / Domains: Allow device callbacks to be added at any time | Rafael J. Wysocki | 2012-07-05 | 1 | -14/+50 |
| | * | | | | PM / Domains: Add device domain data reference counter | Rafael J. Wysocki | 2012-07-05 | 1 | -26/+57 |
| | * | | | | PM / Domains: Add preliminary support for cpuidle, v2 | Rafael J. Wysocki | 2012-07-03 | 1 | -0/+117 |
| | * | | | | PM / Domains: Do not stop devices after restoring their states | Rafael J. Wysocki | 2012-07-01 | 1 | -11/+5 |
| | * | | | | PM / Domains: Use subsystem runtime suspend/resume callbacks by default | Rafael J. Wysocki | 2012-07-01 | 1 | -8/+24 |
| | |/ / / |
|
| * | | | | PM / cpuidle: System resume hang fix with cpuidle | Preeti U Murthy | 2012-07-10 | 1 | -1/+3 |
| |/ / / |
|