summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* free(9) sizes.mpi2019-05-131-2/+4
* Add size for free.visa2018-01-111-2/+5
* Rename Debugger() into db_enter().mpi2017-04-301-4/+4
* sizes for free()deraadt2015-09-021-2/+2
* Move acquisition of the kernel lock deeper in the interrupt path, and makemiod2015-05-191-1/+10
* Replace some malloc(n*size,...) calls with mallocarray().doug2014-12-092-4/+4
* Replace a plethora of historical protection options with justderaadt2014-11-161-3/+3
* Replace all queue *_END macro calls except CIRCLEQ_END with NULL.doug2014-09-131-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-123-6/+6
* sgmap loading didnt respect the dmamaps max number of segments.dlg2014-07-111-1/+4
* Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail andmpi2014-07-111-7/+6
* Preallocate sgmap extent regions for tsp, cia and mcpcia dma maps, which falljmatthew2014-06-142-6/+24
* Use extent_alloc_with_descr(9) and add a mutex to protect the extent.kettenis2014-03-313-12/+23
* Fix the error path in bus_dmamem_map.ariane2011-06-231-6/+2
* More than a decade ago, interrupt handlers on sparc started returning 0deraadt2011-04-151-3/+7
* Kill pmap_phys_address(), and force every driver's mmap() routine to returnmiod2010-12-261-2/+2
* This is a first step towards getting rid of avail_start and avail_end in themiod2010-11-201-4/+2
* Get rid of evcount's support for arranging counters in a treematthew2010-09-201-3/+2
* pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead ofoga2010-04-102-11/+15
* PMAP_CANFAIL for bus_dmamem_map on all other architectures (and someoga2010-03-291-6/+18
* Remove unused last argument of alpha_shared_intr_disestablish().miod2009-09-301-3/+2
* Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.oga2009-04-201-1/+3
* Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.oga2009-04-141-3/+5
* When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do notmiod2009-03-071-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-265-40/+5
* Apply (with slight variants) this elimination of bzero() with M_ZERO:krw2007-10-021-4/+3
* Rework the interrupt code, shaving some cycles off in the process.brad2006-06-151-1/+9
* Check for stale flags in the DMA map.brad2006-05-211-1/+5
* - _bus_dmamap_load_buffer_direct_common -> _bus_dmamap_load_buffer_directbrad2006-05-211-9/+10
* Fix a couple of comments.brad2006-05-211-4/+4
* Pay attention to BUS_DMA_READ; don't need to allocate a spillbrad2006-05-211-13/+45
* Implement dmamap_load_uio for SGMAPs.brad2006-05-211-2/+73
* Keep track of which DMA window was actually used to map thebrad2006-05-122-2/+10
* Use PAGE_SIZE rather than NBPG.brad2006-04-133-13/+13
* clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit.brad2006-04-042-113/+5
* rev 1.30brad2006-03-271-13/+12
* factorize SGMAP-mapped DMA map creation and destroy codemartin2006-03-202-2/+51
* In _bus_dmamem_alloc_range(), do not ignore the caller's ``high'' parameter.miod2006-03-181-3/+1
* Protect sgmap extents with splvm(); from NetBSD.miod2006-03-131-5/+10
* Add a alpha_shared_intr_reset_strays() function that resets the straymartin2006-01-291-1/+14
* no more Mach-macrosmartin2005-10-281-2/+2
* Use list and queue macros where applicable to make the code easier to read;miod2004-12-252-11/+8
* Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappingsclaudio2004-11-092-3/+8
* Use new event counter API for interrupt counting on alpha. By me, with someaaron2004-06-281-2/+7
* support mbuf handling in alpha sgmap dma maps; from netbsdderaadt2004-01-131-183/+190
* typos from Jared Yanovich;jmc2003-10-182-5/+5
* this removes the functionality of adding allocatedmickey2002-10-071-1/+2
* No more need to initialize the result list before uvm_pglistalloc.art2002-10-061-2/+1
* No \n at the end of a panic() message... I thought all occurences had beenmiod2002-06-251-2/+2
* Since the sgmap is used in interrupts protect the extent with splvm.art2002-03-201-1/+7