summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica/acpi_wakeup.c
Commit message (Expand)AuthorAgeFilesLines
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofiwasaki2012-06-091-424/+0
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.jkim2012-06-011-2/+1
* Tidy up code clutter in SMP case a bit. No functional change.jkim2012-06-011-10/+6
* Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.jkim2012-06-011-2/+2
* Improve style(9) in the previous commit.jkim2012-06-011-3/+3
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextiwasaki2012-06-011-38/+47
* Re-initialize model-specific MSRs when we resume CPUs.jkim2012-03-301-0/+1
* Merge ACPICA 20120320.jkim2012-03-201-1/+1
* Fix another witness panic. We cannot enter critical section at all becausejkim2012-03-201-2/+3
* Fix a witness panic introduced in r231797.jkim2012-03-191-2/+2
* Refine r231791. Install the resume event handler unconditionally.jkim2012-02-161-18/+11
* Clean up RFLAG and CR3 register handling and nearby comments. For BSP, usejkim2012-02-151-13/+4
* Set up an event handler to turn off speaker if user requested it. Speakerjkim2012-02-151-7/+22
* Reset clock after atrtc(4) is properly resumed.jkim2012-02-081-1/+0
* Fix a function prototype to reflect reality. No functional change.jkim2012-02-031-1/+1
* - Restore XCR0 before restoring extended FPU states.jkim2012-01-311-1/+2
* Add support for the extended FPU states on amd64, both for nativekib2012-01-211-1/+10
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-1/+2
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-11/+10
* Reinitialize PAT MSR via pmap_init_pat() while resuming. This function doesjkim2010-11-231-1/+1
* Move <machine/apicreg.h> to <x86/apicreg.h>.jhb2010-11-011-1/+1
* Move the <machine/mca.h> header to <x86/mca.h>.jhb2010-11-011-1/+1
* Reset switchtime to zero rather than the current CPU ticker (TSC) value.jkim2010-08-131-2/+2
* Reset switchtime and switchticks after resynchronizing the system clock.jkim2010-08-121-1/+3
* Remove unnecessary casting and simplify code. We are not there yet. ;-)jkim2010-08-061-3/+1
* Correct argument order of acpi_restorecpu(), which was forgotten in r210804.jkim2010-08-061-1/+1
* - Merge savectx2() with savectx() and struct xpcb with struct pcb. [1]jkim2010-08-021-14/+13
* Re-implement FPU suspend/resume for amd64. This removes superfluous usesjkim2010-07-261-5/+0
* Restore the machine check register banks on resume. For banks beingjhb2010-06-151-0/+2
* Fix ACPI suspend/resume on amd64, which was broken since r208833.jkim2010-06-141-1/+1
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-051-1/+1
* Tweak memory allocation for amd64 suspend/resume CPU context.jkim2009-11-041-16/+14
* Clean up amd64 suspend/resume code.jkim2009-10-081-27/+22
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* Chase GDT layout changes and unbreak suspend/resume on amd64.jkim2009-04-021-18/+0
* - Clean up suspend/resume code for amd64.jkim2009-03-231-8/+5
* Initial suspend/resume support for amd64.jkim2009-03-171-1/+396
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Minor style cleanups.njl2003-08-281-1/+0
* Use __FBSDID().obrien2003-07-251-2/+4
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-310/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Hold the page queues lock around calls to pmap_remove().alc2002-12-041-0/+2
* Add `if (!cold)' checkings for functions which is called via SYSINIT.iwasaki2002-11-241-0/+3
* - curproc may be NULL in 4-stable. In that case use the vmspace fromjhb2002-10-161-2/+4
* Wrap GCC-specific asm() code in #ifdef __GNUC__markm2002-09-211-0/+2
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Improve stack manipulation code of ACPI wakeup routine.iwasaki2002-08-071-2/+2
* Fix a bug about stack manipulation at ACPI wakeup.iwasaki2002-08-011-0/+1
* Make this compile with gcc-3.1, which objects to the multi-line string.peter2002-05-191-64/+64
OpenPOWER on IntegriCloud