aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing calls to bus_dmamap_unload() when freeing static DMAJohn Baldwin2014-06-136-2/+20
* Attach the CUSE library and kernel module to the default FreeBSDHans Petter Selasky2014-06-132-1/+2
* Fix some leaks on LUN creation error.Alexander Motin2014-06-121-2/+7
* clear the write bit... This allows my AVILA board to survive aJohn-Mark Gurney2014-06-121-2/+9
* - Fix out of range shifting bug in bitops.h.Hans Petter Selasky2014-06-121-5/+5
* Implement simple direct-mapped cache for popular filesystem identifiers toAlexander Motin2014-06-121-0/+30
* Introduce new "256 Bucket" zone to split requests and reduce congestionAlexander Motin2014-06-121-1/+2
* Enable SMP for both Exynos5 models we support.Ruslan Bukin2014-06-122-2/+2
* Activate IRQ 30 (non-secure private timer IRQ) for case we are runningRuslan Bukin2014-06-121-1/+2
* Add machine-dependent SMP part for Exynos5420Ruslan Bukin2014-06-122-8/+70
* Allocating new bucket for bucket zone, never take it from the zone itself,Alexander Motin2014-06-121-0/+2
* Remove some Giant unlocks I missed in r267290.John Baldwin2014-06-121-3/+0
* - Don't compare bus_dma map pointers for static DMA allocations againstJohn Baldwin2014-06-127-13/+15
* - Unmap static DMA buffers allocated via bus_dmemem_alloc() beforeJohn Baldwin2014-06-111-58/+42
* Unload maps for DMA buffers allocated via bus_dmamem_alloc() beforeJohn Baldwin2014-06-113-0/+3
* Fix decoding of near CALL when address-size prefix (67h) is present.Xin LI2014-06-111-6/+13
* Fix decoding of LEA when address-size prefix (67h) is present.Xin LI2014-06-111-8/+11
* Fix decoding of MOVSX.Xin LI2014-06-111-0/+1
* Apply vendor fixes to the High Point drivers:Xin LI2014-06-115-35/+33
* Fix a few more drivers that were explicitly destroying the bus_dmaJohn Baldwin2014-06-115-12/+0
* Correct a bug in the management of the population map on big-endianAlan Cox2014-06-111-8/+48
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-1125-266/+222
* Remove unneeded mountlist_mtx acquisition from sync_fsync().Alexander Motin2014-06-111-4/+1
* Improve logic besides net.bpf.optimize_writers.Alexander V. Chernikov2014-06-111-12/+63
* Add disklabel64 supportAndrey V. Elsukov2014-06-113-0/+3
* Add disklabel64 support to GEOM_PART class.Andrey V. Elsukov2014-06-113-0/+680
* Allow swapping to DragonFlyBSD's swap partition.Andrey V. Elsukov2014-06-111-1/+2
* Add aliases for DragonFlyBSD's partition types.Andrey V. Elsukov2014-06-114-24/+57
* Add DragonFlyBSD's Hammer FS types and type names.Andrey V. Elsukov2014-06-111-2/+4
* Add UUIDs for DragonFlyBSD's partition types.Andrey V. Elsukov2014-06-111-0/+19
* Add a driver for Serial Peripheral Interface (SPI).Ruslan Bukin2014-06-113-0/+298
* Move root_mount_hold() functionality to separate mutex.Alexander Motin2014-06-111-12/+15
* Use bitwise OR instead of logical OR when constructing value forJim Harris2014-06-101-1/+1
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-1016-118/+18
* Replace enum forward declarations with complete definitions.Tycho Nightingale2014-06-101-50/+47
* PF_BLUETOOTH protocols: skip initialization of non-virtualized globalsMikolaj Golub2014-06-105-0/+27
* Add helper functions to populate VM exit information for rendezvous andNeel Natu2014-06-103-32/+36
* Add support for the SCTP_LOCAL_TRACE_BUF options.Michael Tuexen2014-06-101-2/+3
* change the netmap mbuf destructor so the same code works also on FreeBSD 9.Luigi Rizzo2014-06-101-9/+16
* Avoid the USB device disconnected and controller shutdown clutter on systemMarius Strobl2014-06-102-8/+13
* Call cpp with -P to avoid printing line markings.Rui Paulo2014-06-101-1/+1
* Always append new bios to the tail of the queue, instead of sorting themBryan Venteicher2014-06-101-1/+1
* Turn on interrupt window exiting unconditionally when an ExtINT is beingNeel Natu2014-06-101-2/+6
* Correct unicode map for VGA ROM character 0x0eEd Maste2014-06-101-1/+2
* Add reserved bit checking when doing %CR8 emulation and inject #GP if required.Neel Natu2014-06-093-25/+51
* Re-enable -Werror for these modules. It is already enabled for the sameJohn Baldwin2014-06-094-4/+0
* mdoc: fix AUTHORS section.Joel Dahl2014-06-091-2/+2
* Use strcasecmp() instead of strcmp() when checking user-supplied encodingJohn Baldwin2014-06-092-4/+4
* Make the hpt27xx(4) driver MPSAFE.John Baldwin2014-06-093-47/+51
* Fixes from Fanco Ficthner on transparent modeLuigi Rizzo2014-06-091-19/+7