aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Avoid taking proctree_lock and searching parents in wrappers if not needed.Bryan Drewery2015-08-261-0/+4
* Remove unneeded inuse list locking in filemon_comment().Bryan Drewery2015-08-261-6/+0
* Move common locking for filemon_inuse and struct filemon* to filemon_pid_chec...Bryan Drewery2015-08-261-135/+5
* ioat(4): Minor style cleanupsConrad Meyer2015-08-251-1/+1
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-253-7/+0
* Import ioat(4) driverConrad Meyer2015-08-246-0/+1939
* When forking a child process with PMC_F_DESCENDANTS set in pmc_attach()Bjoern A. Zeeb2015-08-241-3/+25
* Style/whitespace cleanup in shared/common code.Sean Bruno2015-08-2413-338/+309
* Make the UMA harvesting go away completely if not wanted. Default to "not wan...Mark Murray2015-08-225-29/+19
* Create a RouterBoard platform and use it to create a flash mapJustin Hibbits2015-08-221-1/+1
* We're waiting on a struct proc *, not a struct thread *. Fix aWarner Losh2015-08-211-1/+1
* xen: allow disabling PV disks and nicsRoger Pau Monné2015-08-212-0/+6
* vt_cpulogos: Resize all terms/windows when tearing down logosConrad Meyer2015-08-213-35/+35
* Further conversions from ifp->if_softc -> ic_softc.Adrian Chadd2015-08-208-67/+65
* Remove some if_softc references from urtwn(4).Adrian Chadd2015-08-201-5/+5
* cxgbe(4): Save the flags for the last adapter-wide synchronizedNavdeep Parhar2015-08-192-0/+3
* Allow building a kernel with baked in ig4, isl and cyapa drivers.Michael Gmelin2015-08-193-33/+21
* Fix the use of plural in two cases that I missed on r285784.Luiz Otavio O Souza2015-08-181-2/+8
* Add the GPIO driver for the ADI Engineering RCC-VE and RCC-DFF/DFFv2.Luiz Otavio O Souza2015-08-181-0/+368
* Add ichwd TCO version 3 support (Bay Trail / Rangeley...)Fabien Thomas2015-08-182-170/+335
* Using the error return code documented in the comment.Tai-hwa Liang2015-08-181-1/+1
* Fixing typo as well as improving readability of a few comments.Tai-hwa Liang2015-08-181-6/+11
* Support frame buffers that are larger than the default screenMarcel Moolenaar2015-08-182-2/+9
* Convert more ifp->if_softc -> ic->ic_softc.Adrian Chadd2015-08-176-74/+52
* Migrate ifp->if_softc -> ic->ic_softc.Adrian Chadd2015-08-171-8/+5
* gpioled(4) depends on gpiobus.Luiz Otavio O Souza2015-08-171-0/+1
* Fix a few bugs when gpiobus is detaching:Luiz Otavio O Souza2015-08-171-4/+14
* Add DEV_RANDOM pseudo-option and use it to "include out" random(4)Mark Murray2015-08-1711-331/+574
* Remove most of the references of ifp->if_softc and replace withAdrian Chadd2015-08-175-44/+37
* Bump all copywrite dates to 2015Sean Bruno2015-08-1639-39/+39
* e1000/if_lem.c bump to 1.1.0Sean Bruno2015-08-162-8/+1
* Increase EM_MAX_SCATTER to 64 such that the size of em_xmit()::segs[EM_MAX_SC...Sean Bruno2015-08-162-66/+80
* Add capability to disable CRC stripping. This breaks IPMI/BMC capabilities on...Sean Bruno2015-08-161-1/+6
* Small addition to r286814.Alexander Motin2015-08-151-2/+0
* Remove UMA allocation of ATA requests.Alexander Motin2015-08-152-34/+3
* Improve support for Macs that have a stride not equal to theMarcel Moolenaar2015-08-151-20/+6
* Improve the VT initialization message: have it say what theMarcel Moolenaar2015-08-151-2/+3
* Fixes for HIGH speed ISOCHRONOUS traffic. HS ISOCHRONOUS traffic atHans Petter Selasky2015-08-152-216/+236
* Fix race in USB PF which can happen if we stop tracing exactly whenHans Petter Selasky2015-08-152-1/+10
* Remove another remnant of PV domU support and assume that we always runJohn Baldwin2015-08-141-60/+0
* Handle NYET high speed tokens and predict NAK'ing is up next.Hans Petter Selasky2015-08-141-7/+13
* Minor code refactor to avoid duplicating code.Hans Petter Selasky2015-08-141-18/+9
* Improve the realtime properties of USB transfers for embedded systemsHans Petter Selasky2015-08-147-29/+71
* s/as/at/ in previous commit.Marcel Moolenaar2015-08-131-1/+1
* Avoid left-shifting negative signed values in bxe(4).Dimitry Andric2015-08-131-3/+3
* Change md(4) to use weak symbols as start, end and size for the embeddedMarcel Moolenaar2015-08-131-5/+22
* Fix text mode operation.Marcel Moolenaar2015-08-132-4/+8
* Use g_conf_printf_escaped() to escape illegal symbols in file name.Andrey V. Elsukov2015-08-131-3/+6
* Add support for the Broadcom TruManage integrated serial port.Marcel Moolenaar2015-08-121-0/+2
* Better support memory mapped console devices, such as VGA and EFIMarcel Moolenaar2015-08-122-36/+7