summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-10-07Fixup comment by removing a word.Patrick Wildt
2016-10-07Support the Marvell Armada's System Controller to be able to resetPatrick Wildt
2016-10-07Don't forget to add the CVS Id tag.Patrick Wildt
2016-10-07Add a driver for the Marvell Armada 380 core clock. This driverPatrick Wildt
2016-10-07Add an initial framebuffer driver for the RS780E chipset on loongson,Visa Hankala
2016-10-06Update the list of vmm ioctls that are allowed by pledge.Reyk Floeter
2016-10-06Remove board IDs for the i.MX platform. The kernel doesn't need them anymore.Mark Kettenis
2016-10-06turn off vmm(4) debug modeMike Larkin
2016-10-06add a debug function that was useful in finding the previousMike Larkin
2016-10-05Make imxdog(4) set cpuresetfn, and remove all the imx platform that is noMark Kettenis
2016-10-05Make the sgi boot blocks read the real OpenBSD disklabel instead ofVisa Hankala
2016-10-05Add a missing flush; this appears to fix the broadwell/skylake "failed toMike Larkin
2016-10-05Some device trees use 64-bit intermediate virtual addresses. ThisPatrick Wildt
2016-10-05Introduce a global function pointer to reset the CPU akin to amd64 andPatrick Wildt
2016-10-04The new thread's userspace v0, a3, and a4 registers are updated inPhilip Guenther
2016-10-03disable PAT and MTRR in guest VMsMike Larkin
2016-10-03Disable sitaracm and add a new ompinmux driver for omap pin muxing/padJonathan Gray
2016-10-02Set IFCAP_VLAN_MTU capability in cpsw(4). AvoidsJonathan Gray
2016-10-02The userspace TCB_GET() shouldn't take an argumentPhilip Guenther
2016-10-02Save and restore the (non-standard) USBMODE register around a reset of theMark Kettenis
2016-09-30Compute CR3 target count. Needed for upcoming debugging diff.Mike Larkin
2016-09-28Tweak video BIOS pointer check. Current Loongson EFI firmware imagesVisa Hankala
2016-09-28Add logic for figuring out CPU clock rate and usable memory areasVisa Hankala
2016-09-27clarify a comment whose text became out of date with the previous commitMike Larkin
2016-09-27read and cache VMFUNC capability during boot. for use in an upcoming diffMike Larkin
2016-09-27typoTheo de Raadt
2016-09-26Remove xscale support. Properly distinguish between ARMv7 and ARMv8.Mark Kettenis
2016-09-26Check cpuid_level before using CPUID().Philip Guenther
2016-09-25Make a move towards ending 4 decades of kernel snooping.Theo de Raadt
2016-09-25Remove more duplicated includesFrederic Cambus
2016-09-25refactor vmcs flush and reload into one function, and remove anotherMike Larkin
2016-09-25remove an extraneous vmcs flushMike Larkin
2016-09-24Stick the thread control block pointer into a CPU register on ARMv7.Patrick Wildt
2016-09-24Add -Wno-pointer-sign to all our gcc4 architectures.Mark Kettenis
2016-09-24If the value of r0 upon entering the kernel is zero, interpret this as theMark Kettenis
2016-09-24Pass esym to the kernel in r0. Since u-boot passes 0 in this register, weMark Kettenis
2016-09-24Remove a couple of unsused static inline functions. Also remove a comparisMark Kettenis
2016-09-24Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clangMark Kettenis
2016-09-23Attach imxocotp(4) using the fdt. Since this means that imxtemp(4) attachesMark Kettenis
2016-09-23Use "%s" to print the version string. Avoids a "format string is not aMark Kettenis
2016-09-22Periodically call mii_tick() like all our other ethernet drivers that useMark Kettenis
2016-09-22Fix indentation. No binary change.Jonathan Gray
2016-09-21Modernize arm assembly in the kernel for clang.Mark Kettenis
2016-09-21Remove some dead code and only enable tx and rx interrupts.Mark Kettenis
2016-09-20Complete bus_dmamap_load_raw(9) implementation for ARM. My initialPatrick Wildt
2016-09-20one too many close parenthesesJasper Lievisse Adriaanse
2016-09-19ansify function definitionsJasper Lievisse Adriaanse
2016-09-19fix whitespace at EOLJasper Lievisse Adriaanse
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-18Convert imxccm(4) and imxiomuxc(4) to attach using the fdt. Use the "early"Mark Kettenis