summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-12-02Document that the page queue must only be locked if the page is managed.Martin Pieuchot
2020-12-02Hoist DTYPE_* out of #ifdef _KERNEL.Martijn van Duren
2020-12-02Enable auto-negotiation on the SerDes links, which allows in-band-statusPatrick Wildt
2020-12-01Turn uvm_pagealloc() mp-safe by checking uvmexp global with pageqlock held.Martin Pieuchot
2020-12-01Add option to build loongson kernels using clang.Visa Hankala
2020-12-01bzero the antireplay counter rwlock before rw_init'ing it, not after.Stuart Henderson
2020-11-30Implement mii_byname().Mark Kettenis
2020-11-30Fix deferred key tasks along the same lines as urtwn(4) and run(4).Kenneth R Westerback
2020-11-30reset fpu in fpu_kernel_enter() even when there is no xsave stateJonathan Gray
2020-11-30Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to causeJonathan Gray
2020-11-29Enable mvsw(4).Mark Kettenis
2020-11-29Add mvsw(4), a driver for Marvell "SOHO" switches that are found on someMark Kettenis
2020-11-29regenMark Kettenis
2020-11-29Add Marvell ARMADA 3700 bridge.Mark Kettenis
2020-11-29Teach lld to link the macppc kernelgkoehler
2020-11-29Add support for 1000base-x and 2500base-x connections.Mark Kettenis
2020-11-29Give armv7 a <machine/cpufunc.h> header and use it to add a prototypeMark Kettenis
2020-11-29Un-const pci_attach_args var.Kevin Lo
2020-11-28make it possible to attach other devices (for example switches) to mvmdio(4).Mark Kettenis
2020-11-28Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.Sgkoehler
2020-11-28Since our IPI broadcast functions exclude the CPU doing the broadcast, weMark Kettenis
2020-11-28ICC_DIR, used to deactive interrupts, is only needed when running inPatrick Wildt
2020-11-28Rather than skipping %[sizearg]n in the kernel, panic when it is encountered.Theo de Raadt
2020-11-27Unleash curlen check from DIAGNOSTIC block, and change the related printf'sMarcus Glocker
2020-11-27As in urtwn(4), don't bring link up (getting dhclient(8) excited) untilKenneth R Westerback
2020-11-27Set the correct IPL for `pageqlock' now that it is grabbed from interrupt.Martin Pieuchot
2020-11-27Add initialization of sc_sff_lock rwlock.Kevin Lo
2020-11-26fix typo in log message: inteface -> interfaceTheo Buehler
2020-11-25Change kqueue_scan() to keep track of collected events in the given context.Martin Pieuchot
2020-11-24fter ixgbe_stop() there will be no more link-state-changeGerhard Roth
2020-11-24Remove commented-out code messing with uvmexp.Martin Pieuchot
2020-11-24Grab the `pageqlock' before calling uvm_pageclean() as intended.Martin Pieuchot
2020-11-23Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4)Kenneth R Westerback
2020-11-22ARM64's bus dma coalesces segments when they are physically contiguous,Patrick Wildt
2020-11-22Enabling RGE_ISR_RX_DESC_UNAVAIL causes an interrupt storm, so disableOtto Moerbeek
2020-11-21Add barriers in the IO helper functions just like what was done for amdgpu(4).Mark Kettenis
2020-11-20Restructure cache flush operations to avoid repeated barriers. SpecificallyPatrick Wildt
2020-11-20Fix comment _SYS_VIDEOIO_H -> _SYS_VIDEOIO_H_Marcus Glocker
2020-11-19Always check for EBUSY when the return value of ic_set_key() is tested.Kenneth R Westerback
2020-11-19Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physicalMark Kettenis
2020-11-19Make bus_space_mmap(9) work for simplebus(4).Mark Kettenis
2020-11-19Make sure bus_space_mmap(9) works for pciecam(4).Mark Kettenis
2020-11-19Move logic handling lower faults, case 2, to its own function.Martin Pieuchot
2020-11-19TL;DR -- don't configure devices that return insufficient INQUIRY data.Kenneth R Westerback
2020-11-19Implement address translation for bus_space_mmap(9).Mark Kettenis
2020-11-19The conversion of the IO BAR access did not completely mirror thePatrick Wildt
2020-11-19Convert sysctl_sysvsem to sysctl_int_boundedgnezdo
2020-11-18fix build on loongson with clangJonathan Gray
2020-11-18regenJonathan Gray
2020-11-18add Realtek RealManage devicesJonathan Gray