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
2016-05-04
Initial support for MSI-X. Only supported on amd64 for now. I have diffs to
Mark Kettenis
2016-05-03
Revert previous commit. Calling sched_init_cpu() from
Mark Kettenis
2016-05-01
Shuffle gpt/mbr code around a bit to make it more like other searches
Kenneth R Westerback
2016-04-29
Call sched_init_cpu() just before booting secondary CPUs.
Martin Pieuchot
2016-04-29
Do not remove local symbols from the table.
Martin Pieuchot
2016-04-27
minor spacing nit
Mike Larkin
2016-04-27
G/C DDB_REGS.
Martin Pieuchot
2016-04-26
missed a block of code while merging the previous change.
Mike Larkin
2016-04-26
Add decode functions for some of the MSRs that are commonly used. Only
Mike Larkin
2016-04-26
Convert some magic numbers into #defines - this is needed for some MTRR
Mike Larkin
2016-04-26
KNF / spacing
Mike Larkin
2016-04-25
remove systrace
Ted Unangst
2016-04-25
when returning from vmd with an unknown exit reason, print the name of the
Mike Larkin
2016-04-25
spacing / KNF error in earlier commit
Mike Larkin
2016-04-25
cr0, cr3, cr4 diagnostics / debug functions (used when VMs crash)
Mike Larkin
2016-04-25
add a few new exit types found in newer cpus
Mike Larkin
2016-04-24
Remove 'option COMPAT_PCVT' now that X doen't use it anymore.
Matthieu Herrb
2016-04-23
Seems that the 32-bit Windows ABI does align 64-bit structure members on
Mark Kettenis
2016-04-21
Support for 'default configuration' mpbios attachment was never completed,
Mike Larkin
2016-04-21
KNF
Mike Larkin
2016-04-18
Make the aesni crypto implementation mpsafe. In order to do so this moves
Mark Kettenis
2016-04-17
pool_setipl for the aesnipl
David Gwynne
2016-04-17
add pool_setipl after pool_init.
David Gwynne
2016-04-15
enable nvme(4)
Jonathan Gray
2016-04-14
Use cpuid function 0xa to determine presence of general purpose
Mike Larkin
2016-04-13
add missing arguments to debug printf
Mike Larkin
2016-04-12
Call debug register dump functions in error conditions (if VMM_DEBUG set)
Mike Larkin
2016-04-12
Only build the vcpu register dump functions if VMM_DEBUG is enabled, no
Mike Larkin
2016-04-11
Add functions to dump vcpu register state. Needed for some upcoming diffs.
Mike Larkin
2016-04-11
Clarify some comments
Mike Larkin
2016-04-06
define number of exit/entry save/load MSRs as a #define instead of a magic
Mike Larkin
2016-04-05
Support processors without unrestricted guest capability.
Mike Larkin
2016-04-04
Deallocate guest vm_map when the guest gets terminated.
Stefan Kempf
2016-04-03
Don't call savectx() from cpu_fork(): the registers saved are overwritten
Philip Guenther
2016-04-03
Move the setting of pcb_fsbase out of reset_segs() into its callers
Philip Guenther
2016-04-03
Teach ddb's disassembler about {rd,wr}[fg]sbase
Philip Guenther
2016-04-03
Remove __lockbarrier() defines, unused since cpu_lock removal a few
Jonathan Gray
2016-03-30
some Xr adjustment to catch up with MLINKS removal;
Jason McIntyre
2016-03-30
for some time now mandoc has not required MLINKS to function
Jason McIntyre
2016-03-29
Enable bytgpio(4) here as well.
Jonathan Gray
2016-03-28
Enable bytgpio(4).
Mark Kettenis
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
Martin Pieuchot
2016-03-17
Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rolling
Martin Pieuchot
2016-03-15
'accomodate' -> 'accommodate' in comments.
Kenneth R Westerback
2016-03-14
Change a bunch of (<blah> *)0 to NULL.
Kenneth R Westerback
2016-03-13
Introduce memory ranges to support VMs with >= 4G RAM
Stefan Kempf
2016-03-09
Add a comment to the vcpu state enum to remind people there is a matching
Mike Larkin
2016-03-09
Induce an exit in a running vcpu if an interrupt is asserted (pending).
Mike Larkin
2016-03-08
Change where we note the 'last' pcpu we ran on. This is needed for upcoming
Mike Larkin
2016-03-08
Remove an outdated comment and fix some error case printfs that were
Mike Larkin
[next]