summaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* device_get_property: add a HANDLE caseBjoern A. Zeeb2023-01-181-0/+47
* acpi: Tell SMM we will handle CPPC notificationsTom Jones2022-12-081-0/+18
* acpi: mark INVARIANTS variables as __diagusedEd Maste2022-08-291-2/+2
* acpi_apei: Add sysctl to mute corrected errors.Alexander Motin2022-08-151-4/+54
* Adjust function definition in acpi_timer.c to avoid clang 15 warningsDimitry Andric2022-07-291-1/+1
* ACPI: change arguments to internal acpi_find_dsd()Bjoern A. Zeeb2022-07-181-6/+4
* Create wrapper for Giant taken for newbusWarner Losh2022-06-213-16/+15
* hpet: Allow a MMIO window smaller than 1KJohn F. Carr2022-04-272-3/+18
* Extend device_get_property APIKornel Duleba2022-03-291-2/+21
* device: add device_get_property and device_has_propertyBartlomiej Grzesik2022-03-291-0/+38
* acpica: add ACPI_GET_PROPERTY to access Device Specific Data (DSD)Bartlomiej Grzesik2022-03-293-0/+132
* APEI: Make sure event data fit into the buffer.Alexander Motin2022-02-131-2/+6
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-081-1/+0
* Make CPU_SET macros compliant with other implementationsStefan Eßer2022-01-141-1/+1
* acpica: Remove CTLFLAG_NEEDGIANT from most sysctls.Alexander Motin2022-01-107-93/+80
* Check cpu_softc is not NULL before dereferencingAndrew Turner2022-01-041-0/+3
* acpi_cpu: Fix panic if some CPU devices are disabled.Alexander Motin2022-01-041-36/+28
* Make CPU children explicitly share parent unit numbers.Alexander Motin2022-01-042-2/+4
* acpi_cpu: Make device unit numbers match OS CPU IDs.Alexander Motin2022-01-041-62/+21
* APEI: Improve multiple error sources handling.Alexander Motin2021-12-161-46/+101
* APEI: Fix Generic Error Data Entry revision 3.0 handling.Alexander Motin2021-12-091-5/+9
* Parse named nodes from IORT ACPI on arm64Dmitry Salychev2021-11-191-0/+4
* pvclock: Add vDSO supportAdam Fenn2021-10-101-0/+4
* Turn off acpi_timer_test on !i386 by defaultColin Percival2021-09-151-0/+4
* Hide acpi_timer_test behind a tunableColin Percival2021-09-151-0/+10
* Fix a common typo in source code commentsGordon Bergling2021-09-011-1/+1
* Support fixed size, variable location acpi resourcesAndrew Turner2021-08-051-0/+21
* acpi: Add missing error handling to acpi_pci_link_route_irqs()Mark Johnston2021-06-021-1/+5
* Move time math out of disabled interrupts sections.Alexander Motin2021-04-071-14/+16
* Do not read timer extra time when MWAIT is used.Alexander Motin2021-04-071-9/+10
* Change mwait_bm_avoidance use to match Linux.Alexander Motin2021-04-071-4/+6
* acpi: limit the AMDI0020/AMDI0010 workaround to an optionWarner Losh2021-02-111-0/+3
* Add missing newlines.Alexander Motin2021-01-311-2/+2
* acpi: Ensure that adjacent memory affinity table entries are coalescedMark Johnston2020-12-181-12/+25
* [arm64] Parse ACPI _PXM property on ARM64 platformOleksandr Tymoshenko2020-12-011-1/+1
* Suspend all writeable local filesystems on power suspend.Konstantin Belousov2020-11-051-0/+3
* acpi_dock(4): Add ACPI_PNP_INFOVladimir Kondratyev2020-10-311-0/+3
* Add plug and play information macroses for ACPI and I2C buses.Vladimir Kondratyev2020-10-311-0/+14
* acpi_video(4): Put display device in to D3 state on "Display off" event.Vladimir Kondratyev2020-10-311-0/+3
* acpi_video(4): Add evdev support for reporting of video events.Vladimir Kondratyev2020-10-311-0/+97
* acpi(9): Add EVENTHANDLERs for video and AC adapter events.Vladimir Kondratyev2020-10-313-0/+15
* acpi: Tweak _DSM method evaluation helpers.Vladimir Kondratyev2020-10-312-12/+28
* acpi_resource: support multiple IRQsEmmanuel Vadot2020-09-301-14/+6
* Rename kernel option ACPI_DMAR to IOMMU.Ruslan Bukin2020-09-291-1/+2
* o Rename acpi_iommu_get_dma_tag() -> iommu_get_dma_tag().Ruslan Bukin2020-09-291-2/+5
* acpica: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0112-18/+7
* Unify AcpiGetTable() KPI use in identify, probe and attach.Alexander Motin2020-08-191-7/+25
* Add some more checks to make APEI driver more robust.Alexander Motin2020-08-071-8/+22
* Allow ACPI APEI driver build without PCI.Alexander Motin2020-08-071-1/+5
* Add initial driver for ACPI Platform Error Interfaces.Alexander Motin2020-07-272-0/+715