summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2019-03-24Add intr_{disable,restore}() for sh.Visa Hankala
2019-03-23Use the debugger mutex for `ddb_mp_mutex'. This should prevent a raceVisa Hankala
2019-03-23Add intr_{disable,restore}() for powerpc.Visa Hankala
2019-03-22umbg now supports DCF600USB as well; adjust comment. from weerd@Stuart Henderson
2019-03-22build umbg(4) on amd64, previously only done on i386/macppc/octeon/sparc64Stuart Henderson
2019-03-21Remove struct intrhand. It is no longer used on octeon.Visa Hankala
2019-03-21Remove an unused header.Visa Hankala
2019-03-18Add kubsan(4), a undefined behavior sanitizer for the kernel. It'santon
2019-03-17Remember to detach the event counter when disestablishingVisa Hankala
2019-03-17Replace a hand-rolled linked list with SLIST.Visa Hankala
2019-03-17Let each interrupt controller driver choose how to implementVisa Hankala
2019-03-17Move intr_barrier(9) to the platform level so that it can be customized.Visa Hankala
2019-03-16Unify the top-level structure of interrupt handles. This helpsVisa Hankala
2019-03-16Use SMR with aesni sessions. This makes the reference countingVisa Hankala
2019-03-16Now that efifb(4) supports remapping the framebuffer in write combiningFrederic Cambus
2019-03-16Fix incorrect flag.Visa Hankala
2019-03-16Include header <sys/evcount.h> where event counters are used, so thatVisa Hankala
2019-03-15Use a locally defined intrhand in octciu.c to ease future changes.Visa Hankala
2019-03-15When calling rasops_init() in efifb_cnremap() and efifb_attach(), passFrederic Cambus
2019-03-15Many machines with serial ports ship with uefi firmware which does notJonathan Gray
2019-03-15Remove FBSDID.Kevin Lo
2019-03-14Add acpicmos(4).Mark Kettenis
2019-03-14Fix the balancing of work queue interrupts.Visa Hankala
2019-03-13Store whether or not the VFP was active on entering the unhandledPatrick Wildt