aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow FDT_DTS_FILE to be a list, either in the makedtb target, or in aWarner Losh2014-04-302-4/+8
* Reintroduce priority for the TRIM ZIOs instead of using the "NOW" prioritySteven Hartland2014-04-307-73/+124
* Do not reread SCSI disk VPD pages on every device open.Alexander Motin2014-04-301-10/+35
* Make uninteresting PCI devices with no attached drivers only print outSteven Hartland2014-04-301-92/+100
* Convert the Zynq SoC support to the new routines for static device mapping.Ian Lepore2014-04-302-35/+8
* null.c: uio is unusedEitan Adler2014-04-301-1/+1
* null.c: fix orderingEitan Adler2014-04-301-8/+9
* Add a /dev/full device.Eitan Adler2014-04-301-1/+24
* Fix TCP reassembly vulnerability.Xin LI2014-04-301-3/+4
* * Modify the beacon interval in debugging to be ni_intval, not 102400Adrian Chadd2014-04-301-13/+17
* Add ar9300_get_next_tbtt().Adrian Chadd2014-04-301-0/+6
* Bring over some initial power save management support, reset pathAdrian Chadd2014-04-3012-73/+787
* Ignore writes to microcode update MSR. This MSR is accessed by RHEL7 guest.Neel Natu2014-04-301-0/+3
* Only track the power state variable if the power state is changed,Adrian Chadd2014-04-301-4/+9
* * Only update ah_powerMode if we're setting the chip sleep state.Adrian Chadd2014-04-304-12/+27
* Make this declaration into a proper function prototype.Ian Lepore2014-04-291-1/+1
* Update comment.Marius Strobl2014-04-291-1/+1
* Given that as of r258002 the last external user is gone, make sched_lockMarius Strobl2014-04-291-1/+1
* Be consistent with the whitespace in the rest of these files.Ryan Stone2014-04-292-4/+4
* Partially revert r265019 - allocating 512 bytes on stackAlexander V. Chernikov2014-04-291-19/+8
* Move rt_setmetrics() from rtsock.c to route.c.Alexander V. Chernikov2014-04-293-16/+25
* Fix two cases of recursive acquisitions of the vm object lock, onlyKonstantin Belousov2014-04-291-1/+1
* Some Linux guests will implement a 'halt' by disabling the APIC and executingNeel Natu2014-04-292-68/+29
* For the VM_PHYSSEG_DENSE case, checking the requested range to fallKonstantin Belousov2014-04-291-1/+3
* Add SMP support for Zedboard.Ian Lepore2014-04-294-0/+103
* Bump WITNESS_PENDLIST by MAXCPU to account for thePeter Grehan2014-04-291-1/+1
* Fix a panic when removing an IP address from an interface, if the same addressAlan Somers2014-04-291-3/+7
* Do not use senderr() in rtrequest1_fib_change().Alexander V. Chernikov2014-04-291-5/+2
* After r264897 restore the ability to add bootoptions from FDT forBjoern A. Zeeb2014-04-291-1/+50
* Remove redundant includeBryan Drewery2014-04-291-1/+0
* Allow a virtual machine to be forcibly reset or powered off. This is doneNeel Natu2014-04-285-20/+57
* Revert r263754, re-adding support for hw.bus.devctl_disable. BreakingBrooks Davis2014-04-281-3/+37
* Turn off various fancy instruction sets, as well as deduplicate some options.Nathan Whitehorn2014-04-281-1/+2
* Add proto(4): A driver for prototyping and diagnostics.Marcel Moolenaar2014-04-286-0/+623
* Reduce number of opens by REOM RAID during provider taste.Alexander Motin2014-04-287-20/+25
* Drop explicit unsigned from FD_SETSIZE constantEd Maste2014-04-281-1/+1
* Fix ZIO reordering done by vdev_queue_io causing panics when zio_vdev_io_startSteven Hartland2014-04-282-23/+47
* Move common device tree informations to separate dtsi files for A10 and A20 SoC.Ganbold Tsagaankhuu2014-04-284-172/+282
* Don't use multiprocessing-extensions instruction on processors that don'tIan Lepore2014-04-281-0/+4
* Move duplicated code to print l2 cache config into the common code.Ian Lepore2014-04-274-68/+45
* Note that the AR9380 and later hardware supports MYBEACON.Adrian Chadd2014-04-271-0/+4
* Note that the AR5416 and later hardware supports the MYBEACON RX filter.Adrian Chadd2014-04-271-0/+5
* * Add a new capability which returns whether the hardware supportsAdrian Chadd2014-04-273-1/+6
* Program the AR_TSFOOR_THRESHOLD register with a default lifted fromAdrian Chadd2014-04-271-0/+26
* Fix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!Adrian Chadd2014-04-271-2/+2
* Do a read-after-write to ensure the interrupt register update is flushedAdrian Chadd2014-04-271-0/+3
* Disable the beastie menu for EFI console which doesn't support ANSI codesDevin Teske2014-04-273-2/+11
* Fix buildAlexander V. Chernikov2014-04-271-1/+1
* No EFI on i386. This unbreaks the i386 VT kernel build.Nathan Whitehorn2014-04-271-1/+1
* Explain why wbinv_all is SMP-safe in this case, and add a missing l2 cacheIan Lepore2014-04-271-1/+7