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