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-05-08
Enable ucrcom(4) on all architectures that have uslcom(4).
Mark Kettenis
2019-05-08
Print the current ASID in hex instead of decimal, to match the format
Visa Hankala
2019-05-08
Fix kernel compile with DEBUG_AGINTC.
ccardenas
2019-05-06
Fix thinko in previous. The .bss clearing was overzealous and overwrote
Visa Hankala
2019-05-06
Enforce store/load order when setting or clearing AST flag on mips64
Visa Hankala
2019-05-06
Issue write-write barrier before sending IPI on mips64
Visa Hankala
2019-05-06
Fix unintentional delay of ASTs on MP mips64
Visa Hankala
2019-05-06
Whitespace removal
Mike Larkin
2019-05-06
Whitespace removal
Mike Larkin
2019-05-06
Whitespace removal
Mike Larkin
2019-05-06
Whitespace removal
Mike Larkin
2019-05-06
Whitespace removal
Mike Larkin
2019-05-06
Whitespace and extra semicolon removal.
Mike Larkin
2019-05-05
Getting too tight. Surrender a little
Theo de Raadt
2019-05-05
Add support for the EFI Random Number Generator Protocol and use it to XOR
Mark Kettenis
2019-05-05
Use the .bss for the bootstrap stack of mips_init(). This way the memory
Visa Hankala
2019-05-05
Call cpu_unidle() from need_resched() on mips64 like most
Visa Hankala
2019-05-05
Turn need_resched() and signotify() into proper functions on mips64.
Visa Hankala
2019-05-04
let users try mcx(4)
Theo de Raadt
2019-05-04
Remove some junk that we don't use.
Mark Kettenis
2019-05-04
Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)
Mark Kettenis
2019-05-02
Add a print function to mainbus(4) such that it prints unconfigured devices
Mark Kettenis
2019-05-02
Fix vmm_support.S compilation error with gcc 8.3
Mike Larkin
2019-04-30
Enable mvmdio(4) and mvneta(4) on arm64 as well. These are part
Patrick Wildt
2019-04-30
Add mvuart(4) to support the Armada 3720's serial console.
Patrick Wildt
2019-04-26
Guard against repeated inclusion of <mips64/pte.h>. This fixes drm build
Visa Hankala
2019-04-25
disable -Oz compile for SMALL_KERNEL w/ comment why
Theo de Raadt
2019-04-25
Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however it
Theo de Raadt
2019-04-25
Add a check to tftp_open() that we are actually opening a TFTP device.
Christian Weisgerber
2019-04-24
Style tweaks:
Philip Guenther
2019-04-23
Add support for ccp(4) at acpi(4).
Mark Kettenis
2019-04-23
Call exit(2) if sigreturn(2) fails on mips64. This is what other
Visa Hankala
2019-04-23
Add a driver for OCTEON two-wire serial interface.
Visa Hankala
2019-04-23
Remove file name and line number output from witness(4)
Visa Hankala
2019-04-23
Copy cache-control bits from U+K to U-K entry in pmap_enter_special()
Philip Guenther
2019-04-22
vmm(4): flush guest TLB entries if guest disables paging. While this
Mike Larkin
2019-04-22
Not all systems supporting DVFS expose a regulator to set the voltage.
Mark Kettenis
2019-04-22
vmm(4): remove a debug printf that was causing lock issues (it was being
Mike Larkin
2019-04-20
Revert enabling VMM_DEBUG which slipped through the previous commit.
kn
2019-04-20
When copying the EFI-stored kernel to the correct operating location,
Theo de Raadt
2019-04-20
libsa's memcpy() is actually memmove(). make a proper memmove(), and give
Theo de Raadt
2019-04-19
Work around a limitation of clang integrated assembler on mips64.
Visa Hankala
2019-04-18
vmm(4): whitespace fix
Mike Larkin
2019-04-16
When entering kernel pages uncached we need to make sure to flush the
Patrick Wildt
2019-04-16
Prevent attaching drivers to devices for which we attached a driver early.
Mark Kettenis
2019-04-14
Instead of using COPTS=-Oz (and similar) in make environment to force
Theo de Raadt
2019-04-14
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
Jonathan Gray
2019-04-10
KNF per naddy@
ians
2019-04-10
Add (uint32_t) cast on marks[] to avoid warning in gcc3.
Kenji Aoyama
2019-04-10
crank versions
Theo de Raadt
[next]