| 2012-08-16 |
Matthew Dillon | kernel - Fix incorrect dirty/reprotect code in pageout |
blob | commitdiff |
| 2012-02-01 |
Matthew Dillon | kernel - Add vm_page_need_commit() and vm_page_clear_co... |
blob | commitdiff | diff to current |
| 2012-01-16 |
Matthew Dillon | kernel - Fix 3:00 a.m. crashes (deadlocks) related... |
blob | commitdiff | diff to current |
| 2011-12-02 |
Matthew Dillon | kernel - Refactor the vmspace locking code and several... |
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-20 |
Matthew Dillon | kernel - Fix vm_object token deadlock (2) |
blob | commitdiff | diff to current |
| 2011-11-16 |
Matthew Dillon | kernel - Move VM objects from pool tokens to per-vm... |
blob | commitdiff | diff to current |
| 2011-11-15 |
Matthew Dillon | kernel - Fix DEBUG_LOCKS races |
blob | commitdiff | diff to current |
| 2011-11-15 |
Matthew Dillon | kernel - Greatly improve shared memory fault rate concu... |
blob | commitdiff | diff to current |
| 2011-11-12 |
Matthew Dillon | kernel - Fix IPI signaling issue, add a few assertions |
blob | commitdiff | diff to current |
| 2011-11-11 |
Matthew Dillon | kernel - Wait for I/O to finish in vm_object_terminate() |
blob | commitdiff | diff to current |
| 2011-10-28 |
Matthew Dillon | kernel - Clean up spinlock code, add more lwkt_yield()s |
blob | commitdiff | diff to current |
| 2011-10-28 |
Matthew Dillon | kernel - More many-cores SMP work |
blob | commitdiff | diff to current |
| 2011-10-27 |
Matthew Dillon | kernel - Fix deep recursion in vm_object_collapse(... |
blob | commitdiff | diff to current |
| 2011-10-27 |
Matthew Dillon | kernel - Fix deep recursion in vm_object_collapse() |
blob | commitdiff | diff to current |
| 2011-10-26 |
Matthew Dillon | kernel - Fix recently introduced bus error w/postgres... |
blob | commitdiff | diff to current |
| 2011-10-26 |
Matthew Dillon | kernel - Major vm_page, lwkt thread, and other changes |
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-08-20 |
Matthew Dillon | kernel - Fix vm_object leak which could exhaust swap... |
blob | commitdiff | diff to current |
| 2011-07-14 |
Matthew Dillon | kernel - Add debugging and attempt to fix vm_prefault... |
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-06-14 |
Venkatesh Srinivas | kernel -- vm_object DEBUG_LOCKS: Record file/line of... |
blob | commitdiff | diff to current |
| 2011-06-10 |
Matthew Dillon | kernel - Fix MP races in recent vm_object work |
blob | commitdiff | diff to current |
| 2011-06-07 |
Venkatesh Srinivas | kernel -- vm_object locking: Interlock vm_object work... |
blob | commitdiff | diff to current |
| 2011-04-28 |
Venkatesh Srinivas | kernel -- vm_object locking: Add vm_object hold to... |
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 |
| 2011-03-29 |
Venkatesh Srinivas | kernel -- vm_object hold debugging should not panic... |
blob | commitdiff | diff to current |
| 2011-03-27 |
Venkatesh Srinivas | kernel -- vm_object locking: DEBUG_LOCKS check for... |
blob | commitdiff | diff to current |
| 2011-03-04 |
Venkatesh Srinivas | kernel -- vm_object locking Part 2: Lockup a few vm_obj... |
blob | commitdiff | diff to current |
| 2011-03-04 |
Venkatesh Srinivas | kernel -- vm_object locking Part 1: Primitives |
blob | commitdiff | diff to current |
| 2011-02-16 |
Venkatesh Srinivas | kernel -- vm locking: Add vm object locking to vm_objec... |
blob | commitdiff | diff to current |
| 2011-02-16 |
Venkatesh Srinivas | kernel -- vm locking: Take per-object token in vm_map... |
blob | commitdiff | diff to current |
| 2011-02-15 |
Venkatesh Srinivas | kernel -- vm locking: Add vm_page_(un)lock and vm_objec... |
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-10-05 |
Matthew Dillon | kernel - Add Proportional RSS (PRES) |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - Add vmobj_token, misc vm-related tokenization |
blob | commitdiff | diff to current |
| 2010-06-10 |
Matthew Dillon | kernel - MPSAFE work - lockup vm_object.c |
blob | commitdiff | diff to current |
| 2010-02-13 |
Matthew Dillon | kernel - swapcache - vm_object_page_remove() |
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-06 |
Matthew Dillon | kernel - SWAP CACHE part 11/many - Write improvements... |
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-03 |
Matthew Dillon | kernel - SWAP CACHE part 1/many - Convert swblock to... |
blob | commitdiff | diff to current |
| 2010-01-18 |
Matthew Dillon | kernel - Fix pager bug in vm_fault and UFS and have... |
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-12-28 |
Matthew Dillon | kernel - fine-grained namecache and partial vnode MPSAF... |
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-14 |
Matthew Dillon | Don't free held clean pages when asked to clean. |
blob | commitdiff | diff to current |
| 2007-06-08 |
Matthew Dillon | Formalize the object sleep/wakeup code when waiting... |
blob | commitdiff | diff to current |
| 2007-03-20 |
Matthew Dillon | Generate a warning if a wired page is encountered on... |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Make kernel_map, buffer_map, clean_map, exec_map, and... |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Introduce globals: KvaStart, KvaEnd, and KvaSize. ... |
blob | commitdiff | diff to current |
| 2006-12-02 |
Matthew Dillon | Replace the global VM page hash table with a per-VM... |
blob | commitdiff | diff to current |
| 2006-09-11 |
Matthew Dillon | Move flag(s) representing the type of vm_map_entry... |
blob | commitdiff | diff to current |
| 2006-05-25 |
Matthew Dillon | Convert almost all of the remaining manual traversals... |
blob | commitdiff | diff to current |
| 2006-05-17 |
Matthew Dillon | Remove the (unused) copy-on-write support for a vnode... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
blob | commitdiff | diff to current |
| 2005-06-02 |
Sascha Wildner | Remove spl*() calls and replace them with critical... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-09-17 |
Matthew Dillon | Fix a number of races. First, retain PG_BUSY through... |
blob | commitdiff | diff to current |
| 2004-07-31 |
Matthew Dillon | Get rid of mb_map. Retool the mbuf and mbuf cluster... |
blob | commitdiff | diff to current |
| 2004-07-28 |
Matthew Dillon | (From Alan): |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | Close an interrupt race between vm_page_lookup() and... |
blob | commitdiff | diff to current |
| 2004-05-10 |
Hiten Pandya | Remove newline from panic(9) message, it is redundant. |
blob | commitdiff | diff to current |
| 2004-03-23 |
Matthew Dillon | ANSIfication (procedure args) cleanup. |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2003-11-11 |
Matthew Dillon | Most code that calls vm_object_allocate() assumes that... |
blob | commitdiff | diff to current |
| 2003-11-03 |
Matthew Dillon | 64 bit address space cleanups which are a prerequisit... |
blob | commitdiff | diff to current |
| 2003-10-19 |
Matthew Dillon | Entirely remove the old kernel malloc and kmem_map... |
blob | commitdiff | diff to current |
| 2003-09-26 |
Matthew Dillon | Remove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel... |
blob | commitdiff | diff to current |
| 2003-08-25 |
Matthew Dillon | Add the NO_KMEM_MAP kernel configuration option. This... |
blob | commitdiff | diff to current |
| 2003-08-20 |
Robert Garrett | __P()!=wanted, clean up the vm subsystem |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
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-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
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 |
|