summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* README: remove nonexistent 'games' directory.avos2016-05-181-2/+0
* Add support for MSI/MSIX deallocation on GICv3-ITSzbb2016-05-182-8/+87
* sfxge(4): cleanup: remove trailing whitespacesarybchik2016-05-181-2/+2
* move zfsctl_freebsd_root_lookup right next to zfsctl_root_lookupavg2016-05-181-39/+35
* zfsctl_common_fid: remove redundant assignmentavg2016-05-181-2/+0
* zfsctl: tighten an assertion and remove an unused definitionavg2016-05-182-2/+1
* zfs_root: no need to set the root flag hereavg2016-05-181-4/+1
* zfsctl_freebsd_root_lookup: gfs_vop_lookup may return a doomed vnodeavg2016-05-181-8/+14
* hyperv/vmbus: Use consistent device description as other devicessephe2016-05-181-1/+1
* [siba] fix incorrect SPROM offsets.adrian2016-05-181-4/+4
* hyperv/vmbus: Minor function definition style fixupsephe2016-05-182-4/+8
* hyperv/vmbus: Fix SYSINIT function prototype and usage.sephe2016-05-181-3/+7
* [siba] use the correct SPROM offsets.adrian2016-05-181-10/+10
* hyperv/vmbus: Reindent and cleanup devmethods.sephe2016-05-181-16/+17
* hyperv/vmbus: Staticize vmbus_devclasssephe2016-05-181-1/+1
* hyperv: Set vm_guest to VM_GUEST_VM, if hypervisor is not Hyper-Vsephe2016-05-181-1/+5
* hyperv/vmbus: Nuke unnecessary function indirectionsephe2016-05-181-15/+2
* hyperv/vmbus: Remove useless modevent handlersephe2016-05-181-34/+1
* Make armv6 hard float abi by default. Kill armv6hf.imp2016-05-1818-24/+43
* Revert r300003, and use proper grammar.gjb2016-05-181-2/+2
* Fix several instances where the boot loader ignored pager_outputimp2016-05-1818-73/+152
* Fix build breakage on arm64 by papering over the problem. We implementimp2016-05-181-0/+7
* Explain why extra sutff always outputs even when it shouldn't for theimp2016-05-181-0/+7
* [bwn] add initial 5xx firmware API supportadrian2016-05-182-39/+189
* Import the 'iflib' API library for network drivers. From the author:scottl2016-05-1815-13/+6571
* hyperv/vmbus: Function renaming vmbus_msg_swintr -> vmbus_msg_tasksephe2016-05-181-2/+2
* hyperv/vmbus: Utilize curcpusephe2016-05-181-7/+3
* Do not acquire the thread lock in hardclock_cnt() unless needed.markj2016-05-181-3/+5
* Micro-optimize sleepq_broadcast().markj2016-05-181-4/+3
* hyperv/vmbus: Minor white space and style cleanupsephe2016-05-181-39/+28
* hyperv/vmbus: Avoid two unnecessary protocol checks on isr handling pathsephe2016-05-184-49/+68
* Remove the MUTEX_DEBUG kernel option.markj2016-05-183-39/+0
* hyperv/vmbus: Use atomic swap and flsl to process event flagssephe2016-05-181-20/+20
* Guard the lockstat:::thread-spin probe with KDTRACE_HOOKS.markj2016-05-181-0/+2
* lockstat:::thread-spin should only fire after spinning for the lock.markj2016-05-181-1/+2
* hyperv/vmbus: Reduce the # of event loops by recording event flag countsephe2016-05-184-17/+112
* hyperv/vmbus: Use unsigned long for event bits.sephe2016-05-182-21/+31
* ntb_hw(4): Add sysctls for administrative/test link config, statecem2016-05-182-11/+89
* makefs(8): Clarify the comment concerning seeding.pfg2016-05-181-1/+4
* Add a comment and KASSERT that a M_NOFREE mbuf has always EXT_EXTREF ext.glebius2016-05-171-2/+9
* Tiny refactor of r294869/r296881: use defines to mask the VNET() macro.glebius2016-05-173-6/+7
* Don't forget to quote \ characters with \.imp2016-05-171-1/+1
* Validate that user supplied control message length is not negative.glebius2016-05-171-0/+3
* Use unsigned version of min() when handling arguments of SETFKEY ioctl.glebius2016-05-171-1/+1
* Do enable io accounting for read-only mounts and mounts which arekib2016-05-171-2/+4
* If IO_SYNC was passed to ffs_truncate(), request synchronous inodekib2016-05-171-1/+1
* For async UFS mounts, shrink the directory asynchronously, at least dokib2016-05-171-1/+1
* Implement UEFI set environment variable, as well as exporting the EFIimp2016-05-174-6/+464
* Implement uuid-to-string and uuid-from-string. uuid-from-string takesimp2016-05-171-0/+74
* [bwn] correctly calculate RSSI level.adrian2016-05-171-0/+12
OpenPOWER on IntegriCloud