Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1718662
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] cpuidle: Rework the handling of the poll state |
| Date | 2017-08-23 23:40 +0200 |
| Message-ID | <uhLxw-5QD-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, On x86 the fist idle state is a polling one, but the way it is set up is far from straightforward and then it is avoided by governors in rather somewhat convoluted fashion. Make this more clear by explicitly flagging that state as "polling" and checking its flag where it needs to be avoided instead of using arch-dependent numbering of idle states (patch [1/3]), move the polling state code from driver.c to a separate C file (patch [2/3]) and move the initialization of it from the core to the relevant cpuidle drivers - ACPI and intel_idle (patch [3/3]). Thanks, Rafael
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] cpuidle: Rework the handling of the poll state "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-08-23 23:40 +0200 [PATCH 2/3] cpuidle: Move polling state initialization code to separate file "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-08-23 23:40 +0200 [PATCH 3/3] cpuidle: Make drivers initialize polling state "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-08-23 23:40 +0200 Re: [PATCH 0/3] cpuidle: Rework the handling of the poll state Sudeep Holla <sudeep.holla@arm.com> - 2017-08-24 11:50 +0200
csiph-web