summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-07-13Increase iwx(4) command queue size to the size expected by hardware.stsp2-28/+12
2020-07-13Where we have a pointer (sc) to the relevant adapter_softc, usekrw5-10/+10
2020-07-13Remove some pointless casting of void * when assigning onekrw11-31/+31
2020-07-13More preparations for adding RSS. Adjust several functions to allow forjmatthew1-133/+180
2020-07-13add kstat support for reading hardware counters.dlg3-87/+9
2020-07-13When athn(4) is deciding how to decrypt an incoming frame, look into thestsp2-4/+4
2020-07-13Unbreak wg(4).tb1-1/+2
2020-07-13When a wifi interface acts as a client and the WPA handshake is done,stsp1-1/+3
2020-07-13change some drm locks from IPL_TTY to IPL_NONEjsg15-17/+17
2020-07-13let's be explicit about only supporting Ethernet ports as members.dlg1-7/+7
2020-07-13when adding a non-existent interface as a port, don't try create missing ones.dlg1-9/+1
2020-07-13Add size to free() callkn1-2/+2
2020-07-13Fix malloc(9) sizekn1-2/+2
2020-07-12Use the full 32 bits for the miscellaneous armv7 timecounters.naddy3-6/+6
2020-07-12The PowerPC/Power ISA Time Base is a 64-bit register, so we can use thenaddy2-4/+4
2020-07-12Fix build without pfkn1-1/+3
2020-07-12Eliminate pointless 'child' variable and just cast the config_found() result tokrw1-4/+3
2020-07-12add kstat support for reading hardware counters.dlg1-207/+342
2020-07-12it's not an error if the API doesnt support reading sfp/qsfp stuff.dlg1-4/+10
2020-07-12Minor code shuffle to close ranks of sc_link initializations.krw1-3/+5
2020-07-12False alarm, back it goes. Managed to mangle my kernel build directorykrw2-5/+3
2020-07-11Revert previous. Broke something somehow.krw2-3/+5
2020-07-11timekeep_sz now already includes the round_page() adjustment; ok kettenis@naddy1-2/+2
2020-07-11Cache the adapter's port_wwn and node_wwn in mpi_softc, not thekrw2-4/+9
2020-07-11Cache a scsibus_softc * and use it rather than cludging indirectkrw2-4/+6
2020-07-11Garbage collect unused vioscsi_softc member "sc_scsibus".krw1-3/+2
2020-07-11Garbage collect unused nvme_softc member "sc_scsibus".krw2-5/+3
2020-07-11Cache a pointer to the scsibus_softc rather than hoping the copy inkrw2-4/+6
2020-07-11Oops. One too many lines deleted, leaving 'buswidth' uninitialized butkrw1-1/+2
2020-07-11Shuffle sc_link.openings initialization down to its friends and justkrw1-6/+4
2020-07-11Some whitespace fixes for the inline assembly.kettenis1-6/+6
2020-07-11Synchronize each core's CP0 cycle counter using the IO clock counter.visa6-11/+103
2020-07-11Optimize rasops_vcons_copyrows() so write-only framebuffer consolesfcambus1-10/+25
2020-07-11Build 'flags' in intermediate variable and shuffle sc_linkkrw1-16/+17
2020-07-11Expunge some Captain Obvious comments to make upcoming diff(s) smallerkrw1-5/+1
2020-07-11Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugkrw31-112/+47
2020-07-11Don't reload the FPU registers when they're already loaded.kettenis1-3/+5
2020-07-11Implement a machdep.altivec sysctl that always returns 1. This makeskettenis2-3/+17
2020-07-11Change locks which don't use spin_lock_irq() or spin_lock_irqsave()jsg2-3/+3
2020-07-11test for gem_size > 0 on pool_destroy() matching pool_init() calljsg1-1/+2
2020-07-11don't complain if the API is too low to support "query phy types".dlg1-6/+8
2020-07-10Add hw.cpuspeed and hw.setperfgkoehler3-6/+117
2020-07-10Shuffle a bit of code to stop using sc->sc_link to hold values forkrw2-9/+11
2020-07-10Oops, I didn't intend to commit these bits.kettenis2-18/+5
2020-07-10Implement process_read_regs() such that core dumps become usable.kettenis3-28/+28
2020-07-10Parse a bootduid= argument passed on the command line and use it to set thekettenis1-1/+33
2020-07-10Clear FPU state if we try to restore the state when the process didn't usekettenis1-2/+6
2020-07-10Add check for userland VSID overflow.kettenis1-1/+2
2020-07-10Use OPAL_REINIT_CPUS calls during early boot to set endianness and tokettenis1-1/+11
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick117-315/+308