summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-domains'Rafael J. Wysocki2012-03-0411-251/+381
|\
| * PM / Domains: Fix include for PM_GENERIC_DOMAINS=n caseMagnus Damm2012-03-041-5/+7
| * PM / Domains: Provide a dummy dev_gpd_data() when generic domains are not usedGuennadi Liakhovetski2012-02-091-1/+5
| * Merge branch 'v3.4-for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/g...Rafael J. Wysocki2012-02-0111-203/+262
| |\
| | * ARM: EXYNOS: Hook up power domains to generic power domain infrastructureThomas Abraham2012-01-279-203/+218
| | * PM / Domains: Add OF supportThomas Abraham2012-01-272-0/+44
| * | PM / Domains: Run late/early device suspend callbacks at the right timeRafael J. Wysocki2012-01-291-46/+111
* | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-03-0420-259/+662
|\ \ \
| * | | PM / Freezer: Remove references to TIF_FREEZE in commentsMarcos Paulo de Souza2012-03-043-9/+7
| * | | PM / Sleep: Add more wakeup source initialization routinesRafael J. Wysocki2012-03-042-10/+62
| * | | PM / Hibernate: Enable usermodehelpers in hibernate() error pathSrivatsa S. Bhat2012-03-041-3/+4
| * | | PM / Sleep: Make __pm_stay_awake() delete wakeup source timersRafael J. Wysocki2012-03-041-2/+6
| * | | PM / Sleep: Fix race conditions related to wakeup source timer functionRafael J. Wysocki2012-03-041-2/+14
| * | | PM / Sleep: Fix possible infinite loop during wakeup source destructionRafael J. Wysocki2012-03-041-10/+5
| * | | PM / Hibernate: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-02-171-3/+4
| * | | PM: Add comment describing relationships between PM callbacks to pm.hRafael J. Wysocki2012-02-171-0/+9
| * | | PM / Sleep: Drop suspend_stats_update()Rafael J. Wysocki2012-02-172-22/+12
| * | | PM / Sleep: Make enter_state() in kernel/power/suspend.c staticRafael J. Wysocki2012-02-173-8/+4
| * | | PM / Sleep: Unify kerneldoc comments in kernel/power/suspend.cRafael J. Wysocki2012-02-171-29/+27
| * | | PM / Sleep: Remove unnecessary label from suspend_freeze_processes()Rafael J. Wysocki2012-02-131-4/+1
| * | | PM / Sleep: Do not check wakeup too often in try_to_freeze_tasks()Rafael J. Wysocki2012-02-131-7/+9
| * | | PM / Sleep: Initialize wakeup source locks in wakeup_source_add()Rafael J. Wysocki2012-02-131-1/+1
| * | | PM / Hibernate: Refactor and simplify freezer_test_doneSrivatsa S. Bhat2012-02-092-9/+7
| * | | PM / Hibernate: Thaw kernel threads in hibernation_snapshot() in error/test pathSrivatsa S. Bhat2012-02-092-8/+6
| * | | PM / Freezer / Docs: Document the beauty of freeze/thaw semanticsSrivatsa S. Bhat2012-02-091-0/+21
| * | | PM / Suspend: Avoid code duplication in suspend statistics updateMarcos Paulo de Souza2012-02-093-10/+18
| * | | Merge commit 'pm-fixes-for-3.3-rc3' into pm-sleepRafael J. Wysocki2012-02-09127-3695/+951
| |\ \ \ | | |/ / | |/| |
| * | | PM / Sleep: Introduce generic callbacks for new device PM phasesRafael J. Wysocki2012-01-292-53/+110
| * | | PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki2012-01-2910-91/+357
* | | | Merge branch 'pm-devfreq'Rafael J. Wysocki2012-03-047-23/+107
|\ \ \ \
| * \ \ \ Merge branch 'devfreq-for-next' of git://git.infradead.org/users/kmpark/linux...Rafael J. Wysocki2012-01-257-23/+107
| |\ \ \ \
| | * | | | PM / devfreq: add min/max_freq limit requested by users.MyungJoo Ham2012-01-206-8/+101
| | * | | | PM / devfreq: fixed syntax errors.MyungJoo Ham2012-01-201-2/+2
| | * | | | devfreq: Remove MODULE_ALIAS for exynos4 busfreq driverAxel Lin2012-01-201-1/+0
| | * | | | devfreq: exynos4_bus: Use dev_get_drvdata at appropriate placesAxel Lin2012-01-201-12/+4
| | | |_|/ | | |/| |
* | | | | Linux 3.3-rc6v3.3-rc6Linus Torvalds2012-03-041-1/+1
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-03-041-2/+2
|\ \ \ \ \
| * | | | | [SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576Boaz Harrosh2012-02-251-2/+2
* | | | | | Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds2012-03-044-2/+8
|\ \ \ \ \ \
| * | | | | | [PARISC] don't unconditionally override CROSS_COMPILE for 64 bit.James Bottomley2012-02-281-0/+4
| * | | | | | [PARISC] include <linux/prefetch.h> in drivers/parisc/iommu-helpers.hCong Wang2012-02-271-0/+2
| * | | | | | [PARISC] fix compile break caused by iomap: make IOPORT/PCI mapping functions...James Bottomley2012-02-272-2/+2
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-034-4/+54
|\ \ \ \ \ \ \
| * | | | | | | perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel2012-03-024-4/+54
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-03-031-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: mv_cesa - fix final callback not ignoring input dataPhil Sutter2012-02-281-0/+1
* | | | | | | | | vfs: export full_name_hash() function to modulesLinus Torvalds2012-03-031-0/+1
* | | | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-031-14/+75
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hwmon: (f75375s) Catch some attempts to write to r/o registersNikolaus Schulz2012-03-021-0/+27
| * | | | | | | | | hwmon: (f75375s) Properly map the F75387 automatic modes to pwm_enableNikolaus Schulz2012-03-021-8/+34