summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2017-01-04Cleanup gpio(4) support code.Mark Kettenis
2017-01-04unifdef CPU_XSCALE_PXA2X0, ARM_MMU_XSCALE, ARM_MMU_GENERIC (armv3)Jonathan Gray
2017-01-03Add simplefb(4), a driver to support the framebuffer set up by the firmwareMark Kettenis
2017-01-03Remove #define __SWAP_BROKEN from mips64. The architecture nowVisa Hankala
2017-01-03reduce differences between amd64 and i386 vmmMike Larkin
2017-01-02Allow freeing of newly empty directory pages.Visa Hankala
2017-01-02Enable xbf(4).Rafael Zalamena
2017-01-02delete obsolete (disabled) pool_cache_invalidate. pool caches were removedTed Unangst
2017-01-02remove unused armv4 and xscale filesJonathan Gray
2017-01-01recognise Cortex A32Jonathan Gray
2016-12-31Add missing $OpenBSD$ marker.Mark Kettenis
2016-12-30Increase space for ramdisk inserts to match ftp(1) https growth.Theo de Raadt
2016-12-30Remove unused headers.Jeremie Courreges-Anglas
2016-12-30Ansify pmap_copy().Visa Hankala
2016-12-30When entering a mapping on write access, compute the PTE after makingVisa Hankala
2016-12-30Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.YASUOKA Masahiko
2016-12-30Fix EFI_CALL() to pass the arguments properly when number of arguments is 0.YASUOKA Masahiko
2016-12-28Use the generic clock framework.Mark Kettenis
2016-12-27Add support for the 2nd sxipio(4) device on the Allwinner A80.Mark Kettenis
2016-12-26Typo, "more then" -> "more than"Jeremie Courreges-Anglas
2016-12-26Fix typo, happend -> happenedJeremie Courreges-Anglas
2016-12-26Fix typo.Mark Kettenis
2016-12-26Pass through cacheline size information to guest. This was pointed outMike Larkin
2016-12-24Make the boot programs support booting from softraid on 4K byte sectorYASUOKA Masahiko
2016-12-24Add support for the 2nd sxipio(4) device on the Allwinner H3.Mark Kettenis
2016-12-24The unit of the parition offset in disklabel is number of sectors in theYASUOKA Masahiko
2016-12-24Match on "arm,gic-400" another GICv2 compat string.Jonathan Gray
2016-12-23Tweaks suggested by miod@Visa Hankala
2016-12-23Update and add wide character support types.Patrick Wildt
2016-12-23The code to retrieve the interrupt ID only works if the amount of IRQsPatrick Wildt
2016-12-23Convert the sector number in the patition table to the sector numberYASUOKA Masahiko
2016-12-23The efi disk i/o to read sectors properly when the sector size is notYASUOKA Masahiko
2016-12-22Extend the size of user virtual address space from 2GB to 1TB on mips64Visa Hankala
2016-12-21Add a driver for OCTEON MMC host controller.Visa Hankala
2016-12-20fix use of uninitialised variablesJonathan Gray
2016-12-20no need to test if an array is non-NULLJonathan Gray
2016-12-20fix an uninitialised variable on altivec assist trapJonathan Gray
2016-12-20Fix operand of pushq instruction; clang's integrated assembler is lessMark Kettenis
2016-12-19Generating mixed 16-bit/32-bit/64-bit code with clang's integratedMark Kettenis
2016-12-19Adjust Makefile to gain improvements that were made in other archsPatrick Wildt
2016-12-19Fix debug printf format and arguments.Patrick Wildt
2016-12-19fix uninitialised variable warnings from clangJonathan Gray
2016-12-19remove redundant return statementsJonathan Gray
2016-12-19ansify function declaration; better whitespacePatrick Wildt
2016-12-19Fix an off by one when saving and restoring an array of registers.Jonathan Gray
2016-12-18Consolidate bus space tags into generic bus space code. EspeciallyPatrick Wildt
2016-12-18Adjust OpenBSD/arm64 files with FreeBSD origin to show the upstreamPatrick Wildt
2016-12-18Adjust OpenBSD/arm64 files with FreeBSD origin to show the upstreamPatrick Wildt
2016-12-17Import of OpenBSD/arm64Patrick Wildt
2016-12-17Fix IO clock speed and system reset on Octeon III.Visa Hankala