summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke
Commit message (Expand)AuthorAgeFilesLines
* Fix a leak of the wired pages when unwiring of the PROT_NONE-mappedkib2014-09-011-15/+20
* Merge the changes to pmap_enter(9) for sleep-less operation (requestedkib2014-08-241-28/+50
* MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857,ian2014-05-141-4/+4
* MFC r258268, r258271, r258272, r258274, r258275, r258427, r258694, r258696,ian2014-05-141-60/+0
* MFC r258259, r258798, r259010ian2014-05-141-16/+1
* MFC r258247, r258250, r258257ian2014-05-141-0/+5
* MFC r257995, r258244, r258246,ian2014-05-142-222/+9
* MFC r258002, r258024, r258027, r258051, r258052, r258243, r258244, r258002,ian2014-05-147-484/+21
* MFC r257702, r257745, r257746, r257747, r257751, r257791, r257793,ian2014-05-141-1/+1
* MFC r257180, r257195, r257196, r257198, r257209, r257295ian2014-05-141-6/+18
* MFC r257161, r257169, r257178, r257190, r257191ian2014-05-144-47/+196
* MFC r256973, r256974ian2014-05-131-0/+19
* MFC r256814, r256816, r256818, r256846, r256855, r256864 (by nwhitehorn):ian2014-05-132-4/+7
* MFC r256792, r256793, r256799 (by nwhitehorn): Unify AIM and booke code.ian2014-05-132-688/+0
* - Create kern.ipc.sendfile namespace, and put the new "readhead" OIDglebius2013-09-221-0/+11
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-34/+0
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-221-3/+1
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-12/+10
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-072-2/+2
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-1/+1
* o Relax locking assertions for vm_page_find_least()attilio2013-05-211-0/+2
* Relax the object locking assertion in pmap_enter_locked().alc2013-05-171-1/+1
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-141-0/+33
* MFCattilio2013-03-021-19/+10
|\
| * MFcalloutng:mav2013-02-281-19/+10
| * Merge from vmobj-rwlock:attilio2013-02-271-3/+2
| * Merge from vmc-playground branch:attilio2013-02-261-2/+1
* | MFCattilio2013-02-261-2/+1
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-5/+5
* | Fix other architectures and ZFS.attilio2013-02-211-0/+1
* | There is no need to use VM_OBJECT_LOCKED() as the assertion won'tattilio2013-02-201-3/+2
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-4/+4
|/
* Introduce PLATFORMMETHOD_END and use it.rpaulo2013-02-131-1/+1
* Replace all uses of the page queues lock by a R/W lock that is privatealc2012-11-031-34/+40
* 1. Have the APs initialize the TLB1 entries from what has beenmarcel2012-11-034-58/+89
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
* Avoid recursion on the pvh global lock in the aim oea pmap.alc2012-07-101-1/+1
* Fix a typo that resulted in or-ing PTE_UW twice whrn PTE_SW was needed.marcel2012-07-021-1/+1
* Handle traps from the debugger. We need to catch them and re-entermarcel2012-07-021-0/+7
* Invalidate any TLB1 entries we don't need. The firmware (e.g. U-Boot)marcel2012-07-021-0/+4
* Implement cpu_flush_dcache(). This allows us to optimize __syncicache()marcel2012-07-021-1/+18
* Panic openly if we cannot retrieve memory information from the device tree.raj2012-05-301-3/+3
* Extract vendor specific Book-E pieces into separate files and have a commonraj2012-05-303-39/+384
* Remove redundant check, we catch ULE platform support in commonraj2012-05-271-4/+0
* Let us manage differences of Book-E PowerPC variations i.e. vendor /raj2012-05-272-1/+7
* Retrieve CPU number info from the device tree.raj2012-05-261-18/+8
* Rename e500 prefix to match other Book-E CPU variations. CPU id tidbits forraj2012-05-262-8/+10
* Fix physical address type to vm_paddr_t.raj2012-05-241-10/+10
* o Rename kernload_ap to bp_kernelload. This to introduce a common prefixmarcel2012-05-243-19/+39
* Finally, try to enable the nxstacks on amd64 and powerpc64 for both 64bitkib2012-01-301-0/+5
OpenPOWER on IntegriCloud