summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2017-11-09Synchronize command initiation, event wait, and interrupt handlingVisa Hankala
2017-11-06Modify "machine video" command not to list mode when chaning video mode.YASUOKA Masahiko
2017-11-06Call CD-ROM devices cdN instead of hdN. Also select the booted deviceYASUOKA Masahiko
2017-11-05Set the core's own group mask when scheduling work, to receive workVisa Hankala
2017-11-05Handle failure.Visa Hankala
2017-11-05slight cleanupVisa Hankala
2017-11-05Add a function for getting the current core's hardware identifier.Visa Hankala
2017-11-05Remove unmaintained debug code.Visa Hankala
2017-11-04Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theFlorian Obser
2017-11-04Use the macro for cache line size.Visa Hankala
2017-11-04Check buffer size parameters at compile time.Visa Hankala
2017-11-04One macro for cache line size is enough.Visa Hankala
2017-11-03Remove alternative implementations of GMX CAM setup logicVisa Hankala
2017-11-03Fix a stupid typo.Visa Hankala
2017-11-03use %lx to print the frame address if resolving of the symbol name failsJasper Lievisse Adriaanse
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-11-03Spaces -> tab, no binary change.Kenji Aoyama
2017-11-02Assign each cnmac(4) port its own input work group, and assignVisa Hankala
2017-11-02Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.Martin Pieuchot
2017-11-01Add readiness to utilize LMTDMA operations.Visa Hankala
2017-11-01Fix the addressing of CVMSEG. The base address already points toVisa Hankala
2017-10-29Finish TURBOchannel scatter/gather map code (i.e. make it work) andMartin Pieuchot
2017-10-28Rename function name and order. No fuctional change.YASUOKA Masahiko
2017-10-28Attach efifb(4) when the system is booted with serial console. AlsoYASUOKA Masahiko
2017-10-27Remove duplicated function prototypes.Kevin Lo
2017-10-27This file only includes <arm/elf_abi.h> which was removed in 2008, so kill it.Martin Pieuchot
2017-10-27Call i8254_startclock() earlier to make delay() usable. Actually HPYASUOKA Masahiko
2017-10-26Discard exception handling information as we do on other architectures.Mark Kettenis
2017-10-26adjust Makefile.armv7 for clangJonathan Gray
2017-10-26Use .arch_extension sec and virt to use smc and hvc instructions whenJonathan Gray
2017-10-25Initialize processor extended state in fpu_kernel_enterMike Belopuhov
2017-10-25Storing the address of a stack variable in a global variable is a bad idea.Mark Kettenis
2017-10-24R_AARCH64_NONE should be zero, not 256. The latter was a deprecatedPhilip Guenther
2017-10-24In ld scripts, an output section with no input sections is always markedPhilip Guenther
2017-10-24Use "static inline" instead of "extern inline" for compatibility withMark Kettenis
2017-10-24Attach syscon(4) early. Also attach psci(4) early such that cpuresetfnMark Kettenis
2017-10-24remove defines for ioctls the kernel doesn't recogniseJonathan Gray
2017-10-23Avoid clang format warning.Mark Kettenis
2017-10-23Replace imxocotp(4) with a regmap-based approach.Mark Kettenis
2017-10-23Expose TSC properties via sysctl nodesMike Belopuhov
2017-10-23Remove bcmmuart since it has already replaced with com(4).Kevin Lo
2017-10-23remove mention of unused MACOBIOVERBOSE and NBUF optionsJonathan Gray
2017-10-21Use MI mplock on mips64.Visa Hankala
2017-10-20Make sure the logic deciding whether to use BWX operations in cia(4)Martin Pieuchot
2017-10-19Don't forget to set the timecounter frequencyMike Belopuhov
2017-10-18add support for printing function arguments when displaying a traceJasper Lievisse Adriaanse
2017-10-18Fixup previous; noticed by canacar@Mike Belopuhov
2017-10-18Set TSC timecounter frequency to the CPU frequency estimate if unknownMike Belopuhov
2017-10-17Don't do crazy bullshit when this is included by the bootblocks.Theo de Raadt