re(4): add missing BUS_DMA_WAITOK
[dragonfly.git] / sys /
2009-02-17 Sepherosa Ziehaure(4): add missing BUS_DMA_WAITOK
2009-02-17 Sepherosa Ziehaubfe(4): Add missing BUS_DMA_WAITOK
2009-02-17 Sepherosa Ziehaubfe(4): use bus_dmamem_coherent()
2009-02-17 Sepherosa ZiehauFactor out bus_dmamem_coherent() to allocate busdma...
2009-02-17 Sepherosa ZiehauChange bfe(4) according to recent busdma(9) bounce...
2009-02-17 Sepherosa ZiehauBounce page work
2009-02-17 Sepherosa ZiehauBounce page fix
2009-02-17 Sepherosa ZiehauBounce page fixes
2009-02-17 Sepherosa ZiehauIncrease RE_TXDESC_SPARE to cooperate 9K jumbo frame.
2009-02-17 Sepherosa ZiehauAllocate at least one bounce page if the dma tag indica...
2009-02-17 Sepherosa ZiehauSplit RX/TX bus dma tag. RX buffers should to be...
2009-02-17 Sepherosa ZiehauCorrect busdma(9) parameters
2009-02-17 Sepherosa ZiehauThere should be no 2 bytes alignment requirement
2009-02-17 Sepherosa ZiehauAdd assertion to make sure that the segment index is...
2009-02-17 Sepherosa ZiehauAdd assertion to make sure that bounce zone is in sane...
2009-02-17 Sepherosa ZiehauFree the bounce pages allocated and reserved by the...
2009-02-17 Sepherosa Ziehau- Use spinlock to protect bounce zone itself.
2009-02-17 Sepherosa ZiehauUse lwkt_token to protect bounce_zone_list
2009-02-17 Sepherosa ZiehauMove bounce_map_waitinglist into bounce page zone
2009-02-17 Sepherosa Ziehau_bus_dmamap_load_buffer2() -> _bus_dmamap_load_buffer()
2009-02-17 Sepherosa ZiehauUse _bus_dmamap_load_buffer2() in bus_dmamap_load_uio()
2009-02-17 Sepherosa ZiehauCount # of boune page reservation failure
2009-02-17 Sepherosa ZiehauUpdate if_oerrors if bfe_encap() failed and the mbuf...
2009-02-17 Sepherosa ZiehauAdd bounce page zone.
2009-02-17 Sepherosa ZiehauRework bfe_encap()
2009-02-17 Sepherosa ZiehauRework bfe_newbuf()
2009-02-17 Sepherosa Ziehaubfe_list_newbuf() -> bfe_newbuf()
2009-02-17 Sepherosa ZiehauRemove unused bfe_softc fields
2009-02-17 Sepherosa Ziehau- Split RX/TX mbuf dma tag.
2009-02-17 Sepherosa ZiehauFix parameters passed to bus_dma_tag_create()
2009-02-17 Sepherosa ZiehauFix warning about uninitialized variable (should be...
2009-02-17 Sepherosa ZiehauUse _bus_dmamap_load_buffer2() in bus_dmamap_load_mbuf()
2009-02-17 Sepherosa ZiehauAdd BUS_DMA_NOWAIT support to _bus_dmamap_load_buffer2()
2009-02-17 Sepherosa ZiehauFactor out _bus_dmamap_load_buffer2() from bus_dmamap_l...
2009-02-17 Sepherosa ZiehauFix the number of needed bounce pages' calculation
2009-02-17 Sepherosa Ziehau- Make sure that alignment constraint is at least 1...
2009-02-17 Sepherosa ZiehauFix dma tag boundry calculation.
2009-02-17 Sepherosa ZiehauBring in BUS_DMA_COULD_BOUNCE flag from FreeBSD.
2009-02-16 Sascha WildnerUnbreak kernel build and fix some warnings.
2009-02-16 Sascha Wildneruio.h: Move definition of struct iovec to <sys/_iovec.h>.
2009-02-15 Sascha Wildner_null.h: If g++ 4.1 or any later version is used, use...
2009-02-15 Matthew DillonRelase Engineering - Update loader-bootp.conf for new...
2009-02-15 Matthew Dillonpxe/tftpboot work - Allow multiple responses to broadca...
2009-02-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-15 Matthew DillonBoot loader fixes - fix recursive malloc()/free() error...
2009-02-14 Sascha WildnerSilence some -Wold-style-definition warnings.
2009-02-13 Thomas Nikolajsenficl: unbreak testmain build
2009-02-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-11 Matthew DillonFix long-standing bug in boot1 code - can read junk...
2009-02-10 YONETANI TomokazuSet the default DESTDIR to /var/vkernel when the platfo...
2009-02-10 YONETANI TomokazuAdd two variables to adjust where to install kernel...
2009-02-09 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-09 Matthew DillonHAMMER VFS: Correct a ref count leak in the recent...
2009-02-06 Sepherosa Ziehaupci intr config: 'j' is the pin index we want to skip.
2009-02-06 Sepherosa Ziehaupci intr config: Fix an off by one bug
2009-02-05 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
2009-02-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-05 Matthew DillonRelease Engineering: Update master to 2.3.0-DEVELOPMENT
2009-02-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-03 Simon SchubertGENERIC: replace tab with space to line up even when...
2009-02-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-01 Hasso TepperMake XPT_SCSI_IO path quiet again.
2009-02-01 Matthew DillonHAMMER VFS - Fix I/O invalidation collision assertion
2009-01-31 Sepherosa Ziehausyncache_socket(): fix abort path by calling pru_abort...
2009-01-29 Simon Schubertnata: process interrupt even if busmaster active bit...
2009-01-27 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-27 Matthew DillonHAMMER VFS - Add missing bqrelse() in last patch.
2009-01-26 Simon SchubertRevert "Update the atime when mmap'ing a file"
2009-01-26 Simon Schuberthda: disable verbose output - too chatty even for bootv...
2009-01-26 Simon Schubertnata: revert 6e40a325 = don't use tsleep in ata_udelay
2009-01-26 Matthew DillonHAMMER VFS - Reorganize the use of hammer_del_buffers...
2009-01-25 Matthew DillonHAMMER VFS - clean out cached data_buffer on unlock...
2009-01-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-25 Matthew DillonFix another process stuck-during-exit bug - stuck due...
2009-01-25 Matthew DillonHAMMER VFS - Fix deadlock in rmdir
2009-01-24 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-24 Matthew DillonHAMMER VFS - Remove the unused also_ip argument from...
2009-01-24 Peter AvalosMerge branch 'vendor/GDTOA'
2009-01-24 Sascha Wildnerloader(8): hw.usb.hack_defer_exploration's default...
2009-01-21 Sascha Wildnerudf: Remove NULL dereference.
2009-01-21 Matthew DillonIssue 1013 - Update atime on exec, fix bug in last...
2009-01-21 Matthew DillonIssue 1013 - update atime on exec and mmap, add helper...
2009-01-20 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-20 Hasso TepperRemove GEMDOS support.
2009-01-20 Hasso TepperRemove checks for BOOTSIG[23] from FAT32 bootblocks.
2009-01-20 Hasso TepperDon't check pm_Heads nor pm_SecPerTrack.
2009-01-20 Matthew DillonNATA disk sort / elevator algorithm adjustments.
2009-01-20 Matthew DillonHAMMER: adjustments to flush on umount
2009-01-19 Matthew DillonFix a bug in vinvalbuf(). vinvalbuf() is usually calle...
2009-01-17 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-17 Matthew DillonReorder an unlock to avoid a recursive vnode lock in...
2009-01-17 Sepherosa Ziehaubce(4): fix module glue
2009-01-16 Simon SchubertMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-01-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-01-16 Matthew DillonAdd code similar to what was done in physio to use...
2009-01-16 Simon Schubertboot0: enable packet mode by default
2009-01-16 Simon Schubertmbr: de-C-commentize perfectly fine # assembler comments
2009-01-16 Simon Schubertmbr: enable packet mode by default
2009-01-16 Simon Schubertmbr: convert to preprocessed source
next