summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2021-08-31printing the hibernate image size in MB is easier on the eyesTheo de Raadt
2021-08-31Add "machine sysregs" command to DDBMike Larkin
2021-08-31Fix use of wrong pointer argument when freeing firmware paging info in iwx(4).Stefan Sperling
2021-08-31Using suser() instead of doing it manually.Jan Klemkow
2021-08-31remove empty forward structs fro bge_ring_data as found with ctfconv.Jasper Lievisse Adriaanse
2021-08-31add support for obtaining sense status and source slot of a mediaRobert Nagy
2021-08-31In enumerating mode, calculate the bit offset using the HID inputAnton Lindqvist
2021-08-31Protect against missing bit to key symbols in ucc_bit_to_sym(). This canAnton Lindqvist
2021-08-31sprinkle barriers and dmamem_syncs around the hibernate io path.David Gwynne
2021-08-30Remove magic offset from data structures. This makes it much easier toMark Kettenis
2021-08-30Fix a locking assertion in error path.Martin Pieuchot
2021-08-30remove a bunch of forward-only structs that were found with ctfconv.Jasper Lievisse Adriaanse
2021-08-30increase hibernate writeout speed a little. modern machines have vastTheo de Raadt
2021-08-30Make sure unveil remains locked over fork even in the case where theClaudio Jeker
2021-08-30Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t alreadyJasper Lievisse Adriaanse
2021-08-29iwm/iwx: propagate errors out of iw{m,x}_set_bits_mask_prph routinesGreg Steuck
2021-08-29Pass volume related key presses as both raw and translating input toAnton Lindqvist
2021-08-29correct range upper bound in commentAnton Lindqvist
2021-08-29Make the ucc match criteria more stringent by requiring at least oneAnton Lindqvist
2021-08-29Some reports embeds multiple report IDs inside the same collectionAnton Lindqvist
2021-08-29An interrupt report contains the state of all items (Input, Output andAnton Lindqvist
2021-08-29As the Consumer Control usages are well defined by the HID Usage TablesAnton Lindqvist
2021-08-29Reduce the number of openings for aplns(4) to 1. This isn't correct butMark Kettenis