summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2022-08-15unifdef KDBJonathan Gray
2022-08-15Fix a doc comment to match upstreamTheo Buehler
2022-08-15Add softraid(4) RAID 1C boot supportKlemens Nanni
2022-08-15Adjust whitespace (tabs vs spaces) on one line to reduce diff with upstreamTheo Buehler
2022-08-15Revert previous. It was not ok'ed by dlg@.Vitaliy Makkoveev
2022-08-15Introduce 'pr_usrreqs' structure and move existing user-protocolVitaliy Makkoveev
2022-08-15Stop doing lockless `t_flags' check within task_add(9) and task_del(9).Vitaliy Makkoveev
2022-08-15drop detection code for 386sx/386dx CPUsDaniel Dickman
2022-08-15remove unused uvm_aiobuf_poolJonathan Gray
2022-08-15remove unused uvm_map_sel_limits()Jonathan Gray
2022-08-15remove tulip_mbuf_compress() unused since if_de.c 1.127Jonathan Gray
2022-08-15remove unused smc91cxx_activate()Jonathan Gray
2022-08-15remove msdosfs findwin95()Jonathan Gray
2022-08-15remove unused uvideo_enable()/uvideo_disable()Jonathan Gray
2022-08-14Unbreak, don't assume we always hold the NET_LOCKJeremie Courreges-Anglas
2022-08-14db_ctf_decompress: use size_t not off_t for length parameterTodd C. Miller