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