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