aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/booke
Commit message (Expand)AuthorAgeFilesLines
* Add support for kernel profiling for both AIM and BookE.Marcel Moolenaar2008-10-271-1/+4
* Remove unused declarations (interrupt_vector_{base|top}).Marcel Moolenaar2008-10-271-3/+0
* In mmu_booke_mapdev(), handle mappings that cannot be representedMarcel Moolenaar2008-10-251-5/+16
* Allow the cacheline size on PowerPC to be set at runtime. This is essential forNathan Whitehorn2008-09-241-2/+3
* 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
* Fix a typo in a comment.Wojciech A. Koszek2008-06-111-1/+1
* The VM system no longer uses setPQL2(). Remove it and its helpers.Alan Cox2008-05-231-8/+0
* Retire pmap_addr_hint(). It is no longer used.Alan Cox2008-05-181-10/+0
* MFp4: SMP supportMarcel Moolenaar2008-04-271-2/+2
* Eliminate track_modified_needed(), better known as pmap_track_modified()Marcel Moolenaar2008-04-271-37/+8
* Introduce a dedicated file for MPC85xx-specific routines. Move cpu_reset()Rafal Jaworowski2008-04-261-17/+1
* - Add an integer argument to idle to indicate how likely we are to wakeJeff Roberson2008-04-251-1/+8
* Now that all platforms use genclock, shuffle things around slightlyPoul-Henning Kamp2008-04-221-1/+0
* Get rid of an empty RTC implementation and hook up genclock instead.Poul-Henning Kamp2008-04-131-44/+0
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-261-10/+0
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-162-2/+2
* Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on whatRafal Jaworowski2008-03-121-1/+24
* Remove kernel support for M:N threading.Jeff Roberson2008-03-122-6/+1
* Enable the D-cache and I-cache when not already enabled.Marcel Moolenaar2008-03-081-3/+28
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.Rafal Jaworowski2008-03-0312-0/+7710