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
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
2015-12-09
successful vmm enter/leave does not need to be reported
Theo de Raadt
2015-12-08
Disable xspd(4) until the man page is written; noticed by reyk@
Mike Belopuhov
2015-12-08
Driver for the XenSource Platform Device
Mike Belopuhov
2015-12-08
Set up an IDT vector for Xen callbacks
Mike Belopuhov
2015-12-08
Setup a hypercall page in the kernel .text segment
Mike Belopuhov
2015-12-08
Xen basic infrastructure files and pvbus(4) attachment.
Mike Belopuhov
2015-12-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-12-07
Add cpuid bits documented in the August 2015 revision of
Jonathan Gray
2015-12-06
child_return() is already declared in <sys/proc.h>
Philip Guenther
2015-12-06
add function prototype
Mike Larkin
2015-12-06
move around some deck chairs in preparation for supporting VM reboot. this
Mike Larkin
2015-12-06
Don't bother printing out the count of what type of cpu we have. Instead
Mike Larkin
2015-12-06
don't allow opening of /dev/vmm if we are in an unsupported configuration
Mike Larkin
2015-12-06
unbreak kernel link if vmm isnt being built as part of the kernel.
David Gwynne
2015-12-06
restore VMM mode after resume from suspend/hibernate
Mike Larkin
2015-12-05
Avoid using ifq_deq_rollback().
Mark Kettenis
2015-12-05
AMD Family 12h and later processors keep their APIC clock running in deeper
Mark Kettenis
2015-12-04
Add intr_barrier() just in case...
Mark Kettenis
2015-12-04
add a missing mtx_leave before a panic to give ddb/reboot a better
Jonathan Gray
2015-12-03
Let the IP27 kernel build with DEBUG.
Visa Hankala
2015-12-02
Enable the DR1 region even with 32-bit page table entries. Those have
Visa Hankala
2015-12-02
Clean up octeon memory region setup.
Visa Hankala
2015-12-02
Add a padding in EFI_MEMORY_DESCRIPTOR to align fields properly on ia32.
YASUOKA Masahiko
2015-12-02
Add missing start_i386.S for ia32. Also start.S is renamed to
YASUOKA Masahiko
2015-12-01
Change a lot of "else if" lines to single switch block.
YASUOKA Masahiko
2015-12-01
Pass M_NOWAIT when allocating a temporary page in vm_writepage() to be
Martin Pieuchot
2015-12-01
Instead of using a supplementary variable to check if we found a VCPU
Martin Pieuchot
2015-12-01
Do not wait when allocating a page in vcpu_init().
Martin Pieuchot
2015-12-01
KNF
Martin Pieuchot
2015-12-01
Prettify dmesg output.
Martin Pieuchot
[next]