aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/booke
Commit message (Expand)AuthorAgeFilesLines
* Place interrupt handling in a critical section and remove doubleNathan Whitehorn2010-03-091-4/+4
* Merge r198724 to Book-E. casuword() non-atomically read the current valueNathan Whitehorn2010-02-201-2/+13
* Call the proper linkup routine in PowerPC Book-E machdep.Rafal Jaworowski2010-02-151-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-2/+2
* Remove a warning in DELAY about large delays. In kern_shutdown.cMarcel Moolenaar2009-12-191-8/+1
* Add a CPU features framework on PowerPC and simplify CPU setup a littleNathan Whitehorn2009-11-281-1/+0
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagAlan Cox2009-11-271-2/+1
* Extract the code that records syscall results in the frame into MDKonstantin Belousov2009-11-102-36/+56
* In r197963, a race with thread being selected for signal deliveryKonstantin Belousov2009-10-271-7/+1
* Add SMP support on U3-based G5 systems. This does not yet work perfectly:Nathan Whitehorn2009-10-231-1/+6
* o Introduce vm_sync_icache() for making the I-cache coherent withMarcel Moolenaar2009-10-211-32/+40
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar toJohn Baldwin2009-07-241-1/+1
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-231-0/+6
* Correct the method of waking the page daemon when the number of allocatedAlan Cox2009-06-131-7/+2
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withRafal Jaworowski2009-06-131-4/+4
* Discover and handle the number of E500 CPUs in run time.Rafal Jaworowski2009-06-051-2/+9
* Fill PTEs covering kernel code and data.Rafal Jaworowski2009-06-051-1/+15
* Introduce support for cpufreq on PowerPC with the dynamic frequencyNathan Whitehorn2009-05-311-8/+0
* Set PG_WRITEABLE in Book-E pmap_enter[_locked] if it creates a mapping thatRafal Jaworowski2009-05-261-0/+4
* Improve style(9), clean up.Rafal Jaworowski2009-05-213-18/+10
* Initial support for SMP on PowerPC MPC85xx.Rafal Jaworowski2009-05-218-17/+556
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-0/+10
* PowerPC common SMP startup and time base rework.Rafal Jaworowski2009-05-141-16/+0
* Factor out platform dependent things unrelated to device drivers into aNathan Whitehorn2009-05-145-46/+216
* Remove PTE_ISFAKE. While here remove codeMarcel Moolenaar2009-04-241-53/+9
* Minor style consistency fix.Rafal Jaworowski2009-04-221-7/+7
* Provide cpu_throw() for Book-E. Adjust cpu_switch() towards ULE support.Rafal Jaworowski2009-04-222-10/+11
* Centralize setting HID0/1 for E500. Rename HID defines which are specificRafal Jaworowski2009-04-221-0/+10
* o Properly set ksym_start & ksym_end when options DDB is set.Marcel Moolenaar2009-04-211-2/+18
* Implement kernel core dump support for Book-E processors.Marcel Moolenaar2009-04-041-28/+188
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modeNathan Whitehorn2009-04-042-135/+3
* Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten2009-02-281-1/+0
* Prefer register usage style to be more consistent with the rest of theRafal Jaworowski2009-02-271-8/+8
* Make Book-E debug register state part of the PCB context.Rafal Jaworowski2009-02-274-5/+14
* Clean up BookE low-level exceptions code.Rafal Jaworowski2009-01-131-46/+49
* Clean up BookE pmap.Rafal Jaworowski2009-01-131-137/+90
* Rework BookE pmap towards multi-core support.Rafal Jaworowski2009-01-135-725/+434
* Modularize the Open Firmware client interface to allow run-time switchingNathan Whitehorn2008-12-201-1/+0
* Minor spelling fix in E500 locore.Rafal Jaworowski2008-12-181-1/+1
* Fix E500 cache invalidation routines.Rafal Jaworowski2008-12-171-0/+6
* Rework E500 locore.Rafal Jaworowski2008-12-171-213/+229
* Minor clean up of BookE/MPC85XX: iprove naming and style(9).Rafal Jaworowski2008-12-172-25/+29
* 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