aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/acpica
Commit message (Expand)AuthorAgeFilesLines
* Merge ACPICA 20190329.Jung-uk Kim2019-03-291-2/+2
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* Partially revert r197863 to reduce diff against i386.Jung-uk Kim2018-02-241-9/+3
* sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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
* If x86 CPU implementation of the MWAIT instruction reasonablyKonstantin Belousov2015-05-091-7/+0
* don't set CR4 PSE bit on amd64Roger Pau Monné2014-07-231-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-3/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-3/+2
* Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There isJung-uk Kim2013-02-151-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-093-627/+12
* 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
* Centralize declaration of the debug.acpi sysctl node.John Baldwin2012-05-171-2/+0
* 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
* Make ACPI resume beeper less cryptic. Set PIC timer2 mode properly.Jung-uk Kim2012-02-151-7/+17
* Reset clock after atrtc(4) is properly resumed.Jung-uk Kim2012-02-081-1/+0
* Restore callee saved registers later and micro-optimize.Jung-uk Kim2012-02-031-14/+13
* 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-313-15/+22
* 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-213-2/+24
* 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
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1
* Reinitialize PAT MSR via pmap_init_pat() while resuming. This function doesJung-uk Kim2010-11-233-9/+1
* Make APM emulation look more closer to its origin. Use device_get_softc(9)Jung-uk Kim2010-11-101-3/+2
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newJung-uk Kim2010-11-101-449/+4
* Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.Jung-uk Kim2010-11-091-91/+0
* Reduce diff between platforms and fix style(9) bugs.Jung-uk Kim2010-11-091-15/+35
* Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it isJohn Baldwin2010-11-081-572/+0
* A few small style and whitespace fixes.John Baldwin2010-11-081-2/+1
* Move <machine/apicreg.h> to <x86/apicreg.h>.John Baldwin2010-11-012-2/+2
* 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