Age | Commit message (Expand) | Author |
2017-03-02 | reduce some more differences in vmm between i386 and amd64 that didn't | Mike Larkin |
2017-03-02 | Allow MPLS switching and VPLS across rdomains. | Renato Westphal |
2017-03-02 | reduce differences in vmm between amd64 and i386 (i386 picks up a handful | Mike Larkin |
2017-03-02 | Refactor cpuid exit handler to make it easier to bolt on SVM support | Mike Larkin |
2017-03-01 | Fix some DPRINTFs I just added to ieee80211_pae_input.c. | Stefan Sperling |
2017-03-01 | Fix a bug allowing a man-in-the-middle attack against WPA wireless clients. | Stefan Sperling |
2017-03-01 | Don't try to access the com(4) hardware to set up the console speed | Patrick Wildt |
2017-03-01 | Remove a misleading comment asking if a timeout needs a LOCK, it doesn't. | Martin Pieuchot |
2017-03-01 | Remove unused table driven omgpio bits. | Jonathan Gray |
2017-03-01 | remove remaining parts of the table driven approach to attaching edma | Jonathan Gray |
2017-03-01 | Dynamically attach edma(4) using the FDT. | Jonathan Gray |
2017-03-01 | Fix the code which preserves the device path of the loaded image if | YASUOKA Masahiko |
2017-03-01 | Remove SYSCALL_DEBUG arm64 has been multiuser for a while now. | Jonathan Gray |
2017-02-28 | Depending on the addresses, ipsecctl(8) automatically groups sa | Alexander Bluhm |
2017-02-28 | Update header to clean up defines, add the SATA device path and the | Patrick Wildt |
2017-02-28 | Don't change the up status of the interface when changing its rdomain. | YASUOKA Masahiko |
2017-02-28 | Switch geteblks()'s size argument from int to size_t. It's called with | Martin Natano |
2017-02-28 | Untangle abstract sleep modes from ACPI sleep states. This paves the way | Martin Natano |
2017-02-28 | Use rtable_match() rather than rtalloc(9) when adding a new route. | Martin Pieuchot |
2017-02-28 | Some refactoring in ip6_input() needed to un-KERNEL_LOCK() the IPv6 | Martin Pieuchot |
2017-02-28 | Prevent a MP race in rtable_lookup(). | Martin Pieuchot |
2017-02-28 | build with USER_PCICONF to enable /dev/pci* | Jonathan Gray |
2017-02-28 | Remove mpls_raw_usrreq() prototype, that function is gone. | Claudio Jeker |
2017-02-27 | Retire the AF_MPLS protosw struct. Nothing is using it and the code was super | Claudio Jeker |
2017-02-27 | pms/elantech-v4: configure wsmouse for handling compat-mode | Ulf Brosziewski |
2017-02-27 | pms/synaptics: configure wsmouse for handling compat-mode | Ulf Brosziewski |
2017-02-27 | Build hppa kernels with -ffreestanding. | Mark Kettenis |
2017-02-27 | Handle touchpad input in wsmouse. | Ulf Brosziewski |
2017-02-27 | Add support for the older generation spec of PSCI, which supports | Patrick Wildt |
2017-02-26 | Define cache line size for the per-cpu API. | Visa Hankala |
2017-02-25 | move vendor HIDs into their drivers, clean up some unused defines | Joshua Stein |
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 |