summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* Fix pmap_page_set_memattr() behavior in the presence of fictitious pagesnwhitehorn2010-10-012-42/+20
* Add support for memory attributes (pmap_mapdev_attr() and friends) onnwhitehorn2010-09-302-39/+164
* Split the SLB mirror cache into two kinds of object, one for kernel mapsnwhitehorn2010-09-164-73/+98
* Replace the SLB backing store splay tree used on 64-bit PowerPC AIMnwhitehorn2010-09-164-158/+358
* Introduce inheritance into the PowerPC MMU kobj interface.grehan2010-09-152-12/+3
* Resurrect PSIM support by moving the cacheline size-detection warninggrehan2010-09-141-2/+10
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-0/+12
* Update PowerPC event timer code to use new event timers infrastructure.mav2010-09-113-55/+132
* bus_add_child: change type of order parameter to u_intavg2010-09-101-2/+2
* Reorder statistics tracking and table lock acquisitions already in placenwhitehorn2010-09-091-4/+6
* Fix a printf specifier on 64-bit systems.nwhitehorn2010-09-081-1/+1
* Fix a typo in the original import of this code from NetBSD that caused thenwhitehorn2010-09-082-2/+4
* Fix an error made in r209975 related to context ID allocation for 64-bitnwhitehorn2010-09-071-4/+7
* Fix the same race condition on 32-bit AIM CPUs that was fixed for 64-bitnwhitehorn2010-09-061-0/+7
* Make nexus report name and compat fields as pnpinfo for devices on themav2010-09-051-0/+2
* Restructure how reset and poweroff are handled on PowerPC systems, sincenwhitehorn2010-08-314-311/+12
* Remove some code made obsolete by the powerpc64 import.nwhitehorn2010-08-311-677/+0
* Missed one place the SLB lock should be held in r211967.nwhitehorn2010-08-311-6/+8
* Avoid a race in the allocation of new segment IDs that could result innwhitehorn2010-08-291-0/+5
* pmap_mapdev() does not appear to actually need GIANT to be held here,nwhitehorn2010-08-271-2/+0
* Remove unused KTRACE includes.jhb2010-08-191-5/+0
* Improve hash coverage for kernel page table entries by modifying the kernelnwhitehorn2010-07-312-10/+3
* MFppc64:nwhitehorn2010-07-1316-649/+3751
* Unify ABI-related bits of the Book-E and AIM machdep routinesnwhitehorn2010-07-122-551/+1
* The number after 2 is 3, not 4.nwhitehorn2010-07-091-1/+1
* Remove an unnecessary include of opt_psim.h, which is not present onnwhitehorn2010-07-091-1/+0
* MFppc64:nwhitehorn2010-07-091-3/+3
* Replace the existing PowerPC busdma implementation with the one fromnwhitehorn2010-07-081-2/+0
* Remove the unneeded header <machine/intr.h>.marcel2010-07-021-1/+0
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Configure interrupts on SMP systems to be distributed among all onlinenwhitehorn2010-06-231-0/+27
* Temporarily disable instruction relocation while setting up the kernel'snwhitehorn2010-06-201-1/+6
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-182-2/+2
* Make SMP work on MPC7400-based Apple desktops like the PowerMac3,3.nwhitehorn2010-06-122-10/+42
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-112-2/+4
* Reduce the scope of the page queues lock and the number ofalc2010-06-102-63/+43
* Correct a harmless typo introduced when copying code from mmu_oea64.nwhitehorn2010-06-051-1/+1
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-06-052-2/+4
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-262-15/+18
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-242-12/+68
* Reorganize syscall entry and leave handling.kib2010-05-231-88/+37
* Now that single-threaded access to firmware is enforced bynwhitehorn2010-05-211-14/+0
* Fix a long-standing bug in the PowerPC OFW call function on SMP machinesnwhitehorn2010-05-201-5/+64
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-162-2/+25
* Pull OF_quiesce() out of the MI Open Firmware layer and entirely intonwhitehorn2010-05-161-8/+35
* On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce thenwhitehorn2010-05-161-0/+13
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-082-10/+17
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-302-5/+14
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-242-0/+22
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-2/+2
OpenPOWER on IntegriCloud