summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate an unused #define.alc2013-02-221-5/+0
* 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
* Add the ds1631 temperature driver.andreast2012-08-193-0/+3
* Add backlight support for nVidia-based PowerBooks/iBooks/iMacs.jhibbits2012-08-043-0/+199
* Improve the handling of static DMA buffers that use non-default memoryjhb2012-08-031-19/+20
* Avoid recursion on the pvh global lock in the aim oea pmap.alc2012-07-104-16/+28
* Replace all uses of the vm page queues lock by a r/w lock that is privatealc2012-07-061-29/+46
* Support lbc interrupts:marcel2012-07-032-34/+108
* Properly implement the bus_config_intr, bus_setup_intr and bus_teardown_intrmarcel2012-07-021-2/+58
* Remove device uart_z8530 and options GEOM_PART_APM from DEFAULTS and insteadmarcel2012-07-023-2/+4
* Fix a typo that resulted in or-ing PTE_UW twice whrn PTE_SW was needed.marcel2012-07-021-1/+1
* Handle traps from the debugger. We need to catch them and re-entermarcel2012-07-021-0/+7
* Invalidate any TLB1 entries we don't need. The firmware (e.g. U-Boot)marcel2012-07-021-0/+4
OpenPOWER on IntegriCloud