summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2019-07-28With the DWC2 reset in place, dwctwo(4) should be safe to useVisa Hankala
2019-07-28Put DWC2 controller into reset mode on (pseudo-)shutdown to makeVisa Hankala
2019-07-28Fix trimming of newline.Visa Hankala
2019-07-26Recognize PCI busses that don't support INTx and refuse to map legacy onMark Kettenis
2019-07-26emove duplicate definitions of LAPIC_ID_MASK and LAPIC_ID_SHIFT.Kevin Lo
2019-07-25Enable sharing of root complex when appropriate.Mark Kettenis
2019-07-25Add support for virtual root complexes used for Static Direct I/O.Mark Kettenis
2019-07-25Add SDIO hypervisor calls.Mark Kettenis
2019-07-24Avoid strlcpy() and printing of bios date if fixstring() returns NULL.Jonathan Gray
2019-07-22Disable caches and MMU before jumping to the kernel entry point. NeededMark Kettenis
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot
2019-07-20Increment `db_active' before entering db_trap() like other archs do.Martin Pieuchot
2019-07-19i8254_delay(): simplify tick computationcheloha
2019-07-19ttysleep(): drop unused timeout parametercheloha
2019-07-17Disable for now.Visa Hankala
2019-07-17Adjust search of symbol table pointers to match with the bootloader.Visa Hankala
2019-07-17Add a bootloader for octeon.Visa Hankala
2019-07-17vmm/vmd: Fix migration with pvclockpd
2019-07-15Fix a direct map bug that affected machines with > 1023GB physicalMike Larkin
2019-07-15store smbios date string in globally visible var for drmJonathan Gray
2019-07-14Delete obsolete bits in a comment: mcontext is gone and struct reg is noPhilip Guenther
2019-07-13Panic for missing vp1 entry, do not panic for missing vp2 entry twice.Dale Rahn
2019-07-13Adjust the pmap_set_l* functions to a more reasonable API,Dale Rahn
2019-07-13pmap_page_protect() should not unmap pages after making them readonly.Dale Rahn
2019-07-12Remove unnecessary extern declarations.Visa Hankala
2019-07-12Make rootdev parsing a little saner. The "rootdev=" prefix can beVisa Hankala
2019-07-11Use "i" constrain instead of "n" constrain in inline assembly. Makes clangMark Kettenis
2019-07-10+ixl (which was used to debug problems on T4-1)Theo de Raadt
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andTheo de Raadt
2019-07-08amd64 pmap: remove a "set but not used" variable, found when building theMike Larkin
2019-07-08vmm(4): remove a "set but not used" variable, found when building theMike Larkin
2019-07-07print the cpu model in the correct place (only)Theo de Raadt
2019-07-05Fix vpci_bus_map() if the case where the "child" space in the "ranges"Mark Kettenis
2019-07-05If there is no explicit device class match for a given boot device,Visa Hankala
2019-07-03Allocate a new major for tap(4) also note that pseudo-device tun is for tapPatrick Wildt
2019-07-02Drop % from register name used for register variable since it makes clangMark Kettenis
2019-07-02Register cpu(4) as a cooling device. This supports passive cooling byMark Kettenis
2019-07-02Add thermal zone handling code. This provides support for thermal zonesMark Kettenis
2019-06-30Ansify function definitions.Visa Hankala
2019-06-30Compute address for ll/sc only once.Visa Hankala
2019-06-30Change pcic(4) attached with resources specified by locators on luna88k,Kenji Aoyama
2019-06-29variable ver is unused; rdpr %ver is always used instead; from miodTheo de Raadt
2019-06-29kihaguru gathura plugged a umsm into a sparc64...Theo de Raadt
2019-06-29Introduce ISA-like locators on cbus(4) to specify resources inKenji Aoyama
2019-06-28Write back and invalidate caches before updating CPU microcode,Alexander Bluhm
2019-06-28landisk/sh didn't have the code for checking if sp is on MAP_STACKTheo de Raadt
2019-06-26Fix sign handling in emulated FP operations on sparc64Jeremie Courreges-Anglas
2019-06-25add support for bypassing iommu translationDavid Gwynne
2019-06-25Implement suspend/resume support for MSI-X interrupts. Loosely based onMark Kettenis
2019-06-24Add glkgpio(4), a driver for the GPIO controllers found on Intel's GeminiMark Kettenis