Age | Commit message (Expand) | Author |
2020-12-02 | Document that the page queue must only be locked if the page is managed. | Martin Pieuchot |
2020-12-02 | Hoist DTYPE_* out of #ifdef _KERNEL. | Martijn van Duren |
2020-12-02 | Enable auto-negotiation on the SerDes links, which allows in-band-status | Patrick Wildt |
2020-12-01 | Turn uvm_pagealloc() mp-safe by checking uvmexp global with pageqlock held. | Martin Pieuchot |
2020-12-01 | Add option to build loongson kernels using clang. | Visa Hankala |
2020-12-01 | bzero the antireplay counter rwlock before rw_init'ing it, not after. | Stuart Henderson |
2020-11-30 | Implement mii_byname(). | Mark Kettenis |
2020-11-30 | Fix deferred key tasks along the same lines as urtwn(4) and run(4). | Kenneth R Westerback |
2020-11-30 | reset fpu in fpu_kernel_enter() even when there is no xsave state | Jonathan Gray |
2020-11-30 | Use DC_FP_START()/DC_FP_END() around dcn2.1 paths known to cause | Jonathan Gray |
2020-11-29 | Enable mvsw(4). | Mark Kettenis |
2020-11-29 | Add mvsw(4), a driver for Marvell "SOHO" switches that are found on some | Mark Kettenis |
2020-11-29 | regen | Mark Kettenis |
2020-11-29 | Add Marvell ARMADA 3700 bridge. | Mark Kettenis |
2020-11-29 | Teach lld to link the macppc kernel | gkoehler |
2020-11-29 | Add support for 1000base-x and 2500base-x connections. | Mark Kettenis |
2020-11-29 | Give armv7 a <machine/cpufunc.h> header and use it to add a prototype | Mark Kettenis |
2020-11-29 | Un-const pci_attach_args var. | Kevin Lo |
2020-11-28 | make it possible to attach other devices (for example switches) to mvmdio(4). | Mark Kettenis |
2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S | gkoehler |
2020-11-28 | Since our IPI broadcast functions exclude the CPU doing the broadcast, we | Mark Kettenis |
2020-11-28 | ICC_DIR, used to deactive interrupts, is only needed when running in | Patrick Wildt |
2020-11-28 | Rather than skipping %[sizearg]n in the kernel, panic when it is encountered. | Theo de Raadt |
2020-11-27 | Unleash curlen check from DIAGNOSTIC block, and change the related printf's | Marcus Glocker |
2020-11-27 | As in urtwn(4), don't bring link up (getting dhclient(8) excited) until | Kenneth R Westerback |
2020-11-27 | Set the correct IPL for `pageqlock' now that it is grabbed from interrupt. | Martin Pieuchot |
2020-11-27 | Add initialization of sc_sff_lock rwlock. | Kevin Lo |
2020-11-26 | fix typo in log message: inteface -> interface | Theo Buehler |
2020-11-25 | Change kqueue_scan() to keep track of collected events in the given context. | Martin Pieuchot |
2020-11-24 | fter ixgbe_stop() there will be no more link-state-change | Gerhard Roth |
2020-11-24 | Remove commented-out code messing with uvmexp. | Martin Pieuchot |
2020-11-24 | Grab the `pageqlock' before calling uvm_pageclean() as intended. | Martin Pieuchot |
2020-11-23 | Adopt a Linux heuristic and mark as IGNORE_RESIDUE those umass(4) | Kenneth R Westerback |
2020-11-22 | ARM64's bus dma coalesces segments when they are physically contiguous, | Patrick Wildt |
2020-11-22 | Enabling RGE_ISR_RX_DESC_UNAVAIL causes an interrupt storm, so disable | Otto Moerbeek |
2020-11-21 | Add barriers in the IO helper functions just like what was done for amdgpu(4). | Mark Kettenis |
2020-11-20 | Restructure cache flush operations to avoid repeated barriers. Specifically | Patrick Wildt |
2020-11-20 | Fix comment _SYS_VIDEOIO_H -> _SYS_VIDEOIO_H_ | Marcus Glocker |
2020-11-19 | Always check for EBUSY when the return value of ic_set_key() is tested. | Kenneth R Westerback |
2020-11-19 | Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physical | Mark Kettenis |
2020-11-19 | Make bus_space_mmap(9) work for simplebus(4). | Mark Kettenis |
2020-11-19 | Make sure bus_space_mmap(9) works for pciecam(4). | Mark Kettenis |
2020-11-19 | Move logic handling lower faults, case 2, to its own function. | Martin Pieuchot |
2020-11-19 | TL;DR -- don't configure devices that return insufficient INQUIRY data. | Kenneth R Westerback |
2020-11-19 | Implement address translation for bus_space_mmap(9). | Mark Kettenis |
2020-11-19 | The conversion of the IO BAR access did not completely mirror the | Patrick Wildt |
2020-11-19 | Convert sysctl_sysvsem to sysctl_int_bounded | gnezdo |
2020-11-18 | fix build on loongson with clang | Jonathan Gray |
2020-11-18 | regen | Jonathan Gray |
2020-11-18 | add Realtek RealManage devices | Jonathan Gray |