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-02-06
Allow the kernel to recognize that it has been netbooted and to add the
Christian Weisgerber
2018-02-06
Make sure sigfillsiz is word aligned.
Patrick Wildt
2018-02-06
Load the Intel microcode much earlier. So far we had loaded it after
Patrick Wildt
2018-02-02
Enable interrupts in (synchronous) trap handlers.
Mark Kettenis
2018-02-02
Enable interrupts while running interrupt handlers like we do on agintc(4).
Mark Kettenis
2018-02-02
vmm: add support for send / receive for AMD SVM hosts
pd
2018-02-01
handle ramdisk not containing ddb, so that builds can proceed
Theo de Raadt
2018-01-31
Make sure each CPU uses its own set of VAs for pmap_zero_page() and
Mark Kettenis
2018-01-31
Add MULTIPROCESSOR support to the interrupt controller drivers. This makes
Mark Kettenis
2018-01-30
Fix TFTP reading of zero-size files:
Christian Weisgerber
2018-01-30
Add support for switching CPUs in ddb on arm64. Based on a diff from drahn@.
Mark Kettenis
2018-01-29
Drop unused field `ci_ipiih'.
Visa Hankala
2018-01-29
Let the interrupt subsystem allocate memory for the IPI handle,
Visa Hankala
2018-01-29
Attach ampintc/ampintcmsi early so pci devices can be attached with
Jonathan Gray
2018-01-28
trampoline.o depends on assym.h
Mark Kettenis
2018-01-28
Spin up secondary CPUs and add IPI infrastructure. Heavily based on diffs
Mark Kettenis
2018-01-28
Bring this more in line with our other architectures.
Mark Kettenis
2018-01-28
typo
Otto Moerbeek
2018-01-27
Sync the nam2blk entries with the bdevsw table, which is the
Christian Weisgerber
2018-01-27
Fix an interrupt storm issue in vnet(4) mpi@ managed to trigger on my T5220,
Stefan Sperling
2018-01-26
Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.
Mark Kettenis
2018-01-26
Add kernel support for the VFP FPU/SIMD unit. Based on a diff by drahn@.
Mark Kettenis
2018-01-26
Cleanup VFP code.
Mark Kettenis
2018-01-25
Remove mutex implementations that now live in MI code.
Martin Pieuchot
2018-01-25
Move common mutex implementations to a MI place.
Martin Pieuchot
2018-01-25
Use a new LDFLAGS variable to pass "-melf_i386_obsd" on amd64.
Martin Pieuchot
2018-01-23
Always lock the kernel lock with non-MP-safe interrupt handlers.
Visa Hankala
2018-01-23
Revise 'struct fpreg' such that it can actually represent the full VFPv3-D32
Mark Kettenis
2018-01-22
<machine/mutex.h> -> <sys/mutex.h>
Martin Pieuchot
2018-01-22
Include <sys/mutex.h> instead of <machine/mutex.h>
Martin Pieuchot
2018-01-22
Include <sys/mutex.h> rather than <machine/mutex.h>
Martin Pieuchot
2018-01-22
Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers.
Martin Pieuchot
2018-01-21
Move some code back from locore0.S to locore.S that we will need to bring up
Mark Kettenis
2018-01-21
Add missing OpenBSD CVS tag
Patrick Wildt
2018-01-21
Implement network boot support in efiboot(8). This changes efiboot(8)
Patrick Wildt
2018-01-20
use virt instructions with clang instead of equivalent raw bytes
Jonathan Gray
2018-01-20
Re-enable the code that unmaps the startup code once more now that lld is
Mark Kettenis
2018-01-18
Fix the computation of `ncpusfound' on !MULTIPROCESSOR kernels so that
Visa Hankala
2018-01-17
Found a .data variable that can be in .rodata
Theo de Raadt
2018-01-17
In cbus(4) drivers, make it easier to identify which driver is doing
Stefan Sperling
2018-01-17
Defend agains branch predictor target injection (Spectre "variant 2")
Mark Kettenis
2018-01-16
Fix bit.
Visa Hankala
2018-01-16
Fix return value.
Visa Hankala
2018-01-15
tabs vs spaces
Mike Larkin
2018-01-15
Improve defense against branch predictor target injection (Spectre "variant 2")
Mark Kettenis
2018-01-15
Add some AVX512 CPUID flags.
Mike Larkin
2018-01-14
Make cpu_ucode_debug non static so it can be changed from ddb.
Alexander Bluhm
2018-01-14
Use signed values to compare absolute difference. The variables
Alexander Bluhm
2018-01-13
Define and use IPL_MPFLOOR in our common mutex implementation.
Martin Pieuchot
2018-01-13
In vldcp(8) fix a race between vldcpread() and vldcp_rx_intr() which
Stefan Sperling
[next]