Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-10 | do not accept "garbage" from acpi firmware performance data (FPDT) | Kay Sievers | |
00000000 46 42 50 54 38 00 00 00 02 00 30 02 00 00 00 00 |FBPT8.....0.....| 00000010 23 45 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |#E..............| 00000020 f5 6a 51 00 00 00 00 00 00 00 00 00 00 00 00 00 |.jQ.............| 00000030 00 00 00 00 00 00 00 00 70 74 61 6c 58 00 00 00 |........ptalX...| | |||
2013-10-02 | acpi: make sure we never free an uninitialized pointer | Lennart Poettering | |
2013-10-02 | acpi-fptd: fix memory leak in acpi_get_boot_usec | Lukas Nykryn | |
2013-09-24 | support acpi firmware performance data (FPDT) | Kay Sievers | |
Prefer firmware-provided performance data over loader-exported ones; if ACPI data is available, always use it, otherwise try to read the loader data. The firmware-provided variables start at the time the first EFI image is executed and end when the operating system exits the boot services; the (loader) time calculated in systemd-analyze increases. |