summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-01-02Use native display resolution 1368x768 with Lynloong all-in-one computers.Visa Hankala
2021-01-02Make kernel recognize Lynloong LM9002/9003 and LM9013.Visa Hankala
2021-01-02Don't call if_deactivate() in switch_clone_destroy(). Followingmvs
2021-01-02Don't call if_deactivate() in bridge_clone_destroy(). Followingmvs
2021-01-02Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummymvs
2021-01-02optimise bpf_catchpacket and bpf_wakeup.David Gwynne
2021-01-02Allocate address space for struct cpu_info using km_alloc(9) instead ofJonathan Matthew
2021-01-02pool(9): remove tickscheloha
2021-01-02bpf(4): remove tickscheloha
2021-01-02nfs: don't sleep on lboltcheloha
2021-01-02uvm: uvm_fault_lower(): don't sleep on lboltcheloha
2021-01-01Add kstat to ogx(4).Visa Hankala
2021-01-01Remove useless redundant call of ttyopen().jan
2021-01-01copyright++;Jonathan Gray
2020-12-31Keep polling if a temperature sensor reading fails. This is neededMark Kettenis
2020-12-31Add trace points for malloc(9) and free(9). This makes them traceableClaudio Jeker
2020-12-31Enable IPv4 and TCP/UDP checksum offload on transmission.Visa Hankala
2020-12-31don't oversleep when waiting on fencesJonathan Gray
2020-12-31remove pv includes which were missed in rev 1.70Jonathan Gray
2020-12-30Set klist lock for pipes.Visa Hankala
2020-12-30Add singly-linked tail queue macros from FreeBSD.Todd C. Miller
2020-12-30Fix pppoe_dispatch_disc_pkt definition to be in accordance with style(9)mvs
2020-12-30Convert the `off' argument of pppoe_dispatch_disc_pkt function tomvs
2020-12-30Enter power-saving mode on POWER9 (ISA v3)gkoehler
2020-12-29Handle pinctrl.Mark Kettenis
2020-12-29Add more PWM pin descriptions.Mark Kettenis
2020-12-28Analog to the the kern.audio.record sysctl parameter for audio(4)Marcus Glocker
2020-12-28Remove unused start routinekn
2020-12-28Sync with i386 by asserting that IPL values should be at least IPL_NONE.Martin Pieuchot
2020-12-28Initialize pmap_kernel()'s mutexes.Martin Pieuchot
2020-12-28Use per-CPU counters for fault and stats counters reached in uvm_fault().Martin Pieuchot
2020-12-28Add support for the PCIe controller found on Amlogic G12A/G12B/SM1 SoCs.Mark Kettenis
2020-12-28regenMark Kettenis
2020-12-28Add Synopsys vendor and their DesignWare PCIe bridge.Mark Kettenis
2020-12-27acpi_map_address() cannot be wrapped by SMALL_KERNEL anymore, asTheo de Raadt
2020-12-27Enable acpihpet on install media, because otherwise clock initializationTheo de Raadt
2020-12-27Remove debug printf.Mark Kettenis
2020-12-27Add PCIe support.Mark Kettenis
2020-12-27Add PCIe power domain.Mark Kettenis
2020-12-27Make NET_LOCK() assertions conditional to DIAGNOSTICVisa Hankala
2020-12-27have mcx_process_txeof return the number of slots it processed.David Gwynne
2020-12-27do a bus space barrier after arming the eq.David Gwynne
2020-12-27disable timestamping a little bit harder to avoid divide by 0.David Gwynne
2020-12-27shuffle filling the rx ring so the sw prod is updated before the hw.David Gwynne
2020-12-26bpf(4): bpf_d struct: replace bd_rdStart member with bd_nreaders membercheloha
2020-12-26Simplify parameters of pselregister().Visa Hankala
2020-12-26reuse the calculated vector as the argument to pci_intr_map_msix.David Gwynne
2020-12-26add bus_dmamap_sync ops around the eq.David Gwynne
2020-12-26add some bus_dmamap_syncs around the rq.David Gwynne
2020-12-26sprinkle some bus_dmamap_syncs around the cq handling.David Gwynne