Age | Commit message (Expand) | Author |
2020-02-21 | Add rkanxdp(4), rkdrm(4) and rkvop(4) to GENERIC, but keep them | Patrick Wildt |
2020-02-21 | Add rkanxdp(4), an attachment driver for anxdp(4) on the RK3399. | Patrick Wildt |
2020-02-21 | Add anxdp(4), a driver for the Analogix Display Port controller, | Patrick Wildt |
2020-02-21 | Add rkvop(4), a driver for the RK3399's Video Output Processors, | Patrick Wildt |
2020-02-21 | Implement a rather simple video interface support for OFW. This is | Patrick Wildt |
2020-02-21 | Add rkdrm(4), a driver which combines all the separate components | Patrick Wildt |
2020-02-21 | Add a DRM GEM CMA helper from NetBSD. Plenty of parts are still | Patrick Wildt |
2020-02-21 | Use proper function to get a timestamp, as time_second isn't safe; | Otto Moerbeek |
2020-02-21 | Handle the mount(... MNT_RELOAD) case for ffs2 as well. ok kettenis@ | Otto Moerbeek |
2020-02-21 | Remove sigacts structure sharing. The only process that used sharing was | Claudio Jeker |
2020-02-21 | Adjust a comment, no functional change | Claudio Jeker |
2020-02-20 | Add a delay after link training to work-around a panic when first | Kurt Miller |
2020-02-20 | drm/amd: Add DM DMCU support | Mark Kettenis |
2020-02-20 | Implement request_firmware_direct(). | Mark Kettenis |
2020-02-20 | drm/amd: Add PSP DMCU support | Mark Kettenis |
2020-02-20 | drm/amd: Add ucode DMCU support | Mark Kettenis |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2020-02-20 | Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the | Kenneth R Westerback |
2020-02-20 | dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ | cheloha |
2020-02-20 | pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ | cheloha |
2020-02-20 | Introduce the concept of queue to prepare supporting multiple of them. | Martin Pieuchot |
2020-02-20 | In signal_pending_state() only test for pending signal when | Jonathan Gray |
2020-02-20 | controler -> controller | Jonathan Gray |
2020-02-20 | fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9) | cheloha |
2020-02-19 | Make sure the first 2MB page of the kernel is actually mapped RO in the | Mark Kettenis |
2020-02-19 | Remove the indirection via timeout for proc_stop_sweep(). Using a soft | Claudio Jeker |
2020-02-19 | Similar to other wireless drivers use bpf_mtap_hdr() to prepend the | Claudio Jeker |
2020-02-19 | ips(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-02-18 | Trailing whitespace. | Kenneth R Westerback |
2020-02-18 | Flip vdsk to 'normal' scsi_adapter idiom. | Kenneth R Westerback |
2020-02-18 | Trailing whitespace is icky. Some KNF whitespace tweaks | Kenneth R Westerback |
2020-02-18 | Let aac(4) compile again by #include'ing selinfo.h. | Kenneth R Westerback |
2020-02-18 | pppx(4): rwsleep(9) -> rwsleep_nsec(9); ok claudio@ | cheloha |
2020-02-18 | Cleanup <sys/kthread.h> and <sys/proc.h> includes. | Martin Pieuchot |
2020-02-18 | Fix an mbuf corruption issue which occurs in net80211 hostap mode. | Stefan Sperling |
2020-02-18 | Add IPv6 support to umb(4). | Gerhard Roth |
2020-02-18 | Use SIGPENDING() instead of CURSIG() for emulating signal_pending(). | Claudio Jeker |
2020-02-18 | Move setting of UF_EXCLOSE file descriptor flag inside finishdup(). | Visa Hankala |
2020-02-18 | magma(4): timeout_add(9) -> timeout_add_msec(9) | cheloha |
2020-02-18 | stp(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-02-18 | rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ | cheloha |
2020-02-18 | ipmi(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2020-02-17 | Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr(). | Claudio Jeker |
2020-02-17 | missing rcs id | Jasper Lievisse Adriaanse |
2020-02-17 | vmm: check guest cpl and xsave_mask in xsetbv handler | pd |
2020-02-17 | In vcpu_must_stop() use SIGPENDING() to check if there is a possible | Claudio Jeker |
2020-02-17 | Use m_defrag() to linearize an mbuf chain instead of hand rolling a solution | Claudio Jeker |
2020-02-17 | Use bpf_mtap_hdr() to prepend the radiotap header instead of faking an | Claudio Jeker |
2020-02-17 | Raise SPL when updating kn_status. Otherwise the field can become | Visa Hankala |
2020-02-17 | The siop family members use various atop/ptoa dances (oosiop/osiop) or | Kenneth R Westerback |