summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-02-16Introduce BUS_SPACE_MAP_POSTED such that we can distinguish betweenMark Kettenis
2021-02-16Comments & style cleanup, no functional change intended.Martin Pieuchot
2021-02-16use rtalloc_mpath in pf_route and pf_route6.David Gwynne
2021-02-16some phy are not needed anymore since the ethernet drivers went awayTheo de Raadt
2021-02-15While it should be possible to use "normal uncachable" mappings forMark Kettenis
2021-02-15Simplify error path in in route_attach(). We always call it in threadmvs
2021-02-15Fix double unlock in uvmfault_anonget().Martin Pieuchot
2021-02-15Back-out USB data toggle fix for HID devices, since we received multipleMarcus Glocker
2021-02-15Move single_thread_set() out of KERNEL_LOCK().Martin Pieuchot
2021-02-15move the rearming of the cq after the refill of the rq.David Gwynne
2021-02-14Enable clocks and adjust for removal of subnodes in upstream LinuxMark Kettenis
2021-02-14Enable clocks.Mark Kettenis
2021-02-14Raise match priority to beat syscon(4).Mark Kettenis
2021-02-14regenMark Kettenis
2021-02-14Add a few more devices that show up on the Apple M1 mini.Mark Kettenis
2021-02-14Postpone installation of the periodic sensor task until at least oneanton
2021-02-14Bail out earlier during attach if no devices are paired with theanton
2021-02-14Enumerate all features supported by a device on connect.anton
2021-02-14Introduce variables to deal with bit layout differences in the UFSTATMark Kettenis
2021-02-14Recent device trees have the syscon-reboot and syscon-poweroff nodes asMark Kettenis
2021-02-14correct drm work flush behaviourJonathan Gray
2021-02-13Revise cnmac(4)'s address filter setupVisa Hankala
2021-02-13Fix a commentMike Larkin
2021-02-13Remove trailing whitespaceMike Larkin
2021-02-12pf_remove_divert_state() is an entry point into pf, modifying the pf statePatrick Wildt
2021-02-12Fix null pointer dereference in pf_route6(). Embedding scope intoAlexander Bluhm
2021-02-11Call exuart(4) early attach on arm64.Patrick Wildt
2021-02-11Enable exuart(4).Patrick Wildt
2021-02-11Don't hardcode com(4)'s major number in exuart(4).Patrick Wildt
2021-02-11sbdrop(): use NULL instead of 0 in pointer assignmentmvs
2021-02-11We link `ifp' to `if_list' before we perform if_attachsetup(). It is notmvs
2021-02-11Add missing break in switch statement of rge_activate().Stefan Sperling
2021-02-11Leave out gp initialization from kernel entry on mips64Visa Hankala
2021-02-11"proc: table is full" actually means thread table is full; ok mpi@ sthen@Otto Moerbeek
2021-02-11In the various open functions reduce the fdplock() to only span over theClaudio Jeker
2021-02-11Initialize var since it's used in a condition a little bit afterwards.Ricardo Mestre
2021-02-11Initialize the stack local device id variable correctly.anton
2021-02-11Swap faddr/laddr and fport/lport arguments in call to stoeplitz_ipXport().Patrick Wildt
2021-02-11Make room for handling of HID++ 1.0 devices. No functional change.anton
2021-02-11Use idx suffix consistently.anton
2021-02-11Remove unused software id macro.anton
2021-02-11Fold long line.anton
2021-02-11Stop uhidpp from claiming all report ids, instead only claim theanton
2021-02-11Add uhidev_unset_report_dev(), doing the opposite ofanton
2021-02-11If uhidev_set_report_dev() already have been invoked for the givenanton
2021-02-10Add a instruction barrier between writing CCSELR_EL1 and reading CCSIDR_EL1Mark Kettenis
2021-02-10If pf changes the routing table when sending packets, the kernelAlexander Bluhm
2021-02-10Interface group names must fit into IFNAMSIZ and be unique. ButAlexander Bluhm
2021-02-10Remove `sc_dead' logic from pppac(4). It is used to preventmvs
2021-02-10Move UNIX domain sockets out of kernel lock. The new `unp_lock' rwlock(9)mvs