summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/sysfs.c
AgeCommit message (Expand)AuthorLines
2021-10-01cpuidle: Fix kobject memory leaks in error pathsAnel Orazgaliyeva-1/+4
2020-09-23cpuidle: record state entry rejection statisticsLina Iyer-0/+3
2020-05-29cpuidle: Fix three reference count leaksQiushi Wu-3/+3
2020-05-19cpuidle: sysfs: Remove sysfs_switch and switch attributesHanjun Guo-20/+2
2020-05-19cpuidle: Make cpuidle governor switchable to be the default behaviourHanjun Guo-4/+5
2020-05-19cpuidle: sysfs: Accept governor name with 15 charactersHanjun Guo-16/+7
2020-05-19cpuidle: sysfs: Fix the overlap for showing available governorsHanjun Guo-3/+3
2020-04-29cpuidle: sysfs: Minor coding style correctionsHanjun Guo-2/+2
2020-04-29cpuidle: sysfs: Remove the unused define_one_r(o/w) macrosHanjun Guo-5/+0
2020-01-23Merge branch 'intel_idle+acpi'Rafael J. Wysocki-0/+10
2020-01-23cpuidle: sysfs: fix warnings when compiling with W=1Benjamin Gaignard-2/+4
2019-12-27cpuidle: Allow idle states to be disabled by defaultRafael J. Wysocki-0/+10
2019-11-11cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki-3/+17
2019-11-06cpuidle: Consolidate disabled state checksRafael J. Wysocki-21/+30
2019-07-30cpuidle: add poll_limit_ns to cpuidle_device structureMarcelo Tosatti-0/+7
2018-12-12cpuidle: Add 'above' and 'below' idle state metricsRafael J. Wysocki-0/+6
2018-03-29PM: cpuidle/suspend: Add s2idle usage and time state attributesRafael J. Wysocki-0/+54
2017-03-21cpuidle: Validate cpu_dev in cpuidle_add_sysfs()Vaidyanathan Srinivasan-0/+12
2016-12-06cpuidle: fix improper return value on errorPan Bian-1/+3
2015-04-03cpuidle: remove state_count field from struct cpuidle_deviceBartlomiej Zolnierkiewicz-2/+3
2014-07-19cpuidle: fix permission for driver name sysfs nodeMohammad Merajul Islam Molla-1/+1
2014-04-08cpuidle: sysfs: Export target residency informationDaniel Lezcano-0/+3
2013-10-30cpuidle: use drv instead of cpuidle_driver in show_current_driver()Viresh Kumar-4/+4
2013-10-30cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lockViresh Kumar-1/+2
2013-07-15cpuidle: Make cpuidle's sysfs directory dynamically allocatedDaniel Lezcano-15/+48
2013-07-15cpuidle: Fix white space to follow CodingStyleDaniel Lezcano-16/+22
2013-01-11cpuidle: fix number of initialized/destroyed statesKrzysztof Mazur-1/+1
2012-11-15cpuidle: support multiple driversDaniel Lezcano-6/+168
2012-11-15cpuidle: fixup device.h header in cpuidle.hDaniel Lezcano-0/+1
2012-11-15cpuidle / sysfs: move structure declaration into the sysfs.c fileDaniel Lezcano-0/+7
2012-11-15cpuidle / sysfs: move kobj initialization in the syfs fileDaniel Lezcano-2/+5
2012-11-15cpuidle / sysfs: change function parameterDaniel Lezcano-9/+3
2012-07-03cpuidle: move field disable from per-driver to per-cpuShuoX Liu-9/+12
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.ShuoX Liu-0/+40
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers-38/+36
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar-1/+2
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar-6/+13
2011-01-19Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl-1/+1
2010-05-27cpuidle: make cpuidle_curr_driver staticLen Brown-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy-2/+2
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen-0/+4
2008-08-12cpuidle: make sysfs attributes sysdev class attributesRabin Vincent-14/+15
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen-3/+7
2008-03-26cpuidle: fix cpuidle time and usage overflowYi Yang-2/+8
2008-02-14ACPI, cpuidle: Clarify C-state description in sysfsVenkatesh Pallipadi-3/+11
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman-2/+2
2008-01-24Kobject: change drivers/cpuidle/sysfs.c to use kobject_init_and_addGreg Kroah-Hartman-8/+9
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown-0/+361