aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-0767-5698/+3705
* Attach dwmmc to the ofwbus, som devicetrees place it here.Andrew Turner2015-08-071-0/+1
* Stop including machine/fdt.h, it's unneeded, and purposefullyAndrew Turner2015-08-071-1/+0
* Return the current ftdi bitbang mode with the UFTDIIOC_GET_BITMODE ioctl.Ian Lepore2015-08-062-7/+16
* Add support to the uftdi driver for reading and writing the serial eepromIan Lepore2015-08-063-1/+112
* Remove some more vestiges of the Xen PV domu support. Specifically,John Baldwin2015-08-066-16/+6
* Make it compilable. No idea if it works.Gleb Smirnoff2015-08-062-3/+3
* Add a hack-around to this fatal taskqueue running whilst the NICAdrian Chadd2015-08-051-0/+3
* cxgbe(4): Update T5 and T4 firmwares bundled with the driver to 1.14.4.0. TheNavdeep Parhar2015-08-053-7107/+7116
* Remove one more that crept in unnecessarily from previous commit.Justin Hibbits2015-08-051-1/+0
* Remove some unnecessary includes.Justin Hibbits2015-08-051-5/+1
* A misplaced #endif in ixgbe_ioctl() causes interface MTU to becomeSean Bruno2015-08-031-3/+3
* Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability:Julien Charbon2015-08-035-53/+57
* Rework the way iSCSI initiator handles system shutdown. This fixesEdward Tomasz Napierala2015-08-031-10/+17
* Don't forget to check the vendor when probing. Also, there's no needWarner Losh2015-08-022-57/+33
* Free mbufs when busdma loading fails.Hans Petter Selasky2015-08-012-6/+0
* Limit the number of times we loop inside the DWC OTG poll handler toHans Petter Selasky2015-07-311-1/+7
* cxgbe(4): initialize debug_flags from the kernel environment.Navdeep Parhar2015-07-311-3/+1
* Add GPIO backlight driver compatible with Linux FDT bindings.Oleksandr Tymoshenko2015-07-301-0/+211
* Add support for Xen blkif indirect segment I/Os. This makes it possible forColin Percival2015-07-302-23/+111
* nvme: do not notify a consumer about failures that occur during initializationJim Harris2015-07-291-0/+9
* Add support for BCM5466 PHYSean Bruno2015-07-292-0/+2
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.Andrey V. Elsukov2015-07-291-2/+5
* drm/i915: Sort functions in i915_gem.c to match Linux 3.8's orderingJean-Sébastien Pédron2015-07-283-2068/+2204
* - Avoid lock contention in the if_transmit callback by using trylock andDavid C Somayajulu2015-07-282-22/+15
* Limit ofw_cpu_early_foreach() to CPUs onlyZbigniew Bodek2015-07-281-2/+18
* Optimise the DWC OTG host mode driver's receive path:Hans Petter Selasky2015-07-282-50/+30
* Check the sync operation.Marcel Moolenaar2015-07-281-1/+6
* - Move the remainder of host controller capability registers reading fromMarius Strobl2015-07-272-82/+77
* - Fix compilation after r285909 with USB_DEBUG defined.Marius Strobl2015-07-271-7/+7
* - Use __FBSDID().Marius Strobl2015-07-271-5/+6
* - Nuke dupe $FreeBSD$.Marius Strobl2015-07-273-13/+5
* - Probe UICLASS_CDC/UISUBCLASS_ABSTRACT_CONTROL_MODEL/0xff again. ThisMarius Strobl2015-07-271-64/+100
* o make sure the boundary is a power of 2, when not zero.Marcel Moolenaar2015-07-261-5/+9
* isl(4), driver for Intersil I2C ISL29018 Digital Ambient Light SensorMichael Gmelin2015-07-252-0/+423
* Remove unused txd_saved.Sean Bruno2015-07-251-2/+1
* cyapa(4), driver for the Cypress APA I2C trackpadMichael Gmelin2015-07-252-0/+1831
* OF_getencprop_alloc shouldn't be used to get string value. If stringOleksandr Tymoshenko2015-07-251-2/+2
* - Since r253161, uart_intr() abuses FILTER_SCHEDULE_THREAD for signalingMarius Strobl2015-07-242-9/+16
* - In mpt_send_handshake_cmd(), use bus_space_write_stream_4(9) for writingMarius Strobl2015-07-242-9/+14
* Panic when a device is trying to recursively acquire rather than hangWarner Losh2015-07-241-2/+11
* Refactor unmapped buffer address handling.Jeff Roberson2015-07-231-1/+0
* nvme: ensure csts.rdy bit is cleared before returning from nvme_ctrlr_disableJim Harris2015-07-231-10/+12
* nvme: properly handle case where pci_alloc_msix does not alloc all vectorsJim Harris2015-07-231-6/+28
* vt: cpu logos: Correct reversed 0/1 beastie descriptionsConrad Meyer2015-07-221-1/+1
* vt: Change default CPU logo to OrbConrad Meyer2015-07-221-1/+1
* vt: Default to cpu logos offConrad Meyer2015-07-221-1/+1
* vt_core.c: Use do/while to highlight missed semi-colon errorsConrad Meyer2015-07-221-5/+5
* Catch up with ACPICA 20150717.Jung-uk Kim2015-07-221-1/+1
* sfxge: added fallbacks for pre 4.2.1 firmware supportAndrew Rybchenko2015-07-223-4/+41