]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Do not leak the OFW memory when the result does not satisfy our alignment
[FreeBSD/FreeBSD.git] / sys / dev /
2015-01-30 loosDo not leak the OFW memory when the result does not...
2015-01-30 yongariCorrect device description message.
2015-01-29 arybchiksfxge: Separate software Tx queue limit for non-TCP...
2015-01-29 arybchiksfxge: implemented parameter to restrict RSS channels
2015-01-29 arybchiksfxge: Use SFXGE_MODERATION to initialize event moderation
2015-01-29 arybchiksfxge: Pass correct address to free allocated memory...
2015-01-29 arybchiksfxge: Remove unused esm_size member of the efsys_mem_t...
2015-01-29 arybchiksfxge: Do not bzero() DMA allocated memory once again
2015-01-29 arybchiksfxge: Add evq argument to sfxge_tx_qcomplete()
2015-01-29 arybchiksfxge: fixed TSO code to cope with VLAN headers
2015-01-29 arybchiksfxge: Remove extra cache-line alignment and reorder...
2015-01-29 arybchiksfxge: Make it possible to build without EVQ statistics
2015-01-29 arybchiksfxge: Move txq->next pointer to part writable on compl...
2015-01-29 arybchiksfxge: Change sfxge_ev_qpoll() proto to avoid EVQ point...
2015-01-28 brAdd ARMv7 performance monitoring counters.
2015-01-28 adrianCast everything to something longer than 32 bits so...
2015-01-28 adrianPrint out the final_rix if there's a problem.
2015-01-28 adrianAdd a new HAL capability - required to compile the...
2015-01-27 delphijUse unsigned int for index value.
2015-01-27 avghook userland threads suspend + resume into acpi suspen...
2015-01-27 avgvt(4): Use power_{suspend,resume} event handlers to...
2015-01-27 bryanvRework vtblk dump handling of in flight requests
2015-01-26 jhbLock the socket buffer before jumping to the 'out'...
2015-01-26 jhb- Update a disabled KASSERT() to use sbused() instead...
2015-01-26 jhbFix a couple of panics when detaching from a cxgbe...
2015-01-25 scottlFix the ioctl interface to properly support fetching...
2015-01-25 jhbPass a valid Dx state variable to PCIB_POWER_FOR_SLEEP...
2015-01-24 ianReimplement fdt_clock_register_provider() correctly...
2015-01-24 adrianChange the permissions from 0660 to 0600.
2015-01-24 kibRemove Giant from /dev/mem and /dev/kmem. It is defini...
2015-01-23 jkimSimplify retry loops. No functional change.
2015-01-23 jkimRevert r216942. This commit was premature and caused...
2015-01-23 kevloRemove break after return.
2015-01-22 rstonestyle(9) cleanup
2015-01-21 willFix SCSI status byte reporting on 4Gb and 8Gb Qlogic...
2015-01-21 willForce commit to record the correct log for r277513.
2015-01-21 willChange 1112791 by kenm@ken.spectrabsd8 on 2015/01/15...
2015-01-21 willFix remote DMA based firewire debugging when targeting
2015-01-21 willFix firewire panic when issuing a reply to an unhandled
2015-01-21 willProperly lock accesss to the firewire_comm->devices...
2015-01-21 willFix panic in firewire and creation of invalid config...
2015-01-21 willFix a FWXF_INQ race in the firewire driver.
2015-01-21 willFix one cause of firewire panics.
2015-01-21 willGarbage collect dragonfly and legacy FreeBSD system...
2015-01-21 andrewUpdate the parsing of the cpu node. We are unable to...
2015-01-21 kibAn update for the i915 GPU driver, which brings the...
2015-01-21 kevloTypo: ivalid -> invalid.
2015-01-21 ianRevise the arm bus_space implementation to avoid derefe...
2015-01-20 gjbMerge the following revisions from ^/projects/release...
2015-01-20 bro Restore 'goto tr_setup;' when operating in host mode...
2015-01-20 bro Do notify USB host each time we receive 'set packet...
2015-01-20 hselaskyFix returned data for the USB_GET_DEV_PORT_PATH IOCTL...
2015-01-20 ganboldEnable Synopsys DesignWare Mobile Storage Host Controller
2015-01-19 hselaskyAdd missing linuxapi module dependencies and always...
2015-01-19 andrewMake the clock-frequency property optional as it may...
2015-01-18 adrianRefactor / restructure the RSS code into generic, IPv4...
2015-01-18 dimUpgrade our copy of clang and llvm to 3.5.1 release...
2015-01-18 cpercivaWhen disabling C3+ CPU states due to the CPU_QUIRK_NO_C...
2015-01-18 jhibbitsUse proper signed types. The ADT746x uses signed 8...
2015-01-17 ianAdd a new SDHCI quirk, SDHCI_QUIRK_DONT_SET_HISPD_BIT...
2015-01-17 ianAdd defines for SDHCI 3.0 controllers.
2015-01-17 bro Notify USB host about connection when operating in...
2015-01-17 adrianOops; correctly reload the CCA registers with the uncap...
2015-01-17 nwhitehornReturn an appropriate error code in the case of a missi...
2015-01-17 adrianUntil there's a full MCI implementation - just implemen...
2015-01-16 adrianAdd bluetooth MCI coexistence HAL methods - used for...
2015-01-16 jfvSome RSS issues discovered by Adrian, missing header...
2015-01-16 nwhitehornAdd two fake properties ("fdtbootcpu" and "fdtmemreserv...
2015-01-16 hselaskyAdd more USB device IDs.
2015-01-16 impAlways enable I/O, memory and dma cycles. Some BIOSes...
2015-01-16 impMove the suspsned and resume functions to the bus attac...
2015-01-16 impSuspend and resume were the only two functions not...
2015-01-16 impBack out the refactor. It turns out to cause interrupt...
2015-01-16 adrianCheck the right value correctly.
2015-01-16 npAllow cxgbe(4) to be built on i386. Driver attach...
2015-01-15 dimImport libc++ trunk r224926. This fixes a number of...
2015-01-15 baptSound: fix typos in user visible messages etc.
2015-01-14 hselaskyAdd a kernel function to delist our kernel character...
2015-01-14 rrsUpdate the hwpmc driver to have the new type HASWELL_XE...
2015-01-14 glebiusClean some dead code.
2015-01-14 impVarious interrelated fixes to make suspend / resume...
2015-01-14 impAdd a rather obnoxious warning if you don't have NEW_PC...
2015-01-13 jfvCleanup some bogus code in the RSS config, and add...
2015-01-13 gjbReintegrate head revisions r273096-r277147
2015-01-13 jfvComplete the RX side RSS code: parse the encoded portio...
2015-01-13 hselaskyResolve a special case deadlock: When two or more threa...
2015-01-13 npcxgbe/iw_cxgbe: fix whitespace nit in r277102.
2015-01-13 brRename Exynos UART driver. No functional change.
2015-01-13 bzMove the vsi variable outside of the #ifdef block to...
2015-01-13 brAdd usb template SERIALNET allowing us to have both...
2015-01-13 kibComplete r277100: add AHCI_Q_ABAR0 tp AHCI_Q_BIT_STRING.
2015-01-13 glebiusRemove unused variables.
2015-01-13 glebius- Remove unused variable.
2015-01-13 glebiusRemove unused fields.
2015-01-13 delphijUse the common codepath to handle SIOCGIFADDR.
2015-01-13 npcxgbe/iw_cxgbe: allow any size during the initial MPA...
2015-01-13 kibAdd quirk to override default BAR(5) rid for AHCI.
2015-01-13 zbbIntroduce ofw_bus_reg_to_rl() to replace part of common...
2015-01-12 glebiusIn miibus(4) drivers provide functions that allow to...
2015-01-12 jfvMissing RSS support added, this fixes the build, but...
next