summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* sys/dev/xen/blkback/blkback.c:gibbs2013-09-031-1/+1
* Complete any pending Tx frames before attempting the next transmitbryanv2013-09-032-0/+10
* Fix unintended compiler constant foldingbryanv2013-09-031-2/+2
* Refactor PowerPC hwpmc(4) driver into generic and specific. More refactoringjhibbits2013-09-033-714/+852
* psm: Add support for middle and extended buttons on Synaptics touchpadsdumbbell2013-09-021-40/+91
* synaptics and trackpoint support are stable enough to be on by default.eadler2013-09-021-2/+2
* Complete r250105. Do not zero fields if M_ZERO flag is specified todavide2013-09-011-6/+0
* Fix build with gcceadler2013-09-011-1/+1
* Add the device ID for a new flavor of FTDI serial adapter (model 232EX).ian2013-09-012-0/+2
* Import multiqueue VirtIO net driver from my user/bryanv/vtnetmq branchbryanv2013-09-012-1326/+2540
* Sync VirtIO net device header file from recent Linuxbryanv2013-09-011-3/+46
* Add optional VirtIO device method for post-attach notificationsbryanv2013-09-012-1/+15
* Add support for postponing VirtIO virtqueue interruptsbryanv2013-09-012-12/+32
* Sync USB bluetooth product list with Linux.hselasky2013-08-311-0/+2
* Give the page allocations initiated by the swap-backed md(4) a higherkib2013-08-301-1/+1
* acpi_thermal: Warn about insane _TMP temperature only oncedumbbell2013-08-301-5/+26
* A final test with unmodified code has shown that a delay of 150msmarcel2013-08-301-1/+1
* Few more minor if_vmx tweaksbryanv2013-08-302-24/+72
* Fix the sysctl that displays whether buffer packing is enablednp2013-08-301-7/+13
* If reading a virtual-device value fails, attempt to read a virtual-device-extcperciva2013-08-301-0/+3
* Implement support for rx buffer packing. Enable it by default for T5np2013-08-302-142/+601
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.gibbs2013-08-291-0/+608
* 'u_long' is consistently spelled 'unsigned long' in this file. Fix it.jkim2013-08-291-1/+1
* Partially revert r254880. The bitmap operations actually use long type now.jkim2013-08-293-8/+5
* Fix the incomplete conversion from atomic_t to long for test_bit().jkim2013-08-291-1/+1
* Clarify confusions between atomic_t and bitmap. Fix bitmap operationsjkim2013-08-292-13/+19
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-2912-754/+184
* - Remove test_and_set_bit() macro. It is unused since r255037.jkim2013-08-291-5/+3
* Fix atomic operations on context_flag without altering semantics.jkim2013-08-291-3/+3
* Work-around a timing problem with the ITE IT8513E now that the coremarcel2013-08-291-1/+13
* Migrate iwn(4) to use the new ieee80211_tx_complete() API.adrian2013-08-291-35/+23
* Remove the duplicate LLC_MISS event and put it in the right order.adrian2013-08-291-3/+2
* Merge r254386 from user/np/cxl_tuning. Add an INET|INET6 check missingnp2013-08-293-0/+17
* Correct atomic operations in i915.jkim2013-08-283-11/+11
* Fix a compiler warning and add couple of VM map types.jkim2013-08-281-3/+21
* Whitespace nit.np2013-08-281-1/+1
* Fix a compiler warning. With this fix, a negative time can be converted tojkim2013-08-281-1/+1
* Change t4_list_lock and t4_uld_list_lock from mutexes to sx'es.np2013-08-283-35/+34
* Add hooks in base cxgbe(4) for the iWARP upper-layer driver. Update anp2013-08-286-8/+30
* Reduce diff against stable/9 slightly.jkim2013-08-281-3/+2
* ql_minidump() should be performed only by port 0.davidcs2013-08-281-2/+2
* Do not save/restore video memory if we are not using linear frame buffer.jkim2013-08-281-22/+15
* Make sure to free stale buffer before allocating new one for safety.jkim2013-08-281-2/+6
* Avoid unnecessary signedness conversion.jkim2013-08-281-3/+3
* Fix a few typos for s25fl types.loos2013-08-281-2/+2
* Properly free gpiobus ivars when gpiobus_parse_pins() fails and also onloos2013-08-281-4/+18
* Support the PCI-Express SSD in the new MacBook Air (model A1465)gavin2013-08-281-0/+1
* Fix bug in Flash access codedavidcs2013-08-271-5/+5
* Remove duplicate dev.xbd.*.max_requests sysctl added in r252260.cperciva2013-08-271-4/+0
* Use the new ieee80211_tx_complete() function.adrian2013-08-271-11/+2
OpenPOWER on IntegriCloud