Age | Commit message (Expand) | Author |
2021-09-04 | To mitigate against spectre attacks, AMD processors without the | Alexander Bluhm |
2021-09-04 | Add uaq(4), a driver for Aquantia AQC111U/AQC112U USB ethernet devices. | Jonathan Matthew |
2021-09-04 | Revert list_move() to list_move_tail() change from last commit since it | Marcus Glocker |
2021-09-04 | in backtraces, print as many arguments as the function actually has | Jasper Lievisse Adriaanse |
2021-09-03 | add kprobes provider for dt | Jasper Lievisse Adriaanse |
2021-09-03 | Zap a chatty printf | Jeremie Courreges-Anglas |
2021-09-03 | It's time to enable smmu(4). | Patrick Wildt |
2021-09-03 | Don't pretend we support PT_STEP on this architecture. | Jeremie Courreges-Anglas |
2021-09-03 | Enable ptrace(2) support for PT_GETFPREGS/PT_SETFPREGS | Jeremie Courreges-Anglas |
2021-09-03 | Make virtio(4) less restrictive on the type of BAR it supports for | Patrick Wildt |
2021-09-03 | Reset a net80211 node's QoS Tx sequence counter to the start of the | Stefan Sperling |
2021-09-03 | Make iwm(4) and iwx(4) resume code path more similar to the attach code path. | Stefan Sperling |
2021-09-03 | vmm(4): grab kernel lock before vmspace init | Dave Voutila |
2021-09-03 | Ensure that iwm(4) and iwx(4) will reload firmware from disk on down/up, | Stefan Sperling |
2021-09-02 | follow-up on previous commit and rename the _sys union to _args | Jasper Lievisse Adriaanse |
2021-09-02 | Initialize the uvm object when we actually need it such that we can | Mark Kettenis |
2021-09-02 | rename struct dt_evt fields to make it clear this isn't only used for tracing... | Jasper Lievisse Adriaanse |
2021-09-02 | Explain in a comment why two wscons_keydesc structures are needed. | Anton Lindqvist |
2021-09-02 | Fix our iwx(4) xtal latency values to match the values used by Linux iwlwifi. | Stefan Sperling |
2021-09-02 | The PCI_PRODUCT_INTEL_WL_22500_1 device is part of the 22000 | Kevin Lo |
2021-09-02 | Refactor how unveil generates EACCES errors. Instead of tracking the | Claudio Jeker |
2021-09-02 | trailing whitespace | Jasper Lievisse Adriaanse |
2021-09-02 | Fix comment spelling. | Patrick Wildt |
2021-09-02 | add aq(4) to amd64 RAMDISK_CD and riscv64 RAMDISK | Mike Larkin |
2021-09-02 | Fix the TCR_TG0_xxx definitions and add TCR_TG0_4K to the initial setting | Mark Kettenis |
2021-09-02 | aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adapters | Mike Larkin |
2021-09-02 | Initialize mutex to IPL_NONE. | Martin Pieuchot |
2021-09-02 | rename rw locks to avoid ambiguity and verboseness | Dave Voutila |
2021-09-01 | Use ttopen in tty drivers open functions as ttysleep string, as the others do. | Jan Klemkow |
2021-09-01 | Prevent lock ordering issue by raising ipl level of vcpu_pool to IPL_MPFLOOR. | Martin Pieuchot |
2021-09-01 | Add support for the more rare volume usage which differs compared to the | Anton Lindqvist |
2021-09-01 | Rename ucc_bits_to_usage() to ucc_bits_to_int() as it's about to be used | Anton Lindqvist |
2021-09-01 | Older AMD CPUs that do not support IBRS need an lfence after ret | Alexander Bluhm |
2021-09-01 | Remove dead poweroff functions, as they not appear in other | Jan Klemkow |
2021-08-31 | Honour netinet6 when generating symlinks to tags files | Klemens Nanni |
2021-08-31 | Implement suspend/resume for bwfm(4) with PCIe backend. We try to send the | Patrick Wildt |
2021-08-31 | regen | Jonathan Matthew |
2021-08-31 | Add Aquantia USB ethernet devices | Jonathan Matthew |
2021-08-31 | Clean up the list of chips upon detach and mark us uninitialized. | Patrick Wildt |
2021-08-31 | Properly deallocate some more structures upon detach, and make sure we're | Patrick Wildt |
2021-08-31 | Initialize some struct variables to make sure that upon reinit, caused by | Patrick Wildt |
2021-08-31 | Initialize ring read/write pointers to make sure that upon reinit, caused | Patrick Wildt |
2021-08-31 | vmm(4): add ipi for vmclear, unlock kernel | Dave Voutila |
2021-08-31 | Only use the i8254 delay code if we are specifically using the i8254 as | Patrick Wildt |
2021-08-31 | Identify the paravirtual bus earlier, as we need to make sure that we have | Patrick Wildt |
2021-08-31 | When running on Hyper-V, make use of its timecounter as delay func in case | Patrick Wildt |
2021-08-31 | Swap lock flags so that LK_EXCLUSIVE is first like in all other places. | Claudio Jeker |
2021-08-31 | Do pinctrl stuff. | Mark Kettenis |
2021-08-31 | Add aplpinctrl(4), a driver for the Apple GPIO controller found on M1 SoCs. | Mark Kettenis |
2021-08-31 | Use the TSC delay(9) backend earlier on machines where we can. Also use | Mark Kettenis |