kernel - Check PG_MARKER in pmap_object_init_pt_callback()
[dragonfly.git] / sys / platform / vkernel / platform / pmap.c
2011-11-29 Matthew Dillonkernel - Check PG_MARKER in pmap_object_init_pt_callback()
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-11-10 Matthew Dillonkernel - Fix p->p_lock race and remove unused procedures
2011-10-28 Matthew Dillonkernel - More many-cores SMP work
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-01-23 Matthew Dillonkernel - Fix a case where a panic dump can stall
2010-12-20 Matthew Dillonkernel - vm_page BUSY handling, change vm_page_cache...
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-12-07 Matthew Dillonkernel - 64-bit memory & ncpus work
2010-10-05 Matthew Dillonkernel - Add Proportional RSS (PRES)
2010-09-28 Matthew Dillonkernel - Greatly reduce kernel memory use for x86_64
2010-09-26 Matthew Dillonkernel - Rearrange pmap_growkernel() and fix up x86_64...
2010-07-06 Matthew Dillonkernel - MPSAFE work - Basic tokenization for vkernel...
2010-06-09 Matthew Dillonkernel - MPSAFE work - Remove unused code
2010-05-16 Sascha WildnerGo over sys/platform and remove dead initialization...
2010-05-16 Sascha Wildnervkernel: To restart the scan, npv needs to be reset...
2010-03-23 Matthew Dillonvkernel64 - Cleanup, unbreak 32 bit
2010-03-04 Matthew Dillonkernel - pmap (i386) - Reduce kmem use for foreign...
2010-02-22 Matthew Dillonkernel - Fix some rare pmap races in i386 and x86_64.
2010-01-18 Matthew Dillonkernel - simplify vm pager ops, add pre-faulting for...
2009-12-30 Matthew Dillonkernel - pmap (mainly i386) - fix TLB race and other...
2009-12-06 Alex Hornungpmap - Change pmap_map syntaxis
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-05-07 Matthew DillonRemoving debugging kprintf() in PTE race check.
2009-05-07 Matthew DillonReplace Debugger() entry with a kprintf().
2008-12-18 Matthew DillonThis is a major revamping of the pageout and low-memory...
2008-08-25 Matthew DillonAMD64 Support:
2008-06-06 Sascha WildnerDon't use NULL where 0 is meant.
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-03-21 Sascha WildnerRemove old function (no longer used since r1.25).
2007-08-15 Matthew DillonConvert the lwp list into a red-black tree. This great...
2007-07-02 Matthew DillonThe real-kernel madvise and mcontrol system calls handl...
2007-07-01 Matthew DillonBring in all of Joe Talbott's SMP virtual kernel work...
2007-06-29 Matthew DillonImplement struct lwp->lwp_vmspace. Leave p_vmspace...
2007-06-18 Joe TalbottMake vkernel compile with 'options SMP'. Most function...
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-14 Matthew DillonThe FP subsystem might not work properly when a vkernel...
2007-01-12 Matthew DillonFix the recently committed (and described) page writabi...
2007-01-12 Matthew DillonSet kernel_vm_end to virtual_start instead of virtual_e...
2007-01-11 Matthew DillonWhen removing a page directory, tell the real kernel...
2007-01-10 Matthew DillonTell the real kernel not to sync the file that backs...
2007-01-08 Matthew DillonUse CBREAK mode for the console.
2007-01-08 Matthew DillonWhen removing a page directory from a page map, the...
2007-01-08 Matthew DillonThe signal return code was trying to access user mode...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-07 Matthew DillonImplement nearly all the remaining items required to...
2007-01-06 Matthew DillonOffset KernelPTD and KernelPTA so we can directly trans...
2007-01-06 Matthew DillonVKERNEL work, deal with remaining undefined symbols.
2007-01-05 Matthew DillonContinue fleshing out the VKERNEL.
2007-01-02 Matthew DillonGet most of the VKERNEL pmap handling code in.