| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compilation in the case when kernel doesn't have KDB ebabled. | sobomax | 2008-10-30 | 1 | -0/+7 |
* | Fix some possible infinite loops in the ADB code, and remove some hacks | nwhitehorn | 2008-10-30 | 2 | -21/+9 |
* | Add support for little-endian compilations to this file. | marcel | 2008-10-30 | 1 | -1/+15 |
* | DBDMA can transfer a maximum of 64K - 1 bytes per descriptor, as the byte | nwhitehorn | 2008-10-28 | 1 | -0/+6 |
* | Clean up some magic numbers in the DBDMA code by replacing them with | nwhitehorn | 2008-10-27 | 2 | -11/+20 |
* | Add support for kernel profiling for both AIM and BookE. | marcel | 2008-10-27 | 3 | -51/+83 |
* | Remove unused declarations (interrupt_vector_{base|top}). | marcel | 2008-10-27 | 1 | -3/+0 |
* | Declare btext and etext. Needed by sys/kern/subr_prof.c for | marcel | 2008-10-27 | 1 | -0/+3 |
* | Bring Kauai ATA driver in line with Macio ATA by reading the PIO config reg | nwhitehorn | 2008-10-27 | 1 | -6/+2 |
* | Add ADB support. This provides support for the external ADB bus on the PowerMac | nwhitehorn | 2008-10-26 | 9 | -0/+1966 |
* | Enable the cfi(4) driver. | marcel | 2008-10-25 | 1 | -0/+1 |
* | Add a driver for the Local Bus Controller. | marcel | 2008-10-25 | 2 | -0/+368 |
* | Assign 0xff800000-0xffffffff to the LBC controller. That's where | marcel | 2008-10-25 | 1 | -0/+4 |
* | In mmu_booke_mapdev(), handle mappings that cannot be represented | marcel | 2008-10-25 | 1 | -5/+16 |
* | Prevent the OF syscons module from trying to attach to real devices on the | nwhitehorn | 2008-10-15 | 1 | -0/+5 |
* | Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. This | nwhitehorn | 2008-10-14 | 17 | -442/+514 |
* | Remove ipi_all() and ipi_self() as the former hasn't been used at | marius | 2008-09-28 | 3 | -38/+0 |
* | Unbreak support for G4s without an L3 cache. L3 cache support was introduced | nwhitehorn | 2008-09-28 | 1 | -6/+5 |
* | Expand the DBDMA API to allow setting device-dependent control bits. While | nwhitehorn | 2008-09-27 | 2 | -6/+56 |
* | Add DMA support for Apple built-in ATA controllers. | nwhitehorn | 2008-09-27 | 4 | -34/+795 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -3/+3 |
* | Change the static struct sysentvec and struct Elf_Brandinfo initializers | kib | 2008-09-24 | 1 | -46/+47 |
* | Allow the cacheline size on PowerPC to be set at runtime. This is essential for | nwhitehorn | 2008-09-24 | 4 | -46/+20 |
* | Improve rev 183168, so that if /chosen/stdout is connected to the serial | sobomax | 2008-09-23 | 1 | -6/+5 |
* | In preparation for PowerPC G5 support, allow PVO objects to contain page | nwhitehorn | 2008-09-23 | 3 | -54/+62 |
* | Change the DBDMA API to allow DBDMA registers in a subregion of a resource. T... | nwhitehorn | 2008-09-23 | 3 | -9/+12 |
* | Unbreak G3 support. G3 processors don't have an L3 cache, so we shouldn't try... | nwhitehorn | 2008-09-22 | 1 | -3/+8 |
* | When attaching framebuffer to "/chosen/stdout" node fails, try attaching | sobomax | 2008-09-19 | 1 | -2/+10 |
* | o When not making a translation cache-inhibit and guarded (PTE_I|PTE_G) | marcel | 2008-09-16 | 1 | -40/+42 |
* | Rewrite cpudep_ap_bootstrap(). We now enable L3, L2, L1D and L1I | marcel | 2008-09-16 | 1 | -14/+110 |
* | o In decr_get_timecount() only read the low timebase register. | marcel | 2008-09-16 | 1 | -4/+9 |
* | Set pcpup->pc_curthread and pcpup->pc_curpcb before calling | marcel | 2008-09-16 | 1 | -3/+3 |
* | o Synchronize the APs timebase and decrementer values with the BSP. | marcel | 2008-09-16 | 1 | -2/+13 |
* | In powerpc_get_pcpup(), make the inline assembly statement | marcel | 2008-09-16 | 1 | -1/+1 |
* | Remove the tracing from the AP startup. The AP is known | marcel | 2008-09-16 | 5 | -91/+12 |
* | o Remove SPR_TSR & SPR_TCR for AIM. | marcel | 2008-09-15 | 1 | -8/+23 |
* | Dont worry about PSL_RI (restartable interrupt indicator) in | marcel | 2008-09-15 | 3 | -6/+3 |
* | Rename cpu_config_l2cr() to cpu_print_cacheinfo(). We're not | marcel | 2008-09-15 | 1 | -103/+47 |
* | Remove debugging code. | marcel | 2008-09-14 | 1 | -15/+7 |
* | Trace interrupts with KTR_INTR. | marcel | 2008-08-31 | 1 | -0/+2 |
* | Remove redundant KTR statements. | marcel | 2008-08-31 | 1 | -6/+0 |
* | Trace all PMAP calls using KTR_PMAP. | marcel | 2008-08-31 | 1 | -2/+92 |
* | Remove restore_intr(). We have intr_restore()... | marcel | 2008-08-31 | 1 | -7/+0 |
* | In db_show_mdpcpu(), print MD fields. | marcel | 2008-08-30 | 1 | -0/+4 |
* | Whitespace fixes. | marcel | 2008-08-30 | 1 | -12/+12 |
* | Call powerpc_sync() instead of using an asm statement. | marcel | 2008-08-30 | 1 | -1/+1 |
* | Add powerpc_sync() as an inline function. | marcel | 2008-08-30 | 1 | -0/+7 |
* | Don't clear PSL_RI. Disabling external interrupts | marcel | 2008-08-30 | 1 | -1/+1 |
* | Move initialization of tlb0, ptbl_bufs and kernel_pdir regions after we are | raj | 2008-08-28 | 1 | -6/+14 |
* | Improve kernel stack handling on e500. | raj | 2008-08-26 | 3 | -24/+56 |