| 2011-11-15 |
Matthew Dillon | kernel - Major signal path adjustments to fix races... |
blob | commitdiff |
| 2011-11-10 |
Matthew Dillon | kernel - Fix p->p_lock race and remove unused procedures |
blob | commitdiff | diff to current |
| 2011-11-10 |
Matthew Dillon | kernel - Remove ad-hoc increment/decrement of vm->vm_sysref |
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 |
| 2010-08-10 |
Venkatesh Srinivas | Document sysctls vm.fast_fault, vm.dreadful_invltlb... |
blob | commitdiff | diff to current |
| 2010-06-12 |
Matthew Dillon | kernel - MPSAFE work - tokenize more vm stuff |
blob | commitdiff | diff to current |
| 2010-06-12 |
Matthew Dillon | kernel - MPSAFE work - tokenize vm/vm_map.c |
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 |
| 2008-07-01 |
Matthew Dillon | Fix numerous pageout daemon -> buffer cache deadlocks... |
blob | commitdiff | diff to current |
| 2007-04-30 |
Matthew Dillon | Revamp SYSINIT ordering. Relabel sysinit IDs (SI_... |
blob | commitdiff | diff to current |
| 2007-04-29 |
Matthew Dillon | * Use SYSREF for vmspace structures. This replaces... |
blob | commitdiff | diff to current |
| 2007-02-26 |
Simon Schubert | 1:1 Userland threading stage 4.6/4: |
blob | commitdiff | diff to current |
| 2007-02-25 |
Simon Schubert | Get rid of struct user/UAREA. |
blob | commitdiff | diff to current |
| 2007-02-19 |
Simon Schubert | 1:1 Userland threading stage 2.18/4: |
blob | commitdiff | diff to current |
| 2007-02-16 |
Simon Schubert | 1:1 Userland threading stage 2.12/4: |
blob | commitdiff | diff to current |
| 2007-02-03 |
Simon Schubert | 1:1 Userland threading stage 2.11/4: |
blob | commitdiff | diff to current |
| 2007-01-01 |
Simon Schubert | 1:1 Userland threading stage 2.10/4: |
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-11-07 |
Matthew Dillon | Misc cleanups and CVS surgery. Move a number of header... |
blob | commitdiff | diff to current |
| 2006-09-19 |
Simon Schubert | 1:1 Userland threading stage 2.9/4: |
blob | commitdiff | diff to current |
| 2006-09-16 |
Matthew Dillon | Fix a bug in sysctl()'s handling of user data. You... |
blob | commitdiff | diff to current |
| 2006-06-27 |
Matthew Dillon | /dev/[k]mem was not allowing access to the CPU globalda... |
blob | commitdiff | diff to current |
| 2006-05-25 |
Matthew Dillon | Convert almost all of the remaining manual traversals... |
blob | commitdiff | diff to current |
| 2006-04-25 |
Matthew Dillon | Add a memory wrap check to kernacc to try to reduce... |
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-22 |
Matthew Dillon | Consolidate the initialization of td_mpcount into lwkt_... |
blob | commitdiff | diff to current |
| 2005-11-19 |
Matthew Dillon | Protect allproc scans with PHOLD/PRELE, in particular... |
blob | commitdiff | diff to current |
| 2005-11-14 |
Matthew Dillon | Make tsleep/wakeup() MP SAFE for kernel threads and... |
blob | commitdiff | diff to current |
| 2005-10-11 |
Simon Schubert | 1:1 Userland threading stage 2.8/4: |
blob | commitdiff | diff to current |
| 2005-10-08 |
Simon Schubert | 1:1 Userland threading stage 2.4/4: |
blob | commitdiff | diff to current |
| 2005-10-08 |
Simon Schubert | 1:1 Userland threading stage 2.2/4: |
blob | commitdiff | diff to current |
| 2005-06-25 |
Matthew Dillon | Associate a userland scheduler control structure with... |
blob | commitdiff | diff to current |
| 2005-06-02 |
Matthew Dillon | After some thought, replace the splhigh()/spl0() combin... |
blob | commitdiff | diff to current |
| 2005-06-02 |
Sascha Wildner | Remove spl*() calls and replace them with critical... |
blob | commitdiff | diff to current |
| 2005-02-07 |
Matthew Dillon | gdb-6 uses /dev/kmem exclusively for kernel addresses... |
blob | commitdiff | diff to current |
| 2004-09-05 |
Matthew Dillon | NULL out p_stats when detaching the underlying thread... |
blob | commitdiff | diff to current |
| 2004-08-15 |
Joerg Sonnenberger | Make the addr parameter to kernacc and useracc const. |
blob | commitdiff | diff to current |
| 2004-07-29 |
Matthew Dillon | Add a stack-size argument to the LWKT threading code... |
blob | commitdiff | diff to current |
| 2004-07-24 |
Matthew Dillon | Update the userland scheduler. Fix scheduler interacti... |
blob | commitdiff | diff to current |
| 2004-06-20 |
Hiten Pandya | Move the 'p_start' field from struct pstats (Process... |
blob | commitdiff | diff to current |
| 2004-06-20 |
Hiten Pandya | Zero-out the whole pstats structure and then copy the... |
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 |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
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-03 |
Matthew Dillon | Augment the LWKT thread creation APIs to allow a cpu... |
blob | commitdiff | diff to current |
| 2003-10-02 |
Hiten Pandya | Rename: |
blob | commitdiff | diff to current |
| 2003-09-24 |
Matthew Dillon | Clean up thread priority and critical section handling... |
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-11 |
Matthew Dillon | Cleanup hardclock() and statclock(), making them work... |
blob | commitdiff | diff to current |
| 2003-07-10 |
Matthew Dillon | MP Implmentation 3/4: MAJOR progress on SMP, full userl... |
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-30 |
Matthew Dillon | Misc interrupts/LWKT 1/2: threaded interrupts 2: Major... |
blob | commitdiff | diff to current |
| 2003-06-29 |
Matthew Dillon | threaded interrupts 1: Rewrite the ICU interrupt code... |
blob | commitdiff | diff to current |
| 2003-06-27 |
Matthew Dillon | Cleanup lwkt threads a bit, change the exit/reap interlock. |
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-22 |
Matthew Dillon | thread stage 10: (note stage 9 was the kern/lwkt_rwlock... |
blob | commitdiff | diff to current |
| 2003-06-19 |
Matthew Dillon | thread stage 6: Move thread stack management from... |
blob | commitdiff | diff to current |
| 2003-06-18 |
Matthew Dillon | thread stage 4: remove curpcb, use td_pcb reference... |
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 |
|