summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke
Commit message (Expand)AuthorAgeFilesLines
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-1/+0
* Prefer register usage style to be more consistent with the rest of theraj2009-02-271-8/+8
* Make Book-E debug register state part of the PCB context.raj2009-02-274-5/+14
* Clean up BookE low-level exceptions code.raj2009-01-131-46/+49
* Clean up BookE pmap.raj2009-01-131-137/+90
* Rework BookE pmap towards multi-core support.raj2009-01-135-725/+434
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-201-1/+0
* Minor spelling fix in E500 locore.raj2008-12-181-1/+1
* Fix E500 cache invalidation routines.raj2008-12-171-0/+6
* Rework E500 locore.raj2008-12-171-213/+229
* Minor clean up of BookE/MPC85XX: iprove naming and style(9).raj2008-12-172-25/+29
* Add support for kernel profiling for both AIM and BookE.marcel2008-10-271-1/+4
* Remove unused declarations (interrupt_vector_{base|top}).marcel2008-10-271-3/+0
* In mmu_booke_mapdev(), handle mappings that cannot be representedmarcel2008-10-251-5/+16
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-241-2/+3
* 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
* Fix a typo in a comment.wkoszek2008-06-111-1/+1
* The VM system no longer uses setPQL2(). Remove it and its helpers.alc2008-05-231-8/+0
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-181-10/+0
* MFp4: SMP supportmarcel2008-04-271-2/+2
* Eliminate track_modified_needed(), better known as pmap_track_modified()marcel2008-04-271-37/+8
* Introduce a dedicated file for MPC85xx-specific routines. Move cpu_reset()raj2008-04-261-17/+1
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-251-1/+8
* Now that all platforms use genclock, shuffle things around slightlyphk2008-04-221-1/+0
* Get rid of an empty RTC implementation and hook up genclock instead.phk2008-04-131-44/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-10/+0
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-162-2/+2
* Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on whatraj2008-03-121-1/+24
* Remove kernel support for M:N threading.jeff2008-03-122-6/+1
* Enable the D-cache and I-cache when not already enabled.marcel2008-03-081-3/+28
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-0312-0/+7710
OpenPOWER on IntegriCloud