Age | Commit message (Expand) | Author |
2017-05-30 | Remove qvss8x15, vt220l8x8, and vt220l8x10 fonts. | Frederic Cambus |
2017-05-30 | Statically allocate resource to requests, and only create requests | Kenneth R Westerback |
2017-05-30 | virtio: Put entries in freelist in reverse order | Stefan Fritsch |
2017-05-30 | Use ieee80211_{min,max}_basic_rate() in iwn(4). | Stefan Sperling |
2017-05-30 | Remove lucida16x29.h and omron12x20 fonts. | Frederic Cambus |
2017-05-30 | virtio: Do LIFO in the freelist | Stefan Fritsch |
2017-05-30 | Remove the unused pcdisplay_mapchar_simple function in pcdisplay(4). | Frederic Cambus |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-30 | Use memmove() instead of memcpy(), buffers are overlapping. | Martin Pieuchot |
2017-05-29 | Add an ioctl to tell storage devices to flush their internal caches | Stefan Fritsch |
2017-05-29 | Add hibernate support for nvme(4). This creates a separate IO queue that is | Jonathan Matthew |
2017-05-28 | Remove a redundant assignment introduced in revision 1.219 but favor the | anton |
2017-05-28 | Fix some spurious fatal firmware errors in iwm(4). | Stefan Sperling |
2017-05-28 | Remove unused flag IWM_FLAG_STOPPED. | Stefan Sperling |
2017-05-27 | nvme: Don't set prp1 for DEL_IOCQ | Stefan Fritsch |
2017-05-27 | remove #ifdef HIBERNATE section that declares stuff that lives in ahci.c | Jonathan Matthew |
2017-05-27 | nvme: Add suspend/resume code | Stefan Fritsch |
2017-05-27 | Add missing comments for CAN and SUB, for consistency. | Frederic Cambus |
2017-05-27 | virtio: remove unused vq_maxsegsize | Stefan Fritsch |
2017-05-27 | virtio: Remove MINSEG_INDIRECT | Stefan Fritsch |
2017-05-27 | Move error path to end of function where god intended it | Kenneth R Westerback |
2017-05-26 | Get rid of the DELAY() hack in the firmware loader for 8000 family | Stefan Sperling |
2017-05-26 | virtio: minor tweak | Stefan Fritsch |
2017-05-26 | vioblk: set VIOBLK_DONE from vioblk_vq_done1 | Stefan Fritsch |
2017-05-26 | The Linux code really isn't up to the same standard as our other code, and | Mark Kettenis |
2017-05-26 | Prepare ohci_intr1() for IPL_MPSAFE. | Martin Pieuchot |
2017-05-26 | Move vioblk and vioscsi more fully into the world of iopool and | Kenneth R Westerback |
2017-05-25 | Add a header with EFI/UEFI-related definitions for use by the kernel. For | Mark Kettenis |
2017-05-25 | tweak sparc64 membars as a step toward making them usable in userland. | David Gwynne |
2017-05-21 | Add support for the SD/MMC controller found on Samsuung Exynos5. | Mark Kettenis |
2017-05-21 | Actually wait on auto command done (ACD) as was the intention. | Mark Kettenis |
2017-05-21 | Enable radeondrm(4) on loongson to get accelerated graphics | Visa Hankala |
2017-05-21 | Rockchip SoCs needs some additional register twiddling when the link speed | Mark Kettenis |
2017-05-21 | Add dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as found | Mark Kettenis |
2017-05-20 | More SD/MMC controller-related clocks. | Mark Kettenis |
2017-05-20 | Accept baud rates up to 2 Mbps as these are supported by CP2104 and later | Mark Kettenis |
2017-05-19 | Repair rtwn(4) IQ calibration. | Stefan Sperling |
2017-05-19 | Make monitor work with athn(4) on my 3T3R AR9380 device. | Stefan Sperling |
2017-05-19 | Make rtwn(4) add frames which failed to transmit to AMRR's transmit counter. | Stefan Sperling |
2017-05-19 | Make rtwn(4) support fixed transmit rates set with ifconfig(8). | Stefan Sperling |
2017-05-19 | Fix R92C_USTIME_TSF register definition. | Stefan Sperling |
2017-05-18 | Grab the netlock in umb_state_task() and umb_decode_ip_configuration() | Alexander Bluhm |
2017-05-18 | Fix a uvm fault in athn_clock_rate(): | Stefan Sperling |
2017-05-17 | regen | Jonathan Gray |
2017-05-17 | add some devices from submitted dmesgs | Jonathan Gray |
2017-05-16 | Remove references to /dev/soundN, which was removed last year. | Alexandre Ratchov |
2017-05-16 | when allocating a new screen, only copy the current buffer contents | Joshua Stein |
2017-05-15 | Add some SD/MMC controller-related clocks. | Mark Kettenis |
2017-05-15 | vioscsi: Fix allocation of segments | Stefan Fritsch |
2017-05-15 | Use splraise() rather than splsoftnet() which is going away. | Martin Pieuchot |