| 2012-12-12 |
Sascha Wildner | Remove upc_{control,register} syscalls and everything... |
blob | commitdiff |
| 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-15 |
Matthew Dillon | kernel - Greatly improve shared memory fault rate concu... |
blob | commitdiff | diff to current |
| 2011-10-18 |
Matthew Dillon | kernel - Major SMP performance patch / VM system, bus... |
blob | commitdiff | diff to current |
| 2011-08-11 |
Matthew Dillon | kernel - Fix deadlock w/recent vm_map work |
blob | commitdiff | diff to current |
| 2011-04-07 |
Matthew Dillon | vkernel64 - Push some non-working (as yet) shims for... |
blob | commitdiff | diff to current |
| 2011-03-25 |
Matthew Dillon | kernel - Fix MP race in vmspace_president_count() (2) |
blob | commitdiff | diff to current |
| 2011-03-25 |
Matthew Dillon | kernel - Fix MP race in vmspace_president_count() |
blob | commitdiff | diff to current |
| 2011-03-05 |
Venkatesh Srinivas | kernel -- vm_map: Remove infork field from vm_map. |
blob | commitdiff | diff to current |
| 2010-12-07 |
Matthew Dillon | kernel - 64-bit memory & ncpus work |
blob | commitdiff | diff to current |
| 2010-11-25 |
Alex Hornung | mmap - add mmap offset randomization |
blob | commitdiff | diff to current |
| 2010-11-24 |
Venkatesh Srinivas | kernel - Export vm_map_transition_wait and correct... |
blob | commitdiff | diff to current |
| 2010-11-24 |
Venkatesh Srinivas | kernel - Add a flags field to the vm_map and a MAP_WIRE... |
blob | commitdiff | diff to current |
| 2010-10-29 |
Matthew Dillon | kernel - Increase UPAGES, add kernel stack guard page |
blob | commitdiff | diff to current |
| 2010-10-05 |
Matthew Dillon | kernel - Add Proportional RSS (PRES) |
blob | commitdiff | diff to current |
| 2010-09-13 |
Matthew Dillon | Kernel - Implement swapoff |
blob | commitdiff | diff to current |
| 2010-08-29 |
Matthew Dillon | kernel - Introduce hard code sections, simplify critica... |
blob | commitdiff | diff to current |
| 2010-08-28 |
Matthew Dillon | kernel - make kern/imgact_resident.c MPSAFe |
blob | commitdiff | diff to current |
| 2010-06-12 |
Matthew Dillon | kernel - MPSAFE work - tokenize vm/vm_map.c |
blob | commitdiff | diff to current |
| 2010-03-04 |
Matthew Dillon | kernel - pmap (i386) - Reduce kmem use for foreign... |
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-04-23 |
Matthew Dillon | Make adjustments to how MAP_STACK works to prevent... |
blob | commitdiff | diff to current |
| 2009-04-23 |
Matthew Dillon | Fix VM panic. Add required overflow check for MAP_STAC... |
blob | commitdiff | diff to current |
| 2008-12-18 |
Matthew Dillon | This is a major revamping of the pageout and low-memory... |
blob | commitdiff | diff to current |
| 2007-04-29 |
Matthew Dillon | * Use SYSREF for vmspace structures. This replaces... |
blob | commitdiff | diff to current |
| 2007-01-11 |
Matthew Dillon | Fix a bug vm_fault_page(). PG_MAPPED was not getting... |
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-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-09-13 |
Matthew Dillon | Collapse some bits of repetitive code into their own... |
blob | commitdiff | diff to current |
| 2006-09-13 |
Matthew Dillon | MAP_VPAGETABLE support part 3/3. |
blob | commitdiff | diff to current |
| 2006-09-12 |
Matthew Dillon | MAP_VPAGETABLE support part 1/3. |
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-20 |
Matthew Dillon | I'm growing tired of having to add #include lines for... |
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-05 |
Matthew Dillon | Remove the thread pointer argument to lockmgr(). All... |
blob | commitdiff | diff to current |
| 2006-04-23 |
Matthew Dillon | Remove the now unused interlock argument to the lockmgr... |
blob | commitdiff | diff to current |
| 2006-03-15 |
Matthew Dillon | Implement a VM load heuristic. sysctl vm.vm_load will... |
blob | commitdiff | diff to current |
| 2005-11-19 |
Matthew Dillon | Convert the lockmgr interlock from a token to a spinloc... |
blob | commitdiff | diff to current |
| 2005-10-09 |
Simon Schubert | 1:1 Userland threading stage 2.6/4: |
blob | commitdiff | diff to current |
| 2005-01-20 |
Matthew Dillon | Replace the cache-point linear search algorithm for... |
blob | commitdiff | diff to current |
| 2004-05-24 |
Hiten Pandya | Wrap the VM MAP locking routines with _KERNEL, user... |
blob | commitdiff | diff to current |
| 2004-03-12 |
Matthew Dillon | In an rfork'd or vfork'd situation where multiple proce... |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2004-01-20 |
Matthew Dillon | Resident executable support stage 1/4: Add kernel bits... |
blob | commitdiff | diff to current |
| 2004-01-14 |
Matthew Dillon | Cleanup the vm_map_entry_[k]reserve/[k]release() API... |
blob | commitdiff | diff to current |
| 2003-11-21 |
Matthew Dillon | Implement an upcall mechanism to support userland LWKT... |
blob | commitdiff | diff to current |
| 2003-10-02 |
Hiten Pandya | Rename: |
blob | commitdiff | diff to current |
| 2003-08-27 |
Matthew Dillon | SLAB ALLOCATOR Stage 1. This brings in a slab allocato... |
blob | commitdiff | diff to current |
| 2003-08-25 |
Matthew Dillon | Add an alignment feature to vm_map_findspace(). 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-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 |
|