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