| Commit message (Expand) | Author | Age | Files | Lines |
* | Align stacks of kernel threads correctly at 16-byte boundaries rather than | nwhitehorn | 2013-09-05 | 1 | -0/+1 |
* | Enable PMC interrupt handling, and fix a DTrace trap handling bug. | jhibbits | 2013-09-03 | 1 | -5/+5 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 2 | -6/+4 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 2 | -24/+20 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 3 | -5/+5 |
* | Remove an unnecessary panic. The PVO's PTE entry and the PTEG's PTE entry may | jhibbits | 2013-08-06 | 1 | -3/+0 |
* | Evict pages from the PTEG when it's full and trying to insert a new PTE, | jhibbits | 2013-08-06 | 1 | -7/+77 |
* | Introduce new structure sfstat for collecting sendfile's statistics | ae | 2013-07-15 | 1 | -1/+1 |
* | Fix check: bitwise and has only one &. | nwhitehorn | 2013-07-12 | 1 | -1/+1 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 2 | -0/+4 |
* | Relax the object locking assertion in pmap_enter_locked(). | alc | 2013-05-17 | 2 | -2/+2 |
* | Remove a comment that shouldn't have gone in. | jhibbits | 2013-04-26 | 1 | -3/+0 |
* | Introduce kernel coredumps to ppc32 AIM. Leeched from the booke code. | jhibbits | 2013-04-25 | 1 | -0/+111 |
* | Print out DSISR in a fatal DSI trap. | jhibbits | 2013-04-05 | 1 | -0/+2 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | kib | 2013-03-19 | 1 | -0/+8 |
* | Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code, | jhibbits | 2013-03-18 | 3 | -19/+14 |
* | 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 |