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
/
arm64
Age
Commit message (
Expand
)
Author
2018-01-25
Move common mutex implementations to a MI place.
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
Implement network boot support in efiboot(8). This changes efiboot(8)
Patrick Wildt
2018-01-20
Re-enable the code that unmaps the startup code once more now that lld is
Mark Kettenis
2018-01-17
Defend agains branch predictor target injection (Spectre "variant 2")
Mark Kettenis
2018-01-13
Define and use IPL_MPFLOOR in our common mutex implementation.
Martin Pieuchot
2018-01-13
Add a barrier at the end of pmap_map_early() such that the new mapping is
Mark Kettenis
2018-01-12
Add MULTIPROCESSOR basics for arm64. Enough to build and run a kernel with
Mark Kettenis
2018-01-12
Use correct size in allocarray() call.
Mark Kettenis
2018-01-12
Runtime services may (and do) use device mappings on some UEFI implementations.
Mark Kettenis
2018-01-12
Unify <machine/mutex.h> a bit further.
Martin Pieuchot
2018-01-11
Add size for free.
Visa Hankala
2018-01-10
Implement FUCKWIT for arm64; unmap the kernel almost entirely while userland
Mark Kettenis
2018-01-05
Make arm64 use the MI mplock implementation. Avoid <sys/mplock.h> being
Mark Kettenis
2018-01-04
Implement support for calling EFI runtime services and use it to implement
Mark Kettenis
2018-01-02
Enable rkpcie(4).
Mark Kettenis
2017-12-31
Enable sxitemp(4).
Mark Kettenis
2017-12-31
Enable sypwr(4).
Mark Kettenis
2017-12-31
Tighten the permissions used in the early stage page tables somewhat.
Mark Kettenis
2017-12-30
Delete unnecessary <sys/file.h> includes
Philip Guenther
2017-12-30
Add copyin32 implementation.
Mark Kettenis
2017-12-30
Implement CPU_BUSY_CYCLE and intr_disable/restore.
Mark Kettenis
2017-12-29
Use register_t instead of uint32_t in smc/hmc calls such that arguments
Mark Kettenis
2017-12-27
Initialize memhook such that /dev/mem access doesn't attempt to map pages
Mark Kettenis
2017-12-27
Turns out linker scripts in lld are still subtly broken and aligning
Mark Kettenis
2017-12-24
Re-enable the code that unmaps the startup code. This was temporarily
Mark Kettenis
2017-12-24
For systems where the cpu node in the device tree has a "clocks" property,
Mark Kettenis
2017-12-24
Generate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland.
Mark Kettenis
2017-12-23
Remove stray space.
Mark Kettenis
2017-12-20
Sync C mutex implementations.
Martin Pieuchot
2017-12-18
Generate SIGBUS/BUS_ADRALN when we see a PC Alignment Exception from userland.
Mark Kettenis
2017-12-17
Add wsdisplay options needed for X and VT switching.
Mark Kettenis
2017-12-16
Enable sxirsb(4).
Mark Kettenis
2017-12-14
fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so
Philip Guenther
2017-12-11
In uvm Chuck decided backing store would not be allocated proactively
Theo de Raadt
2017-12-04
Change __mp_lock_held() to work with an arbitrary CPU info structure and
Martin Pieuchot
2017-11-13
Add support for the i2c controller variant found on the Allwinner A31 and
Mark Kettenis
2017-11-04
Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At the
Florian Obser
2017-10-24
R_AARCH64_NONE should be zero, not 256. The latter was a deprecated
Philip Guenther
2017-10-24
In ld scripts, an output section with no input sections is always marked
Philip Guenther
2017-10-24
Attach syscon(4) early. Also attach psci(4) early such that cpuresetfn
Mark Kettenis
2017-10-13
Use gap.o on arm64. After the recent llvm/lld 5.0.0 update the linker
Jonathan Gray
2017-10-04
Due to changes in LLD where sections are sorted in a different way,
Patrick Wildt
2017-10-01
set MAXSSIZ to the same value as on all other architectures (32MB)
Christian Weisgerber
2017-09-28
When option DDB_STRUCTINFO was removed from the kernel, too much from
Patrick Wildt
2017-09-21
Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller used
Patrick Wildt
2017-09-19
Enable syscon(4).
Patrick Wildt
2017-09-16
The copyin(9) family of functions should return EFAULT for all memory
Philip Guenther
2017-09-12
Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar
Martin Pieuchot
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
[next]