summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-07-16drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reservedjsg1-0/+2
2020-07-16Remove the refill timeout and wait for interrupts to finish whenjmatthew1-1/+5
2020-07-16use a mutex to serialise the test and set of ifp->if_link_state.dlg1-4/+10
2020-07-16sc_atq_mtx is unused, so get rid of itdlg1-4/+1
2020-07-16Initialize sis_ring_init() 'sis_rx_prod' and 'sis_rx_cons' to 0.kevlo1-2/+2
2020-07-15Run the sxitemp(4) at IPL_SOFTCLOCK instead of IPL_VM. Prevents "panic:dtucker1-2/+2
2020-07-15Optimize character rendering in 32bpp mode, with unrolled rows andfcambus1-25/+111
2020-07-15patrick@ pointed out there was a gap in the flow group numbering.jmatthew1-4/+4
2020-07-15Consistently convert syndrome codes from big endian before printing them.jmatthew1-6/+6
2020-07-14Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointerpatrick4-32/+26
2020-07-14Extend the interrupt API on arm64 and armv7 to be able to pass aroundpatrick6-25/+34
2020-07-14reduce the diff to linux in local versions of functionsjsg1-9/+14
2020-07-14Set up a second level flow table for RSS and switch the root flow tablejmatthew2-33/+546
2020-07-14Set SDEV_NOWIDE and SDEV_NOSYNC on the 'real' link (xs->sc_link) whenkrw1-3/+3
2020-07-13Enable background scanning on iwx(4) devices.stsp1-4/+1
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-13change some drm locks from IPL_TTY to IPL_NONEjsg15-17/+17
2020-07-13Add size to free() callkn1-2/+2
2020-07-13Fix malloc(9) sizekn1-2/+2
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-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-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 debugkrw29-103/+44
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-10Shuffle a bit of code to stop using sc->sc_link to hold values forkrw2-9/+11
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick88-244/+244
2020-07-10Change users of IFQ_PURGE() to use the "new" API.patrick1-2/+2
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick56-113/+113
2020-07-10add back orientation quirk for Kogan Atlas 2-in-1 D300jsg1-0/+6
2020-07-10Add "Spleen 6x12" to wsfont, a font targetted at OLED displays.fcambus2-5/+1307