aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/pm_qos_params.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-08plist: Remove the need to supply locks to plist headsDima Zavin1-3/+3
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6Linus Torvalds1-12/+25
2011-05-29idle governor: Avoid lock acquisition to read pm_qos before entering idleTim Chen1-12/+25
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-10/+23
2011-05-27PM: Fix PM QOS's user mode interface to work with ASCII inputRafael J. Wysocki1-10/+23
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-03-15PM QoS: Make pm_qos settings readableThomas Renninger1-0/+24
2010-11-15PM / PM QoS: Fix reversed min and maxColin Cross1-2/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-23kernel/pm_qos_params.c: Remove unnecessary casts of private_dataJoe Perches1-1/+1
2010-09-11PM QoS: Correct pr_debug() misuse and improve parameter checksmark gross1-1/+3
2010-08-26PM QoS: Fix inline documentation.Saravana Kannan1-4/+6
2010-08-24PM QoS: Fix kzalloc() parameters swapped in pm_qos_power_open()David Alan Gilbert1-1/+1
2010-07-19pm_qos: Get rid of the allocation in pm_qos_add_request()James Bottomley1-27/+40
2010-07-19pm_qos: Reimplement using plistsJames Bottomley1-86/+86
2010-05-17PM: PM QOS update fixMark Gross1-12/+14
2010-05-10PM QOS updateMark Gross1-111/+103
2009-10-14pm_qos: clean up racy global "name" variableJonathan Corbet1-5/+7
2009-10-14pm_qos: remove BKLJonathan Corbet1-7/+1
2008-09-02pm_qos_requirement might sleepJohn Kacur1-16/+9
2008-08-05pm_qos: spelling fixesRichard Hughes1-8/+8
2008-07-02pm_qos_params: BKL pushdownArnd Bergmann1-1/+6
2008-02-05pm qos infrastructure and interfaceMark Gross1-0/+425