Age | Commit message (Expand) | Author |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-24 | add a param to uvm_map_hint to not skip over the heap, and use it as a last | Ted Unangst |
2010-12-21 | Bring back the "End the VOP experiment." diff, naddy's issues where | Thordur I. Bjornsson |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2010-12-04 | Teach swapctl(2) about DUIDs. | Joel Sing |
2010-11-18 | Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h> | Miod Vallat |
2010-09-29 | Band-aid to prevent uvm_mapent_alloc() sleeping with the pseg mutex held | Thordur I. Bjornsson |
2010-09-26 | remove static so things show up in ddb. | Thordur I. Bjornsson |
2010-09-10 | Backout the VOP diff until the issues naddy was seeing on alpha (gcc3) | Thordur I. Bjornsson |
2010-09-06 | End the VOP experiment. Instead of the ridicolusly complicated operation | Thordur I. Bjornsson |
2010-09-06 | cut swapping to file over from disksort to bufq fifo's and | Thordur I. Bjornsson |
2010-08-28 | Fix an uninitialized value leading to bogus KASSERT in uvm_pmr_use_inc(). | Miod Vallat |
2010-08-26 | make the comment explaining the kernel submaps a bit better. | Thordur I. Bjornsson |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-24 | Don't sleep while holding the uvm_psel_lck mutex. Should fix "locking against | Mark Kettenis |
2010-07-22 | Remove the VM_KMPAGESFREE sysctl. After the pmemrange | Thordur I. Bjornsson |
2010-07-15 | the uvm_km_putpage is calling into tangly uvm guts again on not pmap direct. | Ted Unangst |
2010-07-13 | need pool.h to initialize the dma allocator | Theo de Raadt |
2010-07-13 | dma_alloc() and dma_free(). This is a thin shim on top of a bag of | Theo de Raadt |
2010-07-03 | Be sure to initialize b_bq member of struct buf not allocated through the | Miod Vallat |
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst |
2010-07-02 | no need to call uvm_km_free_wakup for the kernel map, uvm_km_free is | Thordur I. Bjornsson |
2010-07-02 | Don't bother trying to handle a uvm_pglistalloc failure when called with | Thordur I. Bjornsson |
2010-07-02 | nuke unused global and a comment. | Thordur I. Bjornsson |
2010-07-02 | Add missing pmap_update. pointed out by matthew@ | Artur Grabowski |
2010-07-02 | fix corrupt UVMHIST_LOG | Takuya ASADA |
2010-07-02 | add an align argument to uvm_km_kmemalloc_pla. | Artur Grabowski |
2010-07-02 | Drop the uvm_km_pages.mtx mutex in uvm_km_putpage before we free va's, | Thordur I. Bjornsson |
2010-07-01 | We don't do CamelCase: fix style(9) violations in goto labels. | Owain Ainsworth |
2010-07-01 | Implement vs{,un}lock_device and use it for physio. | Artur Grabowski |
2010-07-01 | Allow swapping to happen in the case where where we have more memory | Owain Ainsworth |
2010-06-30 | knf function decleration nit. | Thordur I. Bjornsson |
2010-06-29 | Add PADDR_IS_DMA_REACHABLE macro so art stops whining | Thordur I. Bjornsson |
2010-06-29 | skip empty ranges in uvm_pmr_assertvalid; | Thordur I. Bjornsson |
2010-06-29 | Add a no_constraint uvm_constraint_range; use it in the pool code. | Thordur I. Bjornsson |
2010-06-28 | Move uvm_km_pages struct declaration and watermark bounds to uvm_km.h, so | Miod Vallat |
2010-06-27 | Kill another #ifdef UBC chunk that was annoying me while doing something | Owain Ainsworth |
2010-06-27 | doh! Use pmap_kenter/pmap_kremove in the backend page allocator to prevent | Thordur I. Bjornsson |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-23 | Fix a bug in uvm_pmr_get1page() which could cause us to bounce | Thordur I. Bjornsson |
2010-06-17 | aligment -> alignment | Miod Vallat |
2010-06-14 | tidy this file up a bit. reorder a few comments, | Thordur I. Bjornsson |
2010-06-10 | fix typos in comments: lineair -> linear. | Thordur I. Bjornsson |
2010-06-10 | the pagedaemon sleeps on uvm.pagedaemon not | Thordur I. Bjornsson |
2010-06-09 | Move the prototype for uvm_wait() to uvm_extern.h and remove | Thordur I. Bjornsson |
2010-05-21 | Fix a locking problem in mincore where it was possible for us to sleep | Owain Ainsworth |
2010-05-18 | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this | David Gwynne |
2010-05-01 | Unbreak ramdisks. | Owain Ainsworth |
2010-04-30 | Right now, if anything internal changes with a uvm object, diverse | Owain Ainsworth |