| Commit message (Expand) | Author | Age | Files | Lines |
| * | free(9) sizes. |  mpi | 2019-05-13 | 1 | -2/+4 |
| * | Add size for free. |  visa | 2018-01-11 | 1 | -2/+5 |
| * | Rename Debugger() into db_enter(). |  mpi | 2017-04-30 | 1 | -4/+4 |
| * | sizes for free() |  deraadt | 2015-09-02 | 1 | -2/+2 |
| * | Move acquisition of the kernel lock deeper in the interrupt path, and make |  miod | 2015-05-19 | 1 | -1/+10 |
| * | Replace some malloc(n*size,...) calls with mallocarray(). |  doug | 2014-12-09 | 2 | -4/+4 |
| * | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -3/+3 |
| * | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. |  doug | 2014-09-13 | 1 | -2/+2 |
| * | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 3 | -6/+6 |
| * | sgmap loading didnt respect the dmamaps max number of segments. |  dlg | 2014-07-11 | 1 | -1/+4 |
| * | Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and |  mpi | 2014-07-11 | 1 | -7/+6 |
| * | Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which fall |  jmatthew | 2014-06-14 | 2 | -6/+24 |
| * | Use extent_alloc_with_descr(9) and add a mutex to protect the extent. |  kettenis | 2014-03-31 | 3 | -12/+23 |
| * | Fix the error path in bus_dmamem_map. |  ariane | 2011-06-23 | 1 | -6/+2 |
| * | More than a decade ago, interrupt handlers on sparc started returning 0 |  deraadt | 2011-04-15 | 1 | -3/+7 |
| * | Kill pmap_phys_address(), and force every driver's mmap() routine to return |  miod | 2010-12-26 | 1 | -2/+2 |
| * | This is a first step towards getting rid of avail_start and avail_end in the |  miod | 2010-11-20 | 1 | -4/+2 |
| * | Get rid of evcount's support for arranging counters in a tree |  matthew | 2010-09-20 | 1 | -3/+2 |
| * | pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead of |  oga | 2010-04-10 | 2 | -11/+15 |
| * | PMAP_CANFAIL for bus_dmamem_map on all other architectures (and some |  oga | 2010-03-29 | 1 | -6/+18 |
| * | Remove unused last argument of alpha_shared_intr_disestablish(). |  miod | 2009-09-30 | 1 | -3/+2 |
| * | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. |  oga | 2009-04-20 | 1 | -1/+3 |
| * | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. |  oga | 2009-04-14 | 1 | -3/+5 |
| * | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not |  miod | 2009-03-07 | 1 | -2/+2 |
| * | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 5 | -40/+5 |
| * | Apply (with slight variants) this elimination of bzero() with M_ZERO: |  krw | 2007-10-02 | 1 | -4/+3 |
| * | Rework the interrupt code, shaving some cycles off in the process. |  brad | 2006-06-15 | 1 | -1/+9 |
| * | Check for stale flags in the DMA map. |  brad | 2006-05-21 | 1 | -1/+5 |
| * | - _bus_dmamap_load_buffer_direct_common -> _bus_dmamap_load_buffer_direct |  brad | 2006-05-21 | 1 | -9/+10 |
| * | Fix a couple of comments. |  brad | 2006-05-21 | 1 | -4/+4 |
| * | Pay attention to BUS_DMA_READ; don't need to allocate a spill |  brad | 2006-05-21 | 1 | -13/+45 |
| * | Implement dmamap_load_uio for SGMAPs. |  brad | 2006-05-21 | 1 | -2/+73 |
| * | Keep track of which DMA window was actually used to map the |  brad | 2006-05-12 | 2 | -2/+10 |
| * | Use PAGE_SIZE rather than NBPG. |  brad | 2006-04-13 | 3 | -13/+13 |
| * | clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit. |  brad | 2006-04-04 | 2 | -113/+5 |
| * | rev 1.30 |  brad | 2006-03-27 | 1 | -13/+12 |
| * | factorize SGMAP-mapped DMA map creation and destroy code |  martin | 2006-03-20 | 2 | -2/+51 |
| * | In _bus_dmamem_alloc_range(), do not ignore the caller's ``high'' parameter. |  miod | 2006-03-18 | 1 | -3/+1 |
| * | Protect sgmap extents with splvm(); from NetBSD. |  miod | 2006-03-13 | 1 | -5/+10 |
| * | Add a alpha_shared_intr_reset_strays() function that resets the stray |  martin | 2006-01-29 | 1 | -1/+14 |
| * | no more Mach-macros |  martin | 2005-10-28 | 1 | -2/+2 |
| * | Use list and queue macros where applicable to make the code easier to read; |  miod | 2004-12-25 | 2 | -11/+8 |
| * | Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappings |  claudio | 2004-11-09 | 2 | -3/+8 |
| * | Use new event counter API for interrupt counting on alpha. By me, with some |  aaron | 2004-06-28 | 1 | -2/+7 |
| * | support mbuf handling in alpha sgmap dma maps; from netbsd |  deraadt | 2004-01-13 | 1 | -183/+190 |
| * | typos from Jared Yanovich; |  jmc | 2003-10-18 | 2 | -5/+5 |
| * | this removes the functionality of adding allocated |  mickey | 2002-10-07 | 1 | -1/+2 |
| * | No more need to initialize the result list before uvm_pglistalloc. |  art | 2002-10-06 | 1 | -2/+1 |
| * | No \n at the end of a panic() message... I thought all occurences had been |  miod | 2002-06-25 | 1 | -2/+2 |
| * | Since the sgmap is used in interrupts protect the extent with splvm. |  art | 2002-03-20 | 1 | -1/+7 |