summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* MFC r257180, r257195, r257196, r257198, r257209, r257295ian2014-05-141-11/+11
* MFC r257161, r257169, r257178, r257190, r257191ian2014-05-141-1/+8
* MFC r257162, r257175ian2014-05-132-2/+2
* MFC r256792, r256793, r256799 (by nwhitehorn): Unify AIM and booke code.ian2014-05-134-1219/+0
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-243-21/+0
* MFC r261258jhibbits2014-03-021-6/+4
* MFC r261309jhibbits2014-03-024-10/+202
* MFC r257417: Remove references to an unused fasttrap probe hookavg2014-02-171-3/+2
* MFC r259284,r259287jhibbits2014-01-151-7/+14
* MFC r257941,r258119jhibbits2014-01-151-0/+105
* MFC r256543,r259245,r259421,r259668,r259674jhibbits2014-01-153-8/+44
* MFC r256542,r256581jhibbits2014-01-152-13/+16
* MFC r257991, r257992, 257993, 258504andreast2013-12-111-0/+5
* - 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-202-24/+0
* Change VM object lock assertion to match locking higher in the callnwhitehorn2013-09-131-1/+1
* Raise artificial limits on number of CPUs and number of interrupts.nwhitehorn2013-09-091-2/+3
* Add POWER CPUs to the kernel's knowledge. This does not imply we currentlynwhitehorn2013-09-092-5/+3
* Align stacks of kernel threads correctly at 16-byte boundaries rather thannwhitehorn2013-09-051-0/+1
* Enable PMC interrupt handling, and fix a DTrace trap handling bug.jhibbits2013-09-031-5/+5
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-222-6/+4
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-092-24/+20
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-073-5/+5
* Remove an unnecessary panic. The PVO's PTE entry and the PTEG's PTE entry mayjhibbits2013-08-061-3/+0
* Evict pages from the PTEG when it's full and trying to insert a new PTE,jhibbits2013-08-061-7/+77
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-1/+1
* Fix check: bitwise and has only one &.nwhitehorn2013-07-121-1/+1
* o Relax locking assertions for vm_page_find_least()attilio2013-05-212-0/+4
* Relax the object locking assertion in pmap_enter_locked().alc2013-05-172-2/+2
* Remove a comment that shouldn't have gone in.jhibbits2013-04-261-3/+0
* Introduce kernel coredumps to ppc32 AIM. Leeched from the booke code.jhibbits2013-04-251-0/+111
* Print out DSISR in a fatal DSI trap.jhibbits2013-04-051-0/+2
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-0/+8
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,jhibbits2013-03-183-19/+14
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-142-0/+96
* MFCattilio2013-03-021-17/+9
|\
| * MFcalloutng:mav2013-02-281-17/+9
| * Merge from vmobj-rwlock:attilio2013-02-272-6/+4
| * Merge from vmobj-rwlock branch:attilio2013-02-263-3/+0
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-212-8/+8
* | Fix other architectures and ZFS.attilio2013-02-214-3/+1
* | There is no need to use VM_OBJECT_LOCKED() as the assertion won'tattilio2013-02-202-6/+4
* | Switch vm_object lock to be a rwlock.attilio2013-02-202-6/+6
|/
* Setup BAT0 and BAT1 on the Wii.adrian2012-11-212-22/+40
* Flip the semantic of M_NOWAIT to only require the allocation to notkib2012-11-143-19/+6
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-075-0/+97
* Rework the known rwlock to benefit about staying on their ownattilio2012-11-031-10/+1
* Eliminate a stale comment. It describes another use case for the pmap inalc2012-09-282-10/+0
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
* Unbreak tinderbox.rpaulo2012-08-251-1/+4
OpenPOWER on IntegriCloud