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