]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Do not clear flag that vm_page_alloc() doesn't support.
[FreeBSD/FreeBSD.git] / sys / dev /
2014-12-21 ianEliminate a "cast discards qualifiers" warning when...
2014-12-21 smhstyle (9) nits
2014-12-21 smhReturn the error from ahci_setup_interrupt in ahci_attach
2014-12-21 smhClamp ahci max irq's to AHCI_MAX_IRQS
2014-12-21 smhAdd a constant AHCI_MAX_IRQS removing magic number
2014-12-20 adrianRemove some hard-coded IE assembly over to use net80211...
2014-12-20 kibIncrease allowed size of the microcode blob to 32KB...
2014-12-20 ianLog mmc and sd command failures. Reporting of routine...
2014-12-20 ianAdd a new sdhci quirk, SDHCI_QUIRK_WAITFOR_RESET_ASSERT...
2014-12-20 ianWhen command and data interrupts have been aggregated...
2014-12-19 andrewAdd support for empty ranges properties within the...
2014-12-19 adrianRemove a private copy of ieee80211_add_ssid().
2014-12-19 mavSlightly polish iSCSI parameters negotiation.
2014-12-18 impDon't deselect the card too soon. To set the block...
2014-12-17 adrianUpdate the use of bus space macros to be more correct.
2014-12-17 adrianUse the correct macro for listing the maximum bus space...
2014-12-17 mavMake sequence numbers checks more strict.
2014-12-17 glebAdjust printf format specifiers for dev_t and ino_t...
2014-12-16 emasteCopy elftoolchain readelf from vendor branch
2014-12-16 yongariFix a bug introdiced in r217548. According to NS DP838...
2014-12-15 emasteUse standard BSD license disclaimer text
2014-12-15 jhbCheck for SS_NBIO in so->so_state instead of sb->sb_fla...
2014-12-15 brEliminate fdt_data_verify(). The verification it procee...
2014-12-15 hselaskyResolve USB driver identification conflict.
2014-12-14 rpauloMove ofw_cpu.c to sys/dev/ofw so that it can be used...
2014-12-12 npMove KTR_CXGBE from t4_tom.h to adapter.h so that the...
2014-12-12 brAdd virtio bus 'poll' method allowing us to inform...
2014-12-11 delphijMFV r275696: file 5.21.
2014-12-10 roygerxen: convert the Grant-table code to a NewBus device
2014-12-10 bro Put () for p to avoid unexpected macro expansion
2014-12-10 roygerxen: move grant table code
2014-12-09 roygerxen: create a new PCI bus override
2014-12-09 bro Add BERI Virtio Networking Frontend (if_vtbe)
2014-12-09 mpRename NETGEAR WG111V2_2 to WG111V1_2 to reflect extern...
2014-12-09 andrewUpdate the virtio driver to work on the ARM AArch64...
2014-12-08 hselaskyAdd port routing support for Wildcat Point.
2014-12-08 hselaskyAdd more U3G USB IDs.
2014-12-08 hselaskyAdd more USB quirks for Western Digital external USB HDD
2014-12-08 markjMFV r272851:
2014-12-06 npcxgbe(4): allow the driver to use rx buffers that do...
2014-12-06 delphijMFV r260710 + 275532:
2014-12-06 npcxgbe(4): Allow for different pad and pack boundaries...
2014-12-05 hselaskyOptimise bit searching loop by using the ffs() function.
2014-12-03 hselaskyOptimise the bit searching loops, by quickly skipping...
2014-12-03 hselaskyWorkaround for possible bug in the SAF1761 chip. Wait...
2014-12-03 impRemove unused PCMCIA_CARD* macros.
2014-12-02 baptUpdate to mandoc cvs version as of 20141201
2014-12-02 jfvRevert r275136, it was not approved, it was sloppy...
2014-12-01 hselaskyStart process of removing the use of the deprecated...
2014-11-30 bryanvCleanup and performance improvement of the virtio_blk...
2014-11-30 glebiusMerge from projects/sendfile: extend protocols API...
2014-11-30 glebiusMerge from projects/sendfile:
2014-11-29 baptUpdate libucl to latest version
2014-11-28 reaDRM2: fix off-by-one overflow in ioctl processing
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-27 jhibbitsFix hwpmc sampling for ppc970 (G5-class) processors.
2014-11-27 jhibbitsFix hwpmc sampling for MPC74xxx (G4) processors.
2014-11-26 adrianAdd PCI ID for Intel Lynx Point LP controller.
2014-11-26 alfredMake igb and ixgbe check tunables at probe time.
2014-11-26 mavFix WWNN/WWPN generation for virtual channels.
2014-11-26 mavFix incorrect check, blocking MULTIID functionality.
2014-11-26 mavSome microoptimizations.
2014-11-26 mavMake isp_find_pdb_by_*() search for targets in portdb...
2014-11-26 hselaskyAdd new USB quirk.
2014-11-26 mavAdd bunch of PCI IDs of Intel Wildcat Point (9 Series...
2014-11-25 bro Add PIO and vtblk mmio device info to the tree
2014-11-25 brAdd BERI-specific virtio block backend device driver.
2014-11-25 jhibbitsAdd Apple Intrepid USB controller ID.
2014-11-24 ianAdd busdma sync ops before reading and after modifying...
2014-11-23 ianSquelch a (bogus) used before init warning when buildin...
2014-11-23 dimFix the following -Werror warning from clang 3.5.0...
2014-11-23 hselaskyDon't use the synchronization endpoint unless reference...
2014-11-22 impThere never was a PC Card joystick attachment that...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-22 impRetire old, transition code for managing the FreeBSD...
2014-11-22 hselaskyFix the host mode ISOCHRONOUS transfer interval program...
2014-11-22 mavFor both iSCSI initiator and target increase socket...
2014-11-22 smhFix build with asr driver
2014-11-22 mavFix use-after-free introduced in r274843.
2014-11-22 mavMove icl_pdu_get_data() and xpt_done() out of initiator...
2014-11-22 hselaskyUse correct length mask for split transactions. The...
2014-11-21 brooksMerge from CheriBSD:
2014-11-21 brooksMerge from CheriBSD:
2014-11-21 brooksMerge from CheriBSD (2e28d2a3090239b30481f35dc452ad95a5...
2014-11-21 smhPrevent overflow issues in timeout processing
2014-11-20 emasteClamp too-large hwpmc callchaindepth to the maximum
2014-11-20 jhbLock the scsi_low code and the drivers which use it...
2014-11-20 jhbVarious fixes for wl(4):
2014-11-20 andrewThe ranges parent bus address may just be a tag to...
2014-11-19 npcxgbe(4): figure out the max payload size and save...
2014-11-19 brAdd BERI-specific virtio mmio "platform" device.
2014-11-19 mavFix build without INVARIANTS, broken by r274675.
2014-11-19 dchaginRevert r274635 as it's completely wrong.
2014-11-19 kevloAdd Trendnet TEW-646UBH.
2014-11-18 jhbAdd locking to wds(4) and mark MPSAFE.
2014-11-18 jhbAdd locking to scd(4) and mark MPSAFE.
2014-11-18 jhbCleanups to pst(4):
2014-11-18 jhbAdd locking to mly(4) and mark MPSAFE.
2014-11-18 jhbAdd locking to mcd(4) and mark MPSAFE.
2014-11-18 jhbConvert the refire_notify_ack timer from timeout(9...
next