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-06-02
Enable fanpwr(4), move sypwr(4) where it belongs.
Mark Kettenis
2018-06-01
With option WITNESS we need to have a bit more KVA available during early
Mark Kettenis
2018-06-01
Clear aesni_sc if the context is freed, to avoid leaving a dangling
Frederic Cambus
2018-06-01
Add a kludge that fixes the build until com_fdt.c is ready for octeon.
Visa Hankala
2018-06-01
Clear vc3_sc if the context is freed, to avoid leaving a dangling
Frederic Cambus
2018-06-01
Enable witness(4) on select architectures to help the current MP work.
Visa Hankala
2018-05-31
Return error values directly where appropriate, instead of using the err
Frederic Cambus
2018-05-31
Move com_fdt.c to dev/fdt since we can share it between armv7 and arm64 now.
Mark Kettenis
2018-05-31
Enable bwfm(4) on Loongson for USB devices.
Frederic Cambus
2018-05-31
Remove comcnspeed and comcnmode. They serve no purpose anymore. Configuring
Mark Kettenis
2018-05-31
Remove comcnspeed and comcnmode. They serve no purpose anymore. Configuring
Mark Kettenis
2018-05-30
Add sizes for free() for octeon.
Frederic Cambus
2018-05-30
Define IPL_MPFLOOR on SP archs.
Martin Pieuchot
2018-05-30
Remove comcnspeed variable, which gets set but is never actually used.
Mark Kettenis
2018-05-28
More steps for i386 Meltdown fix:
Alexander Bluhm
2018-05-28
Cleanup bootconfig.h and use strlcpy() to copy boot arguments.
Mark Kettenis
2018-05-28
Remove unused include file.
Mark Kettenis
2018-05-28
Drop include of <arm64/swi.h> and remove it.
Mark Kettenis
2018-05-28
Call readdisksector() instead of rolling our own. Drop <sys/systm.h>
Mark Kettenis
2018-05-26
Delete obsolete reference to setting segment registers
Philip Guenther
2018-05-26
Only set fpu_save_len once and assert if it's too big or would differ
Philip Guenther
2018-05-26
CR0_WP is already set in CR0_DEFAULT
Philip Guenther
2018-05-26
Initialize ci_idle_pcb->pcb_cr0 just once, in cpu_attach().
Philip Guenther
2018-05-26
Update comment to reflect xsave
Philip Guenther
2018-05-24
vmm(4): unbreak i386 VMM_DEBUG build
Mike Larkin
2018-05-23
Enable ccpmic(4) and tipmic(4).
Mark Kettenis
2018-05-23
Enable bwfm(4).
Patrick Wildt
2018-05-23
Remove unused pmap_steal_memory_implementation(). It doesn't actually work
Mark Kettenis
2018-05-23
Move CR4_DEFAULT to specialreg.h where the CR4_* values are defined
Philip Guenther
2018-05-22
Define CR0_DEFAULT with our default CR0_* flags for various .S files.
Philip Guenther
2018-05-22
Factor out the common FPU handling from vcpu_run_{vmx,svm}() into
Philip Guenther
2018-05-22
Delete antique sigdebug definitions
Philip Guenther
2018-05-20
Stash the syscall number in tf_err so it can be reported by the SPL check
Philip Guenther
2018-05-17
Make VMM_DEBUG kernels compile again; ok mlarkin
Mike Belopuhov
2018-05-16
Move the code that decodes the i.MX6 PLLs and PFDs into imxanatop(4)
Patrick Wildt
2018-05-16
Add glue for the USB3 controller on the i.MX8MQ SoC.
Patrick Wildt
2018-05-16
Implement pmap_growkernel(). Bump VM_MAX_KERNEL_ADDRESS now that we no
Mark Kettenis
2018-05-15
Remove a4x bus space hack.
Mark Kettenis
2018-05-15
Remove a4x bus space hack.
Mark Kettenis
2018-05-14
Add support for register shift/io-width to the console code as well.
Mark Kettenis
2018-05-14
Relax the way irqs are assigned. This diff does:
Mark Kettenis
2018-05-14
Expose memory barriers to userland.
Mark Kettenis
2018-05-14
Delete unused/obsolete labels
Philip Guenther
2018-05-13
Fix code which is #ifdef TRAP_SIGDEBUG or DEBUG: wrong variable and
Philip Guenther
2018-05-11
Fix fallout from i386 Meltdown preparation which is using interrupt
Alexander Bluhm
2018-05-11
Compile the EFI bootloader with -mfloat-abi=soft to prevent the compiler from
Mark Kettenis
2018-05-09
Fix a linking error in the IP26 kernel. This is a regression caused
Visa Hankala
2018-05-09
Avoid locking two vm_pages simultaneously in pmap_enter(). To achieve
Visa Hankala
2018-05-09
vm_page lookup does not need locking. Hoist it outside the pmap lock.
Visa Hankala
2018-05-09
Implement stack trace saving on mips64.
Visa Hankala
[next]