summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-04-15Fix panic message.Mark Kettenis
2020-04-15Remove unused protoype.Mark Kettenis
2020-04-15Add support for the Armada 3720 CPU clock.Mark Kettenis
2020-04-15Do not delete an existing RTF_CACHED entry with the same destinationMartin Pieuchot
2020-04-15drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()Jonathan Gray
2020-04-15drm/amdgpu: fix typo for vcn1 idle checkJonathan Gray
2020-04-15drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017Jonathan Gray
2020-04-15Add bse(4) device to unbreak build.Patrick Wildt
2020-04-15Commented WITNESS entry.Martin Pieuchot
2020-04-15Switch powerpc to MI mplock implementation.Martin Pieuchot
2020-04-15gpiodcf(4): unbreak compilationcheloha
2020-04-15idgen32(9): use time_uptime(9) for rekey timestamps, not time_second(9)cheloha
2020-04-15wdsc(4), ncr53c9x: timestamp LUNs with time_uptime(9), not time_second(9)cheloha
2020-04-14Enable bse(4).Mark Kettenis
2020-04-14Add bse(4), a driver for the Broadcom GENET v5 network interface found onMark Kettenis
2020-04-14Add BCM54210E support.Mark Kettenis
2020-04-14Add flags to specify whether internal delays should be configured for RGMII.Mark Kettenis
2020-04-14regenMark Kettenis
2020-04-14Add Broadcom BCM54210E.Mark Kettenis
2020-04-14Implement acpi_getprop(), the ACPI equivalent of OF_getprop().Mark Kettenis
2020-04-14Fix some of the more esoteric bus_space functions. TheMark Kettenis
2020-04-14Fix loop condition in sparc64-specific radeondrm_setcolor()Jeremie Courreges-Anglas
2020-04-14Prevent uninitialized use of bbs and bls in the error pathJeremie Courreges-Anglas
2020-04-13Fix some of the more esoteric bus_space functions. TheMark Kettenis
2020-04-13Fix a recently introduced iwn(4) problem where the link gets stuck sinceStefan Sperling
2020-04-12Turn those spinlock and seqlock inline functions to macrosJeremie Courreges-Anglas
2020-04-12In sosplice(), temporarily release the socket lock before callinganton
2020-04-12Stop processing packets under non-exclusive (read) netlock.Martin Pieuchot
2020-04-12Add support for the _CCA method. This method indicates whether DMA isMark Kettenis
2020-04-12Mention tail queue in comments.Visa Hankala
2020-04-12make ifpromisc assert that the caller is holding the NET_LOCK.David Gwynne
2020-04-12say if_pcount needs NET_LOCK instead of the kernel lock.David Gwynne
2020-04-12take NET_LOCK in aggr_clone_destroy() before calling aggr_p_dtor()David Gwynne
2020-04-12take NET_LOCK in tpmr_clone_destroy() before calling tpmr_p_dtor()David Gwynne
2020-04-12ifpromisc() requires NET_LOCK(), so acquire the lock when changingVisa Hankala
2020-04-11Add soassertlocked() checks to sbappend() and sbappendaddr(). This bringsClaudio Jeker
2020-04-11Eliminate an unnecessary intermediate variable in ieee80211_mira_choose().Stefan Sperling
2020-04-11Skip MiRA's event-based probing if we're already at the minimum orStefan Sperling
2020-04-11Update MiRA probing interval of probed rates which are worse than theStefan Sperling
2020-04-11Use acpi_getsta(); avoids printing "no _STA method" messages and assumesMark Kettenis
2020-04-11log() lines need \n too.David Gwynne
2020-04-11Avoid triggering KASSERT for bogus reason in pfsync_sendout with PFSYNC_DEBUG.Stefan Sperling
2020-04-11Grab the exclusive NET_LOCK() in the softnet thread.Martin Pieuchot
2020-04-11fix build with PFSYNC_DEBUG by switching a format string from %d to %zdStefan Sperling
2020-04-10Add omcm(4), omclock(4) and omsysc(4) drivers that support the new busMark Kettenis
2020-04-10The Raspberry Pi4 (suing UEFI firmware in ACPI mode) uses QWord()Mark Kettenis
2020-04-10Typo in comment.Martin Pieuchot
2020-04-10Place the 64bit key on the stack instead of malloc(9)in' it in pppx_if_find().Martin Pieuchot
2020-04-10Implement stacktrace_save_at() required for upcoming WITNESS.Martin Pieuchot
2020-04-09When I removed CCK fallback from iwm(4) I accidentally left an else-if blockStefan Sperling