summaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* cpuidle: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-221-3/+10
* cpuidle: sysfs: make kobj_type structures constantThomas Weißschuh2023-02-091-3/+3
* cpuidle: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-2/+4
* cpuidle: Fix cpuidle_remove_state_sysfs() kerneldoc commentYang Li2021-12-171-1/+1
* cpuidle: Fix kobject memory leaks in error pathsAnel Orazgaliyeva2021-10-011-1/+4
* cpuidle: record state entry rejection statisticsLina Iyer2020-09-231-0/+3
* cpuidle: Fix three reference count leaksQiushi Wu2020-05-291-3/+3
* cpuidle: sysfs: Remove sysfs_switch and switch attributesHanjun Guo2020-05-191-20/+2
* cpuidle: Make cpuidle governor switchable to be the default behaviourHanjun Guo2020-05-191-4/+5
* cpuidle: sysfs: Accept governor name with 15 charactersHanjun Guo2020-05-191-16/+7
* cpuidle: sysfs: Fix the overlap for showing available governorsHanjun Guo2020-05-191-3/+3
* cpuidle: sysfs: Minor coding style correctionsHanjun Guo2020-04-291-2/+2
* cpuidle: sysfs: Remove the unused define_one_r(o/w) macrosHanjun Guo2020-04-291-5/+0
* Merge branch 'intel_idle+acpi'Rafael J. Wysocki2020-01-231-0/+10
|\
| * cpuidle: Allow idle states to be disabled by defaultRafael J. Wysocki2019-12-271-0/+10
* | cpuidle: sysfs: fix warnings when compiling with W=1Benjamin Gaignard2020-01-231-2/+4
|/
* cpuidle: Use nanoseconds as the unit of timeRafael J. Wysocki2019-11-111-3/+17
* cpuidle: Consolidate disabled state checksRafael J. Wysocki2019-11-061-21/+30
* cpuidle: add poll_limit_ns to cpuidle_device structureMarcelo Tosatti2019-07-301-0/+7
* cpuidle: Add 'above' and 'below' idle state metricsRafael J. Wysocki2018-12-121-0/+6
* PM: cpuidle/suspend: Add s2idle usage and time state attributesRafael J. Wysocki2018-03-291-0/+54
* cpuidle: Validate cpu_dev in cpuidle_add_sysfs()Vaidyanathan Srinivasan2017-03-211-0/+12
* cpuidle: fix improper return value on errorPan Bian2016-12-061-1/+3
* cpuidle: remove state_count field from struct cpuidle_deviceBartlomiej Zolnierkiewicz2015-04-031-2/+3
* cpuidle: fix permission for driver name sysfs nodeMohammad Merajul Islam Molla2014-07-191-1/+1
* cpuidle: sysfs: Export target residency informationDaniel Lezcano2014-04-081-0/+3
* cpuidle: use drv instead of cpuidle_driver in show_current_driver()Viresh Kumar2013-10-301-4/+4
* cpuidle: call cpuidle_get_driver() from after taking cpuidle_driver_lockViresh Kumar2013-10-301-1/+2
* cpuidle: Make cpuidle's sysfs directory dynamically allocatedDaniel Lezcano2013-07-151-15/+48
* cpuidle: Fix white space to follow CodingStyleDaniel Lezcano2013-07-151-16/+22
* cpuidle: fix number of initialized/destroyed statesKrzysztof Mazur2013-01-111-1/+1
* cpuidle: support multiple driversDaniel Lezcano2012-11-151-6/+168
* cpuidle: fixup device.h header in cpuidle.hDaniel Lezcano2012-11-151-0/+1
* cpuidle / sysfs: move structure declaration into the sysfs.c fileDaniel Lezcano2012-11-151-0/+7
* cpuidle / sysfs: move kobj initialization in the syfs fileDaniel Lezcano2012-11-151-2/+5
* cpuidle / sysfs: change function parameterDaniel Lezcano2012-11-151-9/+3
* cpuidle: move field disable from per-driver to per-cpuShuoX Liu2012-07-031-9/+12
* cpuidle: add a sysfs entry to disable specific C state for debug purpose.ShuoX Liu2012-03-301-0/+40
* cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-38/+36
* cpuidle: Single/Global registration of idle statesDeepthi Dharwar2011-11-061-1/+2
* cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2011-11-061-6/+13
* Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl2011-01-191-1/+1
* cpuidle: make cpuidle_curr_driver staticLen Brown2010-05-271-2/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-2/+2
* sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen2010-03-071-0/+4
* cpuidle: make sysfs attributes sysdev class attributesRabin Vincent2008-08-121-14/+15
* sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-211-3/+7
* cpuidle: fix cpuidle time and usage overflowYi Yang2008-03-261-2/+8
* ACPI, cpuidle: Clarify C-state description in sysfsVenkatesh Pallipadi2008-02-141-3/+11