kernel - Fix pmap_remove() issue.
[dragonfly.git] / sys / platform / pc32 / i386 / pmap.c
2012-08-24 Matthew Dillonkernel - Fix pmap_remove() issue.
2012-08-22 Matthew Dillonkernel - Attempt to fix i386 wire_count panic (98)
2012-08-22 Matthew Dillonkernel - Attempt to fix i386 wire_count panic
2012-05-17 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-01-20 Matthew Dillonkernel - Fix pmap_release() bug for i386
2012-01-03 Sascha Wildnerkernel: Use NULL for pointers.
2011-12-10 Venkatesh Srinivaskernel -- Remove i686_pagezero.
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-11-08 Matthew Dillonkernel - reformulate some of the pmap code to adhere...
2011-10-28 Sascha WildnerFix i386 buildkernel.
2011-10-28 Matthew Dillonkernel - More many-cores SMP work
2011-10-22 Matthew Dillonkernel - Fix null-pointer crash in i386/pmap.c
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-10-17 Antonio Huete Jimenezpmap - Missing critical section when calling lwkt_ipiq_...
2011-09-30 Venkatesh Srinivaskernel - VM MPSAFE fixes
2011-05-04 Sepherosa Ziehaui386: Copy pmap_mapdev_uncacheable() from x86_64
2011-01-23 Matthew Dillonkernel - Fix a case where a panic dump can stall
2011-01-11 Matthew Dillonkernel - Fix very annoying lockup (SMP)
2011-01-10 Matthew Dillonkernel - refactor cpusync and pmap_inval code, fix...
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-12-04 Sascha WildnerFix a typo and add PMAP_DEBUG to LINT.
2010-10-05 Matthew Dillonkernel - Add Proportional RSS (PRES)
2010-09-29 Matthew Dillonkernel - Adjust KVA use on i386 and x86_64
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-08-10 Venkatesh SrinivasDocument sysctls vm.fast_fault, vm.dreadful_invltlb...
2010-07-03 Matthew Dillonkernel - MPSAFE work - Add missing token release
2010-06-29 Matthew Dillonkernel - remove pmap_interlock debugging
2010-06-13 Matthew Dillonkernel - MPSAFE work - fix bugs in recent MPSAFE work.
2010-06-10 Matthew Dillonkernel - MPSAFE work - lockup i386 pmap
2010-06-10 Matthew Dillonkernel - MPSAFE work - lockup i386 pmap
2010-06-09 Matthew Dillonkernel - MPSAFE work - Remove unused code
2010-04-15 Alex Hornungprint_backtrace - Take parameter count
2010-03-16 Aggelos Economopoulospmap: Warning -> Debug
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-02-22 Matthew Dillonkernel - Fix some rare pmap races in i386 and x86_64.
2010-02-06 Matthew Dillonkernel - Expand the x86_64 KVA to 8G
2010-01-18 Matthew Dillonkernel - simplify vm pager ops, add pre-faulting for...
2010-01-01 Matthew Dillonkernel - pmap - more invltlb stuff
2009-12-31 Matthew Dillonkernel - pmap - add additional logic for cpu_invltlb()
2009-12-30 Matthew Dillonkernel - pmap (i386) - Refactor the foreign pmap mapping
2009-12-30 Matthew Dillonkernel - pmap (mainly i386) - fix TLB race and other...
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-12-16 Sascha WildnerFix some warnings that creep up when compiling without...
2009-12-06 Alex Hornungpmap - Change pmap_map syntaxis
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-07-13 Matthew DillonDocument pmap_qremove() as being MPSAFE.
2009-06-09 Sepherosa ZiehauDefer LAPIC mapping from pmap_bootstrap() to mp_enable()
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
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...
next