summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-05-07Use speed from device tree for serial console on armv7 too.Mark Kettenis
2018-05-06Use speed from device tree for serial console. Makes it possible to bootMark Kettenis
2018-05-06Change the order in which whe write ouw own MAC address into the relevant twoMark Kettenis
2018-05-06Nuke unused ia6_createtime struct member.Florian Obser
2018-05-06Continue refactoring and cleanup of in6_ioctl().Theo Buehler
2018-05-05Enable octcrypto(4).Visa Hankala
2018-05-05Implement proper locking for NFS nodes.Martin Pieuchot
2018-05-05On 5GHz channels, keep the most recent RSSI measurement from a probeStefan Sperling
2018-05-04Split handling of SIOCGIF*_IN6 into a separate function in6_ioctl_get()Theo Buehler
2018-05-04Add a common rules file for ofw sources to help keep the configurationsVisa Hankala
2018-05-04Fix WITNESS build on arm64.Visa Hankala
2018-05-04Add stack trace saving for arm64.Visa Hankala
2018-05-04After unmount nfs_timer() could access the freed memory of structAlexander Bluhm
2018-05-04Initialize st_count in db_save_stack_trace().Visa Hankala
2018-05-04Leave out an unnecessary symbol lookup.Visa Hankala
2018-05-03Set the assigned clock settings in imxesdhc(4), which leads to a frequencyPatrick Wildt
2018-05-03Add code to initialize the USB 3 PHY on i.MX8MQ.Patrick Wildt
2018-05-03Add an API to configure clocks to specific pre-assigned values. ThesePatrick Wildt
2018-05-03use rasops scrollback with radeondrm as wellJonathan Gray
2018-05-03Use the default background attribute when erasing rows in doswitch andJonathan Gray
2018-05-03Add support for SMCCC 1.1 which provides proper support for the firmware-basedMark Kettenis
2018-05-02Do not assume that mbufs within a chain do not have M_PKTHDR set.Alexander Bluhm
2018-05-02Continue kettenis@'s revert:Peter Hessler
2018-05-02Fix build. The power domain API is needed by r1.9 of xhci_fdt.c.Visa Hankala
2018-05-02Enable power domain for xhci(4).Patrick Wildt
2018-05-02Add imxpd(4) which is a power domain controller driver thatPatrick Wildt
2018-05-02Implement a power domain framework to turn on/off so-called powerPatrick Wildt
2018-05-02Revert previous commit; the XR17V35X probe that was added accesses registersMark Kettenis
2018-05-02Split out the handling of SIOCGIF* into a new function, in_ioctl_get(),Theo Buehler
2018-05-02Push the NET_LOCK() down in in6_control() similar to what was doneTheo Buehler
2018-05-02Remove proc from the parameters of vn_lock(). The parameter isVisa Hankala
2018-05-02Record lock type even if witness is disabled. The value will be neededVisa Hankala
2018-05-01Bump the clock frequency to a higher level that every card (per spec)Patrick Wildt
2018-05-01Simplify/refactor the way vendor/product/serial informations areLandry Breuil
2018-05-01vmmci(4) depends on pvbus(4) being available, unbreakPeter Hessler
2018-04-30Reduce the scope of the NET_LOCK() in in_control(). Two functions wereTheo Buehler
2018-04-30Use acpi_register_gpio() to register gpio space like we do for chvgpio(4).Mark Kettenis
2018-04-30Treat all negative values of witness_watch equally for robustness.Visa Hankala
2018-04-30vmd(8): unbreak i386Mike Larkin
2018-04-29In hash{free,init}(), there's no need to calculate the size of the hash table ifanton
2018-04-29Don't bother with background scans while the desired BSSID is fixed.Stefan Sperling
2018-04-29Unsigned values are always >= 0, fix Coverity 1468443.Martin Pieuchot
2018-04-29Fail early when transfers aren't completed in order.Martin Pieuchot
2018-04-29'juming' -> 'jumping' in comment.Kenneth R Westerback
2018-04-29em: Add magic delay for HP elitebook 820 G3Stefan Fritsch
2018-04-29em: Make em_get_software_flag() recursiveStefan Fritsch
2018-04-29em: Improve access logic for software flagStefan Fritsch
2018-04-29INIT->RUN transitions are valid in monitor mode, so don'tStefan Sperling
2018-04-28Some drivers handle settting a new wifi link state manually, so make surePeter Hessler
2018-04-28replace add_*_randomness with enqueue_randomness()Jasper Lievisse Adriaanse