summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2022-01-10Initialize variables that are touched in the error path.Visa Hankala
2022-01-10In pmap_enter(9), only perform a TLB flush if we actually changed a PTE.Mark Kettenis
2022-01-10Add aplsmc(4), a driver for the SMC found on Apple M1 SoCs.Mark Kettenis
2022-01-09Indicate that mvpxa(4) depends on sdhc code.Visa Hankala
2022-01-08Remove apldwusb(4). This driver is now unused.Mark Kettenis
2022-01-08Oops, missed a compatible string in the previous commit.Mark Kettenis
2022-01-08Remove verbose PCI and USB device info from BOOTVisa Hankala
2022-01-08Adjust debug printfs after pcitag_t type change.Visa Hankala
2022-01-07Add code to initialize the PCIe host bridge hardware. We currently rely onMark Kettenis
2022-01-07.glue_7 is used for arm code calling thumb code, and .glue_7t is used forKevin Lo
2022-01-07Add missing dependency.Visa Hankala
2022-01-06Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSETTheo de Raadt
2022-01-06Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSETMark Kettenis
2022-01-05Add mpfclock(4), a driver for the PolarFire SoC MSS clock controller.Visa Hankala
2022-01-04Future-proof by adding some proposed compatible strings to match on.Mark Kettenis
2022-01-04hide more things behind _KERNEL, in case userland manages to includeTheo de Raadt
2022-01-04remove unused fileJonathan Gray
2022-01-04Remove commented out gtp from amd64 GENERICGreg Steuck
2022-01-03SOCs -> SoCsVisa Hankala
2022-01-03Don't use != 0 to check whether a pointer is non-NULL.Jonathan Gray
2022-01-03reuse gcu(4) comment from GENERIC fixing spellingJonathan Gray
2022-01-03happend -> happenedJonathan Gray
2022-01-02approprate -> appropriateJonathan Gray
2022-01-02Resore -> RestoreJonathan Gray
2022-01-02firmare -> firmwareJonathan Gray
2022-01-02excuted -> executedJonathan Gray
2022-01-02Prism54 (only full-mac varients) -> Prism54 Full-MACJonathan Gray
2022-01-02Grab kernel lock when required.Mark Kettenis
2022-01-02Don't use != 0 to check whether a pointer is non-NULL.Mark Kettenis
2022-01-02priviledged -> privilegedJonathan Gray
2022-01-02priveledged -> privilegedJonathan Gray
2022-01-02convension -> conventionJonathan Gray
2022-01-02Nummber -> NumberJonathan Gray
2022-01-02numers -> numbersJonathan Gray
2022-01-02contoller -> controllerJonathan Gray
2022-01-02phsyaddr -> physaddrJonathan Gray
2022-01-02spellingJonathan Gray
2022-01-02addres -> addressJonathan Gray
2022-01-02unhandle -> unhandledJonathan Gray
2022-01-02slignment -> alignmentJonathan Gray
2022-01-02preferense -> preferenceJonathan Gray
2022-01-02plaform -> platformJonathan Gray
2022-01-02establush -> establishJonathan Gray
2022-01-01Add ENTRY_NB() macro for doing an ASM function entry without settingPhilip Guenther
2022-01-01Revert the hack for Apple M1 systems.Mark Kettenis
2022-01-01Rewrite the kernel FPU handling code. The new code saves the FPU stateMark Kettenis
2022-01-01Remove unused function prototype.Mark Kettenis
2022-01-01Add missing locking to pmap_extract(9) and pmap_unwire(9).Mark Kettenis
2021-12-31Add missing locking to pmap_extract(9) and pmap_unwire(9).Mark Kettenis
2021-12-31avaialble -> availableJonathan Gray