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
2019-03-22
umbg now supports DCF600USB as well; adjust comment. from weerd@
Stuart Henderson
2019-03-22
build umbg(4) on amd64, previously only done on i386/macppc/octeon/sparc64
Stuart Henderson
2019-03-21
Remove struct intrhand. It is no longer used on octeon.
Visa Hankala
2019-03-21
Remove an unused header.
Visa Hankala
2019-03-18
Add kubsan(4), a undefined behavior sanitizer for the kernel. It's
anton
2019-03-17
Remember to detach the event counter when disestablishing
Visa Hankala
2019-03-17
Replace a hand-rolled linked list with SLIST.
Visa Hankala
2019-03-17
Let each interrupt controller driver choose how to implement
Visa Hankala
2019-03-17
Move intr_barrier(9) to the platform level so that it can be customized.
Visa Hankala
2019-03-16
Unify the top-level structure of interrupt handles. This helps
Visa Hankala
2019-03-16
Use SMR with aesni sessions. This makes the reference counting
Visa Hankala
2019-03-16
Now that efifb(4) supports remapping the framebuffer in write combining
Frederic Cambus
2019-03-16
Fix incorrect flag.
Visa Hankala
2019-03-16
Include header <sys/evcount.h> where event counters are used, so that
Visa Hankala
2019-03-15
Use a locally defined intrhand in octciu.c to ease future changes.
Visa Hankala
2019-03-15
When calling rasops_init() in efifb_cnremap() and efifb_attach(), pass
Frederic Cambus
2019-03-15
Many machines with serial ports ship with uefi firmware which does not
Jonathan Gray
2019-03-15
Remove FBSDID.
Kevin Lo
2019-03-14
Add acpicmos(4).
Mark Kettenis
2019-03-14
Fix the balancing of work queue interrupts.
Visa Hankala
2019-03-13
Store whether or not the VFP was active on entering the unhandled
Patrick Wildt
2019-03-12
Setting and getting the rounding mode on our arm64 FPU has not worked
Patrick Wildt
2019-03-10
Use SMR instead of reference counting for session reclamation.
Visa Hankala
2019-03-10
fix two wrong comments
Mike Larkin
2019-03-10
missing newline in a printf
Mike Larkin
2019-03-10
vmm(4): add a debug printf if the host does not have writeback memory
Mike Larkin
2019-03-07
Return early in ucode loading if cpuid is not available. Should fix
Jonathan Gray
2019-03-07
When accessing the child address cells make sure to use the size for
Patrick Wildt
2019-03-02
Bump VMM_MAX_NAME_LEN to 64 to allow for longer vm names.
Antoine Jacoutot
2019-02-26
crank to 6.5-beta
Theo de Raadt
2019-02-25
Typo in comment
Jeremie Courreges-Anglas
2019-02-24
Remove -S from install commands
kn
2019-02-23
recognise more arm cpus
Jonathan Gray
2019-02-21
Cortex A76 is not affected by spectre variant 2 branch target injection
Jonathan Gray
2019-02-20
vmm(4): allow preservation and restoration of guest debug registers
Mike Larkin
2019-02-18
Remove PTPpaddr and use proc0.p_addr->u_pcb.pcb_cr3 instead. This also
YASUOKA Masahiko
2019-02-17
sprinle some casts to quiet compiler; ok millert
Theo de Raadt
2019-02-16
Sprinkle a few ifdefs for _LOCORE and _KERNEL and reorder a few lines
Patrick Wildt
2019-02-16
vmm(4): report PA bits in CPUID[0x80000008]
Mike Larkin
2019-02-10
revert revert revert. there are many other archs that use custom allocs.
Ted Unangst
2019-02-10
missed a file. add flags to the pool page free function.
Ted Unangst
2019-02-10
make it possible to reduce kmem pressure by letting some pools use a more
Ted Unangst
2019-02-09
vmm(4): add a debug printf when processing vmxon operations
Mike Larkin
2019-02-03
Add mvgicp(4), a driver for the Marvell extension to the GIC that
Patrick Wildt
2019-02-03
enable -msave-args when building with clang.
David Gwynne
2019-02-03
Delete cases in kerntrap() that just jump to the default case
Philip Guenther
2019-02-02
Improve stack trace saving on i386:
Visa Hankala
2019-02-02
Improve stack trace saving on amd64:
Visa Hankala
2019-02-01
Properly account wired pages in pmap_randomize_level
Mike Larkin
2019-01-31
Bump version number to be able to distinguish bootloaders with softraid
Mark Kettenis
[next]