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