summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2020-05-23Clean up the code that implements the OPAL API.Mark Kettenis
2020-05-23Implement kqueue(2) support.Martin Pieuchot
2020-05-23remove ifdef'd out tc fb cnattach bitsJonathan Gray
2020-05-23Use a distinct trap code with retguard on mips64.Visa Hankala
2020-05-23remove more cfb and sfb bitsJonathan Gray
2020-05-23remove cfb and sfb alpha tc fb driversJonathan Gray
2020-05-22Fill complete trap frame.Mark Kettenis
2020-05-22Panic on unhandled traps (which for now is all of them).Mark Kettenis
2020-05-22Reboot (unconditionally for now).Mark Kettenis
2020-05-22Add some very simple trap handling.Mark Kettenis
2020-05-22Enable option FFS2 on RAMDISK; ok aoyama@ deraadt@Otto Moerbeek
2020-05-22Enable bwfm(4).Patrick Wildt
2020-05-22Enable mvkpcie(4).Patrick Wildt
2020-05-22Copy db_disasm.c from powerpc to powerpc64.gkoehler
2020-05-22Decode the %{ds}(%{A}) operand of ld, std instructions.gkoehler
2020-05-21Claim the memory region reserved for the interrupt vectors.Mark Kettenis
2020-05-21Use <dev/clock_subr.h> in dsclock(4).Visa Hankala
2020-05-21Use <dev/clock_subr.h> in dpclock(4).Visa Hankala
2020-05-21Use <dev/clock_subr.h> in dsrtc(4).Visa Hankala
2020-05-21Remove sparc64 mutex.S.Visa Hankala
2020-05-18Oops, DDB wrapper around setjmp/longjmp was misplacedTheo de Raadt
2020-05-18Move boot.mac into the Attic.Patrick Wildt
2020-05-18Our check to see if the EFI services support Mtftp() doesn't workPatrick Wildt
2020-05-18Enable amlpwrc(4).Mark Kettenis
2020-05-18Fix typoClaudio Jeker
2020-05-17Add enough stubs to allow "option DDB" to build.gkoehler
2020-05-17Use a register varible ro implement curpcu().Mark Kettenis
2020-05-17Add machdep.compatible.Mark Kettenis
2020-05-17Look at the openbsd,boothowto property.Mark Kettenis
2020-05-17Hand those pages over to uvm.Mark Kettenis
2020-05-17Remove board ID support. 6.7 shipped with a kernel that doesn't needMark Kettenis
2020-05-17Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.Theo de Raadt
2020-05-17Fix typo in comment.Mark Kettenis
2020-05-17The 64-bit Power ABI reserves r13 for the thread pointer, so use thatMark Kettenis
2020-05-17Fix WITNESS buildkn
2020-05-17Add machdep.compatible.Mark Kettenis
2020-05-17Do not redefine todr_handle. The variable now lives in kern_time.c.Visa Hankala
2020-05-16Get memory information from the device tree.Mark Kettenis
2020-05-16Planting the first seed for OpenBSD/powerpc64.Mark Kettenis
2020-05-16Make inittodr() and resettodr() MI.Mark Kettenis
2020-05-16Use todr_gettime() in cp0_calibrate() on mips64.Visa Hankala
2020-05-15disable ohci to compensate for bloat.Theo de Raadt
2020-05-14The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it toMark Kettenis
2020-05-14Bring back the acpi(4) changes. This time around only use the ACPI _CRSMark Kettenis
2020-05-14Use '/t' on all architectures to get a trace via TID.Martin Pieuchot
2020-05-13Kill biospoll/pctrpoll defines and use `seltrue' directly in cdev_*_init().Martin Pieuchot
2020-05-13Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'.Martin Pieuchot
2020-05-12Finally switch luna88k to the same inittodr()/resettodr() implementationMark Kettenis
2020-05-11Use the same inittodr()/resettodr() implementation as onMark Kettenis
2020-05-11Should have bumped this to 1.0 a long time ago.Mark Kettenis