aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sfxge: refresh version to note matching version of out-of-tree driverAndrew Rybchenko2016-01-201-1/+1
* sfxge: cleanup: support __out_bcount_part[_opt] PREfast annotationsAndrew Rybchenko2016-01-201-0/+2
* Initialize vm_page_prot to VM_MEMATTR_DEFAULT instead of 0.John Baldwin2016-01-201-1/+1
* Revert a printf change from r294307.Justin Hibbits2016-01-191-1/+1
* Fix tty_drain() and, thus, TIOCDRAIN of the current tty(4) incarnationMarius Strobl2016-01-193-3/+36
* Revert r294352.Bryan Drewery2016-01-191-1/+1
* Quell harmless CID about unchecked return value in nvlist_get_guids.Alan Somers2016-01-191-2/+2
* FAST_DEPEND: Add header dependency missed in r290629.Bryan Drewery2016-01-191-1/+1
* Various cleanups to the main function for AIO kernel processes:John Baldwin2016-01-193-85/+80
* Don't create a dedicated session for each AIO kernel process.John Baldwin2016-01-191-3/+0
* Disallow zvol-backed ZFS poolsAlan Somers2016-01-194-28/+34
* Add optimizing LRO wrapper:Hans Petter Selasky2016-01-1910-45/+200
* Fix an issue where the network adapter could be left in down stateHans Petter Selasky2016-01-191-14/+11
* Add clarifying comment about CQE zipping.Hans Petter Selasky2016-01-191-0/+5
* Declare local variables at top of function.Hans Petter Selasky2016-01-191-3/+6
* Allow RX and TX pause frames to be set through ifconfig.Hans Petter Selasky2016-01-193-36/+103
* Adjust i386 comment to match amd64 one after r294311.Konstantin Belousov2016-01-191-5/+6
* Use ANSI definitions. Wrap long line.Konstantin Belousov2016-01-191-3/+4
* Clear whole XMM register file instead of only XMM0. Also clear x87Konstantin Belousov2016-01-191-6/+8
* sfxge: improve error handling in ef10_ev_rx()Andrew Rybchenko2016-01-191-106/+70
* sfxge: select whether to read current or backup partition in Medford A/B schemeAndrew Rybchenko2016-01-195-16/+47
* Hide most of the PTE initialization and management.Justin Hibbits2016-01-191-30/+46
* Add vrefl(), a locked variant of vref(9).Mark Johnston2016-01-182-19/+29
* Reset the filesystem cache before reading from a potentially newAndrew Turner2016-01-181-0/+1
* boot1: correct typo in error messageEd Maste2016-01-181-2/+2
* Correct RISC-V exception types.Ruslan Bukin2016-01-181-4/+6
* Move RTAS PCI-specific interpretation of the "reg" property of the PCI hostNathan Whitehorn2016-01-183-9/+9
* Use OF_decode_addr() to create a bus_space tag and handle for the consoleIan Lepore2016-01-181-12/+1
* Add RISC-V relocation types.Ruslan Bukin2016-01-181-0/+50
* Enable AIO interface on ARM64 platformsZbigniew Bodek2016-01-181-0/+1
* Update ThunderX PCIe driver to fit new DTS layoutZbigniew Bodek2016-01-184-12/+12
* Fix EFI_DEBUG optionSteven Hartland2016-01-183-7/+7
* sfxge: regenerate EF10 registers definition for MedfordAndrew Rybchenko2016-01-181-19/+46
* sfxge: fix unused function warningAndrew Rybchenko2016-01-181-3/+1
* sfxge: regenerate siena_flash.h from FW sourcesAndrew Rybchenko2016-01-181-2/+2
* sfxge: cleanup: remove extra empty linesAndrew Rybchenko2016-01-181-2/+0
* sfxge: highlight that descriptor cache sizes are configured using TLV nowAndrew Rybchenko2016-01-181-1/+1
* sfxge: support RFID-selectable segments of dynamic configurationAndrew Rybchenko2016-01-181-1/+5
* sfxge: if supported by firmware, use enhanced SET_MAC command to only configu...Andrew Rybchenko2016-01-186-1/+86
* sfxge: convert nvram set_version method to use partition idAndrew Rybchenko2016-01-186-57/+27
* sfxge: convert nvram get_version method to use partition idAndrew Rybchenko2016-01-186-49/+42
* sfxge: convert nvram rw_finish method to use partition idAndrew Rybchenko2016-01-186-29/+24
* sfxge: convert nvram write method to use partition idAndrew Rybchenko2016-01-186-92/+28
* [iwm] fix up the rate control setup code to initialise rates in the orderAdrian Chadd2016-01-181-3/+14
* Add extra checks to make sure the size is valid. We may get an integerAndrew Turner2016-01-181-1/+5
* Quick exit after setting the clock control register.Justin Hibbits2016-01-171-0/+1
* Make PPS ASSERT/CLEAR events match the RS-232 signal levels as per RFC 2783.Ian Lepore2016-01-171-21/+24
* Prevent double free of control in common sendmsg path as sosendDmitry Chagin2016-01-171-0/+1
* When cleaning up from failed adv locking and checking for write, doKonstantin Belousov2016-01-172-24/+17
* Assert that the linkage between struct cdev_privdata and and structKonstantin Belousov2016-01-171-0/+2