summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2023-12-07Add a stub pinsyscalls() system call that simply returns 0 for now,Theo de Raadt
2023-12-07avoid bad register access in eephy_reset for Marvell Alaska 88E1512Uwe Stuehler
2023-12-06Protect socket receive buffer in IP multicast routing.Alexander Bluhm
2023-12-06Move CALLSYS_NOERROR macro from <machine/asm.h> to libc, and expand it forMiod Vallat
2023-12-05Add more devices which may attach ukbd (and thus wskbd) but should never beMiod Vallat
2023-12-05Cast uvmexp.swpages to long before multiplying by 99 to avoid integerClaudio Jeker
2023-12-05timeout_del() the timer while stopping an interface so that no timeoutKevin Lo
2023-12-05Remove "disable auto-negotiation" workaround for Marvell Alaska PHYsUwe Stuehler
2023-12-05boot_file was removed in arm64 machdep.c rev 1.55Jonathan Gray
2023-12-04Remove unneeded symbols.Miod Vallat
2023-12-04Account for nkmempages as well in the pmap_growkernel() call duringClaudio Jeker
2023-12-04drm/i915: do not clean GT table on error pathJonathan Gray
2023-12-04Make the TEMPer{1,2} devices display minus degC. From the NetBSD driver.Marcus Glocker
2023-12-03Rename all in6p local variables to inp.Alexander Bluhm
2023-12-03Use INP_IPV6 flag instead of sotopf().Alexander Bluhm
2023-12-03Make rtm_senddesync_timer() timeout(9) handler mpsafe. solock() protectsVitaliy Makkoveev
2023-12-03Make ipsp_ids_gc() timeout(9) handler mpsafe. `ipsec_flows_mtx' mutex(9)Vitaliy Makkoveev
2023-12-03match Lunar Lake, Raptor Lake and Arrow LakeJonathan Gray
2023-12-03regenJonathan Gray
2023-12-03add Intel Ethernet ids: Lunar Lake, Raptor Lake and Arrow LakeJonathan Gray
2023-12-02virtio: Fix handling of feature bits >= 32Stefan Fritsch
2023-12-01pipex(4) layer is completely mp-safe, move the pipex_timer() timeout(9)Vitaliy Makkoveev
2023-12-01Set inp address, port and rtable together with inpcb hash.Alexander Bluhm
2023-12-01Cast mtx to void in dummy MUTEX_ASSERT_LOCKED().Alexander Bluhm
2023-12-01Make internet PCB connect more consistent.Alexander Bluhm
2023-12-01Prevent race between pf_test() and pf_purge_expired_states().Alexandr Nedvedicky
2023-12-01regenJonathan Gray
2023-12-01add AMD Phoenix (Family 19h Model 74h) idsJonathan Gray
2023-11-30Overhaul device identification logic in order to make matching onMiod Vallat
2023-11-30Make sure we don't process garbage data as keypresses if the device sends aMiod Vallat
2023-11-30Pass inp_seclevel to ip6_output() in TCP syn cache.Alexander Bluhm
2023-11-30drm/amd/display: Change the DMCUB mailbox memory location from FB to inboxJonathan Gray
2023-11-30drm/amd/display: Enable fast plane updates on DCN3.2 and aboveJonathan Gray
2023-11-30drm/amd/display: fix a NULL pointer dereference in amdgpu_dm_i2c_xfer()Jonathan Gray
2023-11-30drm/amdgpu: lower CS errors to debug severityJonathan Gray
2023-11-30drm/amdgpu: fix error handling in amdgpu_bo_list_get()Jonathan Gray
2023-11-30drm/amdgpu: don't use ATRM for external devicesJonathan Gray
2023-11-30drm/amdgpu: don't use pci_is_thunderbolt_attached()Jonathan Gray
2023-11-30drm/amdgpu/smu13: drop compute workload workaroundJonathan Gray
2023-11-30drm/amd/pm: Fix error of MACO flag setting codeJonathan Gray
2023-11-30drm/i915: Fix potential spectre vulnerabilityJonathan Gray
2023-11-30drm/i915: Bump GLK CDCLK frequency when driving multiple pipesJonathan Gray
2023-11-30drm/amd/pm: Handle non-terminated overdrive commands.Jonathan Gray
2023-11-30drm/amd/display: enable dsc_clk even if dsc_pg disabledJonathan Gray
2023-11-30i915/perf: Fix NULL deref bugs with drm_dbg() callsJonathan Gray
2023-11-30drm/amdgpu: fix software pci_unplug on some chipsJonathan Gray
2023-11-30drm/amd/display: Avoid NULL dereference of timing generatorJonathan Gray
2023-11-30drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULLJonathan Gray
2023-11-30drm/amdkfd: Fix shift out-of-bounds issueJonathan Gray
2023-11-30drm/radeon: fix a possible null pointer dereferenceJonathan Gray