aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Make CPU_SET macros compliant with other implementationsStefan Eßer2021-12-301-1/+1
* acpica: Remove CTLFLAG_NEEDGIANT from most sysctls.Alexander Motin2021-12-277-94/+81
* acpi_cpu: Replace Giant with bus_topo_lock.Alexander Motin2021-12-101-2/+2
* newbus: add bus_topo_assertWarner Losh2021-12-101-3/+3
* Create wrapper for Giant taken for newbusWarner Losh2021-12-103-16/+15
* APEI: Improve multiple error sources handling.Alexander Motin2021-12-021-49/+104
* APEI: Fix Generic Error Data Entry revision 3.0 handling.Alexander Motin2021-11-251-5/+9
* acpi: Fix error code returned in acpi_bus_get_propBartlomiej Grzesik2021-11-241-2/+3
* Check cpu_softc is not NULL before dereferencingAndrew Turner2021-09-271-0/+3
* acpi_cpu: Fix panic if some CPU devices are disabled.Alexander Motin2021-09-251-37/+29
* Make CPU children explicitly share parent unit numbers.Alexander Motin2021-09-252-2/+4
* acpi_cpu: Make device unit numbers match OS CPU IDs.Alexander Motin2021-09-251-62/+21
* device: add device_get_property and device_has_propertyBartlomiej Grzesik2021-09-201-0/+37
* acpica: add ACPI_GET_PROPERTY to access Device Specific Data (DSD)Bartlomiej Grzesik2021-09-203-0/+132
* Disable acpi_timer_test by defaultColin Percival2021-09-081-1/+1
* Hide acpi_timer_test behind a tunableColin Percival2021-09-081-0/+10
* Fix a common typo in source code commentsGordon Bergling2021-08-291-1/+1
* pvclock: Add vDSO supportAdam Fenn2021-08-141-0/+4
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* Parse named nodes from IORT ACPI on arm64Dmitry Salychev2021-08-071-0/+4
* Ignore ResourceProducer flag for:Aleksandr Rybalko2021-08-021-1/+3
* Support fixed size, variable location acpi resourcesAndrew Turner2021-07-091-0/+21
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-233-43/+33
* acpi: Add missing error handling to acpi_pci_link_route_irqs()Mark Johnston2021-05-261-1/+5
* Move time math out of disabled interrupts sections.Alexander Motin2021-03-101-14/+16
* Do not read timer extra time when MWAIT is used.Alexander Motin2021-03-081-9/+10
* Change mwait_bm_avoidance use to match Linux.Alexander Motin2021-03-081-4/+6
* acpi: limit the AMDI0020/AMDI0010 workaround to an optionWarner Losh2021-02-081-0/+3
* Add missing newlines.Alexander Motin2021-01-281-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
* Add acpi_iort_map_pci_smmuv3().Ruslan Bukin2020-07-171-0/+1
* Add mostly dummy hw.pci.enable_aspm tunable.Alexander Motin2020-06-261-0/+4
* Remove double-calls to tc_get_timecount() to warm timecounters.Konstantin Belousov2020-06-102-2/+0
* All the ARM Coresight interconnect devices set ResourceProducer on memoryRuslan Bukin2020-06-101-2/+10