Age | Commit message (Expand) | Author |
2019-05-13 | free(9) sizes. | Martin Pieuchot |
2018-01-11 | Add size for free. | Visa Hankala |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2015-09-02 | sizes for free() | Theo de Raadt |
2015-05-19 | Move acquisition of the kernel lock deeper in the interrupt path, and make | Miod Vallat |
2014-12-09 | Replace some malloc(n*size,...) calls with mallocarray(). | Doug Hogan |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-11 | sgmap loading didnt respect the dmamaps max number of segments. | David Gwynne |
2014-07-11 | Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and | Martin Pieuchot |
2014-06-14 | Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fall | Jonathan Matthew |
2014-03-31 | Use extent_alloc_with_descr(9) and add a mutex to protect the extent. | Mark Kettenis |
2011-06-23 | Fix the error path in bus_dmamem_map. | Ariane van der Steldt |
2011-04-15 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-11-20 | This is a first step towards getting rid of avail_start and avail_end in the | Miod Vallat |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-04-10 | pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead of | Owain Ainsworth |
2010-03-29 | PMAP_CANFAIL for bus_dmamem_map on all other architectures (and some | Owain Ainsworth |
2009-09-30 | Remove unused last argument of alpha_shared_intr_disestablish(). | Miod Vallat |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-10-02 | Apply (with slight variants) this elimination of bzero() with M_ZERO: | Kenneth R Westerback |
2006-06-15 | Rework the interrupt code, shaving some cycles off in the process. | Brad Smith |
2006-05-21 | Check for stale flags in the DMA map. | Brad Smith |
2006-05-21 | - _bus_dmamap_load_buffer_direct_common -> _bus_dmamap_load_buffer_direct | Brad Smith |
2006-05-21 | Fix a couple of comments. | Brad Smith |
2006-05-21 | Pay attention to BUS_DMA_READ; don't need to allocate a spill | Brad Smith |
2006-05-21 | Implement dmamap_load_uio for SGMAPs. | Brad Smith |
2006-05-12 | Keep track of which DMA window was actually used to map the | Brad Smith |
2006-04-13 | Use PAGE_SIZE rather than NBPG. | Brad Smith |
2006-04-04 | clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit. | Brad Smith |
2006-03-27 | rev 1.30 | Brad Smith |
2006-03-20 | factorize SGMAP-mapped DMA map creation and destroy code | Martin Reindl |
2006-03-18 | In _bus_dmamem_alloc_range(), do not ignore the caller's ``high'' parameter. | Miod Vallat |
2006-03-13 | Protect sgmap extents with splvm(); from NetBSD. | Miod Vallat |
2006-01-29 | Add a alpha_shared_intr_reset_strays() function that resets the stray | Martin Reindl |
2005-10-28 | no more Mach-macros | Martin Reindl |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-11-09 | Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings | Claudio Jeker |
2004-06-28 | Use new event counter API for interrupt counting on alpha. By me, with some | Aaron Campbell |
2004-01-13 | support mbuf handling in alpha sgmap dma maps; from netbsd | Theo de Raadt |
2003-10-18 | typos from Jared Yanovich; | Jason McIntyre |
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-06-25 | No \n at the end of a panic() message... I thought all occurences had been | Miod Vallat |
2002-03-20 | Since the sgmap is used in interrupts protect the extent with splvm. | Artur Grabowski |