summaryrefslogtreecommitdiff
path: root/usr/src/uts/common
AgeCommit message (Expand)AuthorFilesLines
2016-07-06XXX use MSI interrupts if availablesmartarrayJoshua M. Clulow2-33/+131
2016-07-06XXX stop completing commands in the periodic functionJoshua M. Clulow2-14/+2
2016-07-06XXX record claimed/unclaimed interrupts timing and statsJoshua M. Clulow2-0/+14
2016-07-06XXX add some stats, cleanup some polling, etcJoshua M. Clulow3-12/+45
2016-07-06XXX tag selection should occur at submission, not allocationJoshua M. Clulow2-23/+46
2016-07-06XXX more cleanupJoshua M. Clulow2-53/+3
2016-07-06XXX more commentsJoshua M. Clulow1-0/+13
2016-07-06XXX oops, ioctl.hJoshua M. Clulow1-0/+53
2016-07-06XXX extensive refactoring to support aborting commands that time outJoshua M. Clulow13-877/+1447
2016-07-06XXX remove some dead codeJoshua M. Clulow5-637/+5
2016-07-06XXX passing around kmflags, fixed diskinfo hang, now working againJoshua M. Clulow10-51/+102
2016-07-06XXX fix some typos, allow re-use of SCSA packetsJoshua M. Clulow7-38/+88
2016-07-06XXX mostly moved to new-style SCSA hooks; compiled, testing;Joshua M. Clulow8-1008/+522
2016-07-06XXX more extensive refactoring; into the SCSA HBA driver stuffJoshua M. Clulow14-841/+1251
2016-07-06XXX random cleanupJoshua M. Clulow3-77/+31
2016-07-06remove ioctl.h; fix copyrightJoshua M. Clulow2-103/+1
2016-07-06XXX rename interrupt parametersJoshua M. Clulow6-65/+22
2016-07-06XXX remove NOE, IOCTL, PERFORMANT MODE, etcJoshua M. Clulow13-1861/+4
2016-07-06XXX more refactoring; hopefully correct SYNC CACHE nowJoshua M. Clulow17-1761/+1491
2016-07-06XXX ignore BAR data model...Joshua M. Clulow1-2/+6
2016-07-06XXX ioctls still not buildingJoshua M. Clulow1-0/+2
2016-07-06XXX some refactoring of attach, mappings, etcJoshua M. Clulow13-1321/+795
2016-07-06XXX remove periodic log statementJoshua M. Clulow1-4/+0
2016-07-06XXX massive rework; simple mode is almost workingJoshua M. Clulow11-1997/+1470
2016-07-06XXX CopyrightJoshua M. Clulow6-0/+6
2016-07-06XXX move to ddi_periodic, panic on firmware hangJoshua M. Clulow5-128/+108
2016-07-06XXX cleanup round 1Joshua M. Clulow7-302/+272
2016-07-05OS-5493 tcp_time_wait_collector() collecting all the CPU timePatrick Mooney1-13/+25
2016-07-02OS-5495 lxbrand should not define extra privileged portsJerry Jelinek1-0/+57
2016-07-01 [illumos-gate merge]Jerry Jelinek1-98/+130
2016-06-307089 MSI-x on KVM prevents VMs from accessing the networkDan Kimmel1-103/+132
2016-06-30OS-5480 zvol device resets mode/grp on reboot, breaks MapRJerry Jelinek4-1/+410
2016-06-30 [illumos-gate merge]Jerry Jelinek1-5/+12
2016-06-29OS-5491 lxbrand convert last socket syscalls to IKEPatrick Mooney3-33/+231
2016-06-297144 lofi mapping in non-GZ is not working with default match rulesToomas Soome1-5/+12
2016-06-24OS-5481 SIGAR sees no processes or filesystems on Ubuntu 16.04Jerry Jelinek2-1/+25
2016-06-22 [illumos-gate merge]release-20160625Jerry Jelinek9-395/+1365
2016-06-216602 lofi should support labeled devicesToomas Soome9-399/+1369
2016-06-20OS-5431 under many conditions, ptrace (strace) on Ubuntu 16 shows syscalls re...Jerry Jelinek4-10/+102
2016-06-16OS-5462 lxbrand kernel should be lint cleanPatrick Mooney30-249/+288
2016-06-15OS-5464 signalfd deadlock on pollwakeupPatrick Mooney1-21/+68
2016-06-15 [illumos-gate merge]Jerry Jelinek8-64/+81
2016-06-145115 Want Intel 40GbE NIC driver for illumosRobert Mustacchi31-1/+30571
2016-06-13OS-5457 pfilter and return-rst not working as expectedJerry Jelinek1-5/+9
2016-06-117057 SysV IPC rctls should report usageJerry Jelinek2-8/+73
2016-06-107056 tmpfs in a non-global zone does not abide by tmpfs_minfreeBryan Cantrill1-2/+9
2016-06-107068 need a way to change the tmpfs size on a mounted fsJerry Jelinek1-2/+18
2016-06-107064 TCP_KEEPIDLE has needless 10sec minimumPatrick Mooney1-1/+1
2016-06-10OS-5167 cached v_path should be kept freshPatrick Mooney4-193/+383
2016-06-10 [illumos-gate merge]Jerry Jelinek28-239/+332