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
/
amd64
Age
Commit message (
Expand
)
Author
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
AMD Family 12h and later processors keep their APIC clock running in deeper
Mark Kettenis
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
2015-12-01
Properly disable SVM until its support is added back.
Martin Pieuchot
2015-11-29
Disk size in blocks is LastBlock+1. Fix whitespace nit.
Kenneth R Westerback
2015-11-28
Use the same function as kern/subr_disk.c and fdisk/mbr.c to check
Kenneth R Westerback
2015-11-28
Check the protective MBR stricter not to choose a broken GPT.
YASUOKA Masahiko
2015-11-26
Avoid setting mode to GOP if the mode is unchanged. Also don't panic
YASUOKA Masahiko
2015-11-26
Fix a typo in comment.
YASUOKA Masahiko
2015-11-26
init pat_default to 0 as it may potentially be used uninitialised
Jonathan Gray
2015-11-26
Automatically start vmm(4) when the first VM is created and after the
Reyk Floeter
2015-11-24
Don't loop forever trying to handle NP faults in certain failure cases.
Mike Larkin
2015-11-23
No longer need 'option VMM', declaring the vmm0 device is sufficient.
Theo de Raadt
2015-11-23
downfalls -> pitfalls
mmcc
2015-11-21
Prevent disabling vmm mode if a VM is still running.
Martin Pieuchot
2015-11-21
Do not create a VM if vmm mode hasn't been enable.
Martin Pieuchot
2015-11-21
Do not use boolean_t outside of /sys/uvm
Martin Pieuchot
2015-11-16
Replace unbounded gets() in libsa with getln() which takes a buffer size,
Miod Vallat
2015-11-16
Some minor tweaks:
Martin Pieuchot
2015-11-14
mutli -> multi
Miod Vallat
2015-11-14
Fix a missing unlock.
Mike Larkin
2015-11-13
vmm(4) kernel code
Mike Larkin
2015-11-10
pmap changes required for vmm. Changes include addition of pm_type to
Mike Larkin
2015-11-09
Cache the result of cpuid leaf function $0x1 from the host's boot CPU
Mike Larkin
2015-11-09
Bring GPT validity checking into line with kern/subr_disk.c . In
Kenneth R Westerback
2015-11-09
EPT paging permission bits for amd64, will be used in subsequent pmap
Mike Larkin
2015-11-08
Make "machine disk" show some info for EFI instead of info for BIOS.
YASUOKA Masahiko
2015-11-08
Make the variables be "const" and fix white space.
YASUOKA Masahiko
2015-11-07
Disable red-zone since EFI is running with a different ABI.
YASUOKA Masahiko
2015-11-07
Allow overriding ghash_update() with an optimized MD function. Use
Christian Weisgerber
2015-11-03
Ignore disks whose media is not present.
YASUOKA Masahiko
2015-11-03
Use "Loaded Image Protocol" instead of "Loaded Device Path Protocol"
YASUOKA Masahiko
2015-10-30
Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFI
Mark Kettenis
2015-10-29
Remove duplicated prototype.
Miod Vallat
2015-10-29
Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).
Mark Kettenis
2015-10-28
Support backspace in softraid boot passphrase prompt.
Joel Sing
2015-10-23
Allocate a new major for tap(4) also note that pseudo-device tun is for tap
Claudio Jeker
2015-10-23
enable viornd on RAMDISK_CD
Mike Larkin
[next]