summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2016-12-17There is no RTC on Shasta, so do not attach the driver.Visa Hankala
2016-12-17Make Octeon model strings a bit more specific. While there,Visa Hankala
2016-12-17On some systems, the firmware advertises multiple tiny and disjointVisa Hankala
2016-12-17Add new device xp(4), preliminary support for LUNA's I/O processor.Kenji Aoyama
2016-12-16Provide the "machdep.lidsuspend" sysctl on Loongson.Frederic Cambus
2016-12-14Add the TSC timecounter and use it on Skylake machines where the HPETReyk Floeter
2016-12-13Enable xbf(4)Mike Belopuhov
2016-12-12Tweak IPI register definitions.Visa Hankala
2016-12-12Pass WSDISPLAYIO_{GET,SET}PARAM to ws_{get,set}_param. This allowsYASUOKA Masahiko
2016-12-11Determine the available CPUs.Visa Hankala
2016-12-08Add a routine for setting up interrupt handlers using fdt.Visa Hankala
2016-12-08Add fdt_attach_args and simplebus for implementing fdt-capableVisa Hankala
2016-12-07Add a commented out entry for xbf(4)Mike Belopuhov
2016-12-06Get PTE shift using PTE_LOG.Visa Hankala
2016-12-05Harmonize battery state thresholds accross platforms.Frederic Cambus
2016-12-04Add handling for the second interrupt bank.Visa Hankala
2016-12-03Fix memory leak.Visa Hankala
2016-12-03Implement octeon_intr_disestablish().Visa Hankala
2016-12-03luna88k bootloader needs __ashldi3 to compile sys/lib/libsa/ufs.c 1.26.Kenji Aoyama
2016-12-02Drop stale prototypes and an outdated comment.Visa Hankala
2016-12-02Simplify interrupt dispatching by processing requests withoutVisa Hankala
2016-12-02enable hvn(4)Jonathan Gray
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownJonathan Gray
2016-11-29Build kernel with DEBUG=-g by default.Martin Pieuchot
2016-11-28need ashrdi3Theo de Raadt
2016-11-27Match on "allwinner,sun7i-a20-mmc". In linux 4.9 the device trees forJonathan Gray
2016-11-27ashldi3 is now neededTheo de Raadt
2016-11-26Allow rootdev to be specified without /dev/ prefix. The full path isn'tMartijn van Duren
2016-11-26Start process_bootargs at 0 instead of 1.Martijn van Duren
2016-11-26Remove unnecessary function cn30xxgmx_submatch and call config_foundMartijn van Duren
2016-11-22Fix CPU info struct.Visa Hankala
2016-11-22Add support for the sun9i USB PHYs and attach to the sun9i EHCI controllers.Mark Kettenis
2016-11-21Add support for "allwinner,sun9i-a80-usb-mod-clk" andMark Kettenis