aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/acpica
Commit message (Expand)AuthorAgeFilesLines
...
* Remove an unnecessary register load.Jung-uk Kim2010-08-031-2/+1
* savectx() has not been used for fork(2) for about 15 years. [1]Jung-uk Kim2010-08-032-47/+33
* - Merge savectx2() with savectx() and struct xpcb with struct pcb. [1]Jung-uk Kim2010-08-023-67/+59
* Rename PCB_USER_FPU to PCB_USERFPU not to clash with a macro from fpu.h.Jung-uk Kim2010-07-291-1/+1
* Re-implement FPU suspend/resume for amd64. This removes superfluous usesJung-uk Kim2010-07-262-6/+15
* Move i386-inherited logic of building ACPI headers for acpi_wakeup.c intoJung-uk Kim2010-07-124-50/+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
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-111-3/+1
* Introduce the x86 kernel interfaces to allow kernel code to useKonstantin Belousov2010-06-051-1/+1
* Use the same policy for rejecting / not-reject ACPI tables with incorrectJohn Baldwin2010-03-191-0/+2
* Simplify a macro not to generate unncessary symbols.Jung-uk Kim2009-12-081-14/+1
* Tweak memory allocation for amd64 suspend/resume CPU context.Jung-uk Kim2009-11-041-16/+14
* 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-083-33/+35
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andJung-uk Kim2009-09-271-8/+448
* Extract the code to find and map the MADT ACPI table during early kernelJohn Baldwin2009-09-232-223/+254
* Import ACPICA 20090521.Jung-uk Kim2009-06-054-7/+11
* Reduce code duplcations from r190620. While I am here, tweak a comment.Jung-uk Kim2009-04-021-3/+1
* Chase GDT layout changes and unbreak suspend/resume on amd64.Jung-uk Kim2009-04-023-18/+18
* Save and restore segment registers on amd64 when entering and leavingKonstantin Belousov2009-04-011-6/+11
* - Clean up suspend/resume code for amd64.Jung-uk Kim2009-03-234-31/+29
* Initial suspend/resume support for amd64.Jung-uk Kim2009-03-177-2/+925
* At least one BIOS bogusly includes duplicate entries for I/O APICs. TheJohn Baldwin2009-03-051-0/+4
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-2/+2
* Rework how the nexus(4) device works on x86 to better handle the idea ofJohn Baldwin2008-03-131-0/+44
* For no good reason I had assumed that ACPI table headers would be pageJohn Baldwin2008-01-311-5/+7
* Handle CPUs with APIC IDs higher than 32 (at least one IBM server usesJohn Baldwin2007-05-081-10/+7
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-222-142/+137
* Use vm_paddr_t rather than uintptr_t when passing the physical address ofJohn Baldwin2007-03-051-4/+3
* First pass at allowing memory to be mapped using cache modes other thanJohn Baldwin2006-08-111-5/+5
* If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fallJohn Baldwin2006-03-271-4/+5
* Catch up with ACPI-CA 20051021 importJung-uk Kim2005-11-011-1/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Canonize the include of acpi.h.David E. O'Brien2005-09-114-4/+4
* MFi386: use the lapic timer for UP systems that are using the apic so thatPeter Wemm2005-04-151-2/+0
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyJohn Baldwin2005-02-221-2/+8
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.Nate Lawson2004-10-111-0/+6
* Sync with i386 - get the softc via the devclass rather than caching the devPeter Wemm2004-08-161-2/+1
* Add machdep quirks functions. On i386, this disables acpi on systems withNate Lawson2004-06-301-0/+6
* Insta-MFi386: ignore disabled cpu apic id's entirelyPeter Wemm2004-06-101-13/+8
* MFi386: apic intpin programming updates etc.Peter Wemm2004-06-031-28/+30
* MFi386: numerous interrupt and acpi updatesPeter Wemm2004-05-161-41/+122
* Make unnecessary globals static and remove unused includes.Nate Lawson2004-05-061-1/+1
* Don't check for NULL, device_get_softc() always succeeds.Nate Lawson2004-04-211-2/+1
* Merge some more changes from i386.Peter Wemm2004-01-301-7/+43
* Use the ACPI-CA definitions for the various APIC tables instead of ourNate Lawson2003-12-091-59/+55
* MFi386: put the apic disable hook in a better place.Peter Wemm2003-12-061-1/+1
* Add an additional knob to just disable the apic code without also havingPeter Wemm2003-12-031-1/+1
* Minor source sync with amd64. For %.*s printf formats, pass in anPeter Wemm2003-11-141-3/+5