aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* o When not making a translation cache-inhibit and guarded (PTE_I|PTE_G)Marcel Moolenaar2008-09-161-40/+42
* Rewrite cpudep_ap_bootstrap(). We now enable L3, L2, L1D and L1IMarcel Moolenaar2008-09-161-14/+110
* o In decr_get_timecount() only read the low timebase register.Marcel Moolenaar2008-09-161-4/+9
* Set pcpup->pc_curthread and pcpup->pc_curpcb before callingMarcel Moolenaar2008-09-161-3/+3
* o Synchronize the APs timebase and decrementer values with the BSP.Marcel Moolenaar2008-09-161-2/+13
* In powerpc_get_pcpup(), make the inline assembly statementMarcel Moolenaar2008-09-161-1/+1
* Remove the tracing from the AP startup. The AP is knownMarcel Moolenaar2008-09-165-91/+12
* o Remove SPR_TSR & SPR_TCR for AIM.Marcel Moolenaar2008-09-151-8/+23
* Dont worry about PSL_RI (restartable interrupt indicator) inMarcel Moolenaar2008-09-153-6/+3
* Rename cpu_config_l2cr() to cpu_print_cacheinfo(). We're notMarcel Moolenaar2008-09-151-103/+47
* Remove debugging code.Marcel Moolenaar2008-09-141-15/+7
* Trace interrupts with KTR_INTR.Marcel Moolenaar2008-08-311-0/+2
* Remove redundant KTR statements.Marcel Moolenaar2008-08-311-6/+0
* Trace all PMAP calls using KTR_PMAP.Marcel Moolenaar2008-08-311-2/+92
* Remove restore_intr(). We have intr_restore()...Marcel Moolenaar2008-08-311-7/+0
* In db_show_mdpcpu(), print MD fields.Marcel Moolenaar2008-08-301-0/+4
* Whitespace fixes.Marcel Moolenaar2008-08-301-12/+12
* Call powerpc_sync() instead of using an asm statement.Marcel Moolenaar2008-08-301-1/+1
* Add powerpc_sync() as an inline function.Marcel Moolenaar2008-08-301-0/+7
* Don't clear PSL_RI. Disabling external interruptsMarcel Moolenaar2008-08-301-1/+1
* Move initialization of tlb0, ptbl_bufs and kernel_pdir regions after we areRafal Jaworowski2008-08-281-6/+14
* Improve kernel stack handling on e500.Rafal Jaworowski2008-08-263-24/+56
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-1/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsJohn Baldwin2008-08-191-1/+2
* Disconnect drivers that haven't been ported to MPSAFE TTY yet.Ed Schouten2008-08-031-2/+0
* Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work outXin LI2008-07-071-0/+1
* Remove the unused M_MEMDEV from the kernel.Ed Schouten2008-06-251-2/+0
* Remove the unused major/minor numbers from iodev and memdev.Ed Schouten2008-06-251-1/+0
* Return an error code rather than ENXIO when both rman_init() andKevin Lo2008-06-123-28/+33
* Fix a typo in a comment.Wojciech A. Koszek2008-06-111-1/+1
* Move bm(4) from the sys/conf/NOTES to sys/powerpc/conf/NOTES.Marcel Moolenaar2008-06-081-0/+1
* Add support for the Apple Big Mac (BMAC) Ethernet controller,Marcel Moolenaar2008-06-071-0/+1
* Add support for Apple's Descriptor-Based DMA (DBDMA) engine. The DMAMarcel Moolenaar2008-06-073-0/+551
* Add link register to fatal trap printout to better diagnose NULLPeter Grehan2008-06-041-0/+1
* Invalidate the TLB in pmap_cpu_bootstrap(), so that it also happensMarcel Moolenaar2008-05-231-1/+4
* The VM system no longer uses setPQL2(). Remove it and its helpers.Alan Cox2008-05-232-16/+0
* Use the "options " spelling (vs. "options<TAB>") so that commented linesDavid E. O'Brien2008-05-211-3/+3
* Retire pmap_addr_hint(). It is no longer used.Alan Cox2008-05-183-22/+10
* Removed unused assembly offsets for structures digging.Attilio Rao2008-05-161-1/+0
* Add a stub for pmap_align_superpage() on machines that don't (yet)Alan Cox2008-05-091-0/+10
* The first argment of mtdbatu or mtibatu is part of the encoding.Marcel Moolenaar2008-04-281-7/+8
* MFp4: SMP supportMarcel Moolenaar2008-04-2715-137/+714
* Eliminate track_modified_needed(), better known as pmap_track_modified()Marcel Moolenaar2008-04-271-37/+8
* MFp4: SMP supportMarcel Moolenaar2008-04-271-6/+63
* Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16.Marcel Moolenaar2008-04-271-2/+3
* Remove mfsvr():Marcel Moolenaar2008-04-273-12/+2
* Take into account the size of the interrupt cell. It's determinedMarcel Moolenaar2008-04-262-14/+27
* Use RSTCR for resetting the MPC8572 (the old way does not apply).Rafal Jaworowski2008-04-262-7/+25
* Introduce a dedicated file for MPC85xx-specific routines. Move cpu_reset()Rafal Jaworowski2008-04-262-17/+60
* Improve handling of Local Access Windows on MPC85xx systems:Rafal Jaworowski2008-04-264-19/+50