summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2022-08-14remove unneeded includes in sys/kernJonathan Gray
2022-08-13Introduce the pru_*() wrappers for corresponding (*pr_usrreq)() calls.Vitaliy Makkoveev
2022-08-13Remove needless include pledge.h accidently added in previous commit.Alexander Bluhm
2022-08-13blist: fix a possible blist corruption with blist_alloc() due to unsignedSebastien Marie
2022-08-13Correct rx data rate for rtl8192euKevin Lo
2022-08-13avoid uninitialised var when boot_unit has an unexpected valueJonathan Gray
2022-08-12Crank amd64 boot loader version numbers for softraid(4) RAID 1C boot support.Stefan Sperling
2022-08-12add support for booting from RAID 1C softraid(4) volumes on amd64Stefan Sperling