summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parisc: pass through '\t' to early (iodc) consoleKyle McMartin2010-08-041-10/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-08-0429-188/+734
|\
| * PM / Runtime: Add runtime PM statistics (v3)Arjan van de Ven2010-07-193-7/+83
| * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)Alan Stern2010-07-191-20/+33
| * PM: Do not use dynamically allocated objects in pm_wakeup_event()Rafael J. Wysocki2010-07-191-19/+37
| * PM / Suspend: Fix ordering of calls in suspend error pathsRafael J. Wysocki2010-07-192-9/+10
| * PM / Hibernate: Fix snapshot error code pathRafael J. Wysocki2010-07-191-1/+1
| * PM / Hibernate: Fix hibernation_platform_enter()Rafael J. Wysocki2010-07-191-1/+1
| * pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley2010-07-198-61/+74
| * pm_qos: Reimplement using plistsJames Bottomley2010-07-191-86/+86
| * plist: Add plist_lastJames Bottomley2010-07-191-0/+29
| * PM: Make it possible to avoid races between wakeup and system sleepRafael J. Wysocki2010-07-1914-10/+375
| * PNPACPI: Add support for remote wakeupAlan Stern2010-07-193-0/+27
| * PM: describe kernel policy regarding wakeup defaults (v. 2)Alan Stern2010-07-191-3/+7
| * PM / Hibernate: Fix typos in comments in kernel/power/swap.cCesar Eduardo Barros2010-07-191-2/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2010-08-0417-105/+88Star
|\ \
| * | [CPUFREQ] Remove pointless printk from p4-clockmod.Dave Jones2010-08-031-6/+1Star
| * | [CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.cHolger Freyther2010-08-031-4/+4
| * | [CPUFREQ] Fix section mismatch for longhaul_cpu_init.Holger Freyther2010-08-032-16/+16
| * | [CPUFREQ] Fix section mismatch for longrun_cpu_init.Holger Freyther2010-08-031-3/+3
| * | [CPUFREQ] powernow-k8: Fix misleading variable namingBorislav Petkov2010-08-031-2/+2
| * | [CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-08-031-6/+3Star
| * | [CPUFREQ] arch/x86/kernel/cpu/cpufreq: use for_each_pci_dev()Kulikov Vasiliy2010-08-031-1/+1
| * | [CPUFREQ] fix brace coding style issue.Neal Buckendahl2010-08-031-2/+1Star
| * | [CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger2010-08-036-25/+31
| * | [CPUFREQ] acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notificationThomas Renninger2010-08-031-2/+2
| * | [CPUFREQ] ondemand: don't synchronize sample rate unless multiple cpus presentJocelyn Falempe2010-08-031-2/+6
| * | [CPUFREQ] unexport (un)lock_policy_rwsem* functionsAmerigo Wang2010-08-033-22/+3Star
| * | [CPUFREQ] ondemand: Refactor frequency increase codeMike Chan2010-08-031-13/+12Star
| * | [CPUFREQ] powernow-k8: On load failure, remind the user to enable support in ...Marti Raudsepp2010-08-031-0/+2
| * | [CPUFREQ] powernow-k8: Limit Pstate transition latency checkBorislav Petkov2010-08-031-6/+5Star
| * | [CPUFREQ] Fix PCC driver error pathMatthew Garrett2010-08-031-8/+9
| * | [CPUFREQ] fix double freeing in error path of pcc-cpufreqDaniel J Blueman2010-08-031-12/+6Star
| * | [CPUFREQ] pcc driver should check for pcch method before calling _OSCMatthew Garrett2010-08-031-1/+5
| * | [CPUFREQ] fix memory leak in cpufreq_add_devXiaotian Feng2010-08-031-0/+1
| * | [CPUFREQ] revert "[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (sec...Andrej Gelenberg2010-08-031-10/+1Star
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Linus Torvalds2010-08-0443-743/+3830
|\ \ \
| * | | ips driver: make it less chattyJesse Barnes2010-08-031-2/+2
| * | | intel_scu_ipc: fix size field for intel_scu_ipc_commandHong Liu2010-08-031-1/+1
| * | | intel_scu_ipc: return -EIO for error condition in busy_loopHong Liu2010-08-031-1/+4
| * | | intel_scu_ipc: fix data packing of PMIC command on MoorestownHong Liu2010-08-031-5/+6
| * | | Clean up command packing on MRST.Andy Ross2010-08-031-18/+11Star
| * | | zero the stack buffer before giving random garbage to the SCUArjan van de Ven2010-08-031-0/+2
| * | | Fix stack buffer size for IPC writev messagesArjan van de Ven2010-08-031-2/+2
| * | | intel_scu_ipc: Use the new cpu identification functionAlan Cox2010-08-031-12/+5Star
| * | | intel_scu_ipc: tidy up unused bitsSreedhara DS2010-08-031-4/+0Star
| * | | Remove indirect read write api support.Sreedhara DS2010-08-032-96/+0Star
| * | | intel_scu_ipc: Support Medfield processorsSreedhara DS2010-08-031-20/+33
| * | | intel_scu_ipc: detect CPU type automaticallySreedhara DS2010-08-031-7/+12
| * | | x86 plat: limit x86 platform driver menu to X86Jan Engelhardt2010-08-031-0/+1