| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-12-02 | Enable auto-negotiation on the SerDes links, which allows in-band-status |  patrick | 1 | -1/+2 |
| 2020-12-01 | Turn uvm_pagealloc() mp-safe by checking uvmexp global with pageqlock held. |  mpi | 4 | -59/+62 |
| 2020-12-01 | Add option to build loongson kernels using clang. |  visa | 1 | -2/+7 |
| 2020-12-01 | bzero the antireplay counter rwlock before rw_init'ing it, not after. |  sthen | 1 | -1/+1 |
| 2020-11-30 | Implement mii_byname(). |  kettenis | 2 | -9/+17 |
| 2020-11-30 | Fix deferred key tasks along the same lines as urtwn(4) and run(4). |  krw | 6 | -12/+57 |
| 2020-11-30 | reset fpu in fpu_kernel_enter() even when there is no xsave state |  jsg | 1 | -1/+3 |
| 2020-11-30 | Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to cause |  jsg | 1 | -0/+6 |
| 2020-11-29 | Enable mvsw(4). |  kettenis | 2 | -2/+4 |
| 2020-11-29 | Add mvsw(4), a driver for Marvell "SOHO" switches that are found on some |  kettenis | 2 | -1/+364 |
| 2020-11-29 | regen |  kettenis | 2 | -2/+7 |
| 2020-11-29 | Add Marvell ARMADA 3700 bridge. |  kettenis | 1 | -1/+2 |
| 2020-11-29 | Teach lld to link the macppc kernel |  gkoehler | 1 | -4/+15 |
| 2020-11-29 | Add support for 1000base-x and 2500base-x connections. |  kettenis | 2 | -8/+98 |
| 2020-11-29 | Give armv7 a <machine/cpufunc.h> header and use it to add a prototype |  kettenis | 1 | -0/+16 |
| 2020-11-29 | Un-const pci_attach_args var. |  kevlo | 4 | -8/+8 |
| 2020-11-28 | make it possible to attach other devices (for example switches) to mvmdio(4). |  kettenis | 2 | -10/+23 |
| 2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S |  gkoehler | 6 | -38/+70 |
| 2020-11-28 | Since our IPI broadcast functions exclude the CPU doing the broadcast, we |  kettenis | 2 | -2/+4 |
| 2020-11-28 | ICC_DIR, used to deactive interrupts, is only needed when running in |  patrick | 1 | -7/+2 |
| 2020-11-28 | Rather than skipping %[sizearg]n in the kernel, panic when it is encountered. |  deraadt | 1 | -13/+3 |
| 2020-11-27 | Unleash curlen check from DIAGNOSTIC block, and change the related printf's |  mglocker | 1 | -7/+7 |
| 2020-11-27 | As in urtwn(4), don't bring link up (getting dhclient(8) excited) until |  krw | 2 | -8/+22 |
| 2020-11-27 | Set the correct IPL for `pageqlock' now that it is grabbed from interrupt. |  mpi | 1 | -2/+2 |
| 2020-11-27 | Add initialization of sc_sff_lock rwlock. |  kevlo | 1 | -1/+3 |
| 2020-11-26 | fix typo in log message: inteface -> interface |  tb | 1 | -2/+2 |
| 2020-11-25 | Change kqueue_scan() to keep track of collected events in the given context. |  mpi | 2 | -11/+35 |
| 2020-11-24 | fter ixgbe_stop() there will be no more link-state-change |  gerhard | 1 | -1/+3 |
| 2020-11-24 | Remove commented-out code messing with uvmexp. |  mpi | 2 | -45/+2 |
| 2020-11-24 | Grab the `pageqlock' before calling uvm_pageclean() as intended. |  mpi | 5 | -11/+35 |
| 2020-11-23 | Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4) |  krw | 2 | -2/+12 |
| 2020-11-22 | ARM64's bus dma coalesces segments when they are physically contiguous, |  patrick | 1 | -5/+11 |
| 2020-11-22 | Enabling RGE_ISR_RX_DESC_UNAVAIL causes an interrupt storm, so disable |  otto | 1 | -2/+2 |
| 2020-11-21 | Add barriers in the IO helper functions just like what was done for amdgpu(4). |  kettenis | 1 | -6/+22 |
| 2020-11-20 | Restructure cache flush operations to avoid repeated barriers. Specifically |  patrick | 1 | -7/+13 |
| 2020-11-20 | Fix comment _SYS_VIDEOIO_H -> _SYS_VIDEOIO_H_ |  mglocker | 1 | -2/+2 |
| 2020-11-19 | Always check for EBUSY when the return value of ic_set_key() is tested. |  krw | 3 | -11/+44 |
| 2020-11-19 | Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physical |  kettenis | 1 | -8/+5 |
| 2020-11-19 | Make bus_space_mmap(9) work for simplebus(4). |  kettenis | 1 | -1/+54 |
| 2020-11-19 | Make sure bus_space_mmap(9) works for pciecam(4). |  kettenis | 1 | -1/+24 |
| 2020-11-19 | Move logic handling lower faults, case 2, to its own function. |  mpi | 1 | -63/+77 |
| 2020-11-19 | TL;DR -- don't configure devices that return insufficient INQUIRY data. |  krw | 2 | -29/+41 |
| 2020-11-19 | Implement address translation for bus_space_mmap(9). |  kettenis | 1 | -1/+20 |
| 2020-11-19 | The conversion of the IO BAR access did not completely mirror the |  patrick | 1 | -6/+22 |
| 2020-11-19 | Convert sysctl_sysvsem to sysctl_int_bounded |  gnezdo | 1 | -65/+44 |
| 2020-11-18 | fix build on loongson with clang |  jsg | 1 | -3/+4 |
| 2020-11-18 | regen |  jsg | 2 | -2/+22 |
| 2020-11-18 | add Realtek RealManage devices |  jsg | 1 | -1/+5 |
| 2020-11-17 | Avoid accidental truncation of large memory segments. |  visa | 1 | -2/+2 |
| 2020-11-17 | Ensure proper alignment of memory map entries, needed with clang. |  visa | 1 | -8/+8 |