| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 1. Have the APs initialize the TLB1 entries from what has been | marcel | 2012-11-03 | 4 | -58/+89 |
* | Work around broken device tree on last-generation PowerPC iMacs | nwhitehorn | 2012-10-29 | 1 | -0/+4 |
* | Remove compat options. | rpaulo | 2012-10-23 | 1 | -4/+0 |
* | Fix the memory regions to include the 64MB DDR3 memory slot. | rpaulo | 2012-10-22 | 1 | -6/+14 |
* | Increase the I/O memory area to 0xc20000. | rpaulo | 2012-10-22 | 1 | -1/+1 |
* | Fix the top comment. | rpaulo | 2012-10-21 | 1 | -1/+1 |
* | Add a config file for the Wii. | rpaulo | 2012-10-21 | 1 | -0/+115 |
* | Add "options WII". | rpaulo | 2012-10-21 | 1 | -0/+1 |
* | Eliminate a stale comment. It describes another use case for the pmap in | alc | 2012-09-28 | 2 | -10/+0 |
* | Move the prototype for savectx from cpu.h to pcb.h, as it is on other | nwhitehorn | 2012-09-23 | 2 | -3/+1 |
* | Remove leftover from r215163. | andreast | 2012-09-21 | 1 | -1/+0 |
* | Align the PCI Express #defines with the style used for the PCI-X | gavin | 2012-09-18 | 1 | -6/+6 |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 2 | -2/+0 |
* | Add IRQ support to the resource list handling functions. | rpaulo | 2012-09-08 | 1 | -3/+7 |
* | Unbreak tinderbox. | rpaulo | 2012-08-25 | 1 | -1/+4 |
* | Set mdp only under #ifdef WII. | rpaulo | 2012-08-25 | 1 | -0/+3 |
* | phandle_t is unsigned, and OF_finddevice() returns (phandle_t)(-1) on | jhibbits | 2012-08-21 | 2 | -3/+3 |
* | On Nintendo Wii CPUs, the mdp value will be garbage. Set it to NULL | adrian | 2012-08-21 | 2 | -1/+10 |
* | Don't probe the openfirmware framebuffer if the system is a Wii or it | adrian | 2012-08-21 | 1 | -0/+6 |
* | Initial support for running FreeBSD on the Nintendo Wii. We're able to | adrian | 2012-08-21 | 12 | -0/+2973 |
* | Add the ds1631 temperature driver. | andreast | 2012-08-19 | 3 | -0/+3 |
* | Add backlight support for nVidia-based PowerBooks/iBooks/iMacs. | jhibbits | 2012-08-04 | 3 | -0/+199 |
* | Improve the handling of static DMA buffers that use non-default memory | jhb | 2012-08-03 | 1 | -19/+20 |
* | Avoid recursion on the pvh global lock in the aim oea pmap. | alc | 2012-07-10 | 4 | -16/+28 |
* | Replace all uses of the vm page queues lock by a r/w lock that is private | alc | 2012-07-06 | 1 | -29/+46 |
* | Support lbc interrupts: | marcel | 2012-07-03 | 2 | -34/+108 |
* | Properly implement the bus_config_intr, bus_setup_intr and bus_teardown_intr | marcel | 2012-07-02 | 1 | -2/+58 |
* | Remove device uart_z8530 and options GEOM_PART_APM from DEFAULTS and instead | marcel | 2012-07-02 | 3 | -2/+4 |
* | Fix a typo that resulted in or-ing PTE_UW twice whrn PTE_SW was needed. | marcel | 2012-07-02 | 1 | -1/+1 |
* | Handle traps from the debugger. We need to catch them and re-enter | marcel | 2012-07-02 | 1 | -0/+7 |
* | Invalidate any TLB1 entries we don't need. The firmware (e.g. U-Boot) | marcel | 2012-07-02 | 1 | -0/+4 |
* | Implement cpu_flush_dcache(). This allows us to optimize __syncicache() | marcel | 2012-07-02 | 1 | -1/+18 |
* | Remove bogus __unused attribute from hrowpic_eoi(). | rpaulo | 2012-07-01 | 1 | -1/+1 |
* | Now that the mps(4) driver is endian-safe, add it to the powerpc 32-bit | ken | 2012-07-01 | 1 | -0/+1 |
* | Reduce diffs between GENERIC and GENERIC64. Also fix a few whitespace nits | joel | 2012-06-29 | 2 | -10/+13 |
* | The `end' symbol doesn't match the end of the kernel image because it's | rpaulo | 2012-06-29 | 2 | -6/+8 |
* | Now that the mps(4) driver is endian-safe, add it to the powerpc and | ken | 2012-06-28 | 1 | -0/+1 |
* | Make the wchar_t type machine dependent. | andrew | 2012-06-24 | 2 | -6/+4 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 1 | -0/+41 |
* | Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer to | kib | 2012-06-22 | 1 | -1/+2 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -0/+2 |
* | Panic openly if we cannot retrieve memory information from the device tree. | raj | 2012-05-30 | 1 | -3/+3 |
* | Extract vendor specific Book-E pieces into separate files and have a common | raj | 2012-05-30 | 4 | -39/+423 |
* | Remove redundant check, we catch ULE platform support in common | raj | 2012-05-27 | 1 | -4/+0 |
* | Let us manage differences of Book-E PowerPC variations i.e. vendor / | raj | 2012-05-27 | 16 | -47/+168 |
* | Import eSDHC driver for Freescale integrated controller. | raj | 2012-05-26 | 2 | -0/+1603 |
* | Move OpenPIC FDT bus glue to a shared location, so that other PowerPC | raj | 2012-05-26 | 1 | -0/+0 |
* | Retrieve CPU number info from the device tree. | raj | 2012-05-26 | 1 | -18/+8 |
* | Rename e500 prefix to match other Book-E CPU variations. CPU id tidbits for | raj | 2012-05-26 | 3 | -15/+25 |
* | Provide SPR definitions for newer Book-E (E500mc, E5500, PPC465). | raj | 2012-05-26 | 1 | -0/+36 |