summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-06-26drm/dp_mst: Reformat drm_dp_check_act_status() a bitJonathan Gray
2020-06-26drm: encoder_slave: fix refcouting error for modulesJonathan Gray
2020-06-26drm/amd/display: Revalidate bandwidth before commiting DC updatesJonathan Gray
2020-06-26add readx_poll_timeout() required for 5.7.6 drmJonathan Gray
2020-06-26add USEC_TO_TIMEVAL()Jonathan Gray
2020-06-26add some whitespace to let things breathe a bit.David Gwynne
2020-06-26whitespace fixes, no functional change.David Gwynne
2020-06-26fix link state handling so we can see link go both up and down.David Gwynne
2020-06-25Return negative value to show that no index was found. The callersPatrick Wildt
2020-06-25Fix variable shadowing that caused us to map the entire range (manyJonathan Matthew
2020-06-25Include <machine/pte.h>.Mark Kettenis
2020-06-25Add a commented out entry for mvpp(4).Patrick Wildt
2020-06-25Register mvmdio(4) in the MII "framework". On the Armada 7K and 8KPatrick Wildt
2020-06-25Add a "framework" for MII busses.Patrick Wildt
2020-06-25Add mvpp(4), a driver for the Marvell Packet Processor v2, as used onPatrick Wildt
2020-06-25LUT writes go through actual regsiters on 710s, not ctl writes.David Gwynne
2020-06-25Fix some small whitespace issues.Mark Kettenis
2020-06-25add rss/toeplitz support for 710 chips.David Gwynne
2020-06-25use the ixl_chip struct to store different rss_hena settings for 710/722David Gwynne
2020-06-25add definitions for rss bits.David Gwynne
2020-06-25Setjmp size for powerpc64.Dale Rahn
2020-06-25we're close to a point where the differences between 710s and 722s matter.David Gwynne
2020-06-25Additional Makefile infrastructure for powerpc64Dale Rahn
2020-06-25use intrmap to set up multiple queues across multiple cpus.David Gwynne
2020-06-25bump the ifq maxlen like i just did for ixl(4).David Gwynne
2020-06-25PowerPC64 reloc.h created by copying powerpc 32 bit version.Dale Rahn
2020-06-25report rx ring state for all rings, not just the first one.David Gwynne
2020-06-25PowerPC asm.h with tweak for 64bit.Dale Rahn
2020-06-24set IFQ_SET_MAXLEN to the number of slots on the tx ring, not 1.David Gwynne
2020-06-24kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)cheloha
2020-06-24First stab at making signal handling work.Mark Kettenis
2020-06-24Terminate stack trace at userland boundary.Mark Kettenis
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of '7' to indicate the adapter isKenneth R Westerback
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value that is beingKenneth R Westerback
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth toKenneth R Westerback
2020-06-24Use SDEV_NO_ADAPTER_TARGET instead of -1 to indicateKenneth R Westerback
2020-06-24Use C99 initializers in wsdisplay_font struct definitions forFrederic Cambus
2020-06-24Adapters that do not appear as a target on the SCSI bus must setKenneth R Westerback
2020-06-24get rid of the per device sff lock because we only use the global one.David Gwynne
2020-06-24Acknowledge xhci(4) interrupts before calling usb_schedsoftintr().Patrick Wildt
2020-06-24Fix `IFF_RUNNING' bit handling for pppx(4) and pppac(4).mvs
2020-06-24Apply sc->sc_xfer_flags to control transfers as well. These are usedPatrick Wildt
2020-06-24actually use pci_intr_establish_cpu with cpus from the intrmap.David Gwynne
2020-06-24Nuke some pointless *_dev_probe() and *_dev_free() functions andKenneth R Westerback
2020-06-24remove ifdeffed out code for redistributing pyro eq interrupts over cpus.David Gwynne
2020-06-23enable wg(4).David Gwynne
2020-06-23Revert previous. hashfree() just calls free() which handles NULL withKenneth R Westerback
2020-06-23Use C99 initializers in wsdisplay_font struct definitions for SpleenFrederic Cambus
2020-06-23Enable virtual consoles on armv7, the same way it is done on arm64.Frederic Cambus
2020-06-23hashfree() doesn't like NULL, so check for NULL if NULL is aKenneth R Westerback