summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-06-11drm: don't block fb changes for async plane updatesJonathan Gray
2019-06-11drm/i915: Maintain consistent documentation subsection orderingJonathan Gray
2019-06-11drm/i915/fbc: disable framebuffer compression on GeminiLakeJonathan Gray
2019-06-11drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-inJonathan Gray
2019-06-11drm/radeon: prefer lower reference dividersJonathan Gray
2019-06-11drm/amdgpu/psp: move psp version specific function pointers to early_initJonathan Gray
2019-06-11drm: add non-desktop quirks to Sensics and OSVR headsets.Jonathan Gray
2019-06-11drm: add non-desktop quirk for Valve HMDsJonathan Gray
2019-06-11Use km_alloc() instead of mallocarray() when allocating ttm dma segmentsJonathan Gray
2019-06-11pass what pci_intr_established returns to intr_barrierDavid Gwynne
2019-06-11if ifiq_input says there's too much pressure, tell the rxr we're livelockedDavid Gwynne
2019-06-11bump up the ring sizes for dlg@Jonathan Matthew
2019-06-11records a flowid in the mbuf if the rx cqe provides an rx hash value.David Gwynne
2019-06-11add mcx now that pyro and sparc64 can do msi-xDavid Gwynne
2019-06-11implement msi-x support on sparc64.David Gwynne
2019-06-10use m_microtime to get the packet rx time it might be available.David Gwynne
2019-06-10use m_microtime instead of microtime for SO_TIMESTAMP socketopt handlingDavid Gwynne
2019-06-10add m_microtime for getting the wall clock time associated with a packetDavid Gwynne
2019-06-10NSEC_TO_TIMEVAL turns nanoseconds in a uint64_t into a struct timevalDavid Gwynne
2019-06-10support hardware timestamping for received packets.David Gwynne
2019-06-10add M_TIMESTAMP as a csum_flags option to say ph_timestamp is setDavid Gwynne
2019-06-10don't allow userland to change if_type.David Gwynne
2019-06-10Revised version of 'ifconfig mode' command fix.Stefan Sperling
2019-06-10Use mallocarray(9) & put some free(9) sizes for M_IPMOPTS allocations.Martin Pieuchot
2019-06-10Use PWAIT instead of PUSER in tsleep(9).Martin Pieuchot
2019-06-10Print proper ACPI version number.Mark Kettenis
2019-06-10drm/lease: Make sure implicit planes are leasedJonathan Gray
2019-06-10Avoid changing resource limits in rucheck() by introducing a new stateVisa Hankala
2019-06-09Always return EEXIST if an interface is already part of a bridge.Martin Pieuchot
2019-06-09Remove code for non-Ethernet members, these are no longer supported.Martin Pieuchot
2019-06-09Add a temporary workaround to make removal of giant files betterBob Beck
2019-06-09Let drm(4) allocate memory without constraints if the hardware supportsMark Kettenis
2019-06-09Allow memory that isn't (32-bit) DMA reachable when loading a map that wasMark Kettenis
2019-06-08When establishing the mapping between ACPI device nodes and PCI devices,Mark Kettenis
2019-06-08disambiguate memory extent conflicts for membars and rom addressesDavid Gwynne
2019-06-08Update Spleen kernel fonts to the latest released version, bringingFrederic Cambus
2019-06-08When loading intel microcode in the non-efi case, error if the file isJonathan Gray
2019-06-07add ukspan(4), a driver for the Keyspan USA19HS USB serial adapterJoshua Stein
2019-06-07regenJoshua Stein
2019-06-07add Keyspan USA-19HSJoshua Stein
2019-06-07Introduce acpi_getsta() and use it to eliminate some duplicated code.Mark Kettenis
2019-06-07make struct mcx_cq_entry a bit closer to realityDavid Gwynne
2019-06-07have mcx_process_rx return the number of slots it made freeDavid Gwynne
2019-06-07enable mcx(4) on arm64, found in Packet's g2.large.arm servers.Jonathan Matthew
2019-06-06Stop promoting the TSC as a high quality timecounter on MULTIPROCESSORMark Kettenis
2019-06-06Restore missing newline.Visa Hankala
2019-06-06ConnectX-5 cards work tooJonathan Matthew
2019-06-06Set up the interrupt handler before creating the event queue.Jonathan Matthew
2019-06-05Remove workaround and return EINVAL when userland sends routing messagesClaudio Jeker
2019-06-05We know which flow table entries are actually in use, so we can justJonathan Matthew