| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r275616: | kib | 2014-12-15 | 1 | -0/+1 |
* | Fix a leak of the wired pages when unwiring of the PROT_NONE-mapped | kib | 2014-09-01 | 1 | -15/+20 |
* | Merge the changes to pmap_enter(9) for sleep-less operation (requested | kib | 2014-08-24 | 1 | -28/+50 |
* | MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857, | ian | 2014-05-14 | 1 | -4/+4 |
* | MFC r258268, r258271, r258272, r258274, r258275, r258427, r258694, r258696, | ian | 2014-05-14 | 1 | -60/+0 |
* | MFC r258259, r258798, r259010 | ian | 2014-05-14 | 1 | -16/+1 |
* | MFC r258247, r258250, r258257 | ian | 2014-05-14 | 1 | -0/+5 |
* | MFC r257995, r258244, r258246, | ian | 2014-05-14 | 2 | -222/+9 |
* | MFC r258002, r258024, r258027, r258051, r258052, r258243, r258244, r258002, | ian | 2014-05-14 | 7 | -484/+21 |
* | MFC r257702, r257745, r257746, r257747, r257751, r257791, r257793, | ian | 2014-05-14 | 1 | -1/+1 |
* | MFC r257180, r257195, r257196, r257198, r257209, r257295 | ian | 2014-05-14 | 1 | -6/+18 |
* | MFC r257161, r257169, r257178, r257190, r257191 | ian | 2014-05-14 | 4 | -47/+196 |
* | MFC r256973, r256974 | ian | 2014-05-13 | 1 | -0/+19 |
* | MFC r256814, r256816, r256818, r256846, r256855, r256864 (by nwhitehorn): | ian | 2014-05-13 | 2 | -4/+7 |
* | MFC r256792, r256793, r256799 (by nwhitehorn): Unify AIM and booke code. | ian | 2014-05-13 | 2 | -688/+0 |
* | - Create kern.ipc.sendfile namespace, and put the new "readhead" OID | glebius | 2013-09-22 | 1 | -0/+11 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | alc | 2013-09-20 | 1 | -34/+0 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | kib | 2013-08-22 | 1 | -3/+1 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | attilio | 2013-08-09 | 1 | -12/+10 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 2 | -2/+2 |
* | Introduce new structure sfstat for collecting sendfile's statistics | ae | 2013-07-15 | 1 | -1/+1 |
* | o Relax locking assertions for vm_page_find_least() | attilio | 2013-05-21 | 1 | -0/+2 |
* | Relax the object locking assertion in pmap_enter_locked(). | alc | 2013-05-17 | 1 | -1/+1 |
* | Add pmap function pmap_copy_pages(), which copies the content of the | kib | 2013-03-14 | 1 | -0/+33 |
* | MFC | attilio | 2013-03-02 | 1 | -19/+10 |
|\ |
|
| * | MFcalloutng: | mav | 2013-02-28 | 1 | -19/+10 |
| * | Merge from vmobj-rwlock: | attilio | 2013-02-27 | 1 | -3/+2 |
| * | Merge from vmc-playground branch: | attilio | 2013-02-26 | 1 | -2/+1 |
* | | MFC | attilio | 2013-02-26 | 1 | -2/+1 |
* | | Hide the details for the assertion for VM_OBJECT_LOCK operations. | attilio | 2013-02-21 | 1 | -5/+5 |
* | | Fix other architectures and ZFS. | attilio | 2013-02-21 | 1 | -0/+1 |
* | | There is no need to use VM_OBJECT_LOCKED() as the assertion won't | attilio | 2013-02-20 | 1 | -3/+2 |
* | | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -4/+4 |
|/ |
|
* | Introduce PLATFORMMETHOD_END and use it. | rpaulo | 2013-02-13 | 1 | -1/+1 |
* | Replace all uses of the page queues lock by a R/W lock that is private | alc | 2012-11-03 | 1 | -34/+40 |
* | 1. Have the APs initialize the TLB1 entries from what has been | marcel | 2012-11-03 | 4 | -58/+89 |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 1 | -1/+0 |
* | Avoid recursion on the pvh global lock in the aim oea pmap. | alc | 2012-07-10 | 1 | -1/+1 |
* | Fix a typo that resulted in or-ing PTE_UW twice whrn PTE_SW was needed. | marcel | 2012-07-02 | 1 | -1/+1 |
* | Handle traps from the debugger. We need to catch them and re-enter | marcel | 2012-07-02 | 1 | -0/+7 |
* | Invalidate any TLB1 entries we don't need. The firmware (e.g. U-Boot) | marcel | 2012-07-02 | 1 | -0/+4 |
* | Implement cpu_flush_dcache(). This allows us to optimize __syncicache() | marcel | 2012-07-02 | 1 | -1/+18 |
* | Panic openly if we cannot retrieve memory information from the device tree. | raj | 2012-05-30 | 1 | -3/+3 |
* | Extract vendor specific Book-E pieces into separate files and have a common | raj | 2012-05-30 | 3 | -39/+384 |
* | Remove redundant check, we catch ULE platform support in common | raj | 2012-05-27 | 1 | -4/+0 |
* | Let us manage differences of Book-E PowerPC variations i.e. vendor / | raj | 2012-05-27 | 2 | -1/+7 |
* | Retrieve CPU number info from the device tree. | raj | 2012-05-26 | 1 | -18/+8 |
* | Rename e500 prefix to match other Book-E CPU variations. CPU id tidbits for | raj | 2012-05-26 | 2 | -8/+10 |
* | Fix physical address type to vm_paddr_t. | raj | 2012-05-24 | 1 | -10/+10 |
* | o Rename kernload_ap to bp_kernelload. This to introduce a common prefix | marcel | 2012-05-24 | 3 | -19/+39 |