aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Adjust debugging string to match the actual function.Andreas Tobler2011-04-141-1/+1
* The macro MOEA_PVO_CHECK is empty and not used. It is a left over from theAndreas Tobler2011-04-142-24/+0
* Mostly revert r219468, as I had misremembered the C standard regardingMatthew D Fleming2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying theMatthew D Fleming2011-03-101-1/+1
* Turn off default generation of userland dot symbols on powerpc64 now thatNathan Whitehorn2011-02-183-18/+18
* Add macro to test the sv_flags of any process. Change some places to testDmitry Chagin2011-01-261-3/+3
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-213-6/+5
* For architectures not using direct map , and requiring real KVA page forKonstantin Belousov2011-01-181-1/+1
* Remove unused variables. Spotted by a cppcheckAndreas Tobler2011-01-151-10/+1
* Fix handling of NX pages on capable CPUs. Thanks to kib for prodding meNathan Whitehorn2011-01-132-11/+9
* Remove unused variables. Spotted by a cppcheckAndreas Tobler2011-01-062-6/+0
* Only keep track of PTE validity statistics for pages not locked in theNathan Whitehorn2010-12-281-2/+8
* Garbage-collect unused variable.Nathan Whitehorn2010-12-192-9/+4
* Add some isync()s related to the 64-bit MMU scratch page to avoid raceNathan Whitehorn2010-12-112-0/+4
* Add an abstraction layer to the 64-bit AIM MMU's page table manipulationNathan Whitehorn2010-12-045-644/+983
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* Partially revert r215182. There appears to be a silicon bug on the 970Nathan Whitehorn2010-11-121-4/+4
* Add CPU support code for the IBM Cell Broadband Engine.Nathan Whitehorn2010-11-121-0/+30
* Remove use of a separate ofw_pmap on 32-bit CPUs. Many Open FirmwareNathan Whitehorn2010-11-124-736/+12
* Remove or conditionalize some hypervisor-unfriendly instruction sequences.Nathan Whitehorn2010-11-121-4/+0
* Add some platform KOBJ extensions and continue integrating PowerPCNathan Whitehorn2010-11-123-13/+58
* Fix an error in r215067. An existing /chosen/mmu but missing translationsNathan Whitehorn2010-11-121-5/+5
* Centralize CPU idle routines into powerpc/cpu.c and use the sameNathan Whitehorn2010-11-121-58/+0
* Fix typo in the comment.Rafal Jaworowski2010-11-111-1/+1
* Add support for the IMISS, DLMISS, and DSMISS traps required to runNathan Whitehorn2010-11-112-0/+210
* Make AIM early-boot code function correctly without Open Firmware.Nathan Whitehorn2010-11-093-10/+12
* Adjust the order of operations in spinlock_enter() and spinlock_exit() toJohn Baldwin2010-11-051-4/+10
* Fix two mistakes on 32-bit systems. The slbmte code in syscall() is 64-bitNathan Whitehorn2010-11-032-3/+5
* Clean up the user segment handling code a little more. Now thatNathan Whitehorn2010-11-034-15/+12
* Implement pmap_is_prefaultable().Alan Cox2010-11-012-0/+30
* Add a security nit to recent copyin/out changes: map the user segmentNathan Whitehorn2010-10-311-0/+6
* Next-to-leading-order perturbation of synchronization operations forNathan Whitehorn2010-10-313-5/+5
* Add some missing parentheses so that moea_bat_mapped() actually works.Nathan Whitehorn2010-10-311-1/+1
* Restructure the way the copyin/copyout segment is stored to prevent aNathan Whitehorn2010-10-307-33/+50
* Handle vector assist traps without a kernel panic, by setting denormalizedNathan Whitehorn2010-10-052-5/+15
* Follow exactly the steps in architecture manual for correctly invalidatingNathan Whitehorn2010-10-042-4/+4
* Fix pmap_page_set_memattr() behavior in the presence of fictitious pagesNathan Whitehorn2010-10-012-42/+20
* Add support for memory attributes (pmap_mapdev_attr() and friends) onNathan Whitehorn2010-09-302-39/+164
* Split the SLB mirror cache into two kinds of object, one for kernel mapsNathan Whitehorn2010-09-164-73/+98
* Replace the SLB backing store splay tree used on 64-bit PowerPC AIMNathan Whitehorn2010-09-164-158/+358
* Introduce inheritance into the PowerPC MMU kobj interface.Peter Grehan2010-09-152-12/+3
* Resurrect PSIM support by moving the cacheline size-detection warningPeter Grehan2010-09-141-2/+10
* Refactor timer management code with priority to one-shot operation mode.Alexander Motin2010-09-131-0/+12
* Update PowerPC event timer code to use new event timers infrastructure.Alexander Motin2010-09-113-55/+132
* bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-101-2/+2
* Reorder statistics tracking and table lock acquisitions already in placeNathan Whitehorn2010-09-091-4/+6
* Fix a printf specifier on 64-bit systems.Nathan Whitehorn2010-09-081-1/+1
* Fix a typo in the original import of this code from NetBSD that caused theNathan Whitehorn2010-09-082-2/+4
* Fix an error made in r209975 related to context ID allocation for 64-bitNathan Whitehorn2010-09-071-4/+7