aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* After r290196, the kernel won't wait for stuff like gmirror nodesEdward Tomasz Napierala2015-10-301-0/+30
* Make root mount wait mechanism smarter, by making it wait only if the rootEdward Tomasz Napierala2015-10-301-17/+50
* Reduce the DWC OTG interrupt load by not reading all the host channelHans Petter Selasky2015-10-301-6/+11
* l2arc: do not call trim_map_free() for blocks with zero b_asizeAndriy Gapon2015-10-301-10/+21
* The prefix for CLFLUSHOPT is 0x66. It was right on amd64.Konstantin Belousov2015-10-301-1/+1
* Fix BULK read transfer if destination buffer is not cache line-aligned.Oleksandr Tymoshenko2015-10-301-3/+23
* cxgbe/tom: decide whether to shove segments or not only if there isNavdeep Parhar2015-10-301-1/+1
* Fix framebuffer compatibility with new RPi firmware. Framebuffer driverOleksandr Tymoshenko2015-10-302-2/+2
* Remove unneeded NULL as this is initialized with M_ZERO.Bryan Drewery2015-10-291-3/+0
* Fix LEAVE_HYP macro: spsr is not guaranteed to contain valid value at thisOleksandr Tymoshenko2015-10-291-2/+4
* Set the proper direction to check for policies in this one case.George V. Neville-Neil2015-10-291-1/+1
* Use movw instead of movl (or plain mov) when moving segment registersJohn Baldwin2015-10-292-15/+15
* pf: Fix IPv6 checksums with route-to.Kristof Provost2015-10-291-0/+7
* Remove some unneeded code.Alexander Motin2015-10-291-4/+0
* Remove reset delays for which I see neither explanation nor need.Alexander Motin2015-10-291-25/+7
* ntb: Revert r290130 now that r290156 has landedConrad Meyer2015-10-291-4/+0
* pmap_change_attr: Only fixup DMAP for DMAPed rangesConrad Meyer2015-10-291-4/+7
* getnewbuf: Initialize bp to avoid uninitialized pointer dereference and brels...Bryan Drewery2015-10-291-0/+1
* Avoid passing an uninitialized 'i'. Currently nothing was depending on itBryan Drewery2015-10-291-1/+1
* Fix and improve error masking and reporting.Alexander Motin2015-10-293-48/+54
* Update for LINUX32 rename. The assembler didn't complain about undefinedJohn Baldwin2015-10-291-2/+2
* Fix build with DEBUG defined.John Baldwin2015-10-292-3/+3
* Add missing NULL check in physio().Hans Petter Selasky2015-10-291-1/+7
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-29113-37/+93
* Remove the static function declaration.Kevin Lo2015-10-291-2/+1
* - Add a missing prototypeKevin Lo2015-10-292-13/+14
* ioat_test: Handled forced hardware resets gracefullyConrad Meyer2015-10-291-3/+14
* ioat: Drain/quiesce the device less racilyConrad Meyer2015-10-292-14/+55
* ntb: Do not attempt to set write-combining on MWsConrad Meyer2015-10-291-0/+4
* ioatcontrol(8): Add and document "raw" testing modeConrad Meyer2015-10-292-2/+48
* Oops - use the wrong array offset.Adrian Chadd2015-10-281-1/+1
* Calculate the correct amount of bytes that are in-flight for a connection asHiren Panchasara2015-10-283-4/+39
* Retire pmap_dmap_iscurrent(). It is only a wrapper around pmap_is_current(),...Jason A. Harmening2015-10-284-19/+0
* Change the way how target mode is enabled on 23xx chips.Alexander Motin2015-10-282-4/+5
* Add a note to the effect that BUS_ADD_CHILD callsWarner Losh2015-10-281-1/+3
* Check the size of data available in mbuf, before using them.Andrey V. Elsukov2015-10-281-0/+8
* Remove the s3c2xx0 code, it's no longer used. As far as I know I as theAndrew Turner2015-10-2820-3645/+0
* Start to remove support for the XScale i80321. As far as I can tell nobodyAndrew Turner2015-10-283-225/+0
* Improve/fix loop scanning routine.Alexander Motin2015-10-284-64/+195
* Build fix for i386/XBOX and pc98/GENERIC.Hans Petter Selasky2015-10-281-0/+2
* Add some debugging code (under ARGE_DEBUG) that counts each interrupt source.Adrian Chadd2015-10-282-0/+37
* ioat: Define DMACAPABILITY bitsConrad Meyer2015-10-285-2/+37
* Start to remove support for the Samsung s3c24x0 SoCs by removing the kernelAndrew Turner2015-10-272-92/+0
* mips: use the correct va for wbinv flushing.Adrian Chadd2015-10-271-1/+1
* Bring the tags and links entries for amd64 up to date.Kirk McKusick2015-10-272-18/+33
* Mark functions as such. This means we call them directly rather than haveAndrew Turner2015-10-271-1/+1
* Use m_cat() to reassembly IPv6 packets.Alexander V. Chernikov2015-10-271-2/+2
* Eliminate last rtalloc_ign() caller.Alexander V. Chernikov2015-10-271-3/+0
* drm/i915: Reduce diff with Linux 3.8Jean-Sébastien Pédron2015-10-271-334/+327
* net80211: add ieee80211_restart_all() call.Andriy Voskoboinyk2015-10-274-0/+28