]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
MFV r298691:
[FreeBSD/FreeBSD.git] / sys / dev /
2016-04-27 delphijMFV r298691:
2016-04-27 sephehyperv/hn: Add stat for # of chimney sending tries
2016-04-27 sephehyperv/vmbus: Mark sysctls MPSAFE
2016-04-27 sephehyperv/hn: Mark sysctls MPSAFE
2016-04-27 sephehyperv/hn: Remove unapplied comment.
2016-04-27 sephehyperv/hn: Restart sending earlier once we gathered...
2016-04-26 gonzoRefactor DTS files for Zynq-based SoCs
2016-04-26 cemciss(4): Fix overrun of array
2016-04-26 cemiscsi_initiator(4): Fix use-after-free, double-free
2016-04-26 cemaacraid(4): Fix some mostly trivial buffer overruns
2016-04-26 cemPCI Enhanced Allocation: Annotate an intentional switch...
2016-04-26 cemiwm(4): Don't dereference potentially NULL pointer...
2016-04-26 cememu10kx: Don't iterate beyond array bounds
2016-04-26 brFix the parameter type according to method declaration.
2016-04-26 pfgsys/dev: extend use of the howmany() macro when available.
2016-04-26 andrewStop including machine/fdt.h from the fdt uart code...
2016-04-26 brDo not include fdt.h on RISC-V.
2016-04-26 sephehyperv/hn: Change description to "Hyper-V Network Inter...
2016-04-26 sephehyperv/stor: Set description properly in probe devmethod
2016-04-26 sephehyperv/channel: Git rid of the sub-channel creation...
2016-04-26 sephehyperv/stor: Avoid sub-channel creation callback.
2016-04-26 sephehyperv/hn: Avoid sub-channel creation callback.
2016-04-26 sephehyperv/stor: Synchronize sub-channel offers
2016-04-26 sephehyperv/stor: Remove the useless hs_open_multi_channel
2016-04-26 adrian[iwm] implement suspend/resume through ieee80211_{suspe...
2016-04-26 adrian[iwm] add extra transmit setup/completion logging so...
2016-04-26 adrian[ath] add LDPC capability support and LDPC RX support.
2016-04-26 adrian[ath] obey the STBC flag setting in iv_flags_ht
2016-04-25 adrian[iwm] restart the VAP if there's a firmware panic.
2016-04-25 pfgdev/random: use our roundup() macro instead of re-imple...
2016-04-25 davidcs1. Removed -Wno-shift-negative-value from Makefile
2016-04-25 adrian[bhnd] Fix ChipCommon probing.
2016-04-25 adrian[iwn] fix firmware command use in iwm_auth().
2016-04-25 sephehyperv/hn: Synchronize sub-channel offers
2016-04-25 sephehyperv/channel: Add functions to synchronize sub-channe...
2016-04-25 sephehyperv/channel: Log a warning about duplicated primary...
2016-04-25 sephehyperv/channel: Remove unapplied comment
2016-04-25 sephehyperv/channel: Minor style changes; no functional...
2016-04-25 sephehyperv/channel: Remove the unnecessary 'new' flag
2016-04-25 sephehyperv/et: Strip extra white space in function name
2016-04-25 sephehyperv/hn: Allow users to configure ifq or bufring...
2016-04-25 sephehn: Increase odrops for if_transmit method if drbr_enqu...
2016-04-23 dchaginFix streams and svr4 module dependency. Both modules...
2016-04-23 davidcsRemove Unused/Dead Code
2016-04-22 jhbOptionally return the output capabilities list from...
2016-04-22 pfgCleanup redundant parenthesis from existing howmany...
2016-04-22 adrian[bhnd] use correct bus deallocation method
2016-04-22 adrian[bhnd] Update bhndb format strings to match long -...
2016-04-22 adrian[bhnd] Add a common bhnd_pci driver shared by both...
2016-04-22 sephehyperv/et: Make Hyper-V event timer a device.
2016-04-22 sephehyperv: Update copyright to 2016 for the files Microsof...
2016-04-21 avosurtwn: optimize rate lookup in the urtwn_ra_init()
2016-04-21 pfgYet more redundant parenthesis from r298431.
2016-04-21 pfgsys: use our roundup2/rounddown2() macros when param...
2016-04-21 pfgRedundant parenthesis from r298431.
2016-04-21 pfgsys: use our nitems() macro when param.h is available.
2016-04-21 jhbAdjust the fdc worker thread startup to work when APs...
2016-04-21 jhbQueue the CPU-probing task after all acpi_cpu devices...
2016-04-21 hselaskyAdd new USB quirk.
2016-04-21 pfgRemove slightly used const values that can be replaced...
2016-04-21 pfgsiba(4): remove slightly used 'bound' variable.
2016-04-21 avosnet80211: enable promiscuous mode state change for...
2016-04-20 jkimPrefer sizeof(*pointer) over sizeof(type). No funtiona...
2016-04-20 jkimThere is no need to use array any more. No functional...
2016-04-20 jkimRemove query flag from acpi_EvaluateOSC(). This functi...
2016-04-20 jhbInvoke _OSC on Host-PCI bridges.
2016-04-20 jhbAdd a wrapper for evaluating _OSC methods.
2016-04-20 pfgRemove unused e500_event_codes_size.
2016-04-20 avosnet80211: replace internal LE_READ_*/LE_WRITE_* macro...
2016-04-20 sgalabovAdd compat strings used by OpenWRT to some Mediatek...
2016-04-20 sgalabovModify mx25l FDT compatible device handling
2016-04-20 cemsym(4): Don't double-free 'sim' in failure case
2016-04-20 cemsound(4): Don't use-after-free in midi module unload
2016-04-20 cempty(4): Use strlcpy to guarantee destination buffer...
2016-04-20 cemi915kms: Fix memory leak if a CRT is detected
2016-04-20 cemdrm2(4): Fix double-free in low-memory error path
2016-04-20 cemi915kms intel_pm: Read from actual tsc_freq instead...
2016-04-20 cemnctgpio(4): Don't index past the end of sc->pins array
2016-04-19 pfgsys/dev: use our nitems() macro when it is avaliable...
2016-04-19 pfgdev/agp: use our nitems() macro when it is avaliable...
2016-04-19 pfgdev/usb: use our nitems() macro when param.h is available.
2016-04-19 davidcs1. modify fwdump (a.k.a grcdump) so that grcdump memory...
2016-04-19 sbrunoaacraid(4): Sanely copyin userland pointers and ensure...
2016-04-19 adrian[bhnd] Standardize bhnd device tables and quirk matching.
2016-04-19 adrian[bhnd] Clean up bhnd resource handling and inherited...
2016-04-19 adrian[bhnd] Add support for specifying the address space...
2016-04-19 brRevert r298268 (Add optional chip_select/deselect methods).
2016-04-19 brAssert CS for single transfers.
2016-04-19 loosAdd PCI ID for family 10h model 30h to amdtemp(4).
2016-04-19 brAdd driver for Xilinx AXI Quad SPI device. The device...
2016-04-19 brAdd optional chip_select/deselect methods. This is...
2016-04-19 sephehyperv/vmbus: Make device probe/attach synchronous...
2016-04-19 sephehyperv: Remove two assign-only local variables
2016-04-19 jhibbitsFix SMP booting for PowerPC Book-E
2016-04-18 sbrunohptmv(4) Fix potential buffer overflow in hpt_set_info.
2016-04-18 sbrunoCorrect possible underflow conditions when checking...
2016-04-18 andrewPull the MSI/MSI-X handling functions out to help with...
2016-04-18 delphijMFV r298178:
2016-04-18 adrian[urtwn] default to announcing RX 64K aggregates.
2016-04-17 baptImport libucl 0.8.0
next