aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30cpuidle: add poll_limit_ns to cpuidle_device structureMarcelo Tosatti1-0/+7
2018-12-12cpuidle: Add 'above' and 'below' idle state metricsRafael J. Wysocki1-0/+6
2018-03-29PM: cpuidle/suspend: Add s2idle usage and time state attributesRafael J. Wysocki1-0/+54
2017-03-21cpuidle: Validate cpu_dev in cpuidle_add_sysfs()Vaidyanathan Srinivasan1-0/+12
2016-12-06cpuidle: fix improper return value on errorPan Bian1-1/+3
2015-04-03cpuidle: remove state_count field from struct cpuidle_deviceBartlomiej Zolnierkiewicz1-2/+3
2014-07-19cpuidle: fix permission for driver name sysfs nodeMohammad Merajul Islam Molla1-1/+1
2014-04-08cpuidle: sysfs: Export target residency informationDaniel Lezcano1-0/+3
2013-10-30cpuidle: use drv instead of cpuidle_driver in show_current_driver()Viresh Kumar1-4/+4
2013-10-30cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lockViresh Kumar1-1/+2
2013-07-15cpuidle: Make cpuidle's sysfs directory dynamically allocatedDaniel Lezcano1-15/+48
2013-07-15cpuidle: Fix white space to follow CodingStyleDaniel Lezcano1-16/+22
2013-01-11cpuidle: fix number of initialized/destroyed statesKrzysztof Mazur1-1/+1
2012-11-15cpuidle: support multiple driversDaniel Lezcano1-6/+168
2012-11-15cpuidle: fixup device.h header in cpuidle.hDaniel Lezcano1-0/+1
2012-11-15cpuidle / sysfs: move structure declaration into the sysfs.c fileDaniel Lezcano1-0/+7
2012-11-15cpuidle / sysfs: move kobj initialization in the syfs fileDaniel Lezcano1-2/+5
2012-11-15cpuidle / sysfs: change function parameterDaniel Lezcano1-9/+3
2012-07-03cpuidle: move field disable from per-driver to per-cpuShuoX Liu1-9/+12
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.ShuoX Liu1-0/+40
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-38/+36
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar1-1/+2
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar1-6/+13
2011-01-19Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl1-1/+1
2010-05-27cpuidle: make cpuidle_curr_driver staticLen Brown1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-2/+2
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen1-0/+4
2008-08-12cpuidle: make sysfs attributes sysdev class attributesRabin Vincent1-14/+15
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-3/+7
2008-03-26cpuidle: fix cpuidle time and usage overflowYi Yang1-2/+8
2008-02-14ACPI, cpuidle: Clarify C-state description in sysfsVenkatesh Pallipadi1-3/+11
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-2/+2
2008-01-24Kobject: change drivers/cpuidle/sysfs.c to use kobject_init_and_addGreg Kroah-Hartman1-8/+9
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown1-0/+361