summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2019-03-12Setting and getting the rounding mode on our arm64 FPU has not workedPatrick Wildt
2019-03-10Use SMR instead of reference counting for session reclamation.Visa Hankala
2019-03-10fix two wrong commentsMike Larkin
2019-03-10missing newline in a printfMike Larkin
2019-03-10vmm(4): add a debug printf if the host does not have writeback memoryMike Larkin
2019-03-07Return early in ucode loading if cpuid is not available. Should fixJonathan Gray
2019-03-07When accessing the child address cells make sure to use the size forPatrick Wildt
2019-03-02Bump VMM_MAX_NAME_LEN to 64 to allow for longer vm names.Antoine Jacoutot
2019-02-26crank to 6.5-betaTheo de Raadt
2019-02-25Typo in commentJeremie Courreges-Anglas
2019-02-24Remove -S from install commandskn
2019-02-23recognise more arm cpusJonathan Gray
2019-02-21Cortex A76 is not affected by spectre variant 2 branch target injectionJonathan Gray
2019-02-20vmm(4): allow preservation and restoration of guest debug registersMike Larkin
2019-02-18Remove PTPpaddr and use proc0.p_addr->u_pcb.pcb_cr3 instead. This alsoYASUOKA Masahiko
2019-02-17sprinle some casts to quiet compiler; ok millertTheo de Raadt
2019-02-16Sprinkle a few ifdefs for _LOCORE and _KERNEL and reorder a few linesPatrick Wildt
2019-02-16vmm(4): report PA bits in CPUID[0x80000008]Mike Larkin
2019-02-10revert revert revert. there are many other archs that use custom allocs.Ted Unangst
2019-02-10missed a file. add flags to the pool page free function.Ted Unangst
2019-02-10make it possible to reduce kmem pressure by letting some pools use a moreTed Unangst
2019-02-09vmm(4): add a debug printf when processing vmxon operationsMike Larkin
2019-02-03Add mvgicp(4), a driver for the Marvell extension to the GIC thatPatrick Wildt
2019-02-03enable -msave-args when building with clang.David Gwynne
2019-02-03Delete cases in kerntrap() that just jump to the default casePhilip Guenther
2019-02-02Improve stack trace saving on i386:Visa Hankala
2019-02-02Improve stack trace saving on amd64:Visa Hankala
2019-02-01Properly account wired pages in pmap_randomize_levelMike Larkin
2019-01-31Bump version number to be able to distinguish bootloaders with softraidMark Kettenis