index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
sparc64
/
dev
/
iommu.c
Age
Commit message (
Expand
)
Author
2005-06-07
revert previous commit and unbreak sparc64.
Kurt Miller
2005-06-02
allow for dma maps larger than 64 pages; jason@ ok
Michael Shalayeff
2004-12-25
Use list and queue macros where applicable to make the code easier to read;
Miod Vallat
2004-03-19
Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate the
Miod Vallat
2003-12-20
Pass -Wformat
Miod Vallat
2003-12-04
Typos
Miod Vallat
2003-06-11
It is important not to forget "membar(MemIssue)". Got missed
Henric Jungheim
2003-06-11
Much of the sbus, psycho, and schizo bus_dma code is the same, so let's
Henric Jungheim
2003-06-11
The "min" and "max" functions cast to "u_int", which can lead to surprising
Henric Jungheim
2003-05-22
There's an off-by-one in the diagnostic code that can cause grief,
Henric Jungheim
2003-03-06
The existing IOMMU code had a rounding problem that was most noticeable
Henric Jungheim
2003-02-22
don't use home grown timeval comparison when timercmp() is available; pointed...
Jason Wright
2003-02-21
Print the pa not ldxa(pa)
Jason Wright
2003-02-21
- kill several unnecessary static's
Jason Wright
2003-02-17
Add support for the Sun Enterprise 450
Henric Jungheim
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-10-07
this removes the functionality of adding allocated
Michael Shalayeff
2002-10-06
No more need to initialize the result list before uvm_pglistalloc.
Artur Grabowski
2002-10-04
Aasking to load an already loaded map is not a "warn and pray" kinda thing.
Jason Wright
2002-08-19
From NetBSD:
Jason Wright
2002-07-24
No need to cast &thing to paddr_t* when thing IS a paddr_t
Jason Wright
2002-05-13
Deal with 24bit dvma requests
Jason Wright
2002-03-26
Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org>
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-12
Look up the TTE and only do the streaming cache dance if the mapping is marke...
Jason Wright
2002-03-07
Remove some debugging code accidentally committed in previous
Jason Wright
2002-03-07
From NetBSD:
Jason Wright
2002-02-22
Be sure to wait the whole 0.5 seconds (half a second!) for the streaming
Jason Wright
2002-02-22
Debugger() is #ifdef DDB
Theo de Raadt
2002-02-22
- don't call strbuf_flush_done for each segment, call it once per map (and
Jason Wright
2002-02-22
From NetBSD:
Jason Wright
2001-12-04
Yet another sync to NetBSD uvm.
Artur Grabowski
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-10-15
Pull in several changes from NetBSD:
Jason Wright
2001-09-26
Merge with NetBSD:
Jason Wright
2001-09-19
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
Michael Shalayeff
2001-08-18
RCSids
Jason Wright
2001-08-18
compiles with minimal mods (From NetBSD)
Jason Wright