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
/
acpi_timer.c
Age
Commit message (
Expand
)
Author
2018-10-16
Rename options ACPI_REDUCED_HARDWARE to ACPI_REDUCED_HW. The former is
jmcneill
2018-10-16
Add ACPI_REDUCED_HARDWARE defflag (used by ACPICA) and fix acpi build with th...
jmcneill
2018-10-15
Do not attach a timecounter when PM_TMR_LEN is 0. According to ACPI 6.2
jmcneill
2013-12-27
constant changed name
christos
2011-08-08
The absence of USE_PLATFORM_CLOCK does not imply that the PM Timer is
jmcneill
2011-01-04
Fix previous.
jruoho
2011-01-02
Print a warning if the BIOS thinks that the timer is unreliable. However, do
jruoho
2010-07-10
Export also the delta function.
jruoho
2010-07-10
Export the wrapper functions that read from the ACPI PM timer.
jruoho
2010-03-05
Add missing license.
jruoho
2010-03-05
Remove <dev/acpi/acpica.h> from all files. It is included from
jruoho
2009-04-08
Add acpitimer_detach() to eventually support acpi(4) detachment.
dyoung
2009-03-15
ansify function definitions
cegger
2009-03-14
Don't assume ACPI == x86, from kiyohara@kk.iij4u.or.jp
jmcneill
2008-05-11
Noisy printf.
ad
2008-01-20
Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,
joerg
2007-09-26
x86 changes for pcc and LKMs.
ad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-08-27
Complete the declaration.
christos
2006-07-02
Move acpi_timer.h outside of __HAVE_TIMECOUNTER, as we need acpitimer_init()
bouyer
2006-06-30
Add __KERNEL_RCSID().
xtraeme
2006-06-30
Remove a debug printf.
xtraeme
2006-06-26
test the PM timer for glitches (using the algorithm from FreeBSD)
drochner
2006-06-21
First cut on an implementation of an ACPI power management counter
drochner