summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-02-20drm/amd: Add DM DMCU supportMark Kettenis
2020-02-20Implement request_firmware_direct().Mark Kettenis
2020-02-20drm/amd: Add PSP DMCU supportMark Kettenis
2020-02-20drm/amd: Add ucode DMCU supportMark Kettenis
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowVisa Hankala
2020-02-20Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on theKenneth R Westerback
2020-02-20dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha
2020-02-20pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@cheloha
2020-02-20Introduce the concept of queue to prepare supporting multiple of them.Martin Pieuchot
2020-02-20In signal_pending_state() only test for pending signal whenJonathan Gray
2020-02-20controler -> controllerJonathan Gray
2020-02-20fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9)cheloha
2020-02-19Make sure the first 2MB page of the kernel is actually mapped RO in theMark Kettenis
2020-02-19Remove the indirection via timeout for proc_stop_sweep(). Using a softClaudio Jeker
2020-02-19Similar to other wireless drivers use bpf_mtap_hdr() to prepend theClaudio Jeker
2020-02-19ips(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-02-18Trailing whitespace.Kenneth R Westerback
2020-02-18Flip vdsk to 'normal' scsi_adapter idiom.Kenneth R Westerback
2020-02-18Trailing whitespace is icky. Some KNF whitespace tweaksKenneth R Westerback
2020-02-18Let aac(4) compile again by #include'ing selinfo.h.Kenneth R Westerback
2020-02-18pppx(4): rwsleep(9) -> rwsleep_nsec(9); ok claudio@cheloha
2020-02-18Cleanup <sys/kthread.h> and <sys/proc.h> includes.Martin Pieuchot
2020-02-18Fix an mbuf corruption issue which occurs in net80211 hostap mode.Stefan Sperling
2020-02-18Add IPv6 support to umb(4).Gerhard Roth
2020-02-18Use SIGPENDING() instead of CURSIG() for emulating signal_pending().Claudio Jeker
2020-02-18Move setting of UF_EXCLOSE file descriptor flag inside finishdup().Visa Hankala
2020-02-18magma(4): timeout_add(9) -> timeout_add_msec(9)cheloha
2020-02-18stp(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-02-18rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha
2020-02-18ipmi(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-02-17Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr().Claudio Jeker
2020-02-17missing rcs idJasper Lievisse Adriaanse
2020-02-17vmm: check guest cpl and xsave_mask in xsetbv handlerpd
2020-02-17In vcpu_must_stop() use SIGPENDING() to check if there is a possibleClaudio Jeker
2020-02-17Use m_defrag() to linearize an mbuf chain instead of hand rolling a solutionClaudio Jeker
2020-02-17Use bpf_mtap_hdr() to prepend the radiotap header instead of faking anClaudio Jeker
2020-02-17Raise SPL when updating kn_status. Otherwise the field can becomeVisa Hankala
2020-02-17The siop family members use various atop/ptoa dances (oosiop/osiop) orKenneth R Westerback
2020-02-16Send a resume event to apmd(8), like done by apm(4) and acpi(4)Jeremie Courreges-Anglas
2020-02-16Rework vn_ioctl() to only have a single point of return. This will makeanton
2020-02-1616 << PGSHIFT (which is >= 12) is always >= MAXPHYS (64 * 1024) soKenneth R Westerback
2020-02-16Change arm64 system call ABI to skip two instructions. This allows us toMark Kettenis
2020-02-16Unconditionally acquiring a write lock in pipe_ioctl() is quiteanton
2020-02-16Cope with latest changes to the ps_flags field of struct process whichanton
2020-02-16Force a guest info update when we get a Capabilities_Register command.Jonathan Matthew
2020-02-15Add bounds check on addresses passed from guests in pvclock.mortimer
2020-02-15*_minphys() functions that cap i/o sizes at a value larger than theKenneth R Westerback
2020-02-15Don't touch the phase bit at nvme_poll_done(). This makes dumpsys()YASUOKA Masahiko
2020-02-15Consistently perform atomic writes to the ps_flags field of structanton
2020-02-15Enable iwx(4) on amd64.Stefan Sperling