]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Make sure that ${SHLIB_NAME}.debug and ${SHLIB_NAME}.symbols are always
[FreeBSD/FreeBSD.git] / sys /
2013-03-27 Jim Harrisdeferal -> deferral
2013-03-27 Alexander MotinOn SIM destruction free associated CCBs, preallocated...
2013-03-27 Jung-uk KimLimit the amount of video memory we map for the driver...
2013-03-27 Konstantin BelousovFix a race with the vnode reclamation in the aio_qphysi...
2013-03-27 Konstantin BelousovAdd dev_strategy_csw() function, which is similar to...
2013-03-27 Konstantin BelousovOn i386, double the default size of the bio transient...
2013-03-27 Konstantin BelousovFix the VM_BCACHE_SIZE_MAX definition on i386 to match...
2013-03-27 Erwin LansingUpdate to 9.8.4-P2
2013-03-27 Alexander MotinAdd Subsystem ID field to the quirk table. Use it...
2013-03-27 Adrian ChaddCommit initial (unfinished!) support for the AR933x...
2013-03-27 Adrian ChaddAdd the reference clock for each supported chip.
2013-03-27 Jim HarrisFix printf format issue on i386.
2013-03-27 Adrian Chadd* Stop processing after HAL_EIO; this is what the refer...
2013-03-27 Jim HarrisPanic should the SCI framework ever request a pointer...
2013-03-26 Jim HarrisReport support for unmapped I/O by adding PIM_UNMAPPED...
2013-03-26 Jim HarrisClean up debug prints.
2013-03-26 Jim HarrisMove common code from the different nvme_allocate_reque...
2013-03-26 Jim HarrisChange a number of malloc(9) calls to use M_WAITOK...
2013-03-26 Jim HarrisReplace usages of mtx_pool_find used for admin commands...
2013-03-26 Jim HarrisAbort and do not retry any outstanding admin commands...
2013-03-26 Jim HarrisAdd the ability to internally mark a controller as...
2013-03-26 Jim HarrisJust disable the controller instead of deleting IO...
2013-03-26 Jim HarrisHave nvd(4) register for controller notifications.
2013-03-26 Jim HarrisSet Pre-boot Software Load Count to 0 at the end of...
2013-03-26 Jim HarrisRemove the is_started flag from struct nvme_controller.
2013-03-26 Jim HarrisEnsure the controller's MDTS is accounted for in max_xf...
2013-03-26 Jim HarrisCap the number of retry attempts to a configurable...
2013-03-26 Jim HarrisPass associated log page data to async event consumers...
2013-03-26 Jim HarrisWhen an asynchronous event request is completed, automa...
2013-03-26 Jim HarrisAdd structure definitions and controller command functi...
2013-03-26 Jim HarrisAdd structure definitions and a controller command...
2013-03-26 Jim HarrisCreate struct nvme_status.
2013-03-26 Jim HarrisMake nvme_ctrlr_reset a nop if a reset is already in...
2013-03-26 Jim HarrisBy default, always escalate to controller reset when...
2013-03-26 Pedro F. GiffuniDtrace: dtrace.c erroneously checks for memory alignmen...
2013-03-26 Adrian ChaddImplement the replacement EDMA FIFO code.
2013-03-26 Jim HarrisAdd a tunable for the I/O timeout interval. Default...
2013-03-26 Jim HarrisAdd handling for controller fatal status (csts.cfs).
2013-03-26 Jim HarrisAdd API for nvme consumers to access controller and...
2013-03-26 Jim HarrisAdd controller reset capability to nvme(4) and ability...
2013-03-26 Adrian ChaddAdd per-TXQ EDMA FIFO staging queue support.
2013-03-26 Jim HarrisKeep a doubly-linked list of outstanding trackers.
2013-03-26 Jim HarrisCreate a generic nvme_ctrlr_cmd_get_log_page function...
2013-03-26 Jim HarrisExpose the get/set features API to nvme consumers.
2013-03-26 Jim HarrisAdd an interface for nvme shim drivers (i.e. nvd) to...
2013-03-26 Jim HarrisEnable asynchronous event requests on non-Chatham devices.
2013-03-26 Jim HarrisMove controller destruction code from nvme_detach(...
2013-03-26 Jim HarrisSpecify command timeout interval on a per-command type...
2013-03-26 Jim HarrisExplicitly abort a timed out command, if the ABORT...
2013-03-26 Jim HarrisBreak out the code for completing an nvme_tracker objec...
2013-03-26 Jim HarrisAdd support for ABORT commands, including issuing these...
2013-03-26 Jim HarrisAdd an internal _nvme_qpair_submit_request function...
2013-03-26 Jim HarrisMake the DSM range count 0-based. Previously we were...
2013-03-26 Jim HarrisDo not look at the namespace's thin provisioning field...
2013-03-26 Alan CoxIntroduce vm_radix_isleaf() and use it in a couple...
2013-03-26 Gleb SmirnoffReturn ENOMEM if malloc() fails.
2013-03-26 Gleb SmirnoffCleanup: wrap long lines, cleanup comments, etc.
2013-03-26 Alexander Motingeom_slice.c and its consumers like GEOM_LABEL are...
2013-03-26 Alexander MotinGEOM NOP does not touch the data, so pass G_PF_ACCEPT_U...
2013-03-26 Alexander MotinRemove extra bio_data and bio_length copying to child...
2013-03-26 Adrian ChaddRemove the mcast path calls to ath_hal_gettxdesclinkptr...
2013-03-26 Adrian ChaddRemove this dead code - it's no longer relevant (as...
2013-03-26 Adrian ChaddConvert the CABQ queue code over to use the HAL link...
2013-03-26 Adrian ChaddConvert the EDMA multicast queue code over to use the...
2013-03-26 Adrian ChaddMigrate the multicast queue assembly code to not use...
2013-03-26 Alexander KabaevDo not pass unmapped buffers to drivers that cannot...
2013-03-25 Pedro F. GiffuniDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 Pedro F. GiffuniDtrace: add toupper()/tolower() and enhancements to...
2013-03-25 Alexander V. ChernikovUnlock IPMI sc while performing requests via KCS and...
2013-03-25 Alexander MotinRead Asynchronous Notification statuses only if Port...
2013-03-25 Davide ItalianoCache the callout precision argument as part of the...
2013-03-25 Alexander MotinDepending on combination of running commands (NCQ/non...
2013-03-25 Andrey V. ElsukovWhen we are removing a specific set, call ipfw_expire_d...
2013-03-25 Alexander MotinMake GEOM MULTIPATH to report unmapped bio support...
2013-03-25 Alexander MotinRemove two bzero()s that are erasing only few more...
2013-03-25 Alexander MotinIn GEOM DISK:
2013-03-24 Pedro F. GiffuniDtrace: add optional size argument to tracemem().
2013-03-24 Ian LeporeSet the backlink in mmc commands to the mmc request...
2013-03-24 Alexander MotinNo need to erase all 64 bytes of CFIS area if we never...
2013-03-24 Alan CoxMicro-optimize the control flow in a few places. Elimi...
2013-03-24 Alexander MotinFix long known deadlock between geom dev destruction...
2013-03-24 Adrian ChaddAdd new regulatory domain.
2013-03-24 Adrian ChaddMove the TXQ lock earlier in this routine - so to corre...
2013-03-24 Adrian ChaddFix the locking changes due to the TXQ change drive-by.
2013-03-24 Alexander MotinMake g_wither_washer() to not loop by itself, but only...
2013-03-24 Adrian ChaddOverhaul the TXQ locking (again!) as part of some beaco...
2013-03-23 Adrian ChaddCABQ calculation changes to try and fix some weird...
2013-03-23 Konstantin BelousovDo not call malloc(M_WAITOK) while bodev->fence_lock...
2013-03-23 Jean-Sébastien Pédrondrm/ttm: Fix a typo: s/pTTM]/[TTM]/
2013-03-23 Jean-Sébastien Pédrondrm/ttm: Explain why we don't need to acquire a ref...
2013-03-23 Martin MatuskaFix kernel build with options ZFS after r24571 (libzfs_...
2013-03-23 Jean-Sébastien Pédrondrm/ttm: Fix TTM buffer object refcount
2013-03-23 Ian LeporeDon't check and warn about pmap mismatch on every call...
2013-03-23 Will AndrewsBe more explicit about what each bio_cmd & bio_flags...
2013-03-23 Will AndrewsZFS: Fix a panic while unmounting a busy filesystem.
2013-03-23 Will AndrewsExtend taskqueue(9) to enable per-taskqueue callbacks.
2013-03-23 Andriy Gaponpost mountroot event after a real/final root is mounted
2013-03-23 Andriy Gaponfbt_getargdesc: correctly handle types for return probes
2013-03-23 Andriy Gaponfbt_typoff_init: fix an off by one in determining requi...
2013-03-22 Xin LIDon't attempt to reference sc before testing whether...
next