aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/freezer.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-04block_dev: always serialize exclusive open attemptsTejun Heo1-2/+2
2010-08-04parisc: pass through '\t' to early (iodc) consoleKyle McMartin1-10/+2
2010-08-04amd64_edac: Minor formatting fixBorislav Petkov1-1/+1
2010-08-04amd64_edac: Fix operator precendence errorBorislav Petkov1-1/+1
2010-08-03phy/marvell: add 88ec048 supportCyril Chemparathy1-0/+42
2010-08-03igb: Program MDICNFG register prior to PHY initAlexander Duyck1-7/+11
2010-08-03e1000e: correct MAC-PHY interconnect register offset for 82579Bruce Allan1-1/+1
2010-08-03hso: Add new product IDFilip Aben1-0/+1
2010-08-03can: Add driver for esd CAN-USB/2 deviceMatthias Fuchs3-0/+1139
2010-08-03[CPUFREQ] Remove pointless printk from p4-clockmod.Dave Jones1-6/+1
2010-08-03[CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.cHolger Freyther1-4/+4
2010-08-03[CPUFREQ] Fix section mismatch for longhaul_cpu_init.Holger Freyther2-16/+16
2010-08-03[CPUFREQ] Fix section mismatch for longrun_cpu_init.Holger Freyther1-3/+3
2010-08-03[CPUFREQ] powernow-k8: Fix misleading variable namingBorislav Petkov1-2/+2
2010-08-03[CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-6/+3
2010-08-03[CPUFREQ] arch/x86/kernel/cpu/cpufreq: use for_each_pci_dev()Kulikov Vasiliy1-1/+1
2010-08-03[CPUFREQ] fix brace coding style issue.Neal Buckendahl1-2/+1
2010-08-03[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger6-25/+31
2010-08-03[CPUFREQ] acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notificationThomas Renninger1-2/+2
2010-08-03[CPUFREQ] ondemand: don't synchronize sample rate unless multiple cpus presentJocelyn Falempe1-2/+6
2010-08-03[CPUFREQ] unexport (un)lock_policy_rwsem* functionsAmerigo Wang3-22/+3
2010-08-03[CPUFREQ] ondemand: Refactor frequency increase codeMike Chan1-13/+12
2010-08-03[CPUFREQ] powernow-k8: On load failure, remind the user to enable support in BIOS setupMarti Raudsepp1-0/+2
2010-08-03[CPUFREQ] powernow-k8: Limit Pstate transition latency checkBorislav Petkov1-6/+5
2010-08-03[CPUFREQ] Fix PCC driver error pathMatthew Garrett1-8/+9
2010-08-03[CPUFREQ] fix double freeing in error path of pcc-cpufreqDaniel J Blueman1-12/+6
2010-08-03[CPUFREQ] pcc driver should check for pcch method before calling _OSCMatthew Garrett1-1/+5
2010-08-03[CPUFREQ] fix memory leak in cpufreq_add_devXiaotian Feng1-0/+1
2010-08-03[CPUFREQ] revert "[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site)"Andrej Gelenberg1-10/+1
2010-08-03PARISC: led.c - fix potential stack overflow in led_proc_write()Helge Deller1-2/+4
2010-08-03ips driver: make it less chattyJesse Barnes1-2/+2
2010-08-03edac, mc: Improve scrub rate handlingBorislav Petkov5-59/+46
2010-08-03amd64_edac: Correct scrub rate settingBorislav Petkov1-1/+1
2010-08-03amd64_edac: Fix DCT base address selectorBorislav Petkov1-1/+1
2010-08-03amd64_edac: Remove polling mechanismBorislav Petkov2-126/+8
2010-08-03x86, mce: Notify about corrected events tooBorislav Petkov1-0/+1
2010-08-03amd64_edac: Remove unneeded definesBorislav Petkov1-35/+8
2010-08-03edac: Remove EDAC_DEBUG_VERBOSEBorislav Petkov2-23/+0
2010-08-03amd64_edac: Sanitize syndrome extractionBorislav Petkov2-33/+55
2010-08-03intel_scu_ipc: fix size field for intel_scu_ipc_commandHong Liu1-1/+1
2010-08-03intel_scu_ipc: return -EIO for error condition in busy_loopHong Liu1-1/+4
2010-08-03intel_scu_ipc: fix data packing of PMIC command on MoorestownHong Liu1-5/+6
2010-08-03Clean up command packing on MRST.Andy Ross1-18/+11
2010-08-03zero the stack buffer before giving random garbage to the SCUArjan van de Ven1-0/+2
2010-08-03Fix stack buffer size for IPC writev messagesArjan van de Ven1-2/+2
2010-08-03intel_scu_ipc: Use the new cpu identification functionAlan Cox1-12/+5
2010-08-03intel_scu_ipc: tidy up unused bitsSreedhara DS1-4/+0
2010-08-03Remove indirect read write api support.Sreedhara DS2-96/+0
2010-08-03intel_scu_ipc: Support Medfield processorsSreedhara DS1-20/+33
2010-08-03intel_scu_ipc: detect CPU type automaticallySreedhara DS1-7/+12