kernel - lwkt_token revamp
[dragonfly.git] / sys / platform / pc32 / i386 / busdma_machdep.c
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-10-21 Sepherosa Ziehaubusdma: Put alignment/boundary check failure logging...
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-06-05 Matthew DillonFix amd64 build and UP build issues with recent commit.
2009-06-04 Matthew Dillonbus_dma_tag fixes and enhancements.
2009-02-17 Sepherosa Ziehaubacktrace: Use print_backtrace()
2009-02-17 Sepherosa Ziehaubusdma(9): Obey alignment constraint by default
2009-02-17 Sepherosa Ziehaubusdma(9): Update FreeBSD RSCID.
2009-02-17 Sepherosa Ziehaubusdma(9): Don't record/use boundary in bounce zone
2009-02-17 Sepherosa Ziehaubusdma(9): Add sysctl node to show whether aligment...
2009-02-17 Sepherosa Ziehaubusdma(9): Obey alignment constraint, disabled by default
2009-02-17 Sepherosa Ziehaubusdma(9): get rid of bounce_lowaddr, which serves...
2009-02-17 Sepherosa Ziehaubusdma(9): Add BUS_DMA_ALIGNED hint flag
2009-02-17 Sepherosa Ziehaubusdma(9): Add bus_dmamap_load_mbuf_segment()
2009-02-17 Sepherosa Ziehaubusdma(9): More bounce page bug fixing
2009-02-17 Sepherosa Ziehaubusdma(9): Add tunable and read-only sysctl node for...
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 ZiehauAllocate at least one bounce page if the dma tag indica...
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 ZiehauAdd bounce page zone.
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-01-04 Sepherosa ZiehauWhite space
2009-01-04 Sepherosa ZiehauWhite space and minor style changes
2009-01-04 Sepherosa Ziehau- White space
2009-01-04 Sepherosa ZiehauWhite space
2009-01-04 Sepherosa Ziehaukmalloc(M_INTWAIT) will not fail
2009-01-04 Sepherosa Ziehau- Add hw.busdma sysctl tree.
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-07-14 Sepherosa Ziehau- When creating dma map, allocate at least one bounce...
2007-06-03 Simon SchubertCorrect conditional to correctly treat segments which...
2007-06-03 Matthew DillonImplement boundary and maximum segment size handling...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-13 Sascha WildnerAnsify the rest of the K...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2005-06-03 Matthew DillonRemove spl*() calls from i386, replacing them with...
2005-01-18 Joerg SonnenbergerIgnore zero length mbuf in bus_dmamap_load_mbuf.
2004-10-26 Matthew DillonDocument bus_dmamem_alloc() a bit more.
2004-10-14 Matthew DillonDo not use non-blocking malloc()'s in the busdma suppor...
2004-04-19 Joerg SonnenbergerIn contrast to FreeBSD 4 and 5, our slab allocator...
2004-04-02 Joerg SonnenbergerAllocate the DMA segment array in bus_dma_tag_create...
2004-02-16 Joerg SonnenbergerAdd BUS_DMA_ZERO flag to bus_dmamem_alloc.
2004-01-14 Matthew DillonAdd a missing thread pointer to a busdma call that...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-07-27 Hiten PandyaConsolidate usage of MIN/MAX().
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: