This is a major revamping of the pageout and low-memory handling code.
[dragonfly.git] / sys / platform / pc32 / i386 / pmap.c
2008-12-18 Matthew DillonThis is a major revamping of the pageout and low-memory...
2008-08-25 Matthew DillonAMD64 Support:
2008-06-05 Sascha Wildner* Fix some cases where NULL was used but 0 was meant...
2008-05-11 Matthew DillonFix UP real kernel crash, a vkernel define was being...
2008-05-09 Matthew DillonFix many bugs and issues in the VM system, particularly...
2008-04-28 Matthew DillonFix some pmap races in pc32 and vkernel, and other...
2008-01-21 Simon SchubertDon't panic when invalidating a fictitious page.
2007-08-15 Matthew DillonConvert the lwp list into a red-black tree. This great...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-06-08 Matthew DillonRemove the last source of SMP TLB invalidations in...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2007-02-26 Simon Schubert1:1 Userland threading stage 4.6/4:
2007-02-25 Simon SchubertGet rid of struct user/UAREA.
2007-02-24 Simon Schubert1:1 Userland threading stage 4.4/4:
2007-02-24 Simon Schubert1:1 Userland threading stage 4.3/4:
2007-02-03 Simon Schubert1:1 Userland threading stage 2.11/4:
2007-01-15 Matthew DillonClose two holes in the pmap code. The page table self...
2007-01-12 Matthew DillonFix the recently committed (and described) page writabi...
2007-01-11 Matthew DillonMajor pmap update. Note also that this commit temporar...
2007-01-06 Matthew DillonVKERNEL work, deal with remaining undefined symbols.
2007-01-02 Matthew DillonTry to locate any instances where pmap_enter*() is...
2006-12-31 Matthew Dillonzbootinit() was being called with too few pv_entry...
2006-12-28 Matthew DillonMake kernel_map, buffer_map, clean_map, exec_map, and...
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-12-26 Matthew DillonRename virtual_avail to virtual_start, so name follows...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-02 Matthew DillonReplace the global VM page hash table with a per-VM...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-21 Matthew DillonReformulate the way the kernel updates the PMAPs in...
2006-10-20 Matthew DillonAdd a ton of infrastructure for VKERNEL support. ...
2006-09-30 Sascha WildnerAvoid casts as lvalues.
2006-09-13 Sascha WildnerAnsify the rest of the K...
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 2/3.
2006-05-25 Matthew DillonAdjust pamp_growkernel(), elf_brand_inuse(), and ktrace...
2005-11-22 Matthew DillonConsolidate the initialization of td_mpcount into lwkt_...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-07 Matthew DillonAdjust the globaldata initialization code to accomodate...
2005-11-04 Matthew DillonAllow 'options SMP' *WITHOUT* 'options APIC_IO'. That...
2005-11-02 Matthew DillonICU/APIC cleanup part 1/many.
2005-10-05 Simon SchubertUserland 1:1 threading changes step 1/4+:
2005-06-03 Matthew DillonRemove spl*() calls from i386, replacing them with...
2004-10-12 Matthew DillonTry to close an occassional VM page related panic that...
2004-09-26 Matthew DillonGet rid of some conditionalized code which the pmap...
2004-07-29 Matthew DillonRemove a recently added incorrect assertion. I was...
2004-07-29 Matthew DillonAdd a stack-size argument to the LWKT threading code...
2004-06-02 Hiten PandyaMerge from FreeBSD, RELENG_4 branch, revision 1.250...
2004-05-31 Hiten PandyaRemove an unimplemented advisory function, pmap_pageabl...
2004-05-26 Matthew DillonMask bits properly for pte_prot() in case it is called...
2004-05-21 Hiten PandyaDocument the pmap_kenter_quick(9) function. While...
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-05-05 Matthew Dillonpmap_qremove() takes a page count, not a byte count...
2004-05-05 Matthew DillonAnother major mmx/xmm/FP commit. This is a combination...
2004-05-01 Matthew DillonCommit an update to the pipe code that implements vario...
2004-04-30 Matthew DillonCorrect a bug in the last FPU optimized bcopy commit...
2004-04-26 Matthew DillonBring in the following revs from FreeBS-4:
2004-04-01 Matthew DillonEnhance the pmap_kenter*() API and friends, separating...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-21 Matthew DillonSynchronize a bunch of things from FreeBSD-5 in prepara...
2004-02-17 Matthew DillonIntroduce an MI cpu synchronization API, redo the SMP...
2004-02-14 Matthew DillonCreate a new machine type, cpumask_t, to represent...
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2004-01-18 Matthew DillonCAPS IPC library stage 1/3: The core CAPS IPC code...
2003-12-20 Matthew DillonUSER_LDT is now required by a number of packages as...
2003-11-04 Matthew DillonFix LINT issues with vm_paddr_t
2003-11-03 Matthew DillonFix the pt_entry_t and pd_entry_t types. They were...
2003-11-03 Matthew Dillon64 bit address space cleanups which are a prerequisit...
2003-09-02 Matthew DillonDo a bit of Ansification, add some pmap assertions...
2003-08-31 Matthew Dilloncleanup: remove register keyword, ANSIze procedure...
2003-08-26 Robert Garrettwhat the heck one last one before i go take a nap...
2003-08-03 Hiten PandyaUse FOREACH_PROC_IN_SYSTEM() throughout.
2003-07-13 Matthew DillonThe comment was wrong, ptmmap *is* used, put it back...
2003-07-10 Matthew DillonMP Implmentation 3/4: MAJOR progress on SMP, full userl...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-04 Matthew DillonGeneric MP rollup work.
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-28 Matthew Dillonsmp/up collapse stage 2 of 2: cleanup the globaldata...
2003-06-28 Matthew Dillonsmp/up collapse stage 1 of 2: Make UP use the globaldat...
2003-06-27 Matthew DillonCleanup lwkt threads a bit, change the exit/reap interlock.
2003-06-22 Matthew Dillonthread stage 10: (note stage 9 was the kern/lwkt_rwlock...
2003-06-21 Matthew DillonAdd kern/lwkt_rwlock.c -- reader/writer locks. Clean...
2003-06-21 Matthew Dillonthread stage 8: add crit_enter(), per-thread cpl handli...
2003-06-20 Matthew Dillonthread stage 7: Implement basic LWKTs, use a straight...
2003-06-19 Matthew Dillonthread stage 6: Move thread stack management from...
2003-06-18 Matthew Dillonthread stage 4: remove curpcb, use td_pcb reference...
2003-06-18 Matthew Dillonthread stage 3: create independant thread structure...
2003-06-18 Matthew Dillonthread stage 1: convert curproc to curthread, embed...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: