aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-05cpuidle: use default_groups in kobj_typeGreg Kroah-Hartman1-2/+4
2021-12-17cpuidle: Fix cpuidle_remove_state_sysfs() kerneldoc commentYang Li1-1/+1
2021-10-01cpuidle: Fix kobject memory leaks in error pathsAnel Orazgaliyeva1-1/+4
2020-09-23cpuidle: record state entry rejection statisticsLina Iyer1-0/+3
2020-05-29cpuidle: Fix three reference count leaksQiushi Wu1-3/+3
2020-05-19cpuidle: sysfs: Remove sysfs_switch and switch attributesHanjun Guo1-20/+2
2020-05-19cpuidle: Make cpuidle governor switchable to be the default behaviourHanjun Guo1-4/+5
2020-05-19cpuidle: sysfs: Accept governor name with 15 charactersHanjun Guo1-16/+7
2020-05-19cpuidle: sysfs: Fix the overlap for showing available governorsHanjun Guo1-3/+3
2020-04-29cpuidle: sysfs: Minor coding style correctionsHanjun Guo1-2/+2
2020-04-29cpuidle: sysfs: Remove the unused define_one_r(o/w) macrosHanjun Guo1-5/+0
2020-01-23Merge branch 'intel_idle+acpi'Rafael J. Wysocki1-0/+10
2020-01-23cpuidle: sysfs: fix warnings when compiling with W=1Benjamin Gaignard1-2/+4
2019-12-27cpuidle: Allow idle states to be disabled by defaultRafael J. Wysocki1-0/+10
2019-11-11cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki1-3/+17
2019-11-06cpuidle: Consolidate disabled state checksRafael J. Wysocki1-21/+30
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