summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* o Use uint64_t for page number as it doesn't fit uint32_t.br2016-02-262-14/+16
* Add the start of support for the Allwinner A31 clocks. It only addsandrew2016-02-265-5/+574
* Remove the errno argument from unp_drop().ed2016-02-261-5/+10
* Restore ThunderX Pass1.1 PCI changes removed by r295962wma2016-02-265-7/+72
* Change format string in pciconf EA to jxwma2016-02-261-3/+3
* hyperv/hn: Make transmission path channel awaresephe2016-02-264-12/+15
* hyperv/hn: Remove the useless num_outstanding_sendssephe2016-02-262-18/+1
* hyperv/hn: Associate TX/RX ring with channelsephe2016-02-263-19/+27
* hyperv/hn: Pass channel to TX/RX donesephe2016-02-265-50/+28
* hyperv/hn: Pass channel as the channel callback argumentsephe2016-02-261-4/+5
* hyperv: Always set device for channelssephe2016-02-263-9/+13
* hyperv: Remove useless channel inbound_locksephe2016-02-265-23/+0
* Add ns16550a compatible string in UART 8250 driverwma2016-02-261-0/+1
* Add support for Enhanced Allocation in pciconfwma2016-02-262-0/+185
* So far bsd.stand.mk wasn't included in the following files:sgalabov2016-02-263-0/+3
* Currently BERI's loader is including the 32-bit version of the FICL MIPS sysd...sgalabov2016-02-262-1/+3
* Add modules support for the bhnd code.adrian2016-02-2613-0/+143
* Bring over the initial rewrite of the broadcom bus support found in theiradrian2016-02-2658-0/+18833
* hyperv: Use atomic_fetchadd_int to get GPADL id.sephe2016-02-261-7/+12
* Let CLEANDEPENDFILES actually be set before bsd.dep.mk.bdrewery2016-02-261-1/+1
* Upgrade the firmware carried in driver and loaded during hardwaredavidcs2016-02-2520-90252/+103856
* Fix a mistake that crept in when moving between git and svn, pic_ipi_sendandrew2016-02-251-1/+0
* Remove realall references from initial NetBSD import in r219019.bdrewery2016-02-254-5/+1
* Slightly lessen the amount of job target output for SUBDIR_PARALLEL.bdrewery2016-02-251-1/+1
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-2515-94/+3
* Add Allwinner A20 HDMI support.jmcneill2016-02-2510-1/+1967
* Lock the NDP default router list and count defrouter references.markj2016-02-254-71/+260
* Fix build without FAST_DEPEND and without running 'make depend' after r295985.bdrewery2016-02-252-1/+2
* Improve error handling for posix_fallocate(2) and posix_fadvise(2).markj2016-02-254-12/+31
* Add myself as src committersgalabov2016-02-251-0/+2
* pass -fPIC to the assembler, not linkeremaste2016-02-252-4/+4
* talk(1): Replace select(2) with poll(2)pfg2016-02-252-20/+16
* Convert casperd(8) daemon to the libcasper.oshogbo2016-02-2585-2997/+2072
* Add simple support for CloudABI processes to kdump(1).jhb2016-02-251-0/+7
* Add support for the Allwinner A31 watchdog to the existing A10 watchdogandrew2016-02-254-55/+107
* Introduce HW TSO support for VNICzbb2016-02-255-54/+94
* Enable CQ count threshold interrupt on VNIC Pass2.0zbb2016-02-252-2/+2
* Fix VNIC support for Pass2.0 ThunderX chipszbb2016-02-253-5/+24
* Remove soft reset from the VNIC's PF driverzbb2016-02-251-3/+0
* Improve VNIC performance on Tx path by immediate packet transmissionzbb2016-02-253-3/+11
* Clean-up network interface settings for VNICzbb2016-02-251-13/+10
* Enable HWSTATS capability for VNICzbb2016-02-251-0/+1
* Prefetch next CQ descriptor in Completion Queue handling loop of VNICzbb2016-02-251-0/+2
* Enable LRO support for VNIC driverzbb2016-02-253-0/+82
* Add support for hardware Tx and Rx checksums to VNIC driverzbb2016-02-252-7/+155
* Add the Allwinner A31 and A31s padconf support. It's currently unused, butandrew2016-02-254-0/+436
* hyperv: Wait 5 seconds for hyperv result, instead of 500mssephe2016-02-253-6/+8
* pf: Fix possible out-of-bounds writekp2016-02-251-2/+3
* hyperv/hn: Hold the TX ring lock then drain TX desc buf_ringsephe2016-02-251-0/+2
* Fix the build.jhibbits2016-02-251-1/+1
OpenPOWER on IntegriCloud