summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2019-08-04Fix a typo I noticed reviewing the smbios code cleanup diff.kmos
2019-08-04Ensure that a posted write completes when re-enabling interruptsVisa Hankala
2019-08-04Add support for X-Gene/eMAG variant.Mark Kettenis
2019-08-04Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduceMark Kettenis
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-04Unmap tables once we're done with them.Mark Kettenis
2019-08-04Implement smbios support on arm64.Mark Kettenis
2019-08-04Remove the old, unfinished octeon bootloader.Visa Hankala
2019-08-04Revise the way how the octeon bootloader is built. The originalVisa Hankala
2019-08-03permit maxusers to grow up to 128Theo de Raadt
2019-08-03There are some pretty big arm64 machines so crank maxusers to 80.Theo de Raadt
2019-08-03Add F_WRITE support to the block layer (not yet used)Theo de Raadt
2019-08-03In the bootblocks, after discovering and opening /bsd.upgrade, fchmod -xTheo de Raadt
2019-08-03If the CPU frequency is available during TSC init, make it availableJoshua Stein
2019-08-03Recognize Applied Micro as an Implementor and X-Gene as a PartNum forMark Kettenis
2019-08-02Add support for additional ITS page sizes and make sure we allocateMark Kettenis
2019-08-02Avoid repeated invocation of curcpu().Visa Hankala
2019-08-02Call refreshcreds() from ast() on mips64. This ensures that credentialsVisa Hankala
2019-08-02per-process itimers: itimerval -> itimerspeccheloha
2019-08-01Fix fd leak that broke disk_close().Visa Hankala
2019-07-31Fix kmem access on octeon. Currently, mem_layout lists segments thatVisa Hankala
2019-07-30Fix mapping of MSI sideband data when there are SMMU's present.Mark Kettenis
2019-07-30Seems the Amppere eMAG has a silicon big where the number of writable bitsMark Kettenis
2019-07-30Make sure the virtual addresses that are used for EFI runtime servicesMark Kettenis
2019-07-30Previous version accidentally enabled VMM_DEBUG, so turn that off.Mike Larkin
2019-07-29Support disk write in efiboot for armv7 and arm64.YASUOKA Masahiko
2019-07-29Support disk write in efiboot. Requested by deraadt.YASUOKA Masahiko
2019-07-28vmm(4): join some short lines of codeMike Larkin
2019-07-28Link octeon bootloader to the build.Visa Hankala
2019-07-28Add a dedicated ramdisk entry for the octeon bootloader to reduceVisa Hankala
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