aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichKonstantin Belousov2013-03-192-0/+10
* Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,Justin Hibbits2013-03-183-19/+14
* Add pmap function pmap_copy_pages(), which copies the content of theKonstantin Belousov2013-03-145-0/+147
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-095-13/+15
* MFcalloutng:Alexander Motin2013-02-282-36/+19
* MFcalloutng:Davide Italiano2013-02-283-11/+12
* Merge from vmobj-rwlock:Attilio Rao2013-02-273-9/+6
* Merge from vmc-playground branch:Attilio Rao2013-02-261-2/+1
* Merge from vmobj-rwlock branch:Attilio Rao2013-02-264-4/+0
* Eliminate an unused #define.Alan Cox2013-02-221-5/+0
* Introduce PLATFORMMETHOD_END and use it.Rui Paulo2013-02-135-5/+6
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-122-299/+238
* Use DEVMETHOD_END.Rui Paulo2013-02-113-3/+3
* Enable the UFS quotas for big-iron GENERIC kernels.Konstantin Belousov2013-01-032-0/+2
* As discussed on -current last October, remove the firewire drivers fromDag-Erling Smørgrav2013-01-031-6/+0
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+2
* Setup BAT0 and BAT1 on the Wii.Adrian Chadd2012-11-213-22/+171
* Flip the semantic of M_NOWAIT to only require the allocation to notKonstantin Belousov2012-11-143-19/+6
* Allow this file to be used in LOCORE sections of the kernel.Rui Paulo2012-11-121-1/+3
* Add DTrace to 32-bit PowerPC GENERIC now.Justin Hibbits2012-11-081-0/+3
* Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.Justin Hibbits2012-11-075-0/+97
* Replace all uses of the page queues lock by a R/W lock that is privateAlan Cox2012-11-031-34/+40
* Rework the known rwlock to benefit about staying on their ownAttilio Rao2012-11-031-10/+1
* 1. Have the APs initialize the TLB1 entries from what has beenMarcel Moolenaar2012-11-034-58/+89
* Work around broken device tree on last-generation PowerPC iMacsNathan Whitehorn2012-10-291-0/+4
* Remove compat options.Rui Paulo2012-10-231-4/+0
* Fix the memory regions to include the 64MB DDR3 memory slot.Rui Paulo2012-10-221-6/+14
* Increase the I/O memory area to 0xc20000.Rui Paulo2012-10-221-1/+1
* Fix the top comment.Rui Paulo2012-10-211-1/+1
* Add a config file for the Wii.Rui Paulo2012-10-211-0/+115
* Add "options WII".Rui Paulo2012-10-211-0/+1
* Eliminate a stale comment. It describes another use case for the pmap inAlan Cox2012-09-282-10/+0
* Move the prototype for savectx from cpu.h to pcb.h, as it is on otherNathan Whitehorn2012-09-232-3/+1
* Remove leftover from r215163.Andreas Tobler2012-09-211-1/+0
* Align the PCI Express #defines with the style used for the PCI-XGavin Atkinson2012-09-181-6/+6
* userret() already checks for td_locks when INVARIANTS is enabled, soAttilio Rao2012-09-082-2/+0
* Add IRQ support to the resource list handling functions.Rui Paulo2012-09-081-3/+7
* Unbreak tinderbox.Rui Paulo2012-08-251-1/+4
* Set mdp only under #ifdef WII.Rui Paulo2012-08-251-0/+3
* phandle_t is unsigned, and OF_finddevice() returns (phandle_t)(-1) onJustin Hibbits2012-08-212-3/+3
* On Nintendo Wii CPUs, the mdp value will be garbage. Set it to NULLAdrian Chadd2012-08-212-1/+10
* Don't probe the openfirmware framebuffer if the system is a Wii or itAdrian Chadd2012-08-211-0/+6
* Initial support for running FreeBSD on the Nintendo Wii. We're able toAdrian Chadd2012-08-2112-0/+2973
* Add the ds1631 temperature driver.Andreas Tobler2012-08-193-0/+3
* Add backlight support for nVidia-based PowerBooks/iBooks/iMacs.Justin Hibbits2012-08-043-0/+199
* Improve the handling of static DMA buffers that use non-default memoryJohn Baldwin2012-08-031-19/+20
* Avoid recursion on the pvh global lock in the aim oea pmap.Alan Cox2012-07-104-16/+28
* Replace all uses of the vm page queues lock by a r/w lock that is privateAlan Cox2012-07-061-29/+46
* Support lbc interrupts:Marcel Moolenaar2012-07-032-34/+108
* Properly implement the bus_config_intr, bus_setup_intr and bus_teardown_intrMarcel Moolenaar2012-07-021-2/+58