summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-08-23regenJonathan Gray
2022-08-23add SIMCom SIM5320 (same id used by Option iCON 210)Jonathan Gray
2022-08-22Move PRU_SHUTDOWN request to (*pru_shutdown)().Vitaliy Makkoveev
2022-08-22Document that igmp_timers_are_running and mld6_timers_are_runningAlexander Bluhm
2022-08-22Protect pf_reassemble() with pf fragment lock. When the pool limitAlexander Bluhm
2022-08-22Move PRU_DISCONNECT request to (*pru_disconnect).Vitaliy Makkoveev
2022-08-22Get number of interrupt cells from device tree instead of guessing basedTobias Heider
2022-08-22Simplify locking by using an intermediate lock variable.Martin Pieuchot
2022-08-22Use rwlock per inpcb table to protect notify list. The notifyAlexander Bluhm
2022-08-22remove locore.s bzero and use libkern bzero on i386Jonathan Gray
2022-08-22remove extern for cpu var removed in 2015Jonathan Gray
2022-08-22remove cpu var from i386; removed from amd64 in 2015Jonathan Gray
2022-08-22Move PRU_ACCEPT request to (*pru_accept)().Vitaliy Makkoveev
2022-08-22mips64, octeon, loonson: trigger deferred clock interrupts from splx(9)Scott Soule Cheloha
2022-08-21Only grab netlock in igmp and mdl6 fast timer when necessary. ThereAlexander Bluhm
2022-08-21Move PRU_CONNECT request to (*pru_connect)() handler.Vitaliy Makkoveev
2022-08-21Move PRU_LISTEN request to (*pru_listen)() handler.Vitaliy Makkoveev
2022-08-21Change soabort() return value to void. We never interesting on it.Vitaliy Makkoveev
2022-08-21Remove ip_local() and ip6_local(). After moving the IPv4 fragmentAlexander Bluhm
2022-08-21prevent buffer overflow in OF_getpropint64array()Jasper Lievisse Adriaanse
2022-08-21Introduce a mutex per inpcb to serialize access to socket receiveAlexander Bluhm
2022-08-21A couple of minor changes for rtl8192eu:Kevin Lo
2022-08-21regenDaniel Dickman
2022-08-21improve some Transmeta pci device namesDaniel Dickman
2022-08-20Move PRU_BIND request to (*pru_bind)() handler.Vitaliy Makkoveev
2022-08-20drop detection code for Cyrix CPUs older than the Cyrix M2Daniel Dickman
2022-08-20remove Cyrix 486DLC register defines from amd64Daniel Dickman
2022-08-20Restore the exemption from start/size checks that OpenBSD (A6)Kenneth R Westerback
2022-08-19Grab the mutex before iterating on the global list.Martin Pieuchot
2022-08-18repair printing of cpu class after machdep.c 1.652Jonathan Gray
2022-08-18Move recomputation of hz and stathz from glk to glkclk, lets a kernel withMiod Vallat
2022-08-18drm/bridge: Move devm_drm_of_get_bridge to bridge/panel.cJonathan Gray
2022-08-18drm/dp/mst: Read the extended DPCD capabilities during system resumeJonathan Gray
2022-08-18drm/bridge: Add a function to abstract away panelsJonathan Gray
2022-08-18add empty drm_of.h for 5.15.61 drm_bridge.cJonathan Gray
2022-08-18drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers()Jonathan Gray
2022-08-18drm/amdgpu: Remove one duplicated ef removalJonathan Gray
2022-08-18drm/amdgpu: fix check in fbdev initJonathan Gray
2022-08-18drm/amdgpu: Check BO's requested pinning domains against its preferred_domainsJonathan Gray
2022-08-18drm/gem: Properly annotate WW context on drm_gem_lock_reservations() errorJonathan Gray
2022-08-17Mention support for booting off RAID 1CKlemens Nanni
2022-08-17Fix vldc(4) event filtersVisa Hankala
2022-08-17No more disklabel -B.Miod Vallat
2022-08-16Remove kqueue-related ktrace points from poll(2) and select(2)Visa Hankala
2022-08-16Remove obsolete kern.nselcoll sysctl.Visa Hankala
2022-08-16regenJonathan Gray
2022-08-16add id for Intel Optane SSD 9 Series (900P/905P)Jonathan Gray
2022-08-15Run IPv6 hop-by-hop options processing in parallel. The ip6_hbhchcheck()Alexander Bluhm
2022-08-15remove FSPACE macros, unused after uvm_map_sel_limits() removalJonathan Gray
2022-08-15Introduce tcp_sogetpcb() to assign `inp' and `tp' from passed socket.Vitaliy Makkoveev