.. |
acpica
|
Add support for Arm N1 SDP PCIe host controller.
|
2020-01-17 17:06:32 +00:00 |
wmi
|
Revert previous for now:
|
2020-04-16 23:29:52 +00:00 |
acpi_acad.c
|
|
|
acpi_apm.c
|
|
|
acpi_bat.c
|
Don't hold up boot: defer acpibat(4) inquiry until threads are running.
|
2018-08-10 17:11:56 +00:00 |
acpi_button.c
|
|
|
acpi_cpu_cstate.c
|
- add or adjust /* FALLTHROUGH */ where appropriate
|
2019-02-03 03:19:25 +00:00 |
acpi_cpu_pstate.c
|
|
|
acpi_cpu_tstate.c
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
acpi_cpu.c
|
Use the module subsystem's ability to process SYSCTL_SETUP() entries to
|
2020-03-16 21:20:09 +00:00 |
acpi_cpu.h
|
|
|
acpi_debug.c
|
in acpi_debug_init(), the string we extract from the dictionary is
|
2020-03-23 00:37:19 +00:00 |
acpi_display.c
|
Demote "unknown output device" message from error to debug, and change
|
2020-04-28 11:02:37 +00:00 |
acpi_ec.c
|
kern/55206: acpibat reporting broken by acpi_ec.c r1.81
|
2020-04-28 10:04:32 +00:00 |
acpi_ecvar.h
|
|
|
acpi_event.c
|
Factor out common ACPI event code into a shared module.
|
2018-10-22 22:29:35 +00:00 |
acpi_event.h
|
Factor out common ACPI event code into a shared module.
|
2018-10-22 22:29:35 +00:00 |
acpi_fan.c
|
|
|
acpi_ged.c
|
Add driver for ACPI Generic Event Device
|
2018-10-22 22:36:19 +00:00 |
acpi_i2c.c
|
joshua stein, PR kern/54493: acpi_i2c uses incorrect arguments for _DSM call
|
2019-09-28 11:24:10 +00:00 |
acpi_i2c.h
|
Implement a ACPI helper to fill the property array expected from our I2C
|
2017-12-10 16:51:30 +00:00 |
acpi_intr.h
|
Add acpi_intr_mask() and acpi_intr_unmask() which, following the pre-existing
|
2019-12-22 15:57:06 +00:00 |
acpi_lid.c
|
|
|
acpi_mcfg.c
|
Work around a compiler issue when building on aarch64 with KUBSAN.
|
2020-04-13 12:08:05 +00:00 |
acpi_mcfg.h
|
Add acpimcfg_conf_valid helper for pcie controllers with nonstandard
|
2020-02-02 16:31:25 +00:00 |
acpi_osd.h
|
|
|
acpi_pci_link.c
|
Add support for Arm N1 SDP PCIe host controller.
|
2020-01-17 17:06:32 +00:00 |
acpi_pci.c
|
Ignore PCI boot config unless the _DSM for ignoring PCI boot config is
|
2020-01-18 12:32:57 +00:00 |
acpi_pci.h
|
Add support for Arm N1 SDP PCIe host controller.
|
2020-01-17 17:06:32 +00:00 |
acpi_pmtr.c
|
|
|
acpi_power.c
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
acpi_power.h
|
|
|
acpi_quirks.c
|
|
|
acpi_resource.c
|
Rely on 32/64-bit overflow to calculate translation offsets. Store this
|
2019-12-31 17:26:04 +00:00 |
acpi_slit.c
|
|
|
acpi_slit.h
|
|
|
acpi_srat.c
|
Redo the page allocator to perform better, especially on multi-core and
|
2019-12-27 12:51:56 +00:00 |
acpi_srat.h
|
Redo the page allocator to perform better, especially on multi-core and
|
2019-12-27 12:51:56 +00:00 |
acpi_timer.c
|
Rename options ACPI_REDUCED_HARDWARE to ACPI_REDUCED_HW. The former is
|
2018-10-16 10:25:33 +00:00 |
acpi_timer.h
|
|
|
acpi_tz.c
|
use cpu_name() on a struct cpu_info *. don't assume it has a ci_dev
|
2019-04-21 21:52:09 +00:00 |
acpi_usb.c
|
Add xhci at acpi glue
|
2018-10-26 23:33:38 +00:00 |
acpi_usb.h
|
Add xhci at acpi glue
|
2018-10-26 23:33:38 +00:00 |
acpi_util.c
|
Free buffers only when allocated.
|
2019-12-31 09:10:15 +00:00 |
acpi_util.h
|
Add support for reading _DSD string property values.
|
2019-12-29 13:45:11 +00:00 |
acpi_verbose.c
|
Merge conflicts; STA methods and fields are not present anymore.
|
2018-04-07 15:49:50 +00:00 |
acpi_wakedev.c
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
acpi_wakedev.h
|
|
|
acpi_wdrt.c
|
|
|
acpi.c
|
Stop walking MADT / GTDT subtables if we hit a header with length 0
|
2020-04-09 10:46:19 +00:00 |
acpica.h
|
Allow registering ACPI interrupt handlers with a xname.
|
2018-03-20 12:14:52 +00:00 |
acpidevs
|
s/recieve/receive/
|
2019-05-28 08:59:33 +00:00 |
acpidevs_data.h
|
|
|
acpireg.h
|
|
|
acpivar.h
|
Add support for Arm N1 SDP PCIe host controller.
|
2020-01-17 17:06:32 +00:00 |
ahcisata_acpi.c
|
Use 64-bit DMA if available
|
2020-04-15 19:26:51 +00:00 |
aibs_acpi.c
|
remove checks for failure after memory allocation calls that cannot fail:
|
2017-06-01 02:45:05 +00:00 |
amdccp_acpi.c
|
Fix boot messages
|
2018-10-21 11:09:20 +00:00 |
apple_smc_acpi.c
|
Reassign my copyright to TNF.
|
2017-05-22 14:07:00 +00:00 |
asus_acpi.c
|
|
|
atppc_acpi.c
|
|
|
attimer_acpi.c
|
|
|
com_acpi.c
|
Fix build for i386.
|
2019-03-01 09:21:06 +00:00 |
dalb_acpi.c
|
|
|
devlist2h.awk
|
|
|
dwiic_acpi.c
|
Match APMC0D0F compatible string.
|
2019-09-23 08:50:52 +00:00 |
ehci_acpi.c
|
Use acpi_intr_establish
|
2018-11-16 23:18:00 +00:00 |
fdc_acpi.c
|
|
|
fdc_acpireg.h
|
|
|
files.acpi
|
Add ACPI glue for Broadcom GENETv5
|
2020-02-22 02:28:06 +00:00 |
fujbp_acpi.c
|
|
|
fujhk_acpi.c
|
|
|
genet_acpi.c
|
Add ACPI glue for Broadcom GENETv5
|
2020-02-22 02:28:06 +00:00 |
hpacel_acpi.c
|
|
|
hpet_acpi.c
|
|
|
hpqlb_acpi.c
|
|
|
ipmi_acpi.c
|
don't print resources twice. It is automagically done in acpi_res_parse_fini.
|
2019-01-30 20:20:36 +00:00 |
joy_acpi.c
|
|
|
lpt_acpi.c
|
use isa_intr_establish_xname() so this passes the device name
|
2018-06-24 12:25:33 +00:00 |
Makefile.acpidevs
|
|
|
mpu_acpi.c
|
|
|
pckbc_acpi.c
|
Appease GCC maybe-uninitialized for optimization level -Os on amd64.
|
2019-08-11 06:46:35 +00:00 |
pcppi_acpi.c
|
|
|
plgpio_acpi.c
|
Use acpi_intr_establish
|
2018-11-23 14:08:40 +00:00 |
qemufwcfg_acpi.c
|
Add driver for QEMU Firmware Configuration device.
|
2017-11-25 16:31:03 +00:00 |
sdhc_acpi.c
|
fix build
|
2020-02-01 20:11:24 +00:00 |
smbus_acpi.c
|
Cleanup i2c bus acquire / release, centralizing all of the logic into
|
2019-12-22 23:23:29 +00:00 |
sony_acpi.c
|
KNF. Remove extra spaces. No functional change.
|
2016-07-07 06:55:38 +00:00 |
spic_acpi.c
|
|
|
thinkpad_acpi.c
|
Fix undefined behavior in thinkpad_mask_init(). Found by kUBSan.
|
2019-08-05 10:09:35 +00:00 |
TODO
|
|
|
tpm_acpi.c
|
Provide a better abstraction for the TPM interface. Report it in the ioctl.
|
2019-10-09 14:03:57 +00:00 |
ug_acpi.c
|
|
|
vald_acpi.c
|
KNF. No functional change.
|
2016-07-14 04:19:26 +00:00 |
valz_acpi.c
|
Do not emit a meaningless message when lid open/close from valz(4)
|
2017-11-09 23:51:54 +00:00 |
virtio_acpi.c
|
Use acpi_intr_establish
|
2018-11-16 23:18:00 +00:00 |
vmbus_acpi.c
|
Added drivers for Hyper-V Synthetic Keyboard and Video device.
|
2019-05-24 14:28:48 +00:00 |
wb_acpi.c
|
|
|
wss_acpi.c
|
Merge isaki-audio2 branch, the overhaul of audio subsystem.
|
2019-05-08 13:40:13 +00:00 |
xhci_acpi.c
|
Match HID 808622B7 (DesignWare USB3)
|
2020-01-31 23:12:13 +00:00 |
ym_acpi.c
|
Merge isaki-audio2 branch, the overhaul of audio subsystem.
|
2019-05-08 13:40:13 +00:00 |