summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-04-30Make AK5385-related macros of ap192k cards look like julia ones.Alexandre Ratchov
2019-04-30Implement the set_rate() method for ESI Juli@ cards.Alexandre Ratchov
2019-04-30Add a "set_rate" method to the envy codec API.Alexandre Ratchov
2019-04-30Attach mvneta(4) on the Armada 3720 SoC.Patrick Wildt
2019-04-30Enable mvmdio(4) and mvneta(4) on arm64 as well. These are partPatrick Wildt
2019-04-30Fix ESI juil@'s EEPROM contents holding default GPIO state.Alexandre Ratchov
2019-04-30Enable EnvyHT-specific sample rates (above 96kHz) on the host controller.Alexandre Ratchov
2019-04-30Decrease verbosity when XHCI_DEBUG is defined.Alexandre Ratchov
2019-04-30Add support for the Armada 3720 pinctrl controller to mvpinctrl(4).Patrick Wildt
2019-04-30Add mvuart(4) to support the Armada 3720's serial console.Patrick Wildt
2019-04-30Add support for the Armada 3720 clocks to mvclock(4).Patrick Wildt
2019-04-30We are allowed to enable regulators with the "regulator-always-on"Patrick Wildt
2019-04-30tc_setclock: always call tc_windup() before leaving windup_mtx.cheloha
2019-04-30Convert a linux specific test for master in currently disabled code.Jonathan Gray
2019-04-30Add an equivalent test for master in drm_fb_helper_is_bound()Jonathan Gray
2019-04-29MC146818_GETTOD: Check for RTC rollover during read.cheloha
2019-04-29Extend channel dwell time during passive scans in iwn(4).Stefan Sperling
2019-04-29tr_unit is unused, so gc itDavid Gwynne
2019-04-29don't have lacp input push lacp packets into the trunkports bpf again.David Gwynne
2019-04-28Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.Martin Pieuchot
2019-04-28Fix reading route entries via kvm(3).Martin Pieuchot
2019-04-28the bufcachepercent=80 experiment has exposed a few problems...Theo de Raadt
2019-04-28Make sure only "primary" clients can become master.Mark Kettenis
2019-04-28add WITNESS support to barriers modelled on the timeout stuff visa did.David Gwynne
2019-04-27drm/ttm: fix out-of-bounds read in ttm_put_pages() v2Jonathan Gray
2019-04-27fix up some rxprio handling while hereDavid Gwynne
2019-04-27don't increment noproto on the parent interface when there's no childDavid Gwynne
2019-04-27use unsigned int, not u_int, and uintXX_t, not u_intXX_tDavid Gwynne
2019-04-27rename sc_prio to sc_txprioDavid Gwynne
2019-04-27remove sc_proto, it isn't used.David Gwynne
2019-04-27rename softc members so theyre prefixed with sc.David Gwynne
2019-04-27back out, this isn't part of a vlan change.David Gwynne
2019-04-27this wasnt meant to be committed, back out for now.David Gwynne
2019-04-27get rid of ifv_linkmib and a bunch of useless macrosDavid Gwynne
2019-04-27fix some whitespace.David Gwynne
2019-04-27call vlan_softc variables sc, not ifv. no functional change.David Gwynne
2019-04-27whitespace tweaks. no functional change.David Gwynne
2019-04-27rename struct ifvlan to struct vlan_softcDavid Gwynne
2019-04-27move the struct ifvlan (the vlan softc) definition into if_vlan.c.David Gwynne
2019-04-26Guard against repeated inclusion of <mips64/pte.h>. This fixes drm buildVisa Hankala
2019-04-25disable -Oz compile for SMALL_KERNEL w/ comment whyTheo de Raadt
2019-04-25Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however itTheo de Raadt
2019-04-25Add a check to tftp_open() that we are actually opening a TFTP device.Christian Weisgerber
2019-04-25Lower the accepted upper bound for bd_rtout to INT_MAX in order toanton
2019-04-25Since we now have an attachhook, the actual interrupt handler is installedMark Kettenis
2019-04-25Follow up on jmatthew's suggestion:Kevin Lo
2019-04-24Add product id for the USB serial adapter found in Juniper SRX 300.remi
2019-04-24regenremi
2019-04-24New product id for the USB serial adapter found in Juniper SRX 300.remi
2019-04-24implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.Jonathan Matthew