summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2025-11-20max_align_t: apply alignof to 'long double' for long double alignmentKonstantin Belousov
2025-11-20sound: Remove vchan_passthrough() and hw.snd.passthrough_verboseChristos Margiolis
2025-11-20sound: Fix KASSERT panics in chn_read() and chn_write()Christos Margiolis
2025-11-20nvme: Include <sys/systm.h> explicitly for memmoveJohn Baldwin
2025-11-19iflib: fix iflib_simple_transmit() when interface is downAndrew Gallatin
2025-11-19dpaa2: Setup interface caps on attachDmitry Salychev
2025-11-19jail: Make jaildesc_ops constMark Johnston
2025-11-19gdb: Fix some PEP 8 violationsMark Johnston
2025-11-18powerpc: Don't use cache to zero pagesJustin Hibbits
2025-11-19LinuxKPI: 802.11: initialize a backpointer on the link_staBjoern A. Zeeb
2025-11-19LinuxKPI: 802.11: implement mtx support for ieee80211_iterate_interfacesBjoern A. Zeeb
2025-11-19LinuxKPI: 802.11: use a _check rather than a _protected version for linkstaBjoern A. Zeeb
2025-11-19iwlwifi/mld: only get tid after checking that it is a dataqos frameBjoern A. Zeeb
2025-11-18nvme_sim: signal namespace depatureWanpeng Qian
2025-11-18nvd: handle namespace changesWanpeng Qian
2025-11-18nda: React to namespace change eventsWanpeng Qian
2025-11-18nvme: Refactor geom setting to function.Wanpeng Qian
2025-11-18nvme: Notify namespace changes betterWanpeng Qian
2025-11-18nvme: Fix backwards sense of error conditionWarner Losh
2025-11-18iichid: The IICHID spec defines the response to the RESET command as two byte...Poul-Henning Kamp
2025-11-18conf: Mark vchiq as depending on fdtAndrew Turner
2025-11-18arm64: Move intr_pic_init_secondary earlierAndrew Turner
2025-11-18arm64: Remove gicv3_get_support_lpisAndrew Turner
2025-11-18arm64: Switch to gic_get_support_lpis in gicv3_itsAndrew Turner
2025-11-18arm/gic: Make GICV3_IVAR_SUPPORT_LPIS genericAndrew Turner
2025-11-18arm: Handle GIC_IVAR_VGIC in the gic driverAndrew Turner
2025-11-18arm64: Add non-PCI MSI supportAndrew Turner
2025-11-18dev/fdt: Add support for non-PCI MSI interruptsAndrew Turner
2025-11-18dev/ofw: Teach ofw_cpu to find the pcpu on arm64Andrew Turner
2025-11-18kevent: Hold the knlist mutex when invoking f_event(NOTE_FORK)Mark Johnston
2025-11-18TCP Pacing system (HPTS) is missing an APIRandall Stewart
2025-11-18ipfw: fix lookup dst-ip opcodeBoris Lytochkin
2025-11-17stand: Add back missing EFIAPI defineWarner Losh
2025-11-17LinuxKPI: 802.11: initialize the passed in chandef in cfg80211_chandef_createBjoern A. Zeeb
2025-11-17if_ovpn: use IFT_TUNNELKristof Provost
2025-11-17zfs: fix aarch64 build after openzfs/zfs@e63d026b9Martin Matuska
2025-11-17nvmf: Add support for DIOCGIDENTJohn Baldwin
2025-11-17nvme: Abstract out function to obtain a disk ident string from cdataJohn Baldwin
2025-11-17zfs: fix cross-build after openzfs/zfs@e63d026b9dMartin Matuska
2025-11-17zfs: fix build after openzfs/zfs@e63d026b9Martin Matuska
2025-11-17zfs: merge openzfs/zfs@e63d026b9Martin Matuska
2025-11-17snd_hda: Patch Lenovo V15Christos Margiolis
2025-11-17pf: fix udp_mapping cleanupKristof Provost
2025-11-17igb(4): Fix VLAN support on VFsKrzysztof Galazka
2025-11-16stand: Fix secureboot buildWarner Losh
2025-11-16edk2: Import UefiCpuPkg/Include/Protocol/RiscVBootProtocol.hWarner Losh
2025-11-16Base.h: Ifdef out always char purity test.Warner Losh
2025-11-16efi.h: Bring in sys/types.h explicitly nowWarner Losh
2025-11-16sys/efi_map.h: This is a kernel-only fileWarner Losh
2025-11-16edk2: Bring in Guid/Fdt.hWarner Losh