index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
Age
Commit message (
Expand
)
Author
2019-12-06
Minor changes, reported by the LGTM bot.
maxv
2019-12-04
Finally fix problem discussed in this old thread:
bouyer
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2019-10-15
convert more KM_NOSLEEP to KM_SLEEP and remove code to handle failures.
chs
2019-10-14
The MCFG base address field is the physical address of the base of mmio
jmcneill
2019-10-09
Provide a better abstraction for the TPM interface. Report it in the ioctl.
maxv
2019-10-09
Add suspend support for TPM 2.0 chips. Check the TPM response also for 1.2
maxv
2019-10-08
Improvements in tpm(4):
maxv
2019-10-01
in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP
chs
2019-09-28
joshua stein, PR kern/54493: acpi_i2c uses incorrect arguments for _DSM call
bouyer
2019-09-23
Match APMC0D0F compatible string.
jmcneill
2019-08-11
Appease GCC maybe-uninitialized for optimization level -Os on amd64.
rin
2019-08-06
- Make the case that width < 8 behave as the same as before. Pointed out by
msaitoh
2019-08-05
- Fix a bug that acpiec_space_handler() doesn't access more than 64bit
msaitoh
2019-08-05
Fix undefined behavior in thinkpad_mask_init(). Found by kUBSan.
msaitoh
2019-06-22
Use bus_dmatag_subregion to get a 32-bit tag
jmcneill
2019-06-22
Revamp the TPM driver
maxv
2019-06-19
Conditionally use a 32- or 64-bit DMA tag based on HCCPARAMS
jmcneill
2019-05-28
s/recieve/receive/
msaitoh
2019-05-24
Added drivers for Hyper-V Synthetic Keyboard and Video device.
nonaka
2019-05-08
Merge isaki-audio2 branch, the overhaul of audio subsystem.
isaki
2019-04-21
use cpu_name() on a struct cpu_info *. don't assume it has a ci_dev
mrg
2019-03-01
- Almost all ppbreg.h's definitions are also in pcireg.h. Remove duplicated
msaitoh
2019-03-01
Fix build for i386.
mlelstv
2019-02-26
Cast to same type as parameter. NFCI.
mlelstv
2019-02-16
Fix cut & paste error in comment
tron
2019-02-15
Avoid UB in OsdHardware.c
kamil
2019-02-15
Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD.
nonaka
2019-02-03
- add or adjust /* FALLTHROUGH */ where appropriate
mrg
2019-01-30
don't print resources twice. It is automagically done in acpi_res_parse_fini.
christos
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2019-01-05
add normal debug level
christos
2018-12-26
Fix 32bit build.
mlelstv
2018-12-25
Make ipmi driver available to other platforms.
mlelstv
2018-12-24
- fix compilation on 32 bit systems.
christos
2018-12-21
Support Designware APB UART
jmcneill
2018-12-21
Add acpi_dsd_integer, which reads an integer value from an ACPI 5.0 _DSD
jmcneill
2018-12-20
An ACPI MCFG allocation with start bus number = end bus number is valid,
jmcneill
2018-12-09
make compile on 64-bit archs after acpi_mem ar_length was changed
jdolecek
2018-12-08
Clean up initialization of com_regs structure, in preparation for
thorpej
2018-12-08
acpimcfg_configure_bus_cb can support 16-bit addresses now
jmcneill
2018-12-03
Define macro before using it. This macro is used as a compile time
cherry
2018-11-23
Use acpi_intr_establish
jmcneill
2018-11-17
Attempt to appease gcc and unbreak i386 build. Should be NFC.
kre
2018-11-16
Use acpi_intr_establish
jmcneill
2018-11-16
Use acpi_md_intr_establish/disestablish to handle device IRQs. The existing
jmcneill
2018-11-02
Do not ignore non-zero segment numbers in MCFG if __HAVE_PCI_GET_SEGMENT
jmcneill
2018-11-02
Add support for multiple PCI segments.
jmcneill
2018-10-26
Add xhci at acpi glue
jmcneill
2018-10-26
Add ehci at acpi glue
jmcneill
[next]