aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/acpica
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* i386 acpi: Remove unneeded function declaration.John Baldwin2023-06-301-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* x86: Move i386 timerreg.h to x86Dmitry Chagin2023-04-201-1/+1
* x86: Move i386 ppireg.h to x86Dmitry Chagin2023-04-201-1/+1
* acpica: Merge ACPICA 20221020Jung-uk Kim2022-10-281-2/+2
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-7/+7
* i386: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* x86: duplicate acpi_wakeup.c per i386 and amd64Konstantin Belousov2021-09-131-0/+391
* acpi: Fix a repeated comment typoJessica Clarke2021-07-191-1/+1
* acpi: Fix a repeated vm_offset_t that should be a vm_size_tJessica Clarke2021-07-191-1/+1
* acpi: Make nexus_acpi quiet on amd64 and i386Mark Johnston2021-03-051-1/+1
* i386: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Use pmap_mapbios() to map ACPI tables on amd64 and i386.Mark Johnston2020-08-201-90/+19
* Remove some noisy ACPI tables messages from verbose dmesg.Alexander Motin2020-08-191-9/+1
* Merge ACPICA 20190329.Jung-uk Kim2019-03-291-2/+2
* Fix resume on i386 PAE.Konstantin Belousov2019-02-071-7/+20
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-301-1/+1
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* Minor cleanups found while fixing a bug involving double mapping of lowBruce Evans2017-12-151-7/+7
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* If x86 CPU implementation of the MWAIT instruction reasonablyKonstantin Belousov2015-05-091-7/+0
* Correct a comment brought over from amd64. i386 doesn't use longJohn Baldwin2014-08-121-8/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Consistently use round_page(x) rather than roundup(x, PAGE_SIZE). There isJung-uk Kim2013-02-151-2/+2
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+3
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-3/+0
* - Fix resumectx() prototypes to reflect reality.Jung-uk Kim2012-06-131-3/+3
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofMitsuru IWASAKI2012-06-092-378/+3
* 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-54/+57
* Revert the previous commit on wakecode address verbose printing.Mitsuru IWASAKI2012-05-191-2/+2
* Add SMP/i386 suspend/resume support.Mitsuru IWASAKI2012-05-182-423/+378
* Centralize declaration of the debug.acpi sysctl node.John Baldwin2012-05-171-2/+0
* Merge ACPICA 20120320.Jung-uk Kim2012-03-201-1/+1
* MFamd64:John Baldwin2012-03-091-12/+19
* MFamd64: (based on) r209957Jung-uk Kim2010-11-124-43/+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-451/+9
* 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
* Sync the APIC startup sequence with amd64:John Baldwin2010-11-081-1/+1
* A few small style and whitespace fixes.John Baldwin2010-11-081-1/+0