| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -1/+1 |
* | Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports | jhb | 2008-08-19 | 1 | -1/+2 |
* | Disconnect drivers that haven't been ported to MPSAFE TTY yet. | ed | 2008-08-03 | 1 | -2/+0 |
* | Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out | delphij | 2008-07-07 | 1 | -0/+1 |
* | Remove the unused M_MEMDEV from the kernel. | ed | 2008-06-25 | 1 | -2/+0 |
* | Remove the unused major/minor numbers from iodev and memdev. | ed | 2008-06-25 | 1 | -1/+0 |
* | Return an error code rather than ENXIO when both rman_init() and | kevlo | 2008-06-12 | 3 | -28/+33 |
* | Fix a typo in a comment. | wkoszek | 2008-06-11 | 1 | -1/+1 |
* | Move bm(4) from the sys/conf/NOTES to sys/powerpc/conf/NOTES. | marcel | 2008-06-08 | 1 | -0/+1 |
* | Add support for the Apple Big Mac (BMAC) Ethernet controller, | marcel | 2008-06-07 | 1 | -0/+1 |
* | Add support for Apple's Descriptor-Based DMA (DBDMA) engine. The DMA | marcel | 2008-06-07 | 3 | -0/+551 |
* | Add link register to fatal trap printout to better diagnose NULL | grehan | 2008-06-04 | 1 | -0/+1 |
* | Invalidate the TLB in pmap_cpu_bootstrap(), so that it also happens | marcel | 2008-05-23 | 1 | -1/+4 |
* | The VM system no longer uses setPQL2(). Remove it and its helpers. | alc | 2008-05-23 | 2 | -16/+0 |
* | Use the "options " spelling (vs. "options<TAB>") so that commented lines | obrien | 2008-05-21 | 1 | -3/+3 |
* | Retire pmap_addr_hint(). It is no longer used. | alc | 2008-05-18 | 3 | -22/+10 |