| Commit message (Expand) | Author | Age | Files | Lines |
* | Add pmap function pmap_copy_pages(), which copies the content of the | kib | 2013-03-14 | 2 | -0/+96 |
* | MFC | attilio | 2013-03-02 | 1 | -17/+9 |
|\ |
|
| * | MFcalloutng: | mav | 2013-02-28 | 1 | -17/+9 |
| * | Merge from vmobj-rwlock: | attilio | 2013-02-27 | 2 | -6/+4 |
| * | Merge from vmobj-rwlock branch: | attilio | 2013-02-26 | 3 | -3/+0 |
* | | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 2 | -8/+8 |
* | | Fix other architectures and ZFS. | attilio | 2013-02-21 | 4 | -3/+1 |
* | | There is no need to use VM_OBJECT_LOCKED() as the assertion won't | attilio | 2013-02-20 | 2 | -6/+4 |
* | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 2 | -6/+6 |
|/ |
|
* | Setup BAT0 and BAT1 on the Wii. | adrian | 2012-11-21 | 2 | -22/+40 |
* | Flip the semantic of M_NOWAIT to only require the allocation to not | kib | 2012-11-14 | 3 | -19/+6 |
* | Implement DTrace for PowerPC. This includes both 32-bit and 64-bit. | jhibbits | 2012-11-07 | 5 | -0/+97 |
* | Rework the known rwlock to benefit about staying on their own | attilio | 2012-11-03 | 1 | -10/+1 |
* | Eliminate a stale comment. It describes another use case for the pmap in | alc | 2012-09-28 | 2 | -10/+0 |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 1 | -1/+0 |
* | Unbreak tinderbox. | rpaulo | 2012-08-25 | 1 | -1/+4 |
* | Set mdp only under #ifdef WII. | rpaulo | 2012-08-25 | 1 | -0/+3 |
* | On Nintendo Wii CPUs, the mdp value will be garbage. Set it to NULL | adrian | 2012-08-21 | 1 | -1/+9 |
* | Avoid recursion on the pvh global lock in the aim oea pmap. | alc | 2012-07-10 | 2 | -14/+26 |
* | Replace all uses of the vm page queues lock by a r/w lock that is private | alc | 2012-07-06 | 1 | -29/+46 |
* | The `end' symbol doesn't match the end of the kernel image because it's | rpaulo | 2012-06-29 | 2 | -6/+8 |
* | Fix physical address type to vm_paddr_t also for powerpc64. | raj | 2012-05-25 | 1 | -11/+11 |
* | Fix physical address type to vm_paddr_t. | raj | 2012-05-24 | 1 | -11/+11 |
* | Replace the list of PVOs owned by each PMAP with an RB tree. This simplifies | nwhitehorn | 2012-05-20 | 2 | -176/+57 |
* | Fix final bugs in memory barriers on PowerPC: | nwhitehorn | 2012-05-04 | 2 | -2/+4 |
* | Fix build on 32-bit systems. | nwhitehorn | 2012-04-28 | 1 | -1/+1 |
* | After switching mutexes to use lwsync, they no longer provide sufficient | nwhitehorn | 2012-04-28 | 2 | -30/+19 |
* | Revert r234581 for this file. The lockless SLB tree code does in fact need | nwhitehorn | 2012-04-24 | 1 | -2/+2 |
* | Use lwsync to provide memory barriers on systems that support it instead | nwhitehorn | 2012-04-22 | 1 | -2/+2 |
* | Avoid a lock order reversal in pmap_extract_and_hold() from relocking | nwhitehorn | 2012-04-22 | 1 | -1/+32 |
* | Make sure all pending operations have completed on the existing thread | nwhitehorn | 2012-04-20 | 2 | -0/+2 |
* | We don't need kcopy() in any of the remaining places it is used, so | nwhitehorn | 2012-04-11 | 3 | -33/+3 |
* | Only manipulate the PGA_EXECUTABLE flag on managed pages. This is a proxy | nwhitehorn | 2012-04-11 | 1 | -14/+10 |
* | Fix error in r233949. Synchronizing icaches on uncacheable pages turns out | nwhitehorn | 2012-04-11 | 1 | -2/+4 |
* | Execute an initial ptesync if and only if the PTE is actually being | nwhitehorn | 2012-04-06 | 1 | -14/+7 |
* | Substantially reduce the scope of the locks held in pmap_enter(), which | nwhitehorn | 2012-04-06 | 1 | -34/+8 |
* | Reduce the frequency that the PowerPC/AIM pmaps invalidate instruction | nwhitehorn | 2012-04-06 | 3 | -57/+29 |
* | More PMAP performance improvements: skip 256 MB segments entirely if they | nwhitehorn | 2012-03-28 | 2 | -11/+26 |
* | Make sure to call vm_page_dirty() before the pmap lock is released to | nwhitehorn | 2012-03-27 | 1 | -2/+2 |
* | More PMAP concurrency improvements: replace the table lock and (almost) all | nwhitehorn | 2012-03-27 | 1 | -86/+100 |
* | More PMAP performance improvements: on powerpc64, when TLBIE can be run | nwhitehorn | 2012-03-25 | 1 | -4/+11 |
* | Only call vm_page_dirty() on pages that are writable in order not to | nwhitehorn | 2012-03-24 | 1 | -4/+12 |
* | Following suggestions from alc, skip wired mappings in pmap_remove_pages() | nwhitehorn | 2012-03-24 | 1 | -51/+29 |
* | Remove acquisition of VM page queues lock from pmap_protect(). Any actual | nwhitehorn | 2012-03-18 | 1 | -2/+0 |
* | Implement pmap_remove_pages(). This will be added later to the 32-bit MMU | nwhitehorn | 2012-03-15 | 1 | -0/+18 |
* | Improve algorithm for deciding whether to loop through all process pages | nwhitehorn | 2012-03-15 | 1 | -40/+58 |
* | Use LIST_FOREACH_SAFE() instead of LIST_FOREACH() in pmap_remove(), since | nwhitehorn | 2012-03-14 | 2 | -4/+4 |
* | Revert the _NOPROF entries on cpu_throw, cpu_switch and savectx. They can be | andreast | 2012-02-05 | 1 | -3/+3 |
* | Fix build for the case of powerpc64 kernel without COMPAT_FREEBSD32. | kib | 2012-01-30 | 1 | -0/+3 |
* | Finally, try to enable the nxstacks on amd64 and powerpc64 for both 64bit | kib | 2012-01-30 | 1 | -0/+4 |