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-08-16
Randomly bias downwards from the top of each kernel stack, thereby
Theo de Raadt
2017-08-15
vmm: inject #DB after emulated instructions if guest RFLAGS.TF is set
Mike Larkin
2017-08-15
Convert to FDT-based interrupt establish API.
Patrick Wildt
2017-08-15
Apply KNF and fix whitespaces.
Patrick Wildt
2017-08-15
Apply KNF and fix whitespaces.
Patrick Wildt
2017-08-14
Generate SIGILL for EXCP_UNKNOWN.
Mark Kettenis
2017-08-14
Add the amdisplay(4) and nxphdmi(4) drivers.
ians
2017-08-14
vmm: exit on monitor/mwait and convert these instructions into #UDs as
Mike Larkin
2017-08-14
vmm: add #defines for exception vectors that can be used to inject
Mike Larkin
2017-08-14
Do not dereference a pointer directly but use db_get_value() instead.
Martin Pieuchot
2017-08-14
don't need vmm_debug variable in VMM_DEBUG mode
Mike Larkin
2017-08-13
Make R_MIPS_* defines available via <machine/reloc.h>.
Visa Hankala
2017-08-13
Fix a dereference of a bogus pointer.
Visa Hankala
2017-08-12
Use ctfstrip(1) by default to strip kernels.
Martin Pieuchot
2017-08-12
vmm: handle IA32_MISC_ENABLE MSR. Bits set in this MSR can result in
Mike Larkin
2017-08-12
add some extra comments that got left out of the previous IA32_MISC_ENABLE
Mike Larkin
2017-08-12
Clear pcb_fpcpu of the child upon fork. Not clearing it is probably not
Mark Kettenis
2017-08-12
Add a dummy (for now) <machine/reloc.h> for mips64 to fix build.
Visa Hankala
2017-08-12
remove apmwarn sysctl which is not used
Ted Unangst
2017-08-11
Add rkdwusb(4) here as well.
Mark Kettenis
2017-08-11
Add glue for the USB3 controller on the rk3399-firefly.
Mark Kettenis
2017-08-11
Have bus_dmamem_map() store the virtual address of the mapping such that
Mark Kettenis
2017-08-11
don't bother checking diagnostic status (which patrick reports
Joshua Stein
2017-08-11
Merge DDBCTF into DDB.
Martin Pieuchot
2017-08-11
apmwarn and the ridiculous apmhalt hack sysctls are not relevant here
Ted Unangst
2017-08-10
With a CTF kernel, DDB's print command will now pretty-print symbols.
Martin Pieuchot
2017-08-09
Add IA32_MISC_ENABLE MSR and bitfield values, to be used shortly by
Mike Larkin
2017-08-09
reorder some MSRs in the MSR list that were out of order. No functional
Mike Larkin
2017-08-09
reorder some MSRs in the MSR list that were out of order. No functional
Mike Larkin
2017-08-09
fix a few DPRINTFs in vmm.c so that compilation with VMM_DEBUG works
pd
2017-08-09
Expose TSC to vmm guest
pd
2017-08-09
typo in comment
Mike Larkin
2017-08-09
Clear any pending (edge-triggered) interrupts at setup to avoid
Visa Hankala
2017-08-09
Fix format strings to make the kernel build on arm64 again after the
Jonathan Gray
2017-08-09
fix format strings
Jonathan Gray
2017-08-09
remove duplicated PAGE macros and drop type suffix
Jonathan Gray
2017-08-08
Arm64 compilers like many others anymore will use floating point registers
Dale Rahn
2017-08-08
Get rid of read_psl() and write_psl() by replacing
Visa Hankala
2017-08-07
Return WSDISPLAY_TYPE_PCIVGA like we do on macppc.
Mark Kettenis
2017-08-07
Add "machine exit" and "machine poweroff" commands to the arm64 and armv7
Mark Kettenis
2017-08-06
Fix TCR definitions to avoid integer overflow. Rename TCR_ASID_16 to TCR_AS
Mark Kettenis
2017-08-05
Do not enable fpu until after AST state is checked and processed.
Dale Rahn
2017-08-05
vmm: support more than 3855MB guest memory
Mike Larkin
2017-08-03
Remove duplicated commented out "dev/rasops/files.rasops" include.
Frederic Cambus
2017-08-01
Add a driver for the OCTEON USB3 controller bridge.
Visa Hankala
2017-07-31
Replace OCTEON_MAXCPUS with MAXCPUS to avoid redundancy.
Visa Hankala
2017-07-31
Assume edge triggering by default for robustness, as is done
Visa Hankala
2017-07-31
Back out previous commit but handle the case where the device path consists
Mark Kettenis
2017-07-31
Back out previous commit but handle the case where the device path consists
Mark Kettenis
2017-07-31
Comment out non-crucial device drivers (xhci(4), wdc@pcmcia, and cd(4)
Theo de Raadt
[next]