summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2020-05-11On ACPI systems, if there is no SPCR table (or if it doesn't provide usMark Kettenis
2020-05-11Use the same inittodr()/resettodr() implementation as onMark Kettenis
2020-05-11Initialize the timeval passed to todr_gettime() with the base time fromMark Kettenis
2020-05-10Pass boothowto from the bootloader to the kernel by adding aMark Kettenis
2020-05-10Pass boothowto from the bootloader to the kernel by adding aMark Kettenis
2020-05-09Use the same inittodr()/resettodr() implementation as onMark Kettenis
2020-05-02Get bus number from _CRS.Mark Kettenis
2020-05-02Fix buglet in previous commit; use time from the struct timeval that wasMark Kettenis
2020-05-01Use the same inittodr()/resettodr() implementation as onMark Kettenis
2020-05-01Use the same inittodr()/resettodr() implementation as onMark Kettenis
2020-04-29Enable a bunch of drivers needed for full Raspberry Pi 2/3 support.Mark Kettenis
2020-04-29Let the armv7 bus_dma layer and simplebus(4) implementation deal withMark Kettenis
2020-04-29Use the same inittodr()/resettodr() implementation as onMark Kettenis
2020-04-28Use the same inittodr()/resettodr() implementation as on arm64/armv7/sparc64Mark Kettenis
2020-04-28Use the same inittodr()/resettodr() implementation as on arm64/armv7Mark Kettenis
2020-04-27Enable tcpci(4).Patrick Wildt
2020-04-27Add bcmclock(4) and bcmmbox(4). Fixes a hang because the clock for sdhc(4)Mark Kettenis
2020-04-27Remove reset hack; these days the U-Boot we ship for the CuBox-i isMark Kettenis
2020-04-27Bring inittodr()/resettodr() in line with arm64 and move it toMark Kettenis
2020-04-27Move inittodr() and resettodr() to the end of the file to easy move an MIMark Kettenis