sfxge(4): cleanup: improve prefast annotations
[freebsd.git] / sys / dev /
2016-12-28 arybchiksfxge(4): cleanup: improve prefast annotations
2016-12-28 arybchiksfxge(4): fix defined-but-not-used warning if neither...
2016-12-28 arybchiksfxge(4): cleanup: add missing spaces
2016-12-28 arybchiksfxge(4): cleanup: avoid unspecified unsigned
2016-12-28 arybchiksfxge(4): enclose macro complex value in parenthesis
2016-12-28 arybchiksfxge(4): make strings array pointer itself immutable
2016-12-28 arybchiksfxge(4): cleanup: add const qualifier to const array...
2016-12-28 arybchiksfxge(4): cleanup: avoid spaces before TAB
2016-12-28 arybchiksfxge(4): cleanup: avoid space just before TAB in efx_t...
2016-12-28 arybchiksfxge(4): cleanup: use TAB to indent
2016-12-28 arybchiksfxge(4): cleanup: add missing space between type and...
2016-12-28 arybchiksfxge(4): cleanup: open brace should be on a type name...
2016-12-28 arybchiksfxge(4): cleanup: remove trailing whitespaces
2016-12-28 arybchiksfxge(4): cleanup: pointer symbol should go together...
2016-12-28 arybchiksfxge(4): cleanup: avoid C99 // comments
2016-12-28 arybchiksfxge(4): cleanup: remove unnecessary spaces
2016-12-28 arybchiksfxge(4): cleanup: use spaces around binary arithmetic...
2016-12-28 arybchiksfxge(4): cleanup: fix wrong indent
2016-12-28 arybchiksfxge(4): cleanup: remove trailing whitespace
2016-12-28 arybchiksfxge(4): cleanup: fix typo in siena_mac_loopback_set...
2016-12-28 mmelLimit number of stripes supported by HDA codec to maxim...
2016-12-28 sephehyperv/hn: Factor out function to set rxfilter.
2016-12-28 sephehyperv/hn: Function renaming; no functional changes.
2016-12-28 sephehyperv/hn: Consolidate hn_{suspend,resume}
2016-12-28 sephehyperv/vmbus: Nuke unnecessary critical sections.
2016-12-27 gonzo[intelspi] Add SPI driver for Intel BayTrail SoC
2016-12-27 arybchiksfxge(4): do not limit driver RSS table to RSS channels max
2016-12-27 mmMFV r310622:
2016-12-26 gonzo[ig4] Add ACPI platform support for ig4 driver
2016-12-26 gonzo[evdev] Fix build for older versions of clang
2016-12-26 mmelImport drm_patform.c, an implementation of non-PCI...
2016-12-26 mmelFix late monitor hotplug event.
2016-12-24 gonzo[spigen] Fix spigen attaching as a driver for SPI devic...
2016-12-23 emastemlx(4): remove date from log message
2016-12-23 sephehyperv/ic: Allow applying the samples from hypervisor...
2016-12-23 sephehyperv/ic: Fix version4 timesync message format.
2016-12-22 adrian[rsu] convert rsu to use the ieee80211_rx_stats struct...
2016-12-22 emastemlx: avoid use of __DATE__ to make build reproducible
2016-12-22 roygerxen: fix IPI setup with EARLY_AP_STARTUP
2016-12-22 hselaskyMake a read only pointer constant.
2016-12-22 hselaskyAdd more comments regarding collection of statistics...
2016-12-22 gavinow_temp: Update the temperature visible via the sysctl...
2016-12-21 gavinow_temp: Correct typo in comment
2016-12-21 gonzo[iwn] Several fixes for DMA part of iwn(4)
2016-12-21 emastebhnd: remove srand() to ensure deterministic output
2016-12-21 sephehyperv: Unbreak EARLY_AP_STARUP Hyper-V bootstrap by...
2016-12-21 sephehyperv/storvsc: The max channel in PDU actually means...
2016-12-21 landonfbhnd(4): Use a stable sort key to produce deterministic...
2016-12-20 cemFollow-up to r310340: Add missing "Intel" to description
2016-12-20 cemAdd Braswell PCI IDs for Intel Cherryview
2016-12-20 kenTurn on FC-Tape by default in the isp(4) driver.
2016-12-20 brAdd xDMA -- the DMA abstraction layer, initial verison.
2016-12-20 sephehyperv/ic: Rename cleaned up files.
2016-12-20 sephehyperv/ic: Cleanup driver glue.
2016-12-20 sephehyperv/ic: Rname cleaned up file.
2016-12-20 sephehyperv/ic: Inclusion cleanup
2016-12-20 sephehyperv/ic: Rename cleaned up header file.
2016-12-20 sephehyperv/ic: Cleanup common struct and functions.
2016-12-20 sephehyperv/ic: Factor out function to send IC response
2016-12-20 cemsdhci/mmc: Minor whitespace cleanups
2016-12-20 jmcneillSplit the DesignWare HDMI-specific code from imx6_hdmi...
2016-12-20 kevloMerge r92c_init_rf_common() into r92c_init_rf(). In...
2016-12-19 sjgMerge bmake-20161212
2016-12-19 landonfbhnd(4): NVRAM serialization support.
2016-12-19 landonfbhnd(4): Add support for exporting all (or a subtree...
2016-12-19 landonfbhnd(4): NVRAM device path support.
2016-12-19 landonfbhnd(4): add support for wrapping arbitrary pointers...
2016-12-19 landonfbhnd(4): Add support for three new NVRAM value types...
2016-12-19 landonfbhnd(4): support direct conversion of bhnd_nvram_val
2016-12-19 landonfbhnd(4): Implement a new bhnd_nvram_plist and bhnd_nvra...
2016-12-19 landonfbhnd(4): minor style(9) fixes
2016-12-19 jchandraFix whitespace issues in pl011 uart driver
2016-12-19 hselaskyDefer USB enumeration until the SI_SUB_KICK_SCHEDULER...
2016-12-19 sephehyperv: Implement userspace gettimeofday(2) with Hyper...
2016-12-18 dimAfter r310171, the kernel version of sscanf() has forma...
2016-12-18 manuofw_spi: Parse property for the SPI mode and CS polarity.
2016-12-17 dimMerge ^/head r310169 through r310190.
2016-12-17 jchandraSimplify interrupt mask programming in pl011 uart
2016-12-17 mmMFV r310115,310184:
2016-12-16 gonzo[spigen] Make "data" part of spigen_transfer optional
2016-12-16 dimMerge ^/head r309817 through r310168.
2016-12-16 andrewAdd support to read the _CLS entry if it's present...
2016-12-16 npcxgbe(4): Fix typo in an unused macro.
2016-12-16 npcxgbe(4): Changes to the default T6 firmware configurat...
2016-12-15 sephehyperv: Allow userland to ro-mmap reference TSC page github/projects/bsnmp-improved-ipv6-support
2016-12-15 npcxgbe(4): Deal with compressed error vectors.
2016-12-14 dimIn xbd_connect(), use correct scanf conversion specifie...
2016-12-14 hselaskyFix initialisation of mlx4_pci_table's .driver_data...
2016-12-14 edAttach a "thermal_zone" label to the ACPI thermal zone...
2016-12-14 npcxgbe(4): Fix the tid range shown for T6 cards in misc...
2016-12-14 sephehyperv: Implement "enlightened" time counter, which...
2016-12-13 npcxgbe(4): Retire t4_bus_space_read_8 and t4_bus_space_w...
2016-12-13 kibFix bug in r309712, do not leak gem object pin count...
2016-12-13 mizhka[gpiospi] add clock delay to avoid smashing of bits
2016-12-13 mizhka[spi] reformat message and ar5315_spi minor fix
2016-12-13 cpercivaCheck that blkfront devices have a non-zero number...
2016-12-13 loosRemove a too strict test and instead, just filter the...
2016-12-12 andrewOn non-Intel platforms don't ignore the PCI root bridge...
2016-12-12 manuclk_div: Add a div lookup table
2016-12-12 jchandraIncrease interrupt cells in generic_pcie_fdt_route_inte...
next