| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | This commit adds profiling support for powerpc64. Now we can do application | andreast | 2012-01-20 | 3 | -7/+8 |
* | Rework SLB trap handling so that double-faults into an SLB trap handler are | nwhitehorn | 2012-01-15 | 4 | -57/+229 |
* | Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x). | jhibbits | 2011-12-24 | 2 | -0/+16 |
* | Allow this to work on embedded systems without Open Firmware by making | nwhitehorn | 2011-12-16 | 1 | -35/+67 |
* | Zero BSS on start, in case the ELF loader that started the kernel did not | nwhitehorn | 2011-12-16 | 1 | -0/+11 |
* | Eliminate vestiges of page coloring. | alc | 2011-12-15 | 2 | -4/+2 |
* | Keep track of PVO entries in each pmap, which allows much faster | nwhitehorn | 2011-12-11 | 2 | -9/+41 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -4/+4 |
* | Use a global __pure2 function instead of a global register variable for | nwhitehorn | 2011-11-17 | 2 | -2/+12 |
* | Add an extra invariant here which was useful on 64-bit CPUs. | nwhitehorn | 2011-11-17 | 1 | -0/+2 |
* | Refactor the code that performs physically contiguous memory allocation, | alc | 2011-11-16 | 1 | -7/+9 |
* | Fix a bug where the pmap_cpu_bootstrap() ap argument could be clobbered. | nwhitehorn | 2011-11-09 | 2 | -2/+4 |
* | Inline the syscallenter() and syscallret(). This reduces the time measured | kib | 2011-09-11 | 1 | -0/+2 |