Age | Commit message (Expand) | Author |
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 |
2010-04-30 | Prevent a possible case of lock recursion in swapoff. | Owain Ainsworth |
2010-04-26 | cut down simple locks (so simple that they don't even lock) to the point | Theo de Raadt |
2010-04-25 | Switch uao_list_lock protecting the uao list (for create, destroy and | Owain Ainsworth |
2010-04-23 | Fix null-pointer dereference. | Ariane van der Steldt |
2010-04-23 | remove unnecessary temp_entry variables and hoist simple check out of a loop. | Ted Unangst |
2010-04-22 | Committing on behalf or ariane@. | Owain Ainsworth |
2010-04-21 | the atomic primitives are still impossible to get at without using proc.h | Theo de Raadt |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-03-24 | Bring back PHYSLOAD_DEVICE for uvm_page_physload. | Owain Ainsworth |
2010-02-12 | introduce a uvm_km_valloc_try function that won't get a lower level lock | Ted Unangst |
2009-11-25 | something hairy happened with cvs so this file didn't get added. | Owain Ainsworth |
2009-11-25 | re-add uvm_objwire and uvm_objunwire. needed for intel GEM support. | Owain Ainsworth |