aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* pf: Fix compliation warning with gccKristof Provost2015-10-251-2/+2
* Rework r289933 using already existing macro.Alexander Motin2015-10-251-3/+2
* Try to keep Loop IDs persistent across chip reinits.Alexander Motin2015-10-252-40/+34
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-251-6/+8
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-252-598/+563
* Improve Port Database Changed handling and reporting.Alexander Motin2015-10-252-14/+17
* PF_ANEQ() macro will in most situations returns TRUE comparing two identicalKristof Provost2015-10-251-2/+3
* Formalize/unify chip (re-)inits.Alexander Motin2015-10-254-51/+29
* ioat: Actually bring the hardware back online after resetConrad Meyer2015-10-242-13/+65
* ioat: Use bus_alloc_resource_any(9)Conrad Meyer2015-10-241-2/+2
* ioat: Extract halted error-debugging to a functionConrad Meyer2015-10-241-8/+17
* ioat: Always re-arm interrupts in process_eventsConrad Meyer2015-10-241-4/+3
* ioat: Add sysctl to force hw resetConrad Meyer2015-10-241-16/+47
* ioat: refcnt users so we can drain them at detachConrad Meyer2015-10-244-11/+115
* ioat: When queueing operations, assert the submit lockConrad Meyer2015-10-241-0/+2
* ioat: Don't use sleeping allocation in lock pathConrad Meyer2015-10-241-11/+22
* ioat: Pull out timer callout delay into a constantConrad Meyer2015-10-241-7/+10
* arge(4): flip this on for AR9344 SoCs.Adrian Chadd2015-10-241-0/+3
* Make vers.c creation atomic by using a temporary file, then movingEnji Cooper2015-10-241-4/+8
* Reduce the amount of calls to VOP_BMAP() made from the local vnodeKonstantin Belousov2015-10-241-81/+39
* Intel SDM before revision 56 described the CLFLUSH instruction as onlyKonstantin Belousov2015-10-244-26/+76
* Define a couple macros to access cacheline size/mask in an arch-dependentIan Lepore2015-10-241-4/+12
* Provide armv4/v5 implementations of several of the armv6 cache maintenanceIan Lepore2015-10-241-0/+48
* urtwn(4): fix mbuf leak in the TX pathAndriy Voskoboinyk2015-10-241-13/+12
* Skip reserved IP Broadcast handle from using.Alexander Motin2015-10-242-4/+4
* - Plugging a memory leak when malloc() failed during initialisation;Tai-hwa Liang2015-10-241-4/+8
* Rename dcache_dma_preread() to dcache_inv_poc_dma() to make it clear that itIan Lepore2015-10-242-8/+10
* Add new field to Abort IOCB.Alexander Motin2015-10-242-1/+4
* xen: Add missing semi-colon for BITSET_DEFINE()Conrad Meyer2015-10-241-1/+1
* Add PIM_EXTLUNS support to isp(4) driver.Alexander Motin2015-10-244-42/+122
* Give CTL support for PIM_EXTLUNS when talking to CAM.Alexander Motin2015-10-245-101/+103
* Remove ISP_INTERNAL_TARGET code.Alexander Motin2015-10-242-898/+0
* Decode few more response info codes.Alexander Motin2015-10-241-13/+21
* Remove an erroneous semicolon.Mark Johnston2015-10-241-1/+1
* A few more whitespace, style, and comment cleanups. No functional changes.Ian Lepore2015-10-241-15/+10
* Bring in all the new(-ish) statistics code from armv6.Ian Lepore2015-10-241-64/+146
* Change the preallocation of a busdma segment mapping array from per-tag toIan Lepore2015-10-241-156/+93
* Instead of all memory allocations using M_DEVBUF, use new categoriesIan Lepore2015-10-231-14/+18
* Instead of all memory allocations using M_DEVBUF, use new categoriesIan Lepore2015-10-231-21/+24
* Minor additions to Status Type 0 IOCB.Alexander Motin2015-10-232-6/+7
* Catch up to r232356: change the boundary constraint type to bus_addr_t.Ian Lepore2015-10-231-2/+2
* Add aarch64 files to the hwpmc(4) module buildEd Maste2015-10-231-0/+4
* Missed addition for r289812.Alexander Motin2015-10-231-1/+1
* Whitespace and style nits, no functional changes.Ian Lepore2015-10-232-149/+131
* Add partial support for QUERY TMF to CAM and isp(4).Alexander Motin2015-10-236-10/+41
* run(4): convert to ieee80211_tx_complete()Andriy Voskoboinyk2015-10-231-14/+5
* Improve INOTs handling for 24xx and above chips.Alexander Motin2015-10-235-90/+87
* blkfront: add support for unmapped IORoger Pau Monné2015-10-231-5/+7
* x86/dma_bounce: rework _bus_dmamap_load_ma implementationRoger Pau Monné2015-10-231-16/+186
* arm64: remove exception instruction length assertionEd Maste2015-10-231-14/+0