aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/acpica/acpi_wakeup.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* x86: AMD Zen2: Zenbleed chicken bit mitigationOlivier Certner2023-10-021-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* amd64 wakeup: recalculate mitigations after APICs are wokenKonstantin Belousov2023-03-291-5/+7
* acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text.Konstantin Belousov2023-03-181-2/+2
* amd64: properly recalculate mitigations knobs after resumeKonstantin Belousov2023-03-181-0/+14
* amd64 acpi_wakeup.c: fix typoKonstantin Belousov2023-03-171-1/+1
* amd64 wakeup: rework trampoline page allocationKonstantin Belousov2021-09-131-35/+44
* x86: duplicate acpi_wakeup.c per i386 and amd64Konstantin Belousov2021-09-131-0/+440
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofMitsuru IWASAKI2012-06-091-424/+0
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.Jung-uk Kim2012-06-011-2/+1
* Tidy up code clutter in SMP case a bit. No functional change.Jung-uk Kim2012-06-011-10/+6
* Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.Jung-uk Kim2012-06-011-2/+2
* Improve style(9) in the previous commit.Jung-uk Kim2012-06-011-3/+3
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextMitsuru IWASAKI2012-06-011-38/+47
* Re-initialize model-specific MSRs when we resume CPUs.Jung-uk Kim2012-03-301-0/+1
* Merge ACPICA 20120320.Jung-uk Kim2012-03-201-1/+1
* Fix another witness panic. We cannot enter critical section at all becauseJung-uk Kim2012-03-201-2/+3
* Fix a witness panic introduced in r231797.Jung-uk Kim2012-03-191-2/+2
* Refine r231791. Install the resume event handler unconditionally.Jung-uk Kim2012-02-161-18/+11
* Clean up RFLAG and CR3 register handling and nearby comments. For BSP, useJung-uk Kim2012-02-151-13/+4
* Set up an event handler to turn off speaker if user requested it. SpeakerJung-uk Kim2012-02-151-7/+22
* Reset clock after atrtc(4) is properly resumed.Jung-uk Kim2012-02-081-1/+0
* Fix a function prototype to reflect reality. No functional change.Jung-uk Kim2012-02-031-1/+1
* - Restore XCR0 before restoring extended FPU states.Jung-uk Kim2012-01-311-1/+2
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-211-1/+10
* Remove the usage of pc_other_cpus from amd64.Attilio Rao2011-06-211-1/+2
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-11/+10
* Reinitialize PAT MSR via pmap_init_pat() while resuming. This function doesJung-uk Kim2010-11-231-1/+1
* Move <machine/apicreg.h> to <x86/apicreg.h>.John Baldwin2010-11-011-1/+1
* Move the <machine/mca.h> header to <x86/mca.h>.John Baldwin2010-11-011-1/+1
* Reset switchtime to zero rather than the current CPU ticker (TSC) value.Jung-uk Kim2010-08-131-2/+2
* Reset switchtime and switchticks after resynchronizing the system clock.Jung-uk Kim2010-08-121-1/+3
* Remove unnecessary casting and simplify code. We are not there yet. ;-)Jung-uk Kim2010-08-061-3/+1
* Correct argument order of acpi_restorecpu(), which was forgotten in r210804.Jung-uk Kim2010-08-061-1/+1
* - Merge savectx2() with savectx() and struct xpcb with struct pcb. [1]Jung-uk Kim2010-08-021-14/+13
* Re-implement FPU suspend/resume for amd64. This removes superfluous usesJung-uk Kim2010-07-261-5/+0
* Restore the machine check register banks on resume. For banks beingJohn Baldwin2010-06-151-0/+2
* Fix ACPI suspend/resume on amd64, which was broken since r208833.Jung-uk Kim2010-06-141-1/+1
* Introduce the x86 kernel interfaces to allow kernel code to useKonstantin Belousov2010-06-051-1/+1
* Tweak memory allocation for amd64 suspend/resume CPU context.Jung-uk Kim2009-11-041-16/+14
* Clean up amd64 suspend/resume code.Jung-uk Kim2009-10-081-27/+22
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* Chase GDT layout changes and unbreak suspend/resume on amd64.Jung-uk Kim2009-04-021-18/+0
* - Clean up suspend/resume code for amd64.Jung-uk Kim2009-03-231-8/+5
* Initial suspend/resume support for amd64.Jung-uk Kim2009-03-171-1/+396
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Minor style cleanups.Nate Lawson2003-08-281-1/+0
* Use __FBSDID().David E. O'Brien2003-07-251-2/+4