summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* MFC r269701:jhibbits2014-09-061-2/+18
* MFC r268880:nwhitehorn2014-09-041-0/+9
* Fix a leak of the wired pages when unwiring of the PROT_NONE-mappedkib2014-09-012-57/+80
* Merge the changes to pmap_enter(9) for sleep-less operation (requestedkib2014-08-242-40/+56
* MFC r266826, r266827markj2014-08-091-21/+0
* MFC r266116,r266136jhibbits2014-05-222-2/+2
* MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857,ian2014-05-142-2/+4
* MFC r258268, r258271, r258272, r258274, r258275, r258427, r258694, r258696,ian2014-05-143-78/+27
* MFC r258259, r258798, r259010ian2014-05-141-22/+3
* MFC r258002, r258024, r258027, r258051, r258052, r258243, r258244, r258002,ian2014-05-143-1007/+0
* 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
OpenPOWER on IntegriCloud