index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arch
/
i386
/
pci
/
ichpcib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
timecounting: use C99-style initialization for all timecounter structs
cheloha
2021-02-23
1
-9
/
+9
*
Add support for timeconting in userland.
pirofti
2020-07-06
1
-2
/
+4
*
remove uneeded proc.h includes
jsg
2014-09-14
1
-2
/
+1
*
Enforce ca_activate tree-walks over the entire heirarchy for all events,
deraadt
2013-05-30
1
-6
/
+2
*
we are past the point where timecounters may disappear
tedu
2012-08-16
1
-9
/
+1
*
use config_activate_children to get down to the isa bus activation code
deraadt
2010-07-08
1
-2
/
+4
*
remove proc.h include from uvm_map.h. This has far reaching effects, as
tedu
2010-04-20
1
-1
/
+2
*
Clean up Intel host bridge PCI IDs.
kettenis
2008-01-04
1
-2
/
+2
*
quite a bit of simplification by removing cpu classes.
tedu
2007-11-28
1
-3
/
+1
*
Add the Intel ICH9 chipset.
brad
2007-10-17
1
-2
/
+6
*
Modify the heuristic for detection of speedstep to recognize a compatible
gwk
2007-09-07
1
-32
/
+47
*
Match on ICH8M.
jsg
2007-06-02
1
-2
/
+3
*
Fix compilation of kernels without I686_CPU: piixpcib is always
tom
2007-05-29
1
-1
/
+3
*
ichss_cookie is a bad name, and should not be a void pointer.
gwk
2007-03-26
1
-5
/
+5
*
Complete gwk's previous patch to stop setperf methods from returning
dim
2006-12-12
1
-6
/
+4
*
Remove all the extern cpu_{id,model,whatever} declarations from most
dim
2006-11-29
1
-2
/
+1
*
Fix cpu_model string screwup.
dim
2006-11-29
1
-2
/
+2
*
acpi may steal the timer and speedstep functionality, in which case we
deraadt
2006-11-28
1
-4
/
+2
*
Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4,
dim
2006-11-27
1
-3
/
+31
*
add 82801GHM and 82801H
brad
2006-09-19
1
-1
/
+3
*
add the Intel 6321ESB LPC
brad
2006-08-06
1
-1
/
+2
*
add a few Intel PCI-ISA bridges.
brad
2005-12-11
1
-2
/
+7
*
ichpcib(4) support for 82801FB (ICH6) as found in marco@'s Dell d810.
jsg
2005-07-25
1
-1
/
+2
*
Support for 6300ESB (timecounter, not SpeedStep of course).
grange
2004-10-05
1
-2
/
+3
*
- check if pm space is enabled
grange
2004-10-05
1
-26
/
+30
*
Minor tweaks to unify with other timecounters.
grange
2004-09-26
1
-3
/
+3
*
Timecounter support for Intel ICH chips, not enabled
grange
2004-09-25
1
-4
/
+47
*
Don't touch any hardware registers while fetching hw.cpuspeed and
grange
2004-06-06
1
-1
/
+4
*
This chunk was not supposed to be commited now.
grange
2004-05-07
1
-4
/
+1
*
Move speedstep code to a separate ichpcib(4) driver.
grange
2004-05-06
1
-0
/
+222