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