aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Switch isp_getpdb() to synchronous IOCB DMA area.Alexander Motin2016-04-121-18/+11
* Allocate separate DMA area for synchronous IOCB execution.Alexander Motin2016-04-124-39/+70
* re-enable AMD Topology extension on certain models if disabled by BIOSAndriy Gapon2016-04-125-15/+31
* Reimplement ISP_TSK_MGMT IOCTL via asynchronous request.Alexander Motin2016-04-121-43/+58
* When processing an ICMP packet containing an SCTP packet, itMichael Tuexen2016-04-122-29/+31
* Add couple missing memory barriers.Alexander Motin2016-04-121-1/+3
* Move Mediatek/Ralink PCIe to NEW_PCIBStanislav Galabov2016-04-122-303/+69
* Define PCI_RES_BUS for MIPS.Stanislav Galabov2016-04-121-0/+3
* l2arc: make sure that all writes honor ashift of a cache deviceAndriy Gapon2016-04-122-97/+157
* Revert r297396 Modify "4958 zdb trips assert on pools with ashift >= 0xe"Andriy Gapon2016-04-121-14/+0
* [amd64] dtrace_invop handler is to be called only for kernel exceptionsAndriy Gapon2016-04-121-0/+2
* hyperv: Replace 0 w/ NULLSepherosa Ziehau2016-04-122-2/+2
* Bruce Evans reported that there was a performance regression betweenRick Macklem2016-04-112-4/+6
* MFV r297831: 6322 ZFS indirect block predictive prefetchAlexander Motin2016-04-115-23/+90
* Only include sysctl in kernel buildSteven Hartland2016-04-111-37/+47
* Update 25xx chips firmware from 7.03.00 to 8.03.00.Alexander Motin2016-04-111-14487/+15003
* Polish debugging IOCB dumping.Alexander Motin2016-04-112-31/+42
* During if_vmove() we call if_detach_internal() which in turn calls the eventBjoern A. Zeeb2016-04-113-0/+76
* hyperv: TypoSepherosa Ziehau2016-04-111-1/+1
* Only include sysctl in kernel buildSteven Hartland2016-04-111-2/+2
* zio: align use of "no dump" flag between use_uma and !use_uma casesAndriy Gapon2016-04-111-1/+3
* hyperv/hn: Remove unnecessary NULL checksSepherosa Ziehau2016-04-112-10/+5
* hyperv/hn: By default enable multiple TX/RX rings, aka vRSS.Sepherosa Ziehau2016-04-111-2/+2
* hyperv/hn: Cap default # of rings to 8.Sepherosa Ziehau2016-04-111-1/+9
* hyperv: Define macro for Hyper-V interfaceSepherosa Ziehau2016-04-111-1/+2
* hyperv: Print more featuresSepherosa Ziehau2016-04-112-20/+57
* Allow guest writes to AMD microcode update[0xc0010020] MSR without updating a...Anish Gupta2016-04-111-0/+5
* hyperv: Break long lineSepherosa Ziehau2016-04-111-1/+2
* hyperv: Declare hyperv_{features,recommends} properlySepherosa Ziehau2016-04-111-0/+3
* hyperv: Resurrect r297481Sepherosa Ziehau2016-04-111-2/+5
* hyperv: Identify Hyper-V features and recommends properlySepherosa Ziehau2016-04-112-2/+98
* hyperv/vmbus: Get rid of max_leaf detection; this is actually not used.Sepherosa Ziehau2016-04-111-32/+0
* hyperv/vmbus: Nuke unused functionSepherosa Ziehau2016-04-112-13/+0
* cxgbe(4): Provide an explicit value for nqpcq in the firmwareNavdeep Parhar2016-04-111-1/+2
* ext2fs: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-111-1/+2
* Fix IIC "how" argument dereferencing on big-endian platformsOleksandr Tymoshenko2016-04-101-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-10117-293/+291
* Since r296250 it is no longer possible for devices to use bus spaceMarius Strobl2016-04-101-1/+1
* ufs: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-104-22/+29
* VM_MAXUSER_ADDRESS is highest page start, not highest address.Justin Hibbits2016-04-101-1/+1
* Restructure device mappings for Book-E.Justin Hibbits2016-04-102-18/+19
* More complete implementation of /proc/self/limits.Dmitry Chagin2016-04-102-42/+76
* Add a 'show t4 devlog <nexus>' DDB command.John Baldwin2016-04-101-0/+93
* Add a 'show t4 tcb <nexus> <tid>' command to dump a TCB from DDB.John Baldwin2016-04-103-25/+86
* Add a function to lookup a device_t object by name.John Baldwin2016-04-102-6/+17
* [net80211] correctly (i hope, wow) do a ticks comparison to limit A-MPDU atte...Adrian Chadd2016-04-101-1/+1
* [net80211] unconditionally do A-MPDU RX aging.Adrian Chadd2016-04-101-12/+2
* Implement support for boot-time DTrace.Mark Johnston2016-04-101-49/+112
* Initialize SDT probes during SI_SUB_DTRACE_PROVIDER.Mark Johnston2016-04-101-13/+5
* Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64.Mark Johnston2016-04-102-36/+60