summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/slb.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r280957rstone2015-09-171-1/+1
* Flip the semantic of M_NOWAIT to only require the allocation to notkib2012-11-141-6/+2
* After switching mutexes to use lwsync, they no longer provide sufficientnwhitehorn2012-04-281-2/+2
* Revert r234581 for this file. The lockless SLB tree code does in fact neednwhitehorn2012-04-241-2/+2
* Use lwsync to provide memory barriers on systems that support it insteadnwhitehorn2012-04-221-2/+2
* Rework SLB trap handling so that double-faults into an SLB trap handler arenwhitehorn2012-01-151-14/+4
* Refactor the code that performs physically contiguous memory allocation,alc2011-11-161-7/+9
* The POWER7 has only 32 SLB slots instead of 64, like other supportednwhitehorn2011-06-021-10/+16
* Remove unused variables. Spotted by a cppcheckandreast2011-01-151-10/+1
* Add some platform KOBJ extensions and continue integrating PowerPCnwhitehorn2010-11-121-0/+55
* Restructure the way the copyin/copyout segment is stored to prevent anwhitehorn2010-10-301-7/+7
* Split the SLB mirror cache into two kinds of object, one for kernel mapsnwhitehorn2010-09-161-35/+47
* Replace the SLB backing store splay tree used on 64-bit PowerPC AIMnwhitehorn2010-09-161-121/+310
* Improve hash coverage for kernel page table entries by modifying the kernelnwhitehorn2010-07-311-9/+2
* MFppc64:nwhitehorn2010-07-131-0/+303
OpenPOWER on IntegriCloud