]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
opt_global.h is included automatically in the build. No need to
[FreeBSD/FreeBSD.git] / sys / dev /
2014-11-18 impopt_global.h is included automatically in the build...
2014-11-18 impFix typo pointed out by avg@ and Joerg Sonnenberger...
2014-11-18 brAdd Altera Parallel IO (PIO) device driver.
2014-11-18 brAdd Virtio MMIO bus driver.
2014-11-18 loosFix gpiobus_child_location_str() to return a real strin...
2014-11-18 loosRemove unnecessary code.
2014-11-18 ianAllow i2c bus speed to be configured via hints, FDT...
2014-11-18 impModernize comments about BIOSes being lame since in...
2014-11-18 loosAdd basic interrupt management code to gpiobus and...
2014-11-17 dchaginUse the correct device as the power_for_sleep() method
2014-11-17 impRemove stray empty comment. The code is adequately...
2014-11-16 melifaroFix r273112: do not turn DROP_EN by default.
2014-11-16 dumbbelldrm/radeon: Lower priority of a message related to...
2014-11-15 adrianConvert the callouts back to using mutexes.
2014-11-14 adrianMigrate the callouts from using mutex locks to being...
2014-11-13 jhb- Use the existing driver lock in cdevsw methods and...
2014-11-13 jhbLock iir(4) and mark it MPSAFE.
2014-11-13 jhbRemove dpt_isa.c and commented out references to it...
2014-11-13 kibRemove the no-at variants of the kern_xx() syscall...
2014-11-13 npiw_cxgbe: don't forget to close the socket in c4iw_conn...
2014-11-13 luigiadd support for private knote lock (reduces lock conten...
2014-11-13 luigiwe need full barriers here
2014-11-12 npFix some bad interaction between cxgbe(4) and lacp...
2014-11-12 zbbMake uart_bus_fdt a decendant of ofwbus
2014-11-12 zbbMake PL011 UART to wait on putc only when TX FIFO is...
2014-11-12 glebiusIn preparation of merging projects/sendfile, transform...
2014-11-12 ianRemove an #ifdef DEBUG wrapper, and instead use if...
2014-11-11 jhbAdd device ID for the T502-BT (dual-port 1G) adapter.
2014-11-11 jkimUse the correct device. Note this commit complements...
2014-11-11 jhbUse the callout(9) API instead of timeout(9). To do...
2014-11-11 adrianUse the correct device (child) when asking the bus...
2014-11-11 kibUpdate comment.
2014-11-11 kibInitial attachment of the agp(4) to Haswell IGP. There...
2014-11-11 kibBased on some BIOS configuration (GGC register in host...
2014-11-11 kibOn 965 and higher, map GTT as write-combining.
2014-11-11 pjdAdd missing privilege check when setting the dump devic...
2014-11-11 luigiin the Linux section, properly define the NMG_LOCK...
2014-11-11 luigi- fix typo: use ring size from the rx ring, not the...
2014-11-10 luigifix a typo
2014-11-10 luigiinitialize *color if passed as an argument
2014-11-10 luigisync a comment with our internal repo
2014-11-10 npcxgbe(4): adjust PMRX and PMTX parameters.
2014-11-10 desConstify the AES code and propagate to consumers. ...
2014-11-09 bryanvEnable LRO by default when available on vtnet interfaces
2014-11-07 kibFix random.ko module.
2014-11-07 kibSimplify assembler in ivy.c. Move the copying of the...
2014-11-07 zbbAvoid panic in ofwbus caused by not released resource...
2014-11-07 glebiusRemove struct arpcom. It is unused by most interface...
2014-11-07 bzAfter r274205 unbreak NOIP kernels. vsi is now also...
2014-11-07 hselaskyAdd new USB IDs.
2014-11-07 jfvAdd header file missing from last commit.
2014-11-07 bryanvSeveral minor changes to hopefully complete the VirtIO...
2014-11-06 jfvUpdate the Intel i40e drivers, ixl version 1.2.8, ixlv...
2014-11-06 ianA dma tag alignment should be 1 (not 0) when a device...
2014-11-06 ianA dma tag alignment should be 1 (not 0) when a device...
2014-11-04 dumbbellvt(4): Support syscons' SC_HISTORY_SIZE to configure...
2014-11-04 baptPartially fix indentation issues to improve readability...
2014-11-04 desWhen reseeding the DPRNG, we're supposed to hash the...
2014-11-04 kibRevert agp_intel.c part of the r274040 for now. There...
2014-11-03 bryanvCreate the tty device after the port is completely...
2014-11-03 bryanvAdd support for the multiport feature and fix hot plug...
2014-11-03 dumbbelldrm: When reading connector mode tunables, list connectors
2014-11-03 kibagp_intel.c provides support for AGP on Intel chipsets...
2014-11-03 traszs/icl_pdu_new_bhs/icl_pdu_new/; no functional changes...
2014-11-03 baptRemove check for obsolete FreeBSD versions
2014-11-03 traszs/icl_pdu_new/icl_pdu_new_empty/g; no functional changes.
2014-11-03 dumbbelldrm: Take vt(4) default mode from loader tunables
2014-11-03 hselaskyReduce boot verbosity.
2014-11-03 delphijDon't assert random_adaptors_lock in random_adaptor_rea...
2014-11-02 delphij - Make sure random_adaptor accesses happen only when
2014-11-02 dumbbellvt(4): Fix keyboard allocation when kbdmux(4) isn't...
2014-11-02 tijlUse default memory type for TTM buffer objects that...
2014-11-02 tijl- agp_generic_unbind_memory: flush AGP TLB before unwir...
2014-11-02 tijlIn agp_amd_bind_page don't flush the AGP TLB. It's...
2014-11-02 tijlIn agp(4) avoid the need to flush all cpu caches with...
2014-11-02 dumbbelldrm: Lower priority of two messages related to invalid...
2014-11-02 desRestore the auto-reseed logic, but move it to a much...
2014-11-01 mjgFix up module unload for syscall_module_handler consumers.
2014-11-01 dumbbellvt(4): Adjust the cursor position after changing the...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-11-01 loosFix the build of non-FDT systems by moving the gpiobusv...
2014-10-31 loosFix the gpiobus locking by using a more sane model...
2014-10-30 markmThis is the much-discussed major upgrade to the random...
2014-10-30 tijlAvoid possible overflow in agp_generic_alloc_memory.
2014-10-30 tijlPort the TTM AGP backend to the FreeBSD agp driver...
2014-10-30 tijlAdd two new functions to the AGP driver KPI to bind...
2014-10-29 jmgmake this compile on arm... bus_size_t is not size_t...
2014-10-28 npAlways request a completion for every work request...
2014-10-28 hselaskyThe SYSCTL data pointers can come from userspace and...
2014-10-28 araujoDrop __DECONST as well as few fixes of style(9).
2014-10-27 npiwcm_event status needs to be populated for close_compl...
2014-10-27 npSome cxgbe/iw_cxgbe fixes:
2014-10-27 kibAdd a method to iicbus to request IIC_M_NOSTOP behaviou...
2014-10-25 kibSet the caching mode for the usermode mapping of the...
2014-10-25 npcxgbe(4): bump up PF4's share of some global resources.
2014-10-24 rpauloAdd a sysctl to control the HPET allow_write behaviour.
2014-10-24 rpauloHPET: avoid handling the multiple file-descriptor case.
2014-10-24 rpauloHPET: create /dev/hpetN as a way to access HPET from...
2014-10-24 kevloAdd D-Link DWA-123 rev D1 and Elecom WDC-150SU2M.
2014-10-24 delphijReturn BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR...
next