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
2018-04-26
vmm(4): passthrough port 0x61 to vmd(8)
Mike Larkin
2018-04-26
Oups, we only need vmmci(4) for the ramdisk, not the whole vmm(4).
Peter Hessler
2018-04-26
enable vmmci(4) on the ramdisks, so bsd.rd plays nicer when it powers off
Peter Hessler
2018-04-26
vmm(4): Rearrange some interrupt window exiting code
Mike Larkin
2018-04-26
Prefer leaq+%rip-relative over movabsq
Philip Guenther
2018-04-26
Reorder trapframe/intrframe to put %rbp next to %rip and make it
Philip Guenther
2018-04-26
vmm(4): remove some unnecessary kernel lock code from the SVM guest loop
Mike Larkin
2018-04-26
vmm(4): ensure SVM_INTERCEPT_INTR is always enabled before entering
Mike Larkin
2018-04-26
Drop into ddb(4) if pmap_tlb_shoot*() take too much time in MP_LOCKDEBUG
Martin Pieuchot
2018-04-25
Simplify the handling of faults in iretq and xrstor by doing the
Philip Guenther
2018-04-25
vmm(4): clarify whose FPU state we are saving (change in a comment)
Mike Larkin
2018-04-25
Add a way to reattach efifb(4). This will be used when radeondrm(4)
Jonathan Gray
2018-04-24
Move code into inline functions to hide #ifdefs and improve readability.
Philip Guenther
2018-04-24
vmm(4): fix lockups on SVM hosts when booting Linux guests
Mike Larkin
2018-04-24
<machine/i82489reg.h> isn't used here
Philip Guenther
2018-04-24
account for FPU context switch (uvm statistic only)
Mike Larkin
2018-04-24
make the check for XSAVE the same as it is later in the file, for
Mike Larkin
2018-04-24
Enable gpioiic(4) and gpioow(4). From Artturi Alm.
Mark Kettenis
2018-04-24
Enable em(4) on loongson.
Visa Hankala
2018-04-24
Do not lock the kernel when expanding the working buffer.
Visa Hankala
2018-04-23
Move efi_cleanup() to before the mem_pass() since efi_cleanup() might
YASUOKA Masahiko
2018-04-22
Add reference counting that prevents freeing of busy aesni sessions.
Visa Hankala
2018-04-20
oops, snapshot tests not ready yet
Theo de Raadt
2018-04-20
sync
Theo de Raadt
2018-04-20
Add a workaround that lets loongson bootblocks work with PMON that
Visa Hankala
2018-04-20
Make loongson bootblocks use disklabel duid instead of PMON device name
Visa Hankala
2018-04-20
grammar fixes PTE's -> PTEs
Mike Larkin
2018-04-20
enable ccp(4) as found on recent amd chips
David Gwynne
2018-04-20
enable ccp(4) as found on amd seattle platforms, eg, overdrive 1000s
David Gwynne
2018-04-18
crank version
Theo de Raadt
2018-04-18
re-enable ucode loading. The problem is the standard memory allocator
Theo de Raadt
2018-04-18
Stop modifying vm page flags using mixed atomic and non-atomic
Patrick Wildt
2018-04-18
Introduce a pmap lock on pmap_fault_fixup(). Heavily threaded
Patrick Wildt
2018-04-18
vmm: Fix interrupt window exiting for AMD / SVM
pd
2018-04-17
- Make rnd hints avoid the brk area. The rnd allocator refuses to allocate in
Otto Moerbeek
2018-04-17
Better way of allocating EPT entries.
Mike Larkin
2018-04-15
Disable microcode loading added in r1.20 of exec_i386.c.
Joel Sing
2018-04-14
account for the meltdown pdir page in pmap stats
Mike Larkin
2018-04-12
Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and
Theo de Raadt
2018-04-11
More steps for i386 Meltdown fix:
Alexander Bluhm
2018-04-09
Set trapframe pointer early on in do_el0_sync. This allows the use of
Mark Kettenis
2018-04-09
Get rid of some FreeBSD leftovers (that are mostly commented out already).
Mark Kettenis
2018-04-09
The Open Firmware Interrupt Mapping "recommendation" says that the number
Mark Kettenis
2018-04-09
Add a driver for the OCTEON cryptographic unit. It provides
Visa Hankala
2018-04-09
Move some AES-related defines into xform.h to reduce duplication.
Visa Hankala
2018-04-09
Fill in FRAME_PS after the fact. What a ridiculous design decision.
Theo de Raadt
2018-04-08
Remove debugging printf
Mike Belopuhov
2018-04-08
Add support for the EFI Random Number Generator Protocol and use it to XOR
Mark Kettenis
2018-04-07
Enable islrtc(4).
Mark Kettenis
2018-04-06
Sadly some UEFI frimware writes to mappings marked as runtime code so we can't
Mark Kettenis
[next]