summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2020-04-10Implement stacktrace_save_at() required for upcoming WITNESS.Martin Pieuchot
2020-04-08vmm(4): add IOCTL handler to sets the access protections of the eptpd
2020-04-08vmm(4): handle cr0 writes more correctly for vmxpd
2020-04-07Abstract the head of knote lists. This allows extending the lists,Visa Hankala
2020-04-07Kill board_id variable; its last consumer is gone now.Mark Kettenis
2020-04-07Kill unused extern declaration.Mark Kettenis
2020-04-07Use PHY framework to replace hardcoded board-specific GPIO poking.Mark Kettenis
2020-04-07Remove entry that is no longer needed.Mark Kettenis
2020-04-06Build bootecoff with divdi3.c. bootecoff needs __divdi3,Visa Hankala
2020-04-06Add support for the cd-gpios property.Mark Kettenis
2020-04-06Register controller with the gpio "framework".Mark Kettenis
2020-04-06Enable FFS2 in sgi bootblocks and ramdisks.Visa Hankala
2020-04-06Update my email address.Paul Irofti
2020-04-05Use OF_is_compatible() to simplify the initialization for the "mdio" node.Mark Kettenis
2020-04-05Add omrng(4), a driver for te random number generator found on TI OMAP SoCs.Mark Kettenis
2020-04-05crank to 6.7-betaTheo de Raadt
2020-04-03increase rdroot sizeJonathan Gray
2020-04-03Add rkrng(4), a driver for the random number generator found on variousMark Kettenis
2020-04-03Fix incoherencies of errors returned by various *kqfilter routines.Martin Pieuchot
2020-04-02Make the OpenFirmware functions work with clang.gkoehler
2020-04-02Enable FFS2 option for both floppiesOtto Moerbeek
2020-04-02Change bootblocks to be able to read from ffs1, ffs2 and softraid.Otto Moerbeek
2020-04-02Add __lshrti3 to libkern and use it on sparc64Jeremie Courreges-Anglas
2020-03-31Remove leftover that should have been removed in the previous commit.Mark Kettenis
2020-03-31Newer device trees no longer put the full physical address in the "reg"Mark Kettenis
2020-03-31Remove unused code. The padconf code has been replaced with theMark Kettenis
2020-03-30Port "mach dtb" code from arm64.Mark Kettenis
2020-03-29Prevent stack trace saving from inspecting untrusted data. On amd64,Visa Hankala
2020-03-29Prevent out of bounds read in strlcpy due to vcp_name not being NUL-terminated.tobhe
2020-03-29Add glue to make ipmi(4) attach to FDT.Mark Kettenis
2020-03-27Add imxpwm(4), a driver for the PWM controller found on various NXP i.MX SoCs.Patrick Wildt
2020-03-27Enable FFS2 on the landisk ramdisk. Booting from FFS2 is trickyOtto Moerbeek
2020-03-25Introduce stacktrace_save_at() and make use of it in dt(4).Martin Pieuchot
2020-03-24cope with growth, sighTheo de Raadt
2020-03-22Make efi_device_path_depth() return the full device path depth if we don'tMark Kettenis
2020-03-21Teach i386 boot98) and friends about ffs2. fdboot(8) is the exception:Otto Moerbeek
2020-03-20Disable apm(4) on the floppy ramdisk and keep the cd one in sync.Otto Moerbeek
2020-03-20Declare pci_intr_map_msix() as static inline instead of using a define.Martin Pieuchot
2020-03-20Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 PowerPatrick Wildt
2020-03-19Remove an unnecessary type cast.Visa Hankala
2020-03-17Mark a few functions as .globl such that they show up with their nameMark Kettenis
2020-03-17Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this workMark Kettenis
2020-03-17rework amd (not intel) smt/core/package detection.David Gwynne
2020-03-16Make the check for vmm_softc->mode exhaustive and return an errorJasper Lievisse Adriaanse
2020-03-16Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@Otto Moerbeek
2020-03-15Teach sparc64 boot(8) about ffs2 and fix a bug while there: devopen()Otto Moerbeek
2020-03-13Anthony Steinhauser reports that 32-bit arm cpus have the same speculationTheo de Raadt
2020-03-13improve comment about the speculation barrierTheo de Raadt
2020-03-13Add speciulation barrier after the last remaining naked ERET instruction.Mark Kettenis
2020-03-12Use strlcpy to make sure 'vm_name' and 'vir_name' are NUL terminated.tobhe