summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
2019-05-11Refactor efiboot into 32 and 64 bit copies.Mike Larkin
2019-05-11Refactor efiboot into 32 and 64 bit copies.Mike Larkin
2019-05-10Disentangle #ifdef EFIBOOT.Mike Larkin
2019-05-10vmm: handle some unhandled exits for SVMpd
2019-05-10Add bsd.upgrade support to sparc64 bootloader.Claudio Jeker
2019-05-09Eliminate 'make clean' stops with 'rmdir: .: Invalid argument'.Kenji Aoyama
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-05-08Print the current ASID in hex instead of decimal, to match the formatVisa Hankala
2019-05-08Fix kernel compile with DEBUG_AGINTC.ccardenas
2019-05-06Fix thinko in previous. The .bss clearing was overzealous and overwroteVisa Hankala
2019-05-06Enforce store/load order when setting or clearing AST flag on mips64Visa Hankala
2019-05-06Issue write-write barrier before sending IPI on mips64Visa Hankala
2019-05-06Fix unintentional delay of ASTs on MP mips64Visa Hankala
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace removalMike Larkin
2019-05-06Whitespace and extra semicolon removal.Mike Larkin
2019-05-05Getting too tight. Surrender a littleTheo de Raadt
2019-05-05Add support for the EFI Random Number Generator Protocol and use it to XORMark Kettenis
2019-05-05Use the .bss for the bootstrap stack of mips_init(). This way the memoryVisa Hankala
2019-05-05Call cpu_unidle() from need_resched() on mips64 like mostVisa Hankala
2019-05-05Turn need_resched() and signotify() into proper functions on mips64.Visa Hankala
2019-05-04let users try mcx(4)Theo de Raadt
2019-05-04Remove some junk that we don't use.Mark Kettenis
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-05-02Add a print function to mainbus(4) such that it prints unconfigured devicesMark Kettenis
2019-05-02Fix vmm_support.S compilation error with gcc 8.3Mike Larkin
2019-04-30Enable mvmdio(4) and mvneta(4) on arm64 as well. These are partPatrick Wildt
2019-04-30Add mvuart(4) to support the Armada 3720's serial console.Patrick Wildt
2019-04-26Guard against repeated inclusion of <mips64/pte.h>. This fixes drm buildVisa Hankala
2019-04-25disable -Oz compile for SMALL_KERNEL w/ comment whyTheo de Raadt
2019-04-25Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however itTheo de Raadt
2019-04-25Add a check to tftp_open() that we are actually opening a TFTP device.Christian Weisgerber
2019-04-24Style tweaks:Philip Guenther
2019-04-23Add support for ccp(4) at acpi(4).Mark Kettenis
2019-04-23Call exit(2) if sigreturn(2) fails on mips64. This is what otherVisa Hankala
2019-04-23Add a driver for OCTEON two-wire serial interface.Visa Hankala
2019-04-23Remove file name and line number output from witness(4)Visa Hankala
2019-04-23Copy cache-control bits from U+K to U-K entry in pmap_enter_special()Philip Guenther
2019-04-22vmm(4): flush guest TLB entries if guest disables paging. While thisMike Larkin
2019-04-22Not all systems supporting DVFS expose a regulator to set the voltage.Mark Kettenis
2019-04-22vmm(4): remove a debug printf that was causing lock issues (it was beingMike Larkin
2019-04-20Revert enabling VMM_DEBUG which slipped through the previous commit.kn
2019-04-20When copying the EFI-stored kernel to the correct operating location,Theo de Raadt
2019-04-20libsa's memcpy() is actually memmove(). make a proper memmove(), and giveTheo de Raadt
2019-04-19Work around a limitation of clang integrated assembler on mips64.Visa Hankala
2019-04-18vmm(4): whitespace fixMike Larkin