aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* 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
* Similar to UART on ThunderX2, the ARM Coresight (ETM component)Ruslan Bukin2020-06-091-0/+4
* Rename dmar_get_dma_tag() to acpi_iommu_get_dma_tag().Ruslan Bukin2020-05-261-3/+3
* Send Lid status notification via devd from acpi_lid_status_update.Colin Percival2020-05-161-0/+3
* Call acpi_pxm_set_proximity_info() slightly earlier on x86.Mark Johnston2020-05-142-16/+6
* acpi_video: try our best to work on systems without non-essential methodsAndriy Gapon2020-05-051-24/+73
* acpi_video: fix a crash in detach with an LCD outputAndriy Gapon2020-04-241-1/+4
* acpi_ec(4): Don't probe erroneously if success occurredConrad Meyer2020-04-231-0/+2
* acpi_ec(4): Do not probe "successfully" if an error occurredConrad Meyer2020-04-201-5/+4
* Alert devd when acpi_video brightness changesColin Percival2020-04-161-0/+3
* acpi: Export functions required by upcoming acpi_iicbus driver.Vladimir Kondratyev2020-03-092-9/+17
* acpi: Fix stalled value returned by acpi_get_device() after device deletionVladimir Kondratyev2020-03-091-3/+15
* Expose the ACPI power button, sleep button and LID state as evdev's.Hans Petter Selasky2020-03-022-0/+63
* Add workaround for models which do not follow the ACPI specification strictly.Hiroki Sato2020-02-271-4/+17
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-2610-98/+111
* Always check return value from acpi_GetInteger() after r358219.Hans Petter Selasky2020-02-241-13/+27
* Make sure the ACPI lid state is updated during boot and after resume.Hans Petter Selasky2020-02-211-1/+11
* Add _BIX (Battery Information Extended) object support.Hiroki Sato2020-02-197-173/+379
* Use EARLY_DRIVER_MODULE in the acpi bus.Andrew Turner2020-02-171-1/+2
* acpi_hpet: Add Hygon Dhyana support.Konstantin Belousov2020-02-071-1/+3
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* acpi(4): Add _CID to PNP info stringConrad Meyer2019-12-181-2/+5
* acpica: Fix for the fix, unfortunatelyConrad Meyer2019-10-171-2/+2
* acpica: Match ID_PROBE default implementation to interfaceConrad Meyer2019-10-171-1/+2
* Install an ACPI PCI bus notify handler.John Baldwin2019-10-151-0/+23
* Support hot insertion and removal of PCI devices on EC2.John Baldwin2019-10-151-0/+106
* Announce PCI Segment Groups supported to PCI host _OSC.Alexander Motin2019-08-261-2/+2
* Don't set the string "unknown" as a device's location_strD Scott Phillips2019-08-191-1/+1
* Allocate all per-cpu datastructures in domain correct memory.Jeff Roberson2019-08-182-0/+12
* Detect invalid PCI devices more correctly in PCI interrupt router drivers.John Baldwin2019-08-061-2/+5