CVS commit: [rmind-uvmplock] src/sys/arch/x86/x86

2011-03-08 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Mar 8 20:07:31 UTC 2011 Modified Files: src/sys/arch/x86/x86 [rmind-uvmplock]: pmap.c Log Message: - pmap_remove_ptes: simplify by removing the duplicate code and re-using equivalent functionality in pmap_remove_pte(). -

CVS commit: [rmind-uvmplock] src/sys/arch/x86/x86

2011-03-08 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Mar 8 23:26:36 UTC 2011 Modified Files: src/sys/arch/x86/x86 [rmind-uvmplock]: pmap.c Log Message: pmap_deactivate: improve comment. To generate a diff of this commit: cvs rdiff -u -r1.105.2.11 -r1.105.2.12

CVS commit: [rmind-uvmplock] src/sys/arch/x86/x86

2011-03-08 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Mar 8 23:41:09 UTC 2011 Modified Files: src/sys/arch/x86/x86 [rmind-uvmplock]: pmap_tlb.c Log Message: - pmap_tlb_shootdown: fix a bug when state for full TLB flush can be reverted to a single page invalidation(s). -

CVS commit: [rmind-uvmplock] src/sys/arch/x86/x86

2010-07-01 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Jul 2 02:11:21 UTC 2010 Modified Files: src/sys/arch/x86/x86 [rmind-uvmplock]: pmap_tlb.c Log Message: pmap_tlb_shootdown: add assert demonstrating assumption. To generate a diff of this commit: cvs rdiff -u -r1.1.2.2

CVS commit: [rmind-uvmplock] src/sys/arch/x86/x86

2010-05-25 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed May 26 04:57:22 UTC 2010 Modified Files: src/sys/arch/x86/x86 [rmind-uvmplock]: pmap.c Log Message: pmap_map_ptes: handle emap on TLB flush. To generate a diff of this commit: cvs rdiff -u -r1.105.2.6 -r1.105.2.7