summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-02-25attach acpithinkpad to LEN0268 HID found on newer thinkpadsJoshua Stein
2017-02-25Enable ampintcmsi(4), pciecam(4), ppb(4) and virtio(4).Patrick Wildt
2017-02-25Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is anPatrick Wildt
2017-02-25MSI interrupts are established in a different way as well. Instead ofPatrick Wildt
2017-02-25Implement support for interrupt types. The GIC only seems to supportPatrick Wildt
2017-02-24Avoid some casts by using the sa field of union sockaddr_union.Alexander Bluhm
2017-02-24Retire the global interrupt establish and disestablish API. It has beenPatrick Wildt
2017-02-24The interrupts have been established using the FDT interrupt API, so wePatrick Wildt
2017-02-24Implement an API for establishing legacy PCI interrupts. This specificPatrick Wildt
2017-02-24Update licenseMike Belopuhov
2017-02-24Hook up pciecam(4), but don't compile it yet.Patrick Wildt
2017-02-24Introduce pciecam(4), a driver for generic ECAM compatible PCI hostPatrick Wildt
2017-02-23Add missing mtx_leave() calls in two hypervic error pathsJonathan Gray
2017-02-23be nicer to 32bit strict alignment archs that can do 64bit loads/stores.David Gwynne
2017-02-22Enable ahci(4).Patrick Wildt
2017-02-22Add a generic ahci(4) frontend for FDT.Patrick Wildt
2017-02-22The AMD Seattle SoC incorporates DMA coherent controllers, especiallyPatrick Wildt
2017-02-22fix timeout loopJoshua Stein
2017-02-22Use c99 struct initialization with protosw.David Hill
2017-02-22add acpisbs, an acpi smart battery subsystem driver reading dataJoshua Stein
2017-02-22Amend a misleading comment mentioning ``ipintrq''.Martin Pieuchot
2017-02-22Fix comments about a few ipv6 sockoptionsRenato Westphal
2017-02-22Keep local definitions local.Martin Pieuchot
2017-02-22Do not grab the NET_LOCK() when poll(2)ing on unix domain sockets.Martin Pieuchot
2017-02-22The pcap people gave us ID 267 for DLT_OPENFLOWReyk Floeter
2017-02-22Set sc_vendor in bcm2835_dwctwo before calling dwc2_init().Jonathan Gray
2017-02-21temporarily disable BFD, to not block work on unlocking the socket layer.Peter Hessler
2017-02-21In ip6_ctloutput, check for an invalid level early like the otherDavid Hill
2017-02-20STACKALIGN() already does the right thing by casting the given argumentPatrick Wildt
2017-02-20VMX: assert that the supplied instruction length matches what is expected forMike Larkin
2017-02-20same fix as amd64 (typo in comment)Mike Larkin
2017-02-20Crank all members of struct ipipstat to 64 bitsJeremie Courreges-Anglas
2017-02-20Remove hack to release/re-acquire netlock in _ioctl().Kenneth R Westerback
2017-02-20memcpy a character row at a time to the framebuffer, rather thanJoshua Stein
2017-02-20VMX: assert that the supplied instruction length matches what is expected forMike Larkin
2017-02-20SVM: asm support for SVM/RVIMike Larkin
2017-02-20typo in commentMike Larkin
2017-02-20SVM: fix wrong treatment of MSRs, especially EFER.Mike Larkin
2017-02-20SVM: fix segment A/R bits formattingMike Larkin
2017-02-20pfsync(4) percpu countersJeremie Courreges-Anglas
2017-02-20carp(4) percpu countersJeremie Courreges-Anglas
2017-02-20revert 1.206 because it allows deadlocks.David Gwynne
2017-02-19Fix asynchronous system traps so that they actually work. Fixes atPatrick Wildt
2017-02-19Suppress messages about spurious UART interrupts on MP systems.Visa Hankala
2017-02-19Skip IO interrupt mask update on secondary CPUs when restoring IPL.Visa Hankala
2017-02-19Add SMP config and IPI control logic for Loongson 3A.Visa Hankala
2017-02-19Add IPI counter.Visa Hankala
2017-02-18Extend and fix bus_dmamap_load_raw() implementation to make xhci(4)Patrick Wildt
2017-02-18Add Elf{32,64}_Nhdr structs with the same member names used by libelfJonathan Gray
2017-02-18Include sys/types.h rather than machine/_types.h. With this changeJonathan Gray