summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-03-24Cleanup uvmpd_tune() & document global variable ownership.Martin Pieuchot
2024-03-24use LIST_FOREACH_SAFE() to avoid use after freeJonathan Gray
2024-03-23Recognise Meinberg PCI510, from Maurice JanssenStuart Henderson
2024-03-23syncStuart Henderson
2024-03-23Add Meinberg PCI510, from Maurice JanssenStuart Henderson
2024-03-22Remove padding from union inpaddru.Alexander Bluhm
2024-03-22Make local port which is bound during connect(2) unique per laddr.Alexander Bluhm
2024-03-22Use sorflush() instead of direct unp_scan(..., unp_discard) to discardVitaliy Makkoveev
2024-03-22Limit NFS connections to originate from a reserved port.Claudio Jeker
2024-03-22pledge: Allow the AUDIO_GETDEV ioctl in "audio"Alexandre Ratchov
2024-03-21Never bindings use the phy-handle property instead of the phy property.Patrick Wildt
2024-03-21add uao_read_to_iosys_map() alternative to shmem_read_to_iosys_map()Jonathan Gray
2024-03-21unstub intel_uc_fw_copy_rsa()Jonathan Gray
2024-03-20Fix build with bitmap_copy() on i386 by adding const qualifier.Alexander Bluhm
2024-03-20remove i915_gem_object_map() removed in linux 5.10Jonathan Gray
2024-03-20switch ggtt from agp_map to io_mappingJonathan Gray
2024-03-20add io_mapping_map_atomic_wc()Jonathan Gray
2024-03-20unstub i915_ttm_io_mem_pfn()Jonathan Gray
2024-03-20handle ttm_sg_tt_init() not being called before ttm_tt_fini()Jonathan Gray
2024-03-20unstub i915_ttm_memcpy_init() i915_ttm_move_memcpy()Jonathan Gray
2024-03-20init bus_space tags in ttm structJonathan Gray
2024-03-20enable io_mapping paths for lmemJonathan Gray
2024-03-20unstub xehp_load_dss_mask()Jonathan Gray
2024-03-20add bitmap_intersects() bitmap_from_arr32()Jonathan Gray
2024-03-20unstub i915_gem_object_map_pfn()Jonathan Gray
2024-03-20add replacements for io_mapping_init_wc() pathsJonathan Gray
2024-03-20start implementing io_mappingJonathan Gray
2024-03-20add vmap_pfn()Jonathan Gray
2024-03-20in vga_get_uninterruptible() return early if behind a bridgeJonathan Gray
2024-03-19count if_enqueue/ifq_enqueue errors as oqdrops.David Gwynne
2024-03-18Implement Spectre-V4 mitigations. The only real effect of this change isMark Kettenis
2024-03-18Pass PHY OF node to the MII layer for use by PHY drivers.Patrick Wildt
2024-03-18Reduce dmesg spam and only print about resource conflicts for resourcesMark Kettenis
2024-03-18Add support for the new layout of the CCSIDR_EL1 register that wasMark Kettenis
2024-03-18expose per port information via kstats.David Gwynne
2024-03-18use high bits from the mbuf flowid to pick a port to transmit on.David Gwynne
2024-03-17Do UNP_CONNECTING and UNP_BINDING flags check in uipc_listen() andVitaliy Makkoveev
2024-03-17The feature is called SSBS instead of SBSS.Mark Kettenis
2024-03-17Use VERW to mitigate the RFDS (Register File Data Sampling) vulnerabilityPhilip Guenther
2024-03-17Some PHYs need board-specific initializations, e.g. to correctly configurePatrick Wildt
2024-03-16Set the HCR_API and HCR_APK bits in the HCR_EL2 when CPUs boot in EL2.Mark Kettenis
2024-03-16recognise Cortex-A520AE (Hayes AE), Cortex-A720AE (Hunter AE)Jonathan Gray
2024-03-15zlib: sync with srcTheo Buehler
2024-03-15Ignore ADDBA requests if we are not ready to receive data frames.Stefan Sperling
2024-03-15According to errata AC03_CPU_12, AmpereOne needs the loopy branches with aMark Kettenis
2024-03-13Expose BTI support to userland.Mark Kettenis
2024-03-13enable POOL_DEBUG after 7.5 releaseAlexander Bluhm
2024-03-13Fix potential NULL pointer dereference in dt(4).Alexander Bluhm
2024-03-12Configure the signal on the CLKOUT pin of the YT8531 PHY when we'reMark Kettenis
2024-03-12Fix the "fake" frame that we create alongside the trapframe. This fixesMark Kettenis