summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* MFC r282120:hselasky2015-05-051-2/+2
* MFC r278001:kib2015-02-071-2/+2
* Merge the fueword(9) and casueword(9). In particular,kib2014-11-181-34/+84
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-272-3/+3
* MFC r261095,r263464,r263752,r264189jhibbits2014-09-051-0/+1
* MFC r268880:nwhitehorn2014-09-041-17/+7
* Fix a leak of the wired pages when unwiring of the PROT_NONE-mappedkib2014-09-012-24/+24
* Merge the changes to pmap_enter(9) for sleep-less operation (requestedkib2014-08-242-9/+11
* MFC r266778:nwhitehorn2014-06-042-4/+4
* MFC r265900:nwhitehorn2014-05-262-0/+20
* MFC 263036, 263059: delete advertising clause in licenses, renumber.ian2014-05-171-1/+1
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-151-10/+29
* MFC r261351, r261352, r261355, r261396, r261397, r261398, r261403, r261404,ian2014-05-151-11/+6
* MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857,ian2014-05-143-22/+88
* MFC r258259, r258798, r259010ian2014-05-141-0/+38
* MFC r258247, r258250, r258257ian2014-05-143-30/+15
* MFC r257995, r258244, r258246,ian2014-05-142-10/+0
* MFC r258002, r258024, r258027, r258051, r258052, r258243, r258244, r258002,ian2014-05-143-0/+1081
* MFC r257161, r257169, r257178, r257190, r257191ian2014-05-141-5/+10
* MFC r257115, r257116, r257117ian2014-05-132-18/+11
* MFC r256994, r257016, r257055, r257059, r257060, r257075ian2014-05-133-450/+75
* MFC r256932, r256938, r256966, r256953, r256967, r256969, r257015:ian2014-05-131-4/+4
* MFC r256901, r256914 (by nwhitehorn):ian2014-05-131-207/+431
* MFC r256870, r256898, r256899, r256900 (by nwhitehorn):ian2014-05-131-93/+0
* MFC r256814, r256816, r256818, r256846, r256855, r256864 (by nwhitehorn):ian2014-05-132-141/+29
* MFC r256792, r256793, r256799 (by nwhitehorn): Unify AIM and booke code.ian2014-05-133-0/+1245
* Merge r264984scottl2014-05-071-1/+1
* MFC r261309jhibbits2014-03-024-17/+17
* MFC r259284,r259287jhibbits2014-01-151-0/+17
* MFC r257228:kib2013-12-171-0/+10
* MFC: r258722, r258757andreast2013-12-121-2/+38
* Eliminate the declaration for a method that is no longer used. (Thisalc2013-09-261-11/+0
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-8/+0
* Add POWER7+ and POWER8 to the CPU ID table.nwhitehorn2013-09-171-0/+6
* Make sure to copy segments back to the segs array if non-NULL. This isnwhitehorn2013-09-171-2/+5
* Fix bug in busdma: if segs is a preexisting buffer, we memcpy itnwhitehorn2013-09-161-1/+1
* Raise artificial limits on number of CPUs and number of interrupts.nwhitehorn2013-09-091-1/+1
* Add POWER CPUs to the kernel's knowledge. This does not imply we currentlynwhitehorn2013-09-091-0/+14
* Add hook called when every new processor is brought online -- including thenwhitehorn2013-09-093-0/+21
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-292-0/+28
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-072-3/+5
* Include sys/systm.h after sys/param.h.ae2013-07-151-1/+1
* Fix a KTR_BUSDMA format string.rpaulo2013-06-181-1/+1
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-0/+2
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-142-0/+18
* MFcalloutng:davide2013-02-281-7/+8
* Reform the busdma API so that new types may be added without modifyingkib2013-02-121-296/+236
* Improve the handling of static DMA buffers that use non-default memoryjhb2012-08-031-19/+20
* Avoid recursion on the pvh global lock in the aim oea pmap.alc2012-07-101-1/+1
* Let us manage differences of Book-E PowerPC variations i.e. vendor /raj2012-05-274-15/+19
OpenPOWER on IntegriCloud