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
/
arch
/
amd64
/
acpi
Age
Commit message (
Expand
)
Author
2018-07-14
Drop NENTRY() from the x86 kernels, use ENTRY(). With PMCs (and other hardware
maxv
2017-11-01
Use NENTRY -> END.
maxv
2017-10-21
Improve our segregs model. Pass 3/3.
maxv
2017-10-19
Improve our segregs model. Pass 1/3.
maxv
2017-09-23
Make sure %edx is clear.
maxv
2016-07-24
KNF, and reduce the diff between amd64 and i386.
maxv
2014-01-15
LLVM doesn't support data32/addr32, but is smart enough to figure the
joerg
2012-04-19
Set the CR0_AM bit so processes can enable alignment check errors under
jym
2009-08-24
Add definition for WAKEUP_vesa_modenum
jmcneill
2009-08-24
Ensure that the VBE mode is only restored when machdep.acpi_vbios_reset=1
jmcneill
2009-08-24
Pass the VBE mode number from the bootloader to the kernel, and then
jmcneill
2008-05-25
Random underdocumented CPU facts:
joerg
2008-05-25
Remove unnecessary rdmsr when modifying MSR_EFER.
jmcneill
2008-05-11
Share cpu.h between the x86 ports.
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-12-18
Add new IPI for saving CPU state explicitly, share high-level part of
joerg
2007-12-15
Move mapping of the real mode location for the ACPI wakeup code into a
joerg
2007-12-15
Steal some rope from innocent users and disallow ACPI suspend if more
joerg
2007-12-09
Merge jmcneill-pm branch.
jmcneill
2005-12-11
merge ktrace-lwp.
christos
2003-07-14
__KERNEL_RCSID()
lukem
2003-05-11
Empty sleep stub function.
fvdl