Age | Commit message (Expand) | Author |
2018-07-26 | Add imxspi(4), a driver for the i.MX SPI controller. This is the first | Patrick Wildt |
2018-07-26 | Implement calculating the SPI controller frequency in imxccm(4). | Patrick Wildt |
2018-07-26 | Remove CPUID insn_length check | job |
2018-07-26 | don't dump status iocbs twice | Jonathan Matthew |
2018-07-26 | remove "bad startup mboxes" printf - it never indicates a real problem, | Jonathan Matthew |
2018-07-25 | Implement a MSGBUF control packet mechanism based on the command | Patrick Wildt |
2018-07-25 | On authentication we don't need to create the node before calling | Patrick Wildt |
2018-07-24 | Add support for the i2c controller on the Marvell ARMADA 7K/8K SoC as well. | Mark Kettenis |
2018-07-24 | Add clock needed to support the i2c controllers on the Marvell ARMADA 7K/8K. | Mark Kettenis |
2018-07-24 | regen | Mark Kettenis |
2018-07-24 | Add SanDisk/WD Black NVMe devices. | Mark Kettenis |
2018-07-24 | Do the same for i386 as amd64: | Bryan Steele |
2018-07-24 | The I2C controller on the Allwinner hardware is actually a modified | Patrick Wildt |
2018-07-24 | Add support fotr the BCM4335/4339 SDIO chip to bwfm(4). This one is a bit | Mark Kettenis |
2018-07-24 | Fix previous commit: the RSB refill bits change %rcx so it needed to be | Philip Guenther |
2018-07-24 | When a GRE packet goes to "decline", the mbuf pointer was not updated | YASUOKA Masahiko |
2018-07-24 | Also do RSB refilling when context switching, after vmexits, and | Philip Guenther |
2018-07-23 | Add "Mitigation G-2" per AMD's Whitepaper "Software Techniques for | Bryan Steele |
2018-07-23 | Coverity CID 1470233 complainst that the m != NULL check in | Alexander Bluhm |
2018-07-23 | The imxiomuxc(4) node itself can also contain a set of pins to | Patrick Wildt |
2018-07-23 | Do "Return stack refilling", based on the "Return stack underflow" discussion | Philip Guenther |
2018-07-22 | In uvm_map_protect(), make sure we select a first map entry that ends after | Mark Kettenis |
2018-07-22 | Fix arguments of pf_purge_expired_{src_nodes,rules}() | Stefan Fritsch |
2018-07-22 | Avoid a NULL pointer deref when calling fchown() on a file descriptor belonging | anton |
2018-07-21 | Include the vnode type in the panic message in ffs_write(), just like ffs_read() | anton |
2018-07-21 | Remove the "got meltdown?" conditional from INTRENTRY by doing it | Philip Guenther |
2018-07-20 | Remove a few leftovers from the days of emulation, which could result in | Theo de Raadt |
2018-07-20 | Fail if a PT_LOAD segment has a memory size of 0. This prevents a panic | Mark Kettenis |
2018-07-20 | Correctly copy across unveil's from parent to child process on fork(). | Bob Beck |
2018-07-20 | match on marvell,armada-38x-uart linux >= 4.18-rc1 changed the compat | Jonathan Gray |
2018-07-20 | Missed a 'ksi' -> '*ksip' change in previous commit | Philip Guenther |
2018-07-19 | Enable kernel profiling on arm64 | Dale Rahn |
2018-07-19 | attach RTL8188EU under AboCom's vendor id. From FreeBSD via Mikhail <mp39590 ... | Stuart Henderson |
2018-07-19 | sync | Stuart Henderson |
2018-07-19 | Add RTL8188EU under AboCom's vendor id. From FreeBSD via Mikhail <mp39590 at ... | Stuart Henderson |
2018-07-19 | Reuse implicit padding to export the port number of a USB device in | Martin Pieuchot |
2018-07-19 | ieee80211_ess_is_better() returns 0 or 1, comparing > 1 is always | Florian Obser |
2018-07-18 | Revert the change that delivers process signals to any threads. As | Alexander Bluhm |
2018-07-18 | Replace VATTR_NULL() with memset(3) in fusefs_getattr(). VATTR_NULL() | helg |
2018-07-17 | TX packets, which can be either Ethernet or control packets, must be | Patrick Wildt |
2018-07-17 | Don't send FBT_DESTROY if the FUSE connection is still PENDING. Also | helg |
2018-07-17 | unvname_new() is passed something that is always 64-bits so the | Kenneth R Westerback |
2018-07-17 | we have splraise() now | David Gwynne |
2018-07-16 | use 'switch' rathan than an if-else construct to match on the netflow version... | Jasper Lievisse Adriaanse |
2018-07-16 | Insert the appropriate uvm_vnp_uncache(9) and uvm_vnp_setsize(9) | helg |
2018-07-16 | Add support for the BCM43455 SDIO chip to bwfm(4). | Patrick Wildt |
2018-07-16 | In certain modes SDIO-connected bwfm(4) chips might expect us to read | Patrick Wildt |
2018-07-16 | Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2). | helg |
2018-07-16 | the AP sends their crypto parameters as a mask, so let us still select it | Peter Hessler |
2018-07-16 | don't save or use auto-join when the card is not in station (aka client) mode | Peter Hessler |