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-21
hand-massage sendsig() and sys_sigreturn() to be much more similar.
Theo de Raadt
2016-05-20
Please int3 guards around unused debug splx versions so we can stop
Theo de Raadt
2016-05-18
tabs vs spaces
Mike Larkin
2016-05-18
add a check for the acpi trampoline data page to match the code check
Mike Larkin
2016-05-16
default to int3 padding if we ever introduce ENTRY/NENTRY pads here
Mike Larkin
2016-05-16
place .globals further up, to reduce confusion
Theo de Raadt
2016-05-16
Pad end of code in the MP trampoline with int3 instead of 0x0 as it is
Mike Larkin
2016-05-16
Use int3 padding instead of nop in the ACPI resume trampoline, as it is
Mike Larkin
2016-05-15
Give the 32-bit and 64-bit EFI boatloaders different names such that we can
Mark Kettenis
2016-05-14
Fix typo; M_NOWAIT should be EX_NOWAIT. Fortunately this was harmless.
Mark Kettenis
2016-05-11
Move EFI header files to a location where they can be used on other
Mark Kettenis
2016-05-10
SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie
Theo de Raadt
2016-05-10
Fill Xen hypercall page with int3's like the hypervisor does.
Mike Belopuhov
2016-05-09
2nd identical definition of PROC_PC macro is not needed
Theo de Raadt
2016-05-07
Add chvgpio(4), a driver for the GPIO controllers found on Intel's Cherry View
Mark Kettenis
2016-05-07
Stop printing the "ioapic0: misconfigured as apic..." messages. Basically
Mark Kettenis
2016-05-06
Fix efiboot not to hang with a disk whose block size < 512.
YASUOKA Masahiko
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
[next]