]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
The AIM DAR (data access fault address register) and Book-E DEAR registers
[FreeBSD/FreeBSD.git] / sys / dev /
2015-03-04 dumbbelldrm: Import Linux commit b7ea85a4fed37835eec78a7be3039c...
2015-03-04 emasteUpdate ThunderX SATA quirk
2015-03-03 loosSort and remove unnecessary headers.
2015-03-03 hselaskyAdd quirk for USB 3.0 controllers which don't support...
2015-03-03 andrewFix the pl011 driver to work when the uart will write...
2015-03-03 kevloCheck the return value of config_intrhook_establish().
2015-03-02 loosMove duplicate code to a new public function.
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 hselaskyAdd quirk to disable 64-bit XHCI DMA after r276717.
2015-03-02 baptUpdate mandoc to cvs snaphot from 20150302
2015-03-02 adrianLay some groundwork for having this stuff hang off...
2015-03-01 impDon't leak 'used' in a few error cases.
2015-03-01 impUnlock the main lock before returning rather than after...
2015-03-01 dumbbellRecord the dependency to x86bios in vga_pci
2015-03-01 adrianAR8327: Disable energy-efficient ethernet support in...
2015-03-01 adrianBump the port mask on the AR8327 ethernet switch from...
2015-03-01 dumbbellvt(4): Add support to "downgrade" from eg. vt_fb to...
2015-03-01 dumbbellvgapci: New vga_pci_repost() function
2015-03-01 rstoneValidate the schema that the PF driver passed to us
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 some pcib methods to get ARI-related information
2015-03-01 rstoneRefactor PCI resource allocation
2015-03-01 rstoneRefactor PCI device creation
2015-02-28 adrianAdd another register definition for the AR8327.
2015-02-28 rstoneAdd a missing include of an options header.
2015-02-28 ngieUnbreak 'make depend' with sfxge by removing debugging...
2015-02-28 loosAdd ofw_gpiobus_parse_gpios(), a new public function...
2015-02-28 loosRename and move gpiobus_alloc_ivars() and gpiobus_free_...
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 roygernetback: disable GSO
2015-02-28 ngiePad RX copy alignment calculation to avoid illegal...
2015-02-28 impMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-27 jchandraAllow creating subclass of FDT simplebus
2015-02-27 glebiusUse m_getjcl() instead of old mbuf(9) KPIs.
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 arybchiksfxge: expect required init_state on data path and...
2015-02-26 kenAdd FreeBSD stable/10 version checks for the availabili...
2015-02-26 mavFor some uniformity move ahci_ch_init() call under...
2015-02-25 adrianMigrate using CPU_ZERO() + CPU_SET() -> CPU_SETOF().
2015-02-25 hselaskyAdd ugen keyword to USB pnpinfo. Remove extra space...
2015-02-25 arybchiksfxge: use tab to indent instead of spaces
2015-02-25 arybchiksfxge: correct limit for number of Rx queues
2015-02-24 adrianChange uses of taskqueue_start_threads_pinned() ->...
2015-02-24 slm- Updated all files with 2015 Avago copyright, and...
2015-02-24 npcxgbe(4): allow tx hardware checksumming on the netmap...
2015-02-24 npcxgbe(4): set up congestion management for netmap rx...
2015-02-24 npcxgbe(4): do not set the netmap rxq interrupts on a...
2015-02-24 npcxgbe(4): wait for the hardware to catch up before...
2015-02-24 npcxgbe(4): request an automatic tx update when a netmap...
2015-02-24 brEnable 'receive timeout' interrupt allowing us to not
2015-02-24 hselaskyEnsure that the XHCI driver will refresh the control...
2015-02-24 luigiAdd native netmap support to ixl.
2015-02-24 arybchiksfxge: add put-list high watermark
2015-02-24 arybchiksfxge: use goto to cleanup to avoid duplicate cleanup...
2015-02-24 yongariCorrect a typo.
2015-02-23 glebiusPrevious version of mbufq were fine initialized by...
2015-02-23 hselaskyAdd support for the DWC OTG v2 chipset found in the...
2015-02-23 luigiadd MODULE_VERSION, needed to track module dependencies
2015-02-22 arybchiksfxge: implement if_get_counter callback
2015-02-22 arybchiksfxge: add common code support for changing TX queue...
2015-02-22 arybchiksfxge: correct event queue interrupt moderation timer...
2015-02-22 arybchiksfxge: DMA allocated memory is set to zeros because...
2015-02-22 arybchiksfxge: do no allow EFSYS_MEM_ALLOC sleep
2015-02-22 arybchiksfxge: assert event queue lock in event handlers
2015-02-22 arybchiksfxge: pass correct address to free allocated memory...
2015-02-22 arybchiksfxge: using bus_space_*_stream_* API for better portab...
2015-02-22 arybchiksfxge: add missing Siena sensors to common code
2015-02-22 arybchiksfxge: add missing common code NVRAM types and map...
2015-02-22 arybchiksfxge: add new identities to Siena static config
2015-02-22 arybchiksfxge: TxQ block level should use EFX_TXQ_LIMIT as...
2015-02-22 arybchiksfxge: use sparse index to retrieve sensor value
2015-02-22 arybchiksfxge: use macros to acquire and release BAR locks...
2015-02-22 arybchiksfxge: packet can't require more than n_dma_seg descrip...
2015-02-22 arybchiksfxge: use common definitions of MC shared memory offse...
2015-02-22 arybchiksfxge: synchronize EF10 registers header
2015-02-22 arybchiksfxge: style fixes and cleanup
2015-02-21 arybchiksfxge: allow TX and RX queue limits to be changed
2015-02-21 arybchiksfxge: check allocations are non-NULL before freeing...
2015-02-21 arybchiksfxge: keep fw and driver view of autoneg parameters...
2015-02-21 arybchiksfxge: never set RX_DESCQ_EN during self-test
2015-02-21 arybchiksfxge: more accurate calculation of maximum number...
2015-02-20 npcxgbe(4): there is no need to force an "unimplemented...
2015-02-20 arybchiksfxge: reap Tx descriptors on unblock
2015-02-20 arybchiksfxge: add assertions that required event handlers...
2015-02-20 arybchiksfxge: style fixes
2015-02-20 arybchiksfxge: regenerate sensor map
2015-02-20 arybchiksfxge: add Florence R7 turbo mode support to common...
2015-02-20 arybchiksfxge: regenerate MCDI protocol headers
2015-02-20 arybchiksfxge: handle fragmented TCP header in mbuf
2015-02-20 jfvBring the XL710 drivers up to the SW3 release level.
2015-02-19 andrewAdda function to iterate over the cpu nodes in the...
2015-02-19 andrewAdd support to get the cpu ID from its device driver...
next