summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement cpu_flush_dcache(). This allows us to optimize __syncicache()marcel2012-07-021-1/+18
* Remove bogus __unused attribute from hrowpic_eoi().rpaulo2012-07-011-1/+1
* Now that the mps(4) driver is endian-safe, add it to the powerpc 32-bitken2012-07-011-0/+1
* Reduce diffs between GENERIC and GENERIC64. Also fix a few whitespace nitsjoel2012-06-292-10/+13
* The `end' symbol doesn't match the end of the kernel image because it'srpaulo2012-06-292-6/+8
* Now that the mps(4) driver is endian-safe, add it to the powerpc andken2012-06-281-0/+1
* Make the wchar_t type machine dependent.andrew2012-06-242-6/+4
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+41
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-221-1/+2
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-0/+2
* Panic openly if we cannot retrieve memory information from the device tree.raj2012-05-301-3/+3
* Extract vendor specific Book-E pieces into separate files and have a commonraj2012-05-304-39/+423
* Remove redundant check, we catch ULE platform support in commonraj2012-05-271-4/+0
* Let us manage differences of Book-E PowerPC variations i.e. vendor /raj2012-05-2716-47/+168
* Import eSDHC driver for Freescale integrated controller.raj2012-05-262-0/+1603
OpenPOWER on IntegriCloud