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
/
armv7
/
include
Age
Commit message (
Expand
)
Author
2020-07-17
Re-work intr_barrier(9) on arm64 to remove layer violation. So far we
Patrick Wildt
2020-07-14
Extend the interrupt API on arm64 and armv7 to be able to pass around
Patrick Wildt
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-06-30
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
Visa Hankala
2019-09-29
Add IPI support. Taken ftrom arm64.
Mark Kettenis
2019-05-06
Whitespace removal
Mike Larkin
2019-04-10
change marks[] array to uint64_t, so the code can track full 64-bit
Theo de Raadt
2018-08-20
Remove unused spllock().
Visa Hankala
2018-08-09
Define __HAVE_ACPI on arm64 and __HAVE_FDT on arm64, armv7 and octeon
Patrick Wildt
2018-08-08
Extend the FDT interrupt API to support masking and unmasking IRQs.
Patrick Wildt
2018-08-06
Make it possible to build a MULTIPROCESSOR kernel on armv7. While this
Mark Kettenis
2018-07-09
Add PCI machdep headers based on the arm64 port.
Patrick Wildt
2018-07-06
Implement an API for establishing legacy PCI interrupts. This specific
Patrick Wildt
2018-05-30
Define IPL_MPFLOOR on SP archs.
Martin Pieuchot
2017-10-27
This file only includes <arm/elf_abi.h> which was removed in 2008, so kill it.
Martin Pieuchot
2017-04-30
Unifdef KGDB.
Martin Pieuchot
2017-03-10
Set VM_PHYSSEG_MAX to 32 and use VM_PSTRAT_BSEARCH as the sort/search option
Mark Kettenis
2017-03-09
Add interrupt routing API like we have on arm64.
Mark Kettenis
2017-01-24
Use the same stack size as on i386
Jeremie Courreges-Anglas
2017-01-05
Now that all non-ARMv7 platforms are gone, tedu the legacy atomic
Patrick Wildt
2016-12-30
Remove unused headers.
Jeremie Courreges-Anglas
2016-08-20
Increase MSGBUFSIZE to 8 pages.
Mark Kettenis
2016-08-06
Extend the interrupt controller API with a disestablish functionality.
Patrick Wildt
2016-08-04
Add support for pre-registering interrupts. This allows device drivers to
Mark Kettenis
2016-08-01
Implement an FDT-aware interrupt establish API. This means the drivers
Patrick Wildt
2016-05-21
Implement openprom(4) for armv7.
Mark Kettenis
2016-05-14
Load the kernel at the address pre-allocated by the EFI bootloader.
Mark Kettenis
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
Patrick Wildt
2015-09-19
intr_barrier(9) for arm
Jonathan Gray
2015-07-17
Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out
Miod Vallat
2015-06-24
Make ARM_KERNEL_BASE explicitely unsigned
Miod Vallat
2015-05-12
Raise VM_PHYSSEG_MAX to two and load an additional physical memory
Jonathan Gray
2015-05-10
VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end of
Jonathan Gray
2013-10-24
remove useless headers
aalm
2013-10-17
Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.
Miod Vallat
2013-09-04
In the future, we shouldn't have one port port ARM SoC, that's just
Patrick Wildt