summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-07-14Mark unmanaged kernel mappings as wired and skip them if we need to evictMark Kettenis
2020-07-14Put some debug code behin #ifdef TRAP_DEBUG.Mark Kettenis
2020-07-14Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB shouldMark Kettenis
2020-07-14Add support for routing interrupts to other CPUs in agintc(4). Most of thePatrick Wildt
2020-07-14Add support for routing interrupts to other CPUs in ampintc(4). Most of thePatrick Wildt
2020-07-14Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointerPatrick Wildt
2020-07-14Extend the interrupt API on arm64 and armv7 to be able to pass aroundPatrick Wildt
2020-07-14A pty write containing VDISCARD, VREPRINT, or various retyping cases ofTheo de Raadt
2020-07-14reduce the diff to linux in local versions of functionsJonathan Gray
2020-07-14Remove commented out debug printfs.Mark Kettenis
2020-07-14Implement ptrace(2) bits. Still largely untested.Mark Kettenis
2020-07-14Do not convert the NOCACHE buffers that come from a vnd strategy routineBob Beck
2020-07-14Set up a second level flow table for RSS and switch the root flow tableJonathan Matthew
2020-07-14Set SDEV_NOWIDE and SDEV_NOSYNC on the 'real' link (xs->sc_link) whenKenneth R Westerback
2020-07-13Clean up <machine/signal.h>, moving the trapframe struct intoMark Kettenis
2020-07-13Enable background scanning on iwx(4) devices.Stefan Sperling
2020-07-13Increase iwx(4) command queue size to the size expected by hardware.Stefan Sperling
2020-07-13Where we have a pointer (sc) to the relevant adapter_softc, useKenneth R Westerback
2020-07-13Remove some pointless casting of void * when assigning oneKenneth R Westerback
2020-07-13More preparations for adding RSS. Adjust several functions to allow forJonathan Matthew
2020-07-13add kstat support for reading hardware counters.David Gwynne
2020-07-13When athn(4) is deciding how to decrypt an incoming frame, look into theStefan Sperling
2020-07-13Unbreak wg(4).Theo Buehler
2020-07-13When a wifi interface acts as a client and the WPA handshake is done,Stefan Sperling
2020-07-13change some drm locks from IPL_TTY to IPL_NONEJonathan Gray
2020-07-13let's be explicit about only supporting Ethernet ports as members.David Gwynne
2020-07-13when adding a non-existent interface as a port, don't try create missing ones.David Gwynne
2020-07-13Add size to free() callkn
2020-07-13Fix malloc(9) sizekn
2020-07-12Use the full 32 bits for the miscellaneous armv7 timecounters.Christian Weisgerber
2020-07-12The PowerPC/Power ISA Time Base is a 64-bit register, so we can use theChristian Weisgerber
2020-07-12Fix build without pfkn
2020-07-12Eliminate pointless 'child' variable and just cast the config_found() result toKenneth R Westerback
2020-07-12add kstat support for reading hardware counters.David Gwynne
2020-07-12it's not an error if the API doesnt support reading sfp/qsfp stuff.David Gwynne
2020-07-12Minor code shuffle to close ranks of sc_link initializations.Kenneth R Westerback
2020-07-12False alarm, back it goes. Managed to mangle my kernel build directoryKenneth R Westerback
2020-07-11Revert previous. Broke something somehow.Kenneth R Westerback
2020-07-11timekeep_sz now already includes the round_page() adjustment; ok kettenis@Christian Weisgerber
2020-07-11Cache the adapter's port_wwn and node_wwn in mpi_softc, not theKenneth R Westerback
2020-07-11Cache a scsibus_softc * and use it rather than cludging indirectKenneth R Westerback
2020-07-11Garbage collect unused vioscsi_softc member "sc_scsibus".Kenneth R Westerback
2020-07-11Garbage collect unused nvme_softc member "sc_scsibus".Kenneth R Westerback
2020-07-11Cache a pointer to the scsibus_softc rather than hoping the copy inKenneth R Westerback
2020-07-11Oops. One too many lines deleted, leaving 'buswidth' uninitialized butKenneth R Westerback
2020-07-11Shuffle sc_link.openings initialization down to its friends and justKenneth R Westerback
2020-07-11Some whitespace fixes for the inline assembly.Mark Kettenis
2020-07-11Synchronize each core's CP0 cycle counter using the IO clock counter.Visa Hankala
2020-07-11Optimize rasops_vcons_copyrows() so write-only framebuffer consolesFrederic Cambus
2020-07-11Build 'flags' in intermediate variable and shuffle sc_linkKenneth R Westerback