| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-06-25 | Fix variable shadowing that caused us to map the entire range (many |  jmatthew | 1 | -5/+5 |
| 2020-06-25 | Include <machine/pte.h>. |  kettenis | 1 | -1/+3 |
| 2020-06-25 | Add a commented out entry for mvpp(4). |  patrick | 2 | -2/+6 |
| 2020-06-25 | Register mvmdio(4) in the MII "framework". On the Armada 7K and 8K |  patrick | 4 | -41/+26 |
| 2020-06-25 | Add a "framework" for MII busses. |  patrick | 2 | -2/+52 |
| 2020-06-25 | Add mvpp(4), a driver for the Marvell Packet Processor v2, as used on |  patrick | 3 | -1/+6206 |
| 2020-06-25 | LUT writes go through actual regsiters on 710s, not ctl writes. |  dlg | 1 | -4/+6 |
| 2020-06-25 | Fix some small whitespace issues. |  kettenis | 1 | -4/+4 |
| 2020-06-25 | add rss/toeplitz support for 710 chips. |  dlg | 2 | -4/+236 |
| 2020-06-25 | use the ixl_chip struct to store different rss_hena settings for 710/722 |  dlg | 1 | -4/+26 |
| 2020-06-25 | add definitions for rss bits. |  dlg | 1 | -1/+60 |
| 2020-06-25 | Setjmp size for powerpc64. |  drahn | 1 | -0/+4 |
| 2020-06-25 | we're close to a point where the differences between 710s and 722s matter. |  dlg | 1 | -21/+56 |
| 2020-06-25 | Additional Makefile infrastructure for powerpc64 |  drahn | 2 | -0/+57 |
| 2020-06-25 | use intrmap to set up multiple queues across multiple cpus. |  dlg | 2 | -105/+167 |
| 2020-06-25 | bump the ifq maxlen like i just did for ixl(4). |  dlg | 1 | -2/+2 |
| 2020-06-25 | PowerPC64 reloc.h created by copying powerpc 32 bit version. |  drahn | 1 | -0/+124 |
| 2020-06-25 | report rx ring state for all rings, not just the first one. |  dlg | 1 | -3/+30 |
| 2020-06-25 | PowerPC asm.h with tweak for 64bit. |  drahn | 2 | -3/+131 |
| 2020-06-24 | set IFQ_SET_MAXLEN to the number of slots on the tx ring, not 1. |  dlg | 1 | -2/+2 |
| 2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) |  cheloha | 52 | -259/+259 |
| 2020-06-24 | First stab at making signal handling work. |  kettenis | 3 | -8/+120 |
| 2020-06-24 | Terminate stack trace at userland boundary. |  kettenis | 1 | -1/+10 |
| 2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of '7' to indicate the adapter is |  krw | 1 | -2/+2 |
| 2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value that is being |  krw | 15 | -30/+30 |
| 2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth to |  krw | 5 | -10/+10 |
| 2020-06-24 | Use SDEV_NO_ADAPTER_TARGET instead of -1 to indicate |  krw | 4 | -9/+9 |
| 2020-06-24 | Use C99 initializers in wsdisplay_font struct definitions for |  fcambus | 3 | -39/+39 |
| 2020-06-24 | Adapters that do not appear as a target on the SCSI bus must set |  krw | 1 | -3/+4 |
| 2020-06-24 | get rid of the per device sff lock because we only use the global one. |  dlg | 1 | -3/+1 |
| 2020-06-24 | Acknowledge xhci(4) interrupts before calling usb_schedsoftintr(). |  patrick | 1 | -5/+5 |
| 2020-06-24 | Fix `IFF_RUNNING' bit handling for pppx(4) and pppac(4). |  mvs | 1 | -3/+7 |
| 2020-06-24 | Apply sc->sc_xfer_flags to control transfers as well. These are used |  patrick | 1 | -5/+5 |
| 2020-06-24 | actually use pci_intr_establish_cpu with cpus from the intrmap. |  dlg | 1 | -4/+3 |
| 2020-06-24 | Nuke some pointless *_dev_probe() and *_dev_free() functions and |  krw | 1 | -23/+6 |
| 2020-06-24 | Nuke some pointless *_dev_probe() and *_dev_free() functions and |  krw | 2 | -26/+8 |
| 2020-06-24 | remove ifdeffed out code for redistributing pyro eq interrupts over cpus. |  dlg | 1 | -75/+1 |
| 2020-06-23 | enable wg(4). |  dlg | 1 | -2/+2 |
| 2020-06-23 | Revert previous. hashfree() just calls free() which handles NULL with |  krw | 1 | -7/+6 |
| 2020-06-23 | Use C99 initializers in wsdisplay_font struct definitions for Spleen |  fcambus | 5 | -65/+65 |
| 2020-06-23 | Enable virtual consoles on armv7, the same way it is done on arm64. |  fcambus | 1 | -3/+3 |
| 2020-06-23 | hashfree() doesn't like NULL, so check for NULL if NULL is a |  krw | 1 | -6/+7 |
| 2020-06-23 | Enable MPSAFE start routine to keep encryption workers more active. |  tobhe | 1 | -12/+12 |
| 2020-06-23 | Increase TX mitigation backlog size for increased throughput. |  tobhe | 1 | -1/+2 |
| 2020-06-23 | Fix format strings (%p --> %lx) in debug code. |  aoyama | 1 | -23/+23 |
| 2020-06-23 | add intrmap_one, some temp code to help us write pci_intr_establish_cpu. |  dlg | 2 | -2/+17 |
| 2020-06-23 | Implement pci_intr_establish_cpu() for pyro(4) and vpci(4) based sparc64 |  jmatthew | 10 | -129/+426 |
| 2020-06-22 | timecounting: add gettime(9), getuptime(9) |  cheloha | 2 | -2/+49 |
| 2020-06-22 | Add opalcons(4), a driver for the OPAL console. |  kettenis | 6 | -5/+309 |
| 2020-06-22 | The minimum frame size for the ELFv2 ABI is 32 bytes. Using this value |  kettenis | 3 | -87/+86 |