summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/common
AgeCommit message (Expand)Author
2001-09-10Update pmap_update to now take the updated pmap as an argument.chris
2001-07-27Rework the interrupt code, shaving some cycles off in the process.thorpej
2001-07-19Since the SGMAP buffer load subroutine doesn't need to modifythorpej
2001-07-19Implement dmamap_load_uio for SGMAPs.thorpej
2001-07-19Pay attention to BUS_DMA_READ; don't need to allocate a spillthorpej
2001-07-19Since DMA frobbing can be done at interrupt time by devies atthorpej
2001-07-19Add support for mbufs to the Alpha SGMAP DMA maps.thorpej
2001-07-19Simplify the SGMAP code a bit, and move SGVA allocation out of athorpej
2001-07-12bcopy -> memcpythorpej
2001-07-12bzero -> memsetthorpej
2001-05-26replace vm_page_t with struct vm_page *.chs
2001-04-24Sprinkle pmap_update() calls after calls to:thorpej
2001-03-21s/vm_page_alloc_memory/uvm_pglistalloc/ in panic message.soren
2001-01-03ANSI'ify.thorpej
2001-01-03Some more slight cleanup.thorpej
2001-01-03Fix a couple of comments.thorpej
2001-01-03ANSI'ify.thorpej
2001-01-03Restructure alpha_sgmap_dmamap_create() slightly.thorpej
2001-01-03The code that creates/destroys SGMAP DMA maps is the same; put itthorpej
2000-07-17When computing the segment size, consider the maximum segmentthorpej
2000-06-29remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-05Switch to the new `evcnt' mechanism for counting interrupts. Maintainthorpej
2000-06-04ANSI'ify function declarations.thorpej
2000-03-29Don't need to include <sys/conf.h> here.simonb
2000-03-19Point back to the alpha_shared_intr in the intrhand structure. Thisthorpej
2000-02-10Allow (re)setting of maxstrays after establishment of a shared interrupt.mjacob
2000-02-06Implement an internal DMA map flag which prevents coalescing ofthorpej
2000-02-01Do not forget to init intr_privatemjacob
2000-01-20fix misspellingmjacob
1999-12-08Revert previous.thorpej
1999-12-08Slight changes so that bounce buffers can be implemented for the Jensen.thorpej
1999-12-07Avoid a spurious warning when establishing a pulsed interrupt handlerthorpej
1999-11-29Add a way to get/set a private pointer in the shared interrupt header.thorpej
1999-11-13Update for pmap_enter() API change.thorpej
1999-09-17Centralize the declaration and clearing of `cold'.thorpej
1999-09-12eliminate the PMAP_NEW option by making it required for all ports.chs
1999-07-08Change the pmap_extract() interface to:thorpej
1999-05-25bus_dmamem_map() maps DMA safe memory, which is usually one or morethorpej
1999-03-26Changes for modified pmap_enter() API:mycroft
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-02-18If we have to increase the boundary due to the spill pages, use the oldmycroft
1999-02-12Fix printf format problems on Alpha.thorpej
1998-09-21Make bus_dmamap_load_uio() work, from Kevin Lahey <kml@nas.nasa.gov>.thorpej
1998-08-17Some internal cleanup; pass a tag around, not individual arguments.thorpej
1998-08-14vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_tthorpej
1998-08-01Implement alpha_shared_intr_disestablish(). Simply removes the handlerthorpej
1998-07-17Implement bus_dmamap_load_uio().thorpej
1998-07-08add a common logout printing routine filemjacob