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
2017-01-23
Add Raspberry Pi 3 drivers to RAMDISK as well.
Jonathan Gray
2017-01-23
remove #defines present in MI conf.h; ok kettenis
Theo de Raadt
2017-01-23
Avoid mapping memory outside kernel VA space. This happens on machines
Mark Kettenis
2017-01-23
Remove final align as it confuses lld.
Mark Kettenis
2017-01-23
Add drivers for the Raspberry Pi 3.
Mark Kettenis
2017-01-23
No need to explicitly use config_activate_children in the cfattach struct.
Mark Kettenis
2017-01-23
Add gpio(4) and switch(4) to cdevsw.
Jonathan Gray
2017-01-23
Add RAMDISK config for arm64. While there, clean up spaces in
Patrick Wildt
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-22
Increment the right loop variable.
Mark Kettenis
2017-01-22
Introduce the KEEPKERNELS variable: if this is set either in mk.conf or
Theo Buehler
2017-01-22
Mark the .peheader section as "a". Makes it possible to link with lld.
Mark Kettenis
2017-01-21
Add _MIPS_ISA_MIPS32 and _MIPS_ISA_MIPS64 defines for clang.
Visa Hankala
2017-01-21
Switch include of virtio header from dev/pci/to dev/pv/
Reyk Floeter
2017-01-21
Move virtio config from files.pci to files.pci
Reyk Floeter
2017-01-21
Add missing spl0() call.
Patrick Wildt
2017-01-21
Only switch the pagetable if we were asked to switch to a user
Patrick Wildt
2017-01-21
Add Allwinner A64 devices to OpenBSD/arm64. This means we can run
Patrick Wildt
2017-01-21
arm64 does not make use of constab but instead uses the same
Patrick Wildt
2017-01-21
Move Allwinner drivers that will soon be used by OpenBSD/arm64
Patrick Wildt
2017-01-21
Add support for the Allwinner A64 (sun50i-a64).
Mark Kettenis
2017-01-21
p_comm is the process's command and isn't per thread, so move it from
Philip Guenther
2017-01-21
Match on the Allwinner A64 ehci compatible as well.
Patrick Wildt
2017-01-21
Implement EHCI and MMC clock support for the Allwinner A64 SoC.
Patrick Wildt
2017-01-21
Split out the Allwinner H3 specific clock code into its own functions and
Mark Kettenis
2017-01-20
Exterminate comcnspeed and comcnmode which were uninitialized and
Patrick Wildt
2017-01-19
forgot this in previous commit (SVM_MSR* macro definitions)
Mike Larkin
2017-01-19
SVM: register reset and intercept setup code
Mike Larkin
2017-01-19
SVM: VMCB intercept definitions
Mike Larkin
2017-01-19
Extend struct platform with MP control functions, and add bootstrap code
Visa Hankala
2017-01-19
Add mplock.h for loongson.
Visa Hankala
2017-01-19
rename a couple of macros that are causing me a merge headache with the
Mike Larkin
2017-01-19
There are currently two pmap flags on arm64 that are supposed to be
Patrick Wildt
2017-01-19
SVM: matching vcpu deinit functions for previous commits
Mike Larkin
2017-01-19
SVM: vcpu_init_svm - allocate memory for control structures (vmcb,
Mike Larkin
2017-01-19
SVM: vcpu_init_svm - allocate memory for control structures (vmcb,
Mike Larkin
2017-01-19
reduce differences to amd64
Mike Larkin
2017-01-19
delete some empty lines found when diffing amd64 vs i386
Mike Larkin
2017-01-18
i386 version of a fix that went in for amd64 previously
Mike Larkin
2017-01-15
Harmonize the way frame buffer drivers display resolution and color
Frederic Cambus
2017-01-15
Make sure to also backup and restore the a4x bus space map function
Patrick Wildt
2017-01-15
When dropping to EL1 ensure we have written to all special registers by
Patrick Wildt
2017-01-15
Address _start relative to the current program counter, like we already
Patrick Wildt
2017-01-14
Move a splx() in pmap_enter() to handle all return paths.
Jonathan Gray
2017-01-13
In comparison to armv7, our arm64 port passes the bus space tag as
Patrick Wildt
2017-01-13
Enable vmmci(4)
Reyk Floeter
2017-01-13
Disable and lock Silicon Debug feature on modern Intel CPUs
Mike Belopuhov
2017-01-13
Add vmmci(4) (VMM control interface), a simple guest-side driver for vmm(4) VMs
Reyk Floeter
2017-01-13
Call pmap_pte_update() where the vp lookup has already been done
Patrick Wildt
2017-01-13
Some code already does a vp lookup, so there's no need to call
Patrick Wildt
[next]