]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/shortlog
FreeBSD/FreeBSD.git
2015-03-01 rstoneTeach pciconf how to dump out SR-IOV capability
2015-03-01 rstoneValidate the schema that the PF driver passed to us
2015-03-01 rstoneDocument the interface for defining a configuration...
2015-03-01 rstoneAdd an rc.d script to invoke iovctl(8) during boot
2015-03-01 rstoneAdd main() for iovctl and hook iovctl into build
2015-03-01 rstoneAdd functions for parsing the iovctl config file
2015-03-01 rstoneAdd iovctl functions for validating config
2015-03-01 rstoneAdd manpage documenting iovctl config file format.
2015-03-01 rstoneAdd a manpage for iovctl(8)
2015-03-01 rstoneRevert r279454. The new directory didn't get added...
2015-03-01 rstoneAdd main() for iovctl and hook iovctl into build
2015-03-01 rstonePass SR-IOV configuration to kernel using an nvlist
2015-03-01 rstoneAdd function to validate the consistency of SR-IOV...
2015-03-01 rstoneAdd infrastructure for exporting config schema from...
2015-03-01 rstoneAdd interface to destroy SR-IOV VFs
2015-03-01 rstoneAllocate PCI I/O memory spaces for VFs
2015-03-01 rstoneEmulate the Device ID and Vendor ID registers for VFs
2015-03-01 rstoneImplement interface to create SR-IOV Virtual Functions
2015-03-01 rstoneAdd manpages for SR-IOV enable/disable driver interface
2015-03-01 rstoneDocument pci_iov_attach/detach in pci.9
2015-03-01 rstoneAllow passthrough devices to be hinted.
2015-03-01 rstoneAdd some pcib methods to get ARI-related information
2015-03-01 rstoneRefactor PCI resource allocation
2015-03-01 rstoneRefactor PCI device creation
2015-03-01 rstoneFix build of nv_tests.cc
2015-03-01 rstoneMove libnv into the kernel and hook it into the kernel...
2015-03-01 rstoneAdd macros to make code compile in kernel
2015-03-01 rstoneAllow Illumos code to co-exist with nv(9)
2015-03-01 rstonePrevent creation of an invalid nvlist
2015-03-01 rstoneDon't allocate memory for operations that do not insert
2015-03-01 rstoneAdd function to force an nvlist into the error state
2015-03-01 rstoneImplement asprintf in libkern
2015-03-01 rstoneExtend the unit test to fix the bug caught in r277925
2015-03-01 rstoneAdd tests for dnvlist_take_*
2015-03-01 rstoneAdd tests for dnv_get_*
2015-03-01 rstoneAdd tests for nvlist_free* functions
2015-03-01 rstoneAdd tests for nvlist_take_*
2015-03-01 rstoneAdd test cases for nvlist_move_*
2015-03-01 rstoneAdd tests for nvlist_pack/unpack
2015-03-01 rstoneAdd tests for nvlist_clone
2015-03-01 rstoneTests of basic nvlist add functions
2015-03-01 rstoneRevert r279422. My "apply patch and commit" script...
2015-03-01 rstoneTests of basic nvlist add functions
2015-03-01 rstoneMake libnv headers includable from C++
2015-02-28 adrianAdd another register definition for the AR8327.
2015-02-28 markjRemove the old DTrace test suite makefile - it was...
2015-02-28 markjAdd infrastructure to integrate the DTrace test suite...
2015-02-28 markjUse the -shared option to create a shared library.
2015-02-28 markjRemove a leading tab that causes a make(1) error when...
2015-02-28 markjOnly kill sleep processes that were forked from the...
2015-02-28 markjStop hard-coding an incorrect path to rm(1).
2015-02-28 rstoneAdd a missing include of an options header.
2015-02-28 kanDo not leak 'copy' buffer if bmap_truncate_indirect...
2015-02-28 ngieUnbreak 'make depend' with sfxge by removing debugging...
2015-02-28 rstoneCorrect the use of an unitialized variable in sendfind_...
2015-02-28 loosAdd ofw_gpiobus_parse_gpios(), a new public function...
2015-02-28 kibSupposed fix for some SandyBridge mobile CPUs hang...
2015-02-28 kanAvoid closing unallocated socket in case socreate fails.
2015-02-28 kanAvoid lookup of CODESET aliases using uninitialized...
2015-02-28 loosRename and move gpiobus_alloc_ivars() and gpiobus_free_...
2015-02-28 kibSome fixes for fdescfs lookup code.
2015-02-28 alcEliminate a variable that became unused when VFS_LOCK_G...
2015-02-28 loosAdd a driver for the Maxim DS3231 a low-cost, extremely...
2015-02-28 arybchiksfxge: compile out LRO if kernel is compiled without...
2015-02-28 jillesnice(): Put back old return value, keeping [EPERM]...
2015-02-28 ianFormat the line properly (wrap before column 80).
2015-02-28 ianExport the new osreldate and osrelease jail parms in...
2015-02-28 roygernetback: disable GSO
2015-02-28 ngiePad RX copy alignment calculation to avoid illegal...
2015-02-28 traszMove the "offload" clause from the target section to...
2015-02-28 ngieFix typo (_DP_grom -> _DP_geom) so applications that...
2015-02-28 kibThe umtx_lock mutex is used by top-half of the kernel...
2015-02-28 jchandraWhitespace fixes for sys/mips/nlm/dev
2015-02-28 jchandraWhitespace fixes for files in sys/mips/nlm
2015-02-28 impMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-27 jchandraAdd subclass of simplebus for Broadcom XLP
2015-02-27 impPut back Andy's void for gcc happiness.
2015-02-27 obriensys/boot/userboot/libstand/libstand.a should also inclu...
2015-02-27 obrienUse sys/boot/userboot/libstand/ and not /usr/lib/libsta...
2015-02-27 obrienRemove duplicated -I.
2015-02-27 obrienUpdate r279018 so it only applies to Clang version...
2015-02-27 impImport from device-tree git://xenbits.xen.org/people...
2015-02-27 obrienThese CTF tools do not use anything from libctf, so...
2015-02-27 kenFix I/O size calculation for pass(4) driver requests...
2015-02-27 impMake sched_random() return an unsigned number, and...
2015-02-27 nwhitehornUse appropriate alternative to -msoft-float for clang...
2015-02-27 nwhitehornFix unitialized variable.
2015-02-27 jchandraAllow creating subclass of FDT simplebus
2015-02-27 kibFix typo. Note that this is mostly innocent, since...
2015-02-27 delphijSet altroot if the user have specified it via -o altroot.
2015-02-27 glebiusUse m_getjcl() instead of old mbuf(9) KPIs.
2015-02-27 jkimWhen a file is executed and the path starts with `...
2015-02-27 pfgeui64_line(): plug memory leak.
2015-02-27 kibThe VNASSERT in vflush() FORCECLOSE case is trying...
2015-02-27 ianAllow the kern.osrelease and kern.osreldate sysctl...
2015-02-27 ianDetect, report and use 8-bit bus if is available.
2015-02-27 ianMMC: Signal HC capability to (e)MMC.
2015-02-27 andrewFix sched_ule on sparc64, gcc complains sched_random...
2015-02-27 andrewRemove SMP support from the Wandboard-Solo and have...
2015-02-27 andrewsched_random is only called for SMP, only define it...
next