Age | Commit message (Expand) | Author |
2019-05-31 | remove duplicate page table | Jonathan Gray |
2019-05-31 | Add MSI-X support. | Mark Kettenis |
2019-05-30 | Fix definitions of PCI_MSIX_MAU32 and add a define for the MSI-X function | Mark Kettenis |
2019-05-30 | Mellanox support tells me that according to an internal datasheet, legacy | Jonathan Matthew |
2019-05-30 | wrap some long lines, except in bits I'll probably have to rewrite soon | Jonathan Matthew |
2019-05-29 | Add jumbo frame support. Set the port MTU as high as we can (up to 9500) | Jonathan Matthew |
2019-05-27 | spelling fixes in comments and one printf; from j sisson | Jason McIntyre |
2019-05-27 | fix virtio_pci on 32bit archs | Stefan Fritsch |
2019-05-27 | fix multitouch by properly reading multi-finger data on type4 | Joshua Stein |
2019-05-26 | Support virtio 1.0 for virtio_pci | Stefan Fritsch |
2019-05-26 | Rework virtio_negotiate_features() | Stefan Fritsch |
2019-05-26 | virtio_pci: Move msix vector config into functions | Stefan Fritsch |
2019-05-26 | virtio_pci: Split bus space handles | Stefan Fritsch |
2019-05-24 | Configure pins. | Mark Kettenis |
2019-05-24 | Remove redundant conditional. Inspecting flags is the correct way to | anton |
2019-05-24 | Match radeon_device.c rev 1.2 and return early in amdgpu_device_suspend() | Jonathan Gray |
2019-05-24 | implement support for SIOCGIFSFFPAGE | Jonathan Matthew |
2019-05-23 | drop STUB() calls in paths frequently called when running xorg | Jonathan Gray |
2019-05-23 | Inline 18 bytes of packet header so we can send vlan tagged packets. | Jonathan Matthew |
2019-05-23 | match radeondrm and switch DRM_INFO message with device id/asic name to | Jonathan Gray |
2019-05-23 | Formatting fixes. | Kevin Lo |
2019-05-22 | Cleanup debug macros in wscons. Favor __func__ over spelling out the actual | anton |
2019-05-22 | A wscons device may only be opened in read/write mode once. However, | anton |
2019-05-22 | Print the bwfm(4)'s ethernet address on attach. | Patrick Wildt |
2019-05-22 | If we are SCANning and we want another SCAN, we don't need to purge | Patrick Wildt |
2019-05-21 | add amdgpu from linux 4.19.44 for recent AMD Radeon parts | Jonathan Gray |
2019-05-21 | A problem fixed in wskbd is also present in wsmux. Repeating the | anton |
2019-05-21 | Fix NULL check with wrong pointer in xhci_event_xfer_isoc(); CID 1480287 | Stefan Sperling |
2019-05-21 | Fix free(9) with wrong pointer in sili(4) attach error path; CID 1480295 | Stefan Sperling |
2019-05-19 | During fuzzing, one or many fuzzing processes are often stuck waiting on | anton |
2019-05-18 | Correct free size. Fixes a panic when detaching crypto volumes. | Tim van der Molen |
2019-05-17 | Implement mcx_down() and use it to unwind unsuccessful mcx_up() attempts. | Jonathan Matthew |
2019-05-17 | For AR9271, use correct clock control register and add a macro to access it. | Kevin Lo |
2019-05-16 | Attach two dwiic-pci devices that didn't work before. That problem seems | Mike Larkin |
2019-05-15 | unrevert, i missed deraadt's commit with the proper fix | Ted Unangst |
2019-05-15 | revert previous, since it makes jmc's machine print an extra newline. | Ted Unangst |
2019-05-15 | if \n is added in attach, then tpm_init() should skip it. | Theo de Raadt |
2019-05-15 | Fix free(9) sizes in softraid(4) | jan |
2019-05-15 | remove some use of uninitialized values pointed out by jsg@ | Jonathan Matthew |
2019-05-15 | Rework tx path to allow using up to 13 segments per packet, so we don't | Jonathan Matthew |
2019-05-14 | Fix athn(4) 9280 1T2R devices; broken since my noisefloor calib commit | Stefan Sperling |
2019-05-14 | Add free(9) sizes to ahc(4) | jan |
2019-05-14 | armv7 and arm64 also have ci_idepth | Jonathan Gray |
2019-05-13 | print a newline for attach. from f holop | Ted Unangst |
2019-05-13 | enable in_irq() based check | Jonathan Gray |
2019-05-13 | add in_irq() in_interrupt() in_task() | Jonathan Gray |
2019-05-13 | free(9) sizes. | Martin Pieuchot |
2019-05-13 | add idr_is_empty() | Jonathan Gray |
2019-05-13 | vmm: add host side pvclock | pd |
2019-05-12 | remove unused STUB definition | Jonathan Gray |