aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/acpica/acpi_wakecode.S
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* x86: Move i386 timerreg.h to x86Dmitry Chagin2023-04-201-1/+1
* x86: Move i386 ppireg.h to x86Dmitry Chagin2023-04-201-1/+1
* amd64: Handle 5-level paging on wakeup.Konstantin Belousov2020-08-231-2/+11
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* Ensure that resume path on amd64 only accesses page tables for normalKonstantin Belousov2017-05-151-3/+6
* sys/amd64: Small spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* don't set CR4 PSE bit on amd64Roger Pau Monné2014-07-231-2/+2
* - Remove unused code for CR3 and CR4.Jung-uk Kim2012-06-131-5/+0
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofMitsuru IWASAKI2012-06-091-26/+12
* Make ACPI resume beeper less cryptic. Set PIC timer2 mode properly.Jung-uk Kim2012-02-151-7/+17
* - Restore XCR0 before restoring extended FPU states.Jung-uk Kim2012-01-311-1/+3
* Naturally align a newly added wakeup_fpusave.Jung-uk Kim2012-01-301-2/+2
* Add support for the extended FPU states on amd64, both for nativeKonstantin Belousov2012-01-211-0/+2
* Reinitialize PAT MSR via pmap_init_pat() while resuming. This function doesJung-uk Kim2010-11-231-2/+0
* savectx() has not been used for fork(2) for about 15 years. [1]Jung-uk Kim2010-08-031-2/+2
* - Merge savectx2() with savectx() and struct xpcb with struct pcb. [1]Jung-uk Kim2010-08-021-2/+2
* Move i386-inherited logic of building ACPI headers for acpi_wakeup.c intoJung-uk Kim2010-07-121-2/+0
* Try hiding annoying text cursor after the video controller is reset.Jung-uk Kim2009-10-231-0/+5
* Clean up amd64 suspend/resume code.Jung-uk Kim2009-10-081-3/+3
* Chase GDT layout changes and unbreak suspend/resume on amd64.Jung-uk Kim2009-04-021-0/+8
* - Clean up suspend/resume code for amd64.Jung-uk Kim2009-03-231-19/+19
* Initial suspend/resume support for amd64.Jung-uk Kim2009-03-171-0/+278