summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-283-38/+0
* Unbreak support for G4s without an L3 cache. L3 cache support was introducednwhitehorn2008-09-281-6/+5
* Expand the DBDMA API to allow setting device-dependent control bits. Whilenwhitehorn2008-09-272-6/+56
* Add DMA support for Apple built-in ATA controllers.nwhitehorn2008-09-274-34/+795
* Replace all calls to minor() with dev2unit().ed2008-09-271-3/+3
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-46/+47
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-244-46/+20
* Improve rev 183168, so that if /chosen/stdout is connected to the serialsobomax2008-09-231-6/+5
* In preparation for PowerPC G5 support, allow PVO objects to contain pagenwhitehorn2008-09-233-54/+62
* Change the DBDMA API to allow DBDMA registers in a subregion of a resource. T...nwhitehorn2008-09-233-9/+12
* Unbreak G3 support. G3 processors don't have an L3 cache, so we shouldn't try...nwhitehorn2008-09-221-3/+8
* When attaching framebuffer to "/chosen/stdout" node fails, try attachingsobomax2008-09-191-2/+10
* o When not making a translation cache-inhibit and guarded (PTE_I|PTE_G)marcel2008-09-161-40/+42
* Rewrite cpudep_ap_bootstrap(). We now enable L3, L2, L1D and L1Imarcel2008-09-161-14/+110
* o In decr_get_timecount() only read the low timebase register.marcel2008-09-161-4/+9
* Set pcpup->pc_curthread and pcpup->pc_curpcb before callingmarcel2008-09-161-3/+3
* o Synchronize the APs timebase and decrementer values with the BSP.marcel2008-09-161-2/+13
* In powerpc_get_pcpup(), make the inline assembly statementmarcel2008-09-161-1/+1
* Remove the tracing from the AP startup. The AP is knownmarcel2008-09-165-91/+12
* o Remove SPR_TSR & SPR_TCR for AIM.marcel2008-09-151-8/+23
* Dont worry about PSL_RI (restartable interrupt indicator) inmarcel2008-09-153-6/+3
* Rename cpu_config_l2cr() to cpu_print_cacheinfo(). We're notmarcel2008-09-151-103/+47
* Remove debugging code.marcel2008-09-141-15/+7
* Trace interrupts with KTR_INTR.marcel2008-08-311-0/+2
* Remove redundant KTR statements.marcel2008-08-311-6/+0
* Trace all PMAP calls using KTR_PMAP.marcel2008-08-311-2/+92
* Remove restore_intr(). We have intr_restore()...marcel2008-08-311-7/+0
* In db_show_mdpcpu(), print MD fields.marcel2008-08-301-0/+4
* Whitespace fixes.marcel2008-08-301-12/+12
* Call powerpc_sync() instead of using an asm statement.marcel2008-08-301-1/+1
* Add powerpc_sync() as an inline function.marcel2008-08-301-0/+7
* Don't clear PSL_RI. Disabling external interruptsmarcel2008-08-301-1/+1
* Move initialization of tlb0, ptbl_bufs and kernel_pdir regions after we areraj2008-08-281-6/+14
* Improve kernel stack handling on e500.raj2008-08-263-24/+56
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-1/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-1/+2
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.ed2008-08-031-2/+0
* Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work outdelphij2008-07-071-0/+1
* Remove the unused M_MEMDEV from the kernel.ed2008-06-251-2/+0
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-251-1/+0
* Return an error code rather than ENXIO when both rman_init() andkevlo2008-06-123-28/+33
* Fix a typo in a comment.wkoszek2008-06-111-1/+1
* Move bm(4) from the sys/conf/NOTES to sys/powerpc/conf/NOTES.marcel2008-06-081-0/+1
* Add support for the Apple Big Mac (BMAC) Ethernet controller,marcel2008-06-071-0/+1
* Add support for Apple's Descriptor-Based DMA (DBDMA) engine. The DMAmarcel2008-06-073-0/+551
* Add link register to fatal trap printout to better diagnose NULLgrehan2008-06-041-0/+1
* Invalidate the TLB in pmap_cpu_bootstrap(), so that it also happensmarcel2008-05-231-1/+4
* The VM system no longer uses setPQL2(). Remove it and its helpers.alc2008-05-232-16/+0
* Use the "options " spelling (vs. "options<TAB>") so that commented linesobrien2008-05-211-3/+3
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-183-22/+10
OpenPOWER on IntegriCloud