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-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
2016-04-03
Teach ddb's disassembler about {rd,wr}[fg]sbase
Philip Guenther
2016-04-03
Don't call savectx() from cpu_fork(): the registers saved are overwritten
Philip Guenther
2016-04-03
Add cpu_auxcontrol() to clear and set bits in the implementation/model
Jonathan Gray
2016-04-03
Map the bootconfig/FDT area passed by u-boot and try to init FDT on it.
Patrick Wildt
2016-04-03
Remove XSCALE preprocessor checks from a file which is only for ARMv7.
Patrick Wildt
2016-04-03
Remove __lockbarrier() defines, unused since cpu_lock removal a few
Jonathan Gray
2016-04-03
remove unused cpu_lock code
Jonathan Gray
2016-04-03
Remove tests for "processing" which was never set. It attempted to
Jonathan Gray
2016-03-30
Better support for alphas without all IEEE-mode instructions
Andrew Fresh
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-30
some oce(4) work, it appears
Theo de Raadt
2016-03-29
Some sparc64 pci frame buffers incorrectly have the `depth' property
Mark Kettenis
2016-03-29
make the ie(4)s bpf_mtap_ether outgoing packets like all the other drivers
David Gwynne
2016-03-29
Enable bytgpio(4) here as well.
Jonathan Gray
2016-03-28
Enable bytgpio(4).
Mark Kettenis
2016-03-24
Kill commented out & unused CI_CURPRIORITY.
Martin Pieuchot
2016-03-24
Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits.
Philip Guenther
2016-03-23
Cleanup SCTLR mask to only include bits that are actually defined on
Patrick Wildt
2016-03-22
Remove support for ARM11. This was the last unused and unmaintained
Patrick Wildt
2016-03-22
Remove support for ARM10.
Patrick Wildt
2016-03-22
Remove support for ARM9E. This is another step in the plan to remove
Patrick Wildt
2016-03-22
Remove defines for unsupported chips, add V5TEJ and remove incorrect
Jonathan Gray
2016-03-21
On Octeon systems, U-Boot provides a list of usable memory regions. Use
Visa Hankala
2016-03-21
Plug a memory leak in vnet(4) ioctl code path.
Stefan Sperling
2016-03-19
Attach dwctwo(4) only on Octeon models that have a DWC2 controller.
Visa Hankala
2016-03-19
Remove the unused flags argument from VOP_UNLOCK().
natano
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
Martin Pieuchot
2016-03-19
Remove support for the XScale 80200. We don't use it, it didn't compile
Patrick Wildt
2016-03-19
Remove support for IXP425. This is another architecture that is not
Patrick Wildt
2016-03-19
Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 and
Patrick Wildt
2016-03-18
IXP425 is v5 not v4. Same change by msaitoh in NetBSD rev 1.16.
Jonathan Gray
[next]