| 2012-07-11 |
Matthew Dillon | kernel - Fix missing lock in pbuf update (minor) |
blob | commitdiff |
| 2011-12-27 |
Matthew Dillon | kernel - Fix swap space leak |
blob | commitdiff | diff to current |
| 2011-12-02 |
Matthew Dillon | kernel - Refactor the vmspace locking code and several... |
blob | commitdiff | diff to current |
| 2011-12-01 |
Matthew Dillon | kernel - Minor cleanups |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-11-18 |
Matthew Dillon | kernel - Fix swapcached problems when max-swap use... |
blob | commitdiff | diff to current |
| 2011-10-28 |
Matthew Dillon | kernel - More many-cores SMP work |
blob | commitdiff | diff to current |
| 2011-10-18 |
Matthew Dillon | kernel - Major SMP performance patch / VM system, bus... |
blob | commitdiff | diff to current |
| 2011-09-29 |
Matthew Dillon | kernel - Numerous VM MPSAFE fixes |
blob | commitdiff | diff to current |
| 2011-06-15 |
Matthew Dillon | kernel - Adjust vm_object->paging_in_progress to use... |
blob | commitdiff | diff to current |
| 2011-04-15 |
Matthew Dillon | kernel - Fix hold race and catch bad vm_object terminations |
blob | commitdiff | diff to current |
| 2010-12-20 |
Matthew Dillon | kernel - vm_page BUSY handling, change vm_page_cache... |
blob | commitdiff | diff to current |
| 2010-09-13 |
Matthew Dillon | Kernel - Implement swapoff |
blob | commitdiff | diff to current |
| 2010-08-30 |
Alex Hornung | spinlocks - Rename API to spin_{try,un,}lock |
blob | commitdiff | diff to current |
| 2010-08-27 |
Matthew Dillon | kernel - Major MPSAFE Infrastructure |
blob | commitdiff | diff to current |
| 2010-08-18 |
Matthew Dillon | kernel - Implement vm.swap_info_array sysctl |
blob | commitdiff | diff to current |
| 2010-08-17 |
Matthew Dillon | kernel - add vm.swap_size sysctl |
blob | commitdiff | diff to current |
| 2010-08-15 |
Matthew Dillon | kernel - split the pbuf subsystem into two (kva and... |
blob | commitdiff | diff to current |
| 2010-08-13 |
Matthew Dillon | kernel - Some minor swap allocator / blist work |
blob | commitdiff | diff to current |
| 2010-06-12 |
Matthew Dillon | kernel - MPSAFE work - tokenize more vm stuff |
blob | commitdiff | diff to current |
| 2010-02-14 |
Matthew Dillon | kernel - VM PAGER part 1/2 - Remove vm_page_alloc() |
blob | commitdiff | diff to current |
| 2010-02-13 |
Matthew Dillon | kernel - TMPFS - Add infrastructure to main kernel... |
blob | commitdiff | diff to current |
| 2010-02-09 |
Matthew Dillon | kernel - SWAP CACHE part 17/many - Add missing critical... |
blob | commitdiff | diff to current |
| 2010-02-08 |
Matthew Dillon | kernel - SWAP CACHE part 14/many - Add more features... |
blob | commitdiff | diff to current |
| 2010-02-06 |
Matthew Dillon | kernel - SWAP CACHE part 13/many - More vm_pindex_t... |
blob | commitdiff | diff to current |
| 2010-02-06 |
Matthew Dillon | kernel - SWAP CACHE part 12/many - Add swapcache cleanu... |
blob | commitdiff | diff to current |
| 2010-02-04 |
Matthew Dillon | kernel - SWAP CACHE part 8/many - Add the swap cache... |
blob | commitdiff | diff to current |
| 2010-02-04 |
Matthew Dillon | kernel - SWAP CACHE part 7/many - Add vm_swapcache... |
blob | commitdiff | diff to current |
| 2010-02-04 |
Matthew Dillon | kernel - SWAP CACHE part 6/many - Refactor swap_pager_f... |
blob | commitdiff | diff to current |
| 2010-02-04 |
Matthew Dillon | kernel - SWAP CACHE part 4/many - Add PG_SWAPPED |
blob | commitdiff | diff to current |
| 2010-02-03 |
Matthew Dillon | kernel - SWAP CACHE part 3/many - Rearrange VM pagerops |
blob | commitdiff | diff to current |
| 2010-02-03 |
Matthew Dillon | kernel - SWAP CACHE part 2/many - Remove VM pager lists |
blob | commitdiff | diff to current |
| 2010-02-03 |
Matthew Dillon | kernel - SWAP CACHE part 1/many - Convert swblock to... |
blob | commitdiff | diff to current |
| 2010-01-26 |
Matthew Dillon | kernel - More buffer cache / VM coherency work |
blob | commitdiff | diff to current |
| 2010-01-22 |
Matthew Dillon | kernel - Fix bug in recent swap/paging work |
blob | commitdiff | diff to current |
| 2010-01-21 |
Matthew Dillon | kernel - Add burst reads back into swap_pager |
blob | commitdiff | diff to current |
| 2010-01-18 |
Matthew Dillon | kernel - simplify vm pager ops, add pre-faulting for... |
blob | commitdiff | diff to current |
| 2009-09-15 |
Matthew Dillon | kernel - fix bug when issuing synchronous pageouts... |
blob | commitdiff | diff to current |
| 2009-09-01 |
Matthew Dillon | Kernel - Minor cleanup. |
blob | commitdiff | diff to current |
| 2009-08-12 |
Matthew Dillon | swap, amd64 - increase maximum swap space to 1TB x 4 |
blob | commitdiff | diff to current |
| 2009-07-15 |
Matthew Dillon | MPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager. |
blob | commitdiff | diff to current |
| 2009-06-24 |
Matthew Dillon | AMD64 - Fix many compile-time warnings. int/ptr type... |
blob | commitdiff | diff to current |
| 2008-12-18 |
Matthew Dillon | Fix bugs in dealing with low-memory situations when... |
blob | commitdiff | diff to current |
| 2008-07-01 |
Matthew Dillon | Fix numerous pageout daemon -> buffer cache deadlocks... |
blob | commitdiff | diff to current |
| 2008-05-09 |
Matthew Dillon | Fix many bugs and issues in the VM system, particularly... |
blob | commitdiff | diff to current |
| 2008-04-28 |
Matthew Dillon | Paging and swapping system fixes. |
blob | commitdiff | diff to current |
| 2008-04-28 |
Matthew Dillon | Minor code reordering and documentation adjustments. |
blob | commitdiff | diff to current |
| 2008-03-20 |
Matthew Dillon | Remove calls to pmap_clear_modify() in the swap_pager... |
blob | commitdiff | diff to current |
| 2008-01-05 |
Sascha Wildner | For kmalloc(), MALLOC() and contigmalloc(), use M_ZERO... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-05-03 |
Matthew Dillon | - Clarify the definitions of b_bufsize, b_bcount, and... |
blob | commitdiff | diff to current |
| 2006-04-30 |
Matthew Dillon | Remove b_xflags. Fold BX_VNCLEAN and BX_VNDIRTY into... |
blob | commitdiff | diff to current |
| 2006-04-30 |
Matthew Dillon | Replace the the buffer cache's B_READ, B_WRITE, B_FORMA... |
blob | commitdiff | diff to current |
| 2006-04-28 |
Matthew Dillon | Get rid of pbgetvp() and pbrelvp(). Instead fold the... |
blob | commitdiff | diff to current |
| 2006-03-27 |
Matthew Dillon | Change *_pager_allocate() to take off_t instead of... |
blob | commitdiff | diff to current |
| 2006-03-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and... |
blob | commitdiff | diff to current |
| 2006-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead... |
blob | commitdiff | diff to current |
| 2005-08-03 |
Hiten Pandya | BUF/BIO cleanup 3/99: |
blob | commitdiff | diff to current |
| 2005-06-02 |
Sascha Wildner | Remove spl*() calls and replace them with critical... |
blob | commitdiff | diff to current |
| 2005-06-02 |
Sascha Wildner | <sys/vmmeter.h> need not be included twice. |
blob | commitdiff | diff to current |
| 2004-07-16 |
Matthew Dillon | Update all my personal copyrights to the Dragonfly... |
blob | commitdiff | diff to current |
| 2004-07-14 |
Hiten Pandya | BUF/BIO work, for removing the requirement of KVA mappi... |
blob | commitdiff | diff to current |
| 2004-05-20 |
Matthew Dillon | Get rid of VM_WAIT and VM_WAITPFAULT crud, replace... |
blob | commitdiff | diff to current |
| 2004-03-23 |
Matthew Dillon | ANSIfication (procedure args) cleanup. |
blob | commitdiff | diff to current |
| 2003-08-20 |
Robert Garrett | __P()!=wanted, clean up the vm subsystem |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-07-03 |
Matthew Dillon | Split the struct vmmeter cnt structure into a global... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | proc->thread stage 5: BUF/VFS clearance! Remove the... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | Introduce cratom(), remove crcopy(). |
blob | commitdiff | diff to current |
| 2003-06-22 |
Matthew Dillon | proc->thread stage 1: change kproc_*() API to take... |
blob | commitdiff | diff to current |
| 2003-06-19 |
Matthew Dillon | thread stage 5: Separate the inline functions out of... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|