summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | PM / devfreq: Fix return value in devfreq_remove_governor()Sachin Kamat2012-11-261-1/+1
| | | * | | | | PM / devfreq: Fix incorrect argument in error messageSachin Kamat2012-11-261-1/+1
| | | * | | | | PM / devfreq: missing rcu_read_lock() added for find_device_opp()MyungJoo Ham2012-11-261-6/+20
| | | * | | | | PM / devfreq: remove compiler error when a governor is moduleMyungJoo Ham2012-11-261-1/+1
| | * | | | | | Merge tag 'pull_req_20121120' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2012-11-2110-94/+560
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | PM / devfreq: exynos4_bus.c: Fixed an alignment of the func call args.Sangho Yi2012-11-201-1/+1
| | | * | | | | PM / devfreq: Add sysfs node to expose available governorsNishanth Menon2012-11-202-0/+29
| | | * | | | | PM / devfreq: allow sysfs governor node to switch governorNishanth Menon2012-11-202-2/+45
| | | * | | | | PM / devfreq: governors: add GPL module license and allow module buildNishanth Menon2012-11-205-4/+12
| | | * | | | | PM / devfreq: map devfreq drivers to governor using nameNishanth Menon2012-11-207-30/+96
| | | * | | | | PM / devfreq: register governors with devfreq frameworkNishanth Menon2012-11-204-0/+72
| | | * | | | | PM / devfreq: provide hooks for governors to be registeredNishanth Menon2012-11-203-0/+98
| | | * | | | | PM / devfreq: export update_devfreqNishanth Menon2012-11-201-0/+1
| | | * | | | | PM / devfreq: Add sysfs node for representing frequency transition information.Jonghwa Lee2012-11-203-0/+127
| | | * | | | | PM / devfreq: Add sysfs node to expose available frequenciesNishanth Menon2012-11-202-0/+41
| | | * | | | | PM / devfreq: documentation cleanups for devfreq headerNishanth Menon2012-11-201-27/+27
| | | * | | | | PM / devfreq: Use devm_* functions in exynos4_bus.cSachin Kamat2012-11-201-30/+11
| | |/ / / / /
| | * | | | | PM / devfreq: make devfreq_class staticNishanth Menon2012-11-151-1/+1
| | * | | | | PM / devfreq: fix sscanf handling for writable sysfs entriesNishanth Menon2012-11-151-6/+3
| | * | | | | PM / devfreq: kernel-doc typo correctionsNishanth Menon2012-11-151-11/+11
| | * | | | | PM / devfreq: Add current freq callback in device profileRajagopal Venkat2012-11-153-1/+27
| | * | | | | PM / devfreq: Add suspend and resume apisRajagopal Venkat2012-11-154-0/+51
| | * | | | | PM / devfreq: Core updates to support devices which can idleRajagopal Venkat2012-11-158-296/+278
| * | | | | | Merge branch 'acpi-general'Rafael J. Wysocki2012-12-043-171/+188
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | ACPI / PNP: Do not crash due to stale pointer use during system resumeRafael J. Wysocki2012-11-301-0/+3
| | * | | | | ACPI / video: Add "Asus UL30VT" to ACPI video detect blacklistLan Tianyu2012-11-301-0/+8
| | * | | | | ACPI: do acpisleep dmi check when CONFIG_ACPI_SLEEP is setZhang Rui2012-11-301-171/+177
| * | | | | | Merge branch 'acpi-enumeration'Rafael J. Wysocki2012-11-305-1/+180
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | spi / ACPI: add ACPI enumeration supportMika Westerberg2012-11-301-1/+102
| | * | | | | gpio / ACPI: add ACPI supportMathias Nyman2012-11-304-0/+78
| * | | | | | Merge branch 'pm-tools'Rafael J. Wysocki2012-11-2911-60/+110
| |\ \ \ \ \ \
| | * | | | | | cpupower: IvyBridge (0x3a and 0x3e models) supportThomas Renninger2012-11-272-2/+10
| | * | | | | | cpupower: Provide -c param for cpupower monitor to schedule process on all coresThomas Renninger2012-11-274-3/+48
| | * | | | | | cpupower tools: Fix warning and a bug with the cpu package countPalmer Cox2012-11-271-5/+13
| | * | | | | | cpupower tools: Fix malloc of cpu_info structurePalmer Cox2012-11-272-19/+12
| | * | | | | | cpupower tools: Fix issues with sysfs_topology_read_filePalmer Cox2012-11-271-8/+13
| | * | | | | | cpupower tools: Fix minor warningsPalmer Cox2012-11-272-21/+1
| | * | | | | | cpupower tools: Update .gitignore for files created in the debug directoriesPalmer Cox2012-11-271-0/+7
| | * | | | | | cpupower tools: Remove brace expansion from clean targetPalmer Cox2012-11-272-2/+6
| * | | | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2012-11-295-4/+5
| |\ \ \ \ \ \ \
| | * | | | | | | PM / Freezer: Fixup compile error of try_to_freeze_nowarn()Li Haifeng2012-11-231-0/+1
| | * | | | | | | driver core / PM: move the calling to device_pm_remove behind the calling to ...LongX Zhang2012-11-151-1/+1
| | * | | | | | | PM / Hibernate: use rb_entryDavidlohr Bueso2012-11-151-1/+1
| | * | | | | | | PM / sysfs: replace strict_str* with kstrto*Daniel Walter2012-11-152-2/+2
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'pm-runtime'Rafael J. Wysocki2012-11-291-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | base: power - use clk_prepare_enable and clk_prepare_disableMurali Karicheri2012-11-151-3/+3
| | |/ / / / / /
| * | | | | | | Merge branch 'pm-opp'Rafael J. Wysocki2012-11-292-15/+33
| |\ \ \ \ \ \ \
| | * | | | | | | PM / OPP: using kfree_rcu() to simplify the codeWei Yongjun2012-11-151-12/+1
| | * | | | | | | PM / OPP: predictable fail results for opp_find* functions, v2Nishanth Menon2012-11-152-10/+21
| | * | | | | | | PM / OPP: Export symbols for module usage.Liam Girdwood2012-11-151-0/+9
OpenPOWER on IntegriCloud