aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Correct blkback handling of the BLKIF_OP_FLUSH_DISKCACHE opcode.Justin T. Gibbs2013-09-041-12/+4
* Add 32-bit support for Gxemul's oldtestmips machine emulationOleksandr Tymoshenko2013-09-044-7/+39
* Revert r255152:Eitan Adler2013-09-041-2/+2
* MFP4 217312, 222008, 222052, 222053, 222673, 231484, 231491, 231565, 570643Brooks Davis2013-09-046-47/+340
* Fix hwpmc(4) for 32-bit PowerPC.Justin Hibbits2013-09-042-8/+2
* For TOE connections, the window scale factor in CPL_PASS_ACCEPT_REQ isNavdeep Parhar2013-09-031-1/+1
* sys/dev/xen/blkback/blkback.c:Justin T. Gibbs2013-09-031-1/+1
* Complete any pending Tx frames before attempting the next transmitBryan Venteicher2013-09-032-0/+10
* Fix unintended compiler constant foldingBryan Venteicher2013-09-031-2/+2
* Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoringJustin Hibbits2013-09-033-714/+852
* psm: Add support for middle and extended buttons on Synaptics touchpadsJean-Sébastien Pédron2013-09-021-40/+91
* synaptics and trackpoint support are stable enough to be on by default.Eitan Adler2013-09-021-2/+2
* Complete r250105. Do not zero fields if M_ZERO flag is specified toDavide Italiano2013-09-011-6/+0
* Fix build with gccEitan Adler2013-09-011-1/+1
* Add the device ID for a new flavor of FTDI serial adapter (model 232EX).Ian Lepore2013-09-012-0/+2
* Import multiqueue VirtIO net driver from my user/bryanv/vtnetmq branchBryan Venteicher2013-09-012-1326/+2540
* Sync VirtIO net device header file from recent LinuxBryan Venteicher2013-09-011-3/+46
* Add optional VirtIO device method for post-attach notificationsBryan Venteicher2013-09-012-1/+15
* Add support for postponing VirtIO virtqueue interruptsBryan Venteicher2013-09-012-12/+32
* Sync USB bluetooth product list with Linux.Hans Petter Selasky2013-08-311-0/+2
* Give the page allocations initiated by the swap-backed md(4) a higherKonstantin Belousov2013-08-301-1/+1
* acpi_thermal: Warn about insane _TMP temperature only onceJean-Sébastien Pédron2013-08-301-5/+26
* A final test with unmodified code has shown that a delay of 150msMarcel Moolenaar2013-08-301-1/+1
* Few more minor if_vmx tweaksBryan Venteicher2013-08-302-24/+72
* Fix the sysctl that displays whether buffer packing is enabledNavdeep Parhar2013-08-301-7/+13
* If reading a virtual-device value fails, attempt to read a virtual-device-extColin Percival2013-08-301-0/+3
* Implement support for rx buffer packing. Enable it by default for T5Navdeep Parhar2013-08-302-142/+601
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.Justin T. Gibbs2013-08-291-0/+608
* 'u_long' is consistently spelled 'unsigned long' in this file. Fix it.Jung-uk Kim2013-08-291-1/+1
* Partially revert r254880. The bitmap operations actually use long type now.Jung-uk Kim2013-08-293-8/+5
* Fix the incomplete conversion from atomic_t to long for test_bit().Jung-uk Kim2013-08-291-1/+1
* Clarify confusions between atomic_t and bitmap. Fix bitmap operationsJung-uk Kim2013-08-292-13/+19
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-2912-754/+184
* - Remove test_and_set_bit() macro. It is unused since r255037.Jung-uk Kim2013-08-291-5/+3
* Fix atomic operations on context_flag without altering semantics.Jung-uk Kim2013-08-291-3/+3
* Work-around a timing problem with the ITE IT8513E now that the coreMarcel Moolenaar2013-08-291-1/+13
* Migrate iwn(4) to use the new ieee80211_tx_complete() API.Adrian Chadd2013-08-291-35/+23
* Remove the duplicate LLC_MISS event and put it in the right order.Adrian Chadd2013-08-291-3/+2
* Merge r254386 from user/np/cxl_tuning. Add an INET|INET6 check missingNavdeep Parhar2013-08-293-0/+17
* Correct atomic operations in i915.Jung-uk Kim2013-08-283-11/+11
* Fix a compiler warning and add couple of VM map types.Jung-uk Kim2013-08-281-3/+21
* Whitespace nit.Navdeep Parhar2013-08-281-1/+1
* Fix a compiler warning. With this fix, a negative time can be converted toJung-uk Kim2013-08-281-1/+1
* Change t4_list_lock and t4_uld_list_lock from mutexes to sx'es.Navdeep Parhar2013-08-283-35/+34
* Add hooks in base cxgbe(4) for the iWARP upper-layer driver. Update aNavdeep Parhar2013-08-286-8/+30
* Reduce diff against stable/9 slightly.Jung-uk Kim2013-08-281-3/+2
* ql_minidump() should be performed only by port 0.David C Somayajulu2013-08-281-2/+2
* Do not save/restore video memory if we are not using linear frame buffer.Jung-uk Kim2013-08-281-22/+15
* Make sure to free stale buffer before allocating new one for safety.Jung-uk Kim2013-08-281-2/+6
* Avoid unnecessary signedness conversion.Jung-uk Kim2013-08-281-3/+3