aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Call the PSCI reset from cpu_reset on arm64. When rebooting from DDB theAndrew Turner2017-04-242-1/+8
* Switch isp_reset to scratchpad not requiring ISP_MBOXDMASETUP.Alexander Motin2017-04-241-2/+2
* Use proper alignment constant for uma_zcreate().Alexander Motin2017-04-241-1/+1
* hyperv/hn: Use channel0, i.e. TX ring0, for TCP SYN/SYN|ACK.Sepherosa Ziehau2017-04-241-11/+91
* Report NTB link speed to console and interface.Alexander Motin2017-04-235-16/+56
* Change the drawing method for the mouse cursor in planar mode to supportBruce Evans2017-04-231-11/+33
* Optimize setting of the foreground color in the main planar method muchBruce Evans2017-04-211-3/+7
* Merge the main ega drawing method into the main vga planar method andBruce Evans2017-04-211-67/+18
* Oops, the previous commit swapped the main ega method with the mainBruce Evans2017-04-211-5/+3
* Eliminate the ega renderer switch. It did nothing useful except holdBruce Evans2017-04-201-14/+5
* When the character width is 9, remove vertical lines in the mouse cursorBruce Evans2017-04-202-8/+22
* Write-combine framebuffer writes through user-space mappings, if possible.Konstantin Belousov2017-04-201-0/+3
* Update comment ot reflect realilty, we know also take care of CPUs thatOlivier Houchard2017-04-201-1/+2
* ePAPR states that any non-boot CPU will come in "disabled" state. So we shouldOlivier Houchard2017-04-201-2/+4
* Attempt to determine the modes in which 8-bit wide characters are actuallyBruce Evans2017-04-202-0/+27
* Some cosmetic polishing for pre-timeouts.Alexander Motin2017-04-201-4/+3
* Cleanup QLA_LOCK/QLA_UNLOCK macrosDavid C Somayajulu2017-04-204-60/+63
* Fix build without SC_PIXEL_MODE defined.Gleb Smirnoff2017-04-191-1/+2
* Revert r316796. It is not necessary since r317173.Jung-uk Kim2017-04-191-7/+1
* Always clear borders when the terminal is flushed.Jung-uk Kim2017-04-191-29/+29
* Micro-optimize vt_set_border().Jung-uk Kim2017-04-191-30/+19
* Fix missing support for drawing the mouse cursor in depth 24 of directBruce Evans2017-04-191-46/+6
* Stop using a saveunder method for mouse cursor drawing in the vgaBruce Evans2017-04-191-49/+5
* When we don't use the parameter table in the BIOS, also don't use mostBruce Evans2017-04-191-5/+24
* hyperv: Use kmem_malloc for hypercall memory due to NX bit change.Sepherosa Ziehau2017-04-191-12/+19
* Block FPDMA TRIM for ASMedia HBAs.Alexander Motin2017-04-183-11/+15
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-172-0/+2
* Remove unneeded include of vm_phys.h.Gleb Smirnoff2017-04-172-2/+0
* cxgbe: Add tunables to control the number of LRO entries and the numberNavdeep Parhar2017-04-172-10/+58
* Replace the RC4 algorithm for generating in-kernel secure randomMark Murray2017-04-162-4/+11
* Add imx6ul SoC support, and get the PHY number from the FDT data. If thereIan Lepore2017-04-161-2/+8
* Add support for the Micrel KSZ8081 ethernet PHY.Ian Lepore2017-04-162-1/+28
* Add a 10x16 mouse cursor and use it in all graphics (strictly, pixel)Bruce Evans2017-04-151-3/+11
* Structure the mouse cursor data so that it is easier to switch, andBruce Evans2017-04-151-24/+39
* cxgbe: Add a tunable to configure the SGE time scaler, which isNavdeep Parhar2017-04-153-8/+39
* cxgbe/iw_cxgbe: Report the actual values of various parameters asNavdeep Parhar2017-04-143-24/+24
* cxgbe/iw_cxgbe: Report accurate page_size_cap in ib_query_device.Navdeep Parhar2017-04-141-1/+1
* cxgbe/iw_cxgbe: hw supports 64K (not 32K) Protection Domains.Navdeep Parhar2017-04-141-1/+1
* Oops, the previous revision was missing the update of the shift variable.Bruce Evans2017-04-141-1/+1
* Adjust shifting so that cursor widths up to 17 (was 9) work in vga planarBruce Evans2017-04-141-6/+6
* Remove RTL8153 quirk since ure(4) supports this chip.Kevin Lo2017-04-141-1/+0
* Optimize drawing of the mouse cursor in vga planar mode almost asBruce Evans2017-04-141-4/+7
* Further unobfuscate the method of drawing the mouse cursor in vga planarBruce Evans2017-04-141-32/+17
* Remove dead code.Pyun YongHyeon2017-04-141-5/+0
* Don't overwrite mapped bits.Pyun YongHyeon2017-04-141-17/+17
* Remove unnecessary assignment.Pyun YongHyeon2017-04-141-1/+1
* hyperv/kvp: Remove always false condition.Sepherosa Ziehau2017-04-141-1/+1
* hyperv/storvsc: Use ULL for 64bits value shift.Sepherosa Ziehau2017-04-141-1/+1
* hyperv/kbd: Remove unnecessary assignment.Sepherosa Ziehau2017-04-141-1/+0
* Remove unnecessary check aginst NULL. txp_ext_command() withPyun YongHyeon2017-04-141-2/+1