Age | Commit message (Expand) | Author |
2009-08-09 | if extent_alloc() fails, we don't clear the iomap properly before | Owain Ainsworth |
2009-05-04 | type pedantry. | Owain Ainsworth |
2009-05-03 | Avoid clobbering error return values with the result from extent_free(), by | Mark Kettenis |
2009-05-02 | Avoid clobbering error return values with the result from extent_free(), by | Mark Kettenis |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-04-05 | In the rare case where after we've loaded the iomap into the hardware, | Owain Ainsworth |
2009-03-16 | Trivial malloc + memset -> malloc(,,M_ZERO) conversion. | Owain Ainsworth |
2009-03-16 | pmap = (conditional ? user_way : pmap = pmap_kernel()); | Owain Ainsworth |
2009-01-02 | Make IOMMU code use the generic _bus_dmamem_map() and _bus_dmamem_unmap(). | Mark Kettenis |
2008-11-25 | Fix dmesg ugliness caused by not printing iotdb stuff. | Mark Kettenis |
2008-08-11 | Only print iotdb stuff when DEBUG. | Mark Kettenis |
2008-07-12 | Perform IOMMU cache flushes on Oberon. | Mark Kettenis |
2007-12-15 | move some iommu_dvmamap_validate_map()'s into DEBUG instead of DIAGNOSTIC, to | Theo de Raadt |
2007-12-05 | use mutexes to protect the iommu's extent map and the streaming buffer, | Theo de Raadt |
2007-05-29 | use the right capitalization for `SBus' | Igor Sobrado |
2007-04-04 | Correctly set the TSB size on pyro(4). | Mark Kettenis |
2007-04-02 | Return EFBIG in case not enough segments are present to load a DMA request | Claudio Jeker |
2007-01-26 | Deal with zero wraparound in DVMA range checks; | Marc Aurele La France |
2006-09-01 | Standardize on EFBIG in bus_dmamap_load* if caller is too greedy; I had | Miod Vallat |
2006-08-15 | Allocate as many iommu page lists as necessary to match the size request | Miod Vallat |
2006-07-02 | get rid of an unused variable. | David Gwynne |
2006-07-01 | clean dmesg output for iommu more; tested miod dlg | Theo de Raadt |
2006-06-28 | cleanup dmesg logging for iommu goo, make it follow the standard form | Theo de Raadt |
2005-06-07 | revert previous commit and unbreak sparc64. | Kurt Miller |
2005-06-02 | allow for dma maps larger than 64 pages; jason@ ok | Michael Shalayeff |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-03-19 | Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate the | Miod Vallat |
2003-12-20 | Pass -Wformat | Miod Vallat |
2003-12-04 | Typos | Miod Vallat |
2003-06-11 | It is important not to forget "membar(MemIssue)". Got missed | Henric Jungheim |
2003-06-11 | Much of the sbus, psycho, and schizo bus_dma code is the same, so let's | Henric Jungheim |
2003-06-11 | The "min" and "max" functions cast to "u_int", which can lead to surprising | Henric Jungheim |
2003-05-22 | There's an off-by-one in the diagnostic code that can cause grief, | Henric Jungheim |
2003-03-06 | The existing IOMMU code had a rounding problem that was most noticeable | Henric Jungheim |
2003-02-22 | don't use home grown timeval comparison when timercmp() is available; pointed... | Jason Wright |
2003-02-21 | Print the pa not ldxa(pa) | Jason Wright |
2003-02-21 | - kill several unnecessary static's | Jason Wright |
2003-02-17 | Add support for the Sun Enterprise 450 | Henric Jungheim |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff |
2002-10-06 | No more need to initialize the result list before uvm_pglistalloc. | Artur Grabowski |
2002-10-04 | Aasking to load an already loaded map is not a "warn and pray" kinda thing. | Jason Wright |
2002-08-19 | From NetBSD: | Jason Wright |
2002-07-24 | No need to cast &thing to paddr_t* when thing IS a paddr_t | Jason Wright |
2002-05-13 | Deal with 24bit dvma requests | Jason Wright |
2002-03-26 | Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org> | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-12 | Look up the TTE and only do the streaming cache dance if the mapping is marke... | Jason Wright |
2002-03-07 | Remove some debugging code accidentally committed in previous | Jason Wright |
2002-03-07 | From NetBSD: | Jason Wright |