summaryrefslogtreecommitdiff
path: root/arch/x86/machine/acpi.c
AgeCommit message (Collapse)Author
2017-09-03Minor style fixRichard Braun
Replace the single use of array as function argument with a pointer, as described in the coding rules.
2017-08-27x86/pit: make the PIT a potential clock sourceRichard Braun
2017-07-14x86/acpi: fix typoRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-07-01x86/acpi: register system I/O reset methodRichard Braun
2017-07-01Minor style fixesRichard Braun
2017-06-10Use log functions where appropriateRichard Braun
2017-06-03x86/{acpi,ioapic}: handle interrupt source overridesRichard Braun
2017-06-03x86/acpi: handle the PCAT_COMPAT flagRichard Braun
2017-06-03x86/acpimp: rename module to acpiRichard Braun
This module is likely to do more than provide multi-processor information.