Age | Commit message (Expand) | Author |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-01-09 | spelling | Jonathan Gray |
2021-08-01 | whitespace | Mark Kettenis |
2020-09-27 | Make sure acpicpu(4) doesn't attach to Processor nodes that happen to have | Mark Kettenis |
2020-08-27 | Reorder the acpi attach process so we look at Processor() CPU nodes | Jonathan Matthew |
2020-08-26 | Let aml_copyvalue() handle AML_OBJTYPE_DEVICE. | Mark Kettenis |
2020-08-10 | Remove the acpicpu_sc array and instead locate acpicpu instances using | Jonathan Matthew |
2020-05-27 | limit clflush before monitor errata workaround to Intel | Jonathan Gray |
2019-10-16 | Remove trailing whitespace from a line | Mike Larkin |
2018-09-19 | Delete checks of the CST bit_width ('vendor') field, as new Ryzen machines | Philip Guenther |
2018-06-29 | Use <stdint.h> types. | Mark Kettenis |
2017-11-30 | Per https://patchwork.kernel.org/patch/5838821/, the documented check of ACPI | Philip Guenther |
2017-04-27 | track size of pss allocation, so that length can be passed to free(9) | Theo de Raadt |
2017-04-07 | Simplify the size calculation for memset() | Philip Guenther |
2016-09-18 | If the APIC table (MADT) isn't present then ci_acpi_proc_id won't be set | Philip Guenther |
2016-09-16 | Suppress debugging output about CSD entries that say nothing we care about | Philip Guenther |
2016-09-02 | Remove unused argument in aml_showvalue(). | Paul Irofti |
2016-07-28 | Store the acpi processor ID/UID in struct cpu_info, and use it to attach | Mark Kettenis |
2016-03-17 | Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rolling | Martin Pieuchot |
2016-03-14 | Correct the value of SRT_ENDTAG: it was documented incorrectly in early | Philip Guenther |
2015-12-29 | Remove NULL-checks before free(). | mmcc |
2015-12-23 | add aml_freevalue in a couple places, avoid storing a result that | Joshua Stein |
2015-09-12 | Intel docs suggest that cpus in C3 may go into deeper states automatically | Philip Guenther |
2015-09-11 | Workaround broken AML by treating FFH vendor 8 the same as vendor 1 (== intel) | Philip Guenther |
2015-08-04 | Skip C2 and C3 states from the FADT if the cpu doesn't have ARAT. | Philip Guenther |
2015-08-04 | If we are setting ACPI_PM1_BM_RLD do it only once, and remember to | Theo de Raadt |
2015-08-04 | Provide the fallback C1-via-halt even when _CST can't be evaluated. | Philip Guenther |
2015-07-18 | If _CST provides a C2 or C3 but lacks a C1 that we understand, provide a | Philip Guenther |
2015-06-13 | Parse _CST objects and use the C-states they describe when they're sane. | Philip Guenther |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | Fix invocation of _OSC. We were passing the capabilities in the wrong DWORD | Mark Kettenis |
2014-05-21 | Fix invalid / missing format specifiers in several dnprintf statements | Mike Larkin |
2010-07-21 | spacing and indents that are driving me crazy | Theo de Raadt |
2009-08-29 | typos in comments | Miod Vallat |
2009-06-23 | Ignore the PCT if the PSS has zero entries, only became | Gordon Willem Klok |
2009-06-10 | Re introduce the _PDC code backed out before 4.5, in addition to evaluating the | Gordon Willem Klok |
2009-02-24 | back out est.c 1.8 and bring acpicpu.c all the way back to 1.47 because of | Theo de Raadt |
2009-02-24 | Backout a backout because noone knows what the hell the backout is a | Theo de Raadt |
2009-02-18 | Backout PDC & PPC changes because it hangs several laptops. | Marco Peereboom |
2008-12-22 | With respect to the previous diff we cannot just call acpicpu_setperf | Gordon Willem Klok |
2008-12-22 | Make acpicpu_setperf behave the same as the ACPI aware EST and | Gordon Willem Klok |
2008-11-22 | Re-enable ACPI PDC support and fetching cpu performance states | Gordon Willem Klok |
2008-10-11 | Fix various printf constructs either missing arguments or format specifiers. | Miod Vallat |
2008-08-08 | 'prey' -> 'pray' in comment as prayer rather than predation seems | Kenneth R Westerback |
2008-08-06 | Backout the acpicpu_setpdc code and the code to allow est to use acpicpu | Gordon Willem Klok |
2008-06-15 | On AMD64 running on Intel processors with EST add support for retreiving | Gordon Willem Klok |
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom |