| Age | Commit message (Expand) | Author |
| 2021-07-19 | There is already a fast-path in pmap_extract() for the kernel pmap, so | thorpej |
| 2021-07-18 | Allow for the SGMAP implementation to specify a minimum alignment for | thorpej |
| 2021-07-04 | Remove unnecessary #include <sys/malloc.h> | thorpej |
| 2021-07-04 | Reduce code duplication when setting up the interrupt handler data | thorpej |
| 2021-06-25 | Tweak how the IRQ description strings are generated to enable additional | thorpej |
| 2021-06-24 | Deal with a scenario where: | thorpej |
| 2021-05-07 | Liberally sprinkle static around to get more symbols out of the | thorpej |
| 2021-04-15 | Fix inverted logic!! | rin |
| 2020-11-18 | malloc(9) -> kmem(9) | thorpej |
| 2020-10-11 | Add some bus_dma instrumentation. | thorpej |
| 2020-09-26 | - Fix some bugs in previous, mainly related to indexing the correct | thorpej |
| 2020-09-25 | Changes to make interrupt {,dis}establish MP-safe on Alpha: | thorpej |
| 2020-09-23 | Use a wrapper to acquire the kernel lock for non-MPSAFE interrupts, | thorpej |
| 2020-09-22 | Changes to make MPSAFE interrupts work on Alpha: | thorpej |
| 2020-09-05 | fix typo | maya |
| 2020-09-05 | Update a comment. | thorpej |
| 2020-06-17 | Typo: vmem_free -> vmem_xfree | thorpej |
| 2020-06-17 | Switch from an extent mao to a vmem arena to manage SGMAP address space. | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2012-10-02 | move common/bus_dma/ -> dev/bus_dma/ | christos |
| 2012-02-06 | Do a minor cleanup of alpha (this will make applying pullups post branching | matt |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2010-12-15 | include <uvm/uvm_extern.h> here instead | matt |
| 2010-10-07 | fix SGMAP_DEBUG on alpha | hans |
| 2009-08-21 | Use bus_dmamem common. | thorpej |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2008-06-04 | vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-10 | Finish moving alpha over to the MI atomic ops. | ad |
| 2007-03-04 | fix fallout from caddr_t changes. | yamt |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-03-01 | merge yamt-uio_vmspace branch. | yamt |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-24 | bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer. | yamt |
| 2005-07-30 | Check for stale flags in the DMA map. This was causing crashes on an ES40 | mhitch |
| 2005-07-28 | load_mbuf: Don't increase the segment index if we skipped a zero-length | thorpej |
| 2005-06-01 | fix constification fallout | drochner |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-03-29 | - Add a alpha_shared_intr_reset_strays() function that resets the stray | thorpej |
| 2005-03-09 | Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API | matt |
| 2005-03-09 | Add an extra `i' to notifes/notifed. | simonb |
| 2004-11-28 | bus_dmamap_load_mbuf(): Skip zero-length mbufs. | thorpej |
| 2003-07-15 | a .#included .c file needs __KERNEL_RCSID(1, ... | lukem |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-09 | Add support for using cached mbuf and cluster phys addrs. | thorpej |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2002-10-09 | In _bus_dmamem_alloc_range(), respect the high end of the caller's range. | nathanw |