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-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-25
use the cps instructions introduced with armv6 instead of mrs/msr
Jonathan Gray
2016-04-25
Implement atomic operations using the atomic instructions available
Patrick Wildt
2016-04-25
Do not check if the CPU is inside the idle loop when enterting ddb(4).
Martin Pieuchot
2016-04-25
fix whitespace
Jonathan Gray
2016-04-25
Switch most of the cp14/cp15 use in .S files over to using sysreg.h
Jonathan Gray
2016-04-25
Add macros to access cp14/cp15 registers by name instead of six
Jonathan Gray
2016-04-25
add dmb
Jonathan Gray
2016-04-24
Remove 'option COMPAT_PCVT' now that X doen't use it anymore.
Matthieu Herrb
2016-04-24
Make pmap_invalidate_*_page() and pmap_update_*_page() operate only on
Visa Hankala
2016-04-24
whitespace cleanup
Patrick Wildt
2016-04-24
Keep pmap_update_{kernel,user}_page() inside pmap.c.
Visa Hankala
2016-04-24
EABI's Procedure Call Standard (AAPCS) requires the stack pointer
Patrick Wildt
2016-04-24
New FDT-enabled busses will use a new "fdt" attribute. Unfortunately
Patrick Wildt
2016-04-23
Seems that the 32-bit Windows ABI does align 64-bit structure members on
Mark Kettenis
2016-04-23
Sync dcaches and invalidate icaches of all active CPUs of a pmap when
Visa Hankala
2016-04-21
Support for 'default configuration' mpbios attachment was never completed,
Mike Larkin
2016-04-21
KNF
Mike Larkin
2016-04-20
pool_setipl for floating point context things
David Gwynne
2016-04-20
Don't use DDB_REGS, ok patrick@
Martin Pieuchot
2016-04-20
Move back #include <sys/mutex.h> outside #ifdef _KERNEL as it was
Landry Breuil
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-15
enable nvme(4). it Just Works(tm).
David Gwynne
2016-04-14
Enable write buffering with write merging. This improves overall
Visa Hankala
2016-04-14
Enable UART FIFOs.
Visa Hankala
2016-04-14
Wrap comintr() so that the interrupt handler always returns non-zero.
Visa Hankala
2016-04-14
Use cpuid function 0xa to determine presence of general purpose
Mike Larkin
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
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-10
For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8M
Mark Kettenis
2016-04-10
remove an uneeded include
Jonathan Gray
2016-04-10
Don't try to get a board name string before attaching mainbus with the
Jonathan Gray
2016-04-08
Fix match function so that the cortex bus only attaches if the attach
Patrick Wildt
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-04
Store curcpu pointer in TPIDRPRW.
Patrick Wildt
2016-04-04
Read cache line sizes from CP15 Cache Type Register.
Patrick Wildt
2016-04-04
use fixed size unsigned variables for reading/writing the control register
Jonathan Gray
2016-04-04
Set the SMP/coherency bit in ACTLR on Cortex A models it is documented
Jonathan Gray
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
[next]