aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Merge from head@274682Simon J. Gerraty2014-11-192875-111657/+211940
|\
| * Make vfs.zfs.max_recordsize read-write at runtime.Xin LI2014-11-181-1/+1
| * Add locking to wds(4) and mark MPSAFE.John Baldwin2014-11-181-90/+84
| * Add locking to scd(4) and mark MPSAFE.John Baldwin2014-11-183-74/+86
| * Cleanups to pst(4):John Baldwin2014-11-182-19/+21
| * Add locking to mly(4) and mark MPSAFE.John Baldwin2014-11-182-101/+131
| * Add locking to mcd(4) and mark MPSAFE.John Baldwin2014-11-183-70/+117
| * Convert the refire_notify_ack timer from timeout(9) to callout(9).John Baldwin2014-11-182-7/+12
| * Add a tunable for spa_slop_shift which controls how much space weXin LI2014-11-181-0/+3
| * Allow tuning zfs_max_recordsize via loader tunable. Tuning is NOTXin LI2014-11-181-0/+5
| * Make gpio_default_map_gpios() static. No functional changes.Luiz Otavio O Souza2014-11-181-3/+1
| * Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-1816-140/+38
| * These delays aren't needed. Elimate them. They should be on the orderWarner Losh2014-11-181-2/+0
| * opt_global.h is included automatically in the build. No need toWarner Losh2014-11-1817-30/+0
| * No need to list opt_global.h. No need to force ALTQ here, since that'sWarner Losh2014-11-181-3/+0
| * opt_global.h is never needed in SRCS lists.Warner Losh2014-11-181-1/+1
| * Fix typo pointed out by avg@ and Joerg Sonnenberger. Add a clarifyingWarner Losh2014-11-181-4/+4
| * Implement the historic DIOCGDINFO ioctl for gpart on BSDWarner Losh2014-11-185-4/+78
| * Add Altera Parallel IO (PIO) device driver.Ruslan Bukin2014-11-183-0/+323
| * Add Virtio MMIO bus driver.Ruslan Bukin2014-11-184-0/+941
| * Collapse three contiguous comment blocks into one. Remove historicalGleb Smirnoff2014-11-181-8/+3
| * Fix the i2c bus speed divisors for TI OMAP4 and AM335x.Ian Lepore2014-11-181-5/+11
| * Fix gpiobus_child_location_str() to return a real string with the mappedLuiz Otavio O Souza2014-11-182-14/+30
| * Remove unnecessary code.Luiz Otavio O Souza2014-11-181-18/+0
| * Allow i2c bus speed to be configured via hints, FDT data, and sysctl.Ian Lepore2014-11-186-34/+153
| * Use automated MK_INET*_SUPPORT code here as well.Warner Losh2014-11-181-16/+3
| * Modernize comments about BIOSes being lame since in this detail theyWarner Losh2014-11-181-6/+10
| * Add basic interrupt management code to gpiobus and ofw_gpiobus.Luiz Otavio O Souza2014-11-183-2/+128
| * Sync with userland variant.Xin LI2014-11-171-5/+3
| * Use the correct device as the power_for_sleep() methodDmitry Chagin2014-11-171-3/+1
| * Remove stray empty comment. The code is adequately explained in theWarner Losh2014-11-171-2/+0
| * Re-introduce padding fields removed with r264321 to keepJulien Charbon2014-11-171-0/+2
| * l2arc: restore correct rounding up of asize of compressed dataAndriy Gapon2014-11-171-7/+9
| * Revert r269093 which introduced physical zio alignment transformAndriy Gapon2014-11-171-2/+1
| * Disable TRIM on file backed ZFS vdevs and fix TRIM on initSteven Hartland2014-11-176-9/+18
| * Finish r274175: do control plane MTU tracking.Alexander V. Chernikov2014-11-175-27/+104
| * No functional changes. Remove a couple outdated or inane comments andIan Lepore2014-11-161-5/+35
| * Correct the sequence of busdma sync ops involved with PRE/POSTREAD syncs.Ian Lepore2014-11-161-8/+9
| * Do the cache invalidate sequence from the outermost to innermost, requiredIan Lepore2014-11-161-1/+1
| * Do not do a cache invalidate on a PREREAD sync that is also a PREWRITE sync.Ian Lepore2014-11-161-1/+1
| * Indent a couple lines properly and expand a comment. No functional changes.Ian Lepore2014-11-161-4/+8
| * Revert r274585: rte lock is properly destroyed in uma dtor callback.Alexander V. Chernikov2014-11-161-1/+0
| * Fix r273112: do not turn DROP_EN by default.Alexander V. Chernikov2014-11-161-1/+1
| * drm/radeon: Lower priority of a message related to invalid EDIDJean-Sébastien Pédron2014-11-161-1/+1
| * Make witness happy: destroy rte lock before free.Alexander V. Chernikov2014-11-161-0/+1
| * prevent doing filter ops locking for staticly compiled filter ops...John-Mark Gurney2014-11-162-17/+40
| * Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the defaultAlan Cox2014-11-156-50/+107
| * Fix END()s for fueword and fueword64, match the name in END() withKonstantin Belousov2014-11-151-2/+2
| * Whitespace and comment tweaks, no functional changes.Ian Lepore2014-11-151-17/+21
| * When doing busdma sync ops for BUSDMA_COHERENT memory, there is no needIan Lepore2014-11-151-1/+11