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