index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
Age
Commit message (
Expand
)
Author
2016-01-05
Remove PTE locking from pmap_extract() because it does not add any MP
Visa Hankala
2016-01-05
Some implementations of HitSyncDCache() call pmap_extract() for va->pa
Visa Hankala
2016-01-04
Remove parameter name from gpt_chk_mbr() prototype and add prototype
Kenneth R Westerback
2016-01-04
Do proper termination of VMs by doing proper VCPU run state management.
Mike Larkin
2016-01-04
wrap a long line
Mike Larkin
2016-01-03
Don't need two 16K static buffers to checksum the GPT entries and find the
Kenneth R Westerback
2016-01-03
enable pchtemp(4) on i386.
Daniel Dickman
2016-01-02
Take the PHY of iec(4) out of reset before attaching the interface.
Visa Hankala
2015-12-31
Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.
Mark Kettenis
2015-12-31
Protect mips64 pmap and pvlist structs with a mutex to make pmap
Visa Hankala
2015-12-29
Remove NULL-checks before free().
mmcc
2015-12-27
welcome GENERIC.IP27 MP (dual cpu on O350 now)
Theo de Raadt
2015-12-27
If available prefer the rdseed instruction over rdrand when adding entropy
Jonathan Gray
2015-12-25
Add IPI logic. Assign two additional interrupts for inter-processor
Visa Hankala
2015-12-25
Add launch logic for secondary CPUs. The PROM's launch entry point address
Visa Hankala
2015-12-25
Make interrupt masking MP-aware. Linux IP27 and IP35 ports served as a
Visa Hankala
2015-12-25
Add timecounter for MP.
Visa Hankala
2015-12-25
Use the ErrorEPC register for curcpu() on Origin, for now.
Visa Hankala
2015-12-24
If the GPT header checksum check fails, do *not* say the OpenBSD partition
Kenneth R Westerback
2015-12-24
Make all instances of gpt_chk_mbr() identical (bar static vs
Kenneth R Westerback
2015-12-24
Add prototype for gpt_chk_mbr() to i386_installboot.c. Add 'static' to
Kenneth R Westerback
2015-12-24
Normalize return values from various exit functions.
Mike Larkin
2015-12-24
Make sure we don't overflow a page during vm_readpage/vm_writepage.
Mike Larkin
2015-12-24
More adress -> address
mmcc
2015-12-24
Argh. The other part the wrong diff was missing.
Kenneth R Westerback
2015-12-23
Ooops. Wrong version of the diff committed, with reversed check for
Kenneth R Westerback
2015-12-23
Execution of the `sync' instruction is not supported by the T-Bus and
Visa Hankala
2015-12-22
commited -> committed
mmcc
2015-12-22
Find OpenBSD disklabel on GPT partitioned softraid volumes. Now you can
Kenneth R Westerback
2015-12-21
add virtio-console driver
Stefan Fritsch
2015-12-19
make things fit, by skipping pcn* for now -- randomly firing a driver.
Theo de Raadt
2015-12-19
move to 5.9-beta
Theo de Raadt
2015-12-19
Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4).
Martin Pieuchot
2015-12-18
A store to FPA does not need splnet(). The operation is atomic.
Visa Hankala
2015-12-18
Prevent uvm_fault() when hitting a breakpoint by restoring the original
Gerhard Roth
2015-12-17
add a size to free. from Mathieu
Ted Unangst
2015-12-17
Move vcpu register state init to vmd. Allows vmd bootloader to make the
Mike Larkin
2015-12-16
Remove the solbourne entries now that all its code is gone.
mmcc
2015-12-15
remove some not interesting debug printfs
Mike Larkin
2015-12-15
support reset vcpu by triple fault (kernel part, userland fix will come
Mike Larkin
2015-12-14
Support only one vcpu for now, until we implement SMP support.
Mike Larkin
2015-12-14
track used memory in each VM. This is passed back to vmctl status.
Mike Larkin
2015-12-14
s/begining/beginning/g
mmcc
2015-12-12
comment typo
mmcc
2015-12-12
Adjust IPI numbers to get the interrupts working. Bits 5 and 6 do not
Visa Hankala
2015-12-12
Identify hypervisors before configuring other children of the mainbus
Reyk Floeter
2015-12-11
comment typo
mmcc
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-12-10
Remove remaining Solbourne code.
mmcc
2015-12-10
comment typo
mmcc
[next]