Age | Commit message (Expand) | Author |
2017-11-21 | arch/x86: Write ACPI DBG2 table only if the device has been enabled | Mario Scheithauer |
2017-11-15 | arch/x86/acpi: Add support for writing ACPI DBG2 table | Duncan Laurie |
2017-11-10 | arch/x86: Add common AMD ACPI hardware definitions | Marshall Dawson |
2017-11-07 | arch/riscv: Use a separate trap stack | Jonathan Neuschäfer |
2017-11-07 | arch/riscv: gettimer: Don't use the config string | Jonathan Neuschäfer |
2017-11-07 | arch/riscv: Drop mret workaround | Jonathan Neuschäfer |
2017-11-07 | arch/riscv: mprv_read_*: Mark result as earlyclobber | Jonathan Neuschäfer |
2017-11-07 | arch/riscv: Fix return type of mprv_read_u64 | Jonathan Neuschäfer |
2017-11-04 | arch/x86/acpigen: Add function to write a CPU package | Nico Huber |
2017-11-03 | arch/x86/gdt: Move variable assignment down | Paul Menzel |
2017-10-29 | arch/x86: Restore forwarding table on resume for non EARLY_EBDA_INIT | Furquan Shaikh |
2017-10-18 | arch/x86: restore forwarding table on resume for EARLY_EBDA_INIT | Aaron Durbin |
2017-10-16 | arch/x86: initialize EBDA in S3 and S0/S5 path | Aaron Durbin |
2017-10-16 | arch/x86/gdt: Correct format of multi-line comment | Paul Menzel |
2017-09-27 | arch/riscv: hls_init: Initialize time{,cmp} with dummy pointers | Jonathan Neuschäfer |
2017-09-27 | arch/riscv: Document mprv_{read,write}_* functions | Jonathan Neuschäfer |
2017-09-27 | arch/riscv: trap handler: Print load/store access width in bits | Jonathan Neuschäfer |
2017-09-26 | riscv: Update register address | wxjstz |
2017-09-22 | arch/x86: Add ebda read/write functions into EBDA library | Subrata Banik |
2017-09-22 | arch/x86: Enable ebda library for romstage and postcar | Subrata Banik |
2017-09-22 | arch/x86: Include acpi_s3.c support in postcar stage | Subrata Banik |
2017-09-13 | arch/x86: Fix typo with MTRR | Kyösti Mälkki |
2017-09-08 | arch/x86/postcar: Support CBMEM_TOP_BACKUP | Kyösti Mälkki |
2017-09-08 | arch/x86 postcar: Fix use with stage_cache | Kyösti Mälkki |
2017-09-06 | arch/x86/Kconfig: Add deprecation warnings for LATE_CBMEM_INIT | Jonathan Neuschäfer |
2017-09-06 | ACPI S3: Remove conflicting local acpi_get_sleep_type() | Kyösti Mälkki |
2017-09-05 | Move ADDR32() hack to arch/x86 | Patrick Georgi |
2017-08-30 | acpigen: Add stop gpio control to power resource | Furquan Shaikh |
2017-08-30 | acpi_device: Provide a new function to add a list of properties | Duncan Laurie |
2017-08-29 | arch/x86: Add Kconfig option for ACPI \_PR CPU name string | Marc Jones |
2017-08-19 | i82801dx/gx/ix/jx: Add low-memory backup for S3 path | Kyösti Mälkki |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-08-17 | arch/x86: Make postcar TempRamExit call generic | Marshall Dawson |
2017-08-10 | SMBIOS: Correct length calculation for empty string table | Konstantin Aladyshev |
2017-07-26 | Port cmos.default handling to C environment bootblock | Nico Huber |
2017-07-25 | src/arch: Fix checkpatch warning: no spaces at the start of a line | Martin Roth |
2017-07-24 | Fix files with multiple newlines at the end. | Martin Roth |
2017-07-21 | arch/arm/armv7: Correct checkpatch errors | Logan Carlson |
2017-07-18 | arch/x86: select RELOCATABLE_MODULES when POSTCAR is selected | Aaron Durbin |
2017-07-17 | AGESA boards: Fix regressions with LATE_CBMEM_INIT | Kyösti Mälkki |
2017-07-13 | src: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-07-13 | arch/x86/assembly_entry: Align stack for car_stage_entry | Marshall Dawson |
2017-07-07 | x86/acpigen: Fix acpigen_write_field | Patrick Rudolph |
2017-07-07 | arch/*: Update Kconfig symbol usage | Martin Roth |
2017-07-06 | smbios: Correct the system enclosure types | Elyes HAOUAS |
2017-06-29 | arch/x86: update assembly to ensure 16-byte alignment into C | Aaron Durbin |
2017-06-22 | arch/x86/smbios: Fix scope of variable declaration | Nico Huber |
2017-06-22 | arch/x86: Make rdrand.c clang friendly | Stefan Reinauer |
2017-06-20 | arch/x86/smbios: Fix undefined behavior | Ryan Salsamendi |