summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [bhnd] Add logging macros to BHND.adrian2016-05-164-0/+199
* [bhnd] Add support for matching of MIPS & ARM coresadrian2016-05-161-3/+9
* Set ai2 to NULL in in find_host() before the loop and after callingtruckman2016-05-161-5/+7
* Actually use the loop interation limit so carefully computed on thetruckman2016-05-161-1/+1
* [bwn] add opt_wlan.h / opt_bwn.h for build-time controladrian2016-05-161-0/+3
* [bwn] add opt_wlan.h and opt_bwn.h so we can enable bwn debugging as appropri...adrian2016-05-167-2/+18
* [bwn] switch to ieee80211_add_channel()adrian2016-05-161-74/+19
* Use polling spin loops for timeouts during early boot.jhb2016-05-161-0/+34
* [bwn] check DUALPHY; add BCM4322 to the don't-override list.adrian2016-05-161-3/+29
* [siba] fix up debugging.adrian2016-05-161-7/+9
* [siba] add SIBA_DEBUG option.adrian2016-05-161-0/+3
* dev/ow: Tag an unreachable switch default.pfg2016-05-161-0/+2
* libefi: Tag an unreachable switch default.pfg2016-05-161-0/+2
* Fix off by one error that overflowed the rep_len array when doingtruckman2016-05-161-1/+1
* Add a small set of logical operators to DDB command language.pfg2016-05-164-27/+216
* [siba] make the debug code somewhat useful again.adrian2016-05-162-1/+5
* urtwn: add support for hardware multicast filter setup.avos2016-05-161-4/+71
* Add HWPMC_HOOKS to std.armv6 to make them availablebz2016-05-162-1/+1
* Only lock Giant when needed in the LinuxKPI.hselasky2016-05-161-6/+8
* Reduce verbosity of "now sending synthesized status" message.mav2016-05-161-1/+1
* No need to check login status for ZOMBIE ports.mav2016-05-161-0/+3
* Fix an off by one error to avoid overflowing rp[].truckman2016-05-161-1/+1
* Increase size of argv[] array to avoid running off the end.truckman2016-05-161-1/+1
* do not destroy 'snapdir' when it becomes inactiveavg2016-05-161-35/+5
* Fix off by one error in index limit calculationtruckman2016-05-161-1/+1
* try to recycle "snap" vnodes as soon as possibleavg2016-05-161-5/+15
* Set retval in the empty password case to avoid a path through thetruckman2016-05-161-0/+1
* fix locking in zfsctl_root_lookupavg2016-05-161-10/+20
* gfs_lookup_dot() does not have to acquire any locksavg2016-05-162-14/+13
* avoid deadlock between zfsctl_snapdir_lookup and zfsctl_snapshot_reclaimavg2016-05-161-2/+11
* Add intrng support to the GICv3 driver. It lacks ITS support so won't handleandrew2016-05-164-6/+628
* libthr(3): Fix xref to _umtx_op(2) now that we have it.jilles2016-05-161-2/+2
* install: Revert utimensat usage (r299850).jilles2016-05-162-20/+17
* Call ofw_bus_msimap to find the parent MSI controller, it may not use theandrew2016-05-162-20/+20
* fix a vnode reference leak caused by illumos compat traverse()avg2016-05-162-9/+8
* Move the call to intr_pic_init_secondary to the same place as in theandrew2016-05-161-5/+3
* fix up r299902: mount_snapshot requires that the covered vnode is lockedavg2016-05-161-0/+1
* rtwn: fix double free in raw xmit path.avos2016-05-161-1/+0
* Add support for intrng to arm64. As the GICv3 drivers will need to beandrew2016-05-166-9/+311
* Teach the ThunderX PCI PEM driver about intrng. This will be used laterandrew2016-05-161-0/+55
* Implement more Linux device related functions in the LinuxKPI. Whilehselasky2016-05-162-5/+119
* Add a pcib interface for use by interrupt controllers that need toandrew2016-05-1612-63/+182
* Don't dereference parent pointer when it is NULL.hselasky2016-05-161-3/+3
* Properly implement "cpu_has_clflush" macro.hselasky2016-05-162-1/+17
* Re-commit r299467 having fixed the build:andrew2016-05-169-20/+79
* Introduce MSI and MSI-X support to intrng. This adds a new msi deviceandrew2016-05-168-28/+541
* hyperv/vmbus: Use atomic_testandclearsephe2016-05-161-3/+4
* Hoist the getpwnam() call outside the first if/else block intruckman2016-05-161-2/+2
* sfxge(4): cleanup: quieten more common code MCDI handlersarybchik2016-05-165-6/+6
* sfxge(4): cleanup: remove misnamed function declarationarybchik2016-05-161-8/+0
OpenPOWER on IntegriCloud