summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2019-04-16When entering kernel pages uncached we need to make sure to flush thePatrick Wildt
2019-04-16Prevent attaching drivers to devices for which we attached a driver early.Mark Kettenis
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2019-04-10KNF per naddy@ians
2019-04-10Add (uint32_t) cast on marks[] to avoid warning in gcc3.Kenji Aoyama
2019-04-10crank versionsTheo de Raadt
2019-04-10change marks[] array to uint64_t, so the code can track full 64-bitTheo de Raadt
2019-04-09Detect /bsd.upgrade kernel and boot it if present instead of default /bsd,Kenji Aoyama
2019-04-08crank version; looks good deraadtFlorian Obser
2019-04-04Add bwfm(4) such that we can use bsd.rd to update over wireless.Mark Kettenis
2019-04-02vmm(4): Fix some broken event injection code for SVMMike Larkin
2019-04-02vmm(4): Inject #UD on read of MSR_LS_CFG on AMD SVMMike Larkin
2019-04-02Add variable length trap padding between the retguard epilogue and themortimer
2019-04-01vmm(4): flush EPT when uvm removes mappings from a nested page tableMike Larkin
2019-04-01vmm(4): Don't advertise support for SSBD and related speculative execMike Larkin
2019-04-01imxdwusb(4) and imxpd(4) are no longer needed.Patrick Wildt
2019-04-01Add retguard macros to kernel setjmp / longjmp.mortimer
2019-04-01vmm(4): Don't advertise support for MCE/MCA since we don't implementMike Larkin
2019-04-01compile fix from visaTed Unangst
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2019-03-31follow atf and change neoverse e1 part numberJonathan Gray
2019-03-28Revert revision 1.20, switch back to using efifb_std_descr.n{rows,cols}Frederic Cambus
2019-03-28Enable uxrcom(4).Mark Kettenis
2019-03-28Enable uxrcom(4).Mark Kettenis
2019-03-26vmm(4): On VMX, use sgdt/sidt to reset the GDT/IDT limits after exitingMike Larkin
2019-03-25panic() adds a newline, so don't include one in the format stringPhilip Guenther
2019-03-25Fix pctr(4) issues with MP and suspend:Philip Guenther
2019-03-25X86_IPI_NAMES's only use was #if 0'ed out; delete bothPhilip Guenther
2019-03-25Revert back to using previous values for EFIFB_WIDTH and EFIFB_HEIGHT,Frederic Cambus
2019-03-24Remove a stale kgdb dependency.Visa Hankala
2019-03-24Add intr_{disable,restore}() for alpha.Visa Hankala