summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-043-3/+0
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-192-0/+10
* 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-145-0/+147
* MFCattilio2013-03-025-47/+31
|\
| * MFcalloutng:mav2013-02-282-36/+19
| * MFcalloutng:davide2013-02-283-11/+12
| * Merge from vmobj-rwlock:attilio2013-02-273-9/+6
| * Merge from vmc-playground branch:attilio2013-02-261-2/+1
| * Merge from vmobj-rwlock branch:attilio2013-02-264-4/+0
* | MFCattilio2013-02-261-2/+1
* | MFCattilio2013-02-231-5/+0
|\ \ | |/
| * Eliminate an unused #define.alc2013-02-221-5/+0
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-213-13/+13
* | Fix other architectures and ZFS.attilio2013-02-216-4/+2
* | There is no need to use VM_OBJECT_LOCKED() as the assertion won'tattilio2013-02-203-9/+6
* | Switch vm_object lock to be a rwlock.attilio2013-02-203-10/+10
|/
* Introduce PLATFORMMETHOD_END and use it.rpaulo2013-02-135-5/+6
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-299/+238
* Use DEVMETHOD_END.rpaulo2013-02-113-3/+3
* Enable the UFS quotas for big-iron GENERIC kernels.kib2013-01-032-0/+2
* As discussed on -current last October, remove the firewire drivers fromdes2013-01-031-6/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Setup BAT0 and BAT1 on the Wii.adrian2012-11-213-22/+171
* Flip the semantic of M_NOWAIT to only require the allocation to notkib2012-11-143-19/+6
* Allow this file to be used in LOCORE sections of the kernel.rpaulo2012-11-121-1/+3
* Add DTrace to 32-bit PowerPC GENERIC now.jhibbits2012-11-081-0/+3
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.jhibbits2012-11-075-0/+97
* Replace all uses of the page queues lock by a R/W lock that is privatealc2012-11-031-34/+40
* Rework the known rwlock to benefit about staying on their ownattilio2012-11-031-10/+1
* 1. Have the APs initialize the TLB1 entries from what has beenmarcel2012-11-034-58/+89
* Work around broken device tree on last-generation PowerPC iMacsnwhitehorn2012-10-291-0/+4
* Remove compat options.rpaulo2012-10-231-4/+0
* Fix the memory regions to include the 64MB DDR3 memory slot.rpaulo2012-10-221-6/+14
* Increase the I/O memory area to 0xc20000.rpaulo2012-10-221-1/+1
* Fix the top comment.rpaulo2012-10-211-1/+1
* Add a config file for the Wii.rpaulo2012-10-211-0/+115
* Add "options WII".rpaulo2012-10-211-0/+1
* Eliminate a stale comment. It describes another use case for the pmap inalc2012-09-282-10/+0
* Move the prototype for savectx from cpu.h to pcb.h, as it is on othernwhitehorn2012-09-232-3/+1
* Remove leftover from r215163.andreast2012-09-211-1/+0
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-181-6/+6
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-082-2/+0
* Add IRQ support to the resource list handling functions.rpaulo2012-09-081-3/+7
* Unbreak tinderbox.rpaulo2012-08-251-1/+4
* Set mdp only under #ifdef WII.rpaulo2012-08-251-0/+3
* phandle_t is unsigned, and OF_finddevice() returns (phandle_t)(-1) onjhibbits2012-08-212-3/+3
* On Nintendo Wii CPUs, the mdp value will be garbage. Set it to NULLadrian2012-08-212-1/+10
* Don't probe the openfirmware framebuffer if the system is a Wii or itadrian2012-08-211-0/+6
* Initial support for running FreeBSD on the Nintendo Wii. We're able toadrian2012-08-2112-0/+2973
OpenPOWER on IntegriCloud