summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke
Commit message (Expand)AuthorAgeFilesLines
* Merge r198724 to Book-E. casuword() non-atomically read the current valuenwhitehorn2010-02-201-2/+13
* Call the proper linkup routine in PowerPC Book-E machdep.raj2010-02-151-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-2/+2
* Remove a warning in DELAY about large delays. In kern_shutdown.cmarcel2009-12-191-8/+1
* Add a CPU features framework on PowerPC and simplify CPU setup a littlenwhitehorn2009-11-281-1/+0
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-2/+1
* Extract the code that records syscall results in the frame into MDkib2009-11-102-36/+56
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-7/+1
* Add SMP support on U3-based G5 systems. This does not yet work perfectly:nwhitehorn2009-10-231-1/+6
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-32/+40
* Add a new type of VM object: OBJT_SG. An OBJT_SG object is very similar tojhb2009-07-241-1/+1
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+6
* Correct the method of waking the page daemon when the number of allocatedalc2009-06-131-7/+2
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withraj2009-06-131-4/+4
* Discover and handle the number of E500 CPUs in run time.raj2009-06-051-2/+9
* Fill PTEs covering kernel code and data.raj2009-06-051-1/+15
* Introduce support for cpufreq on PowerPC with the dynamic frequencynwhitehorn2009-05-311-8/+0
* Set PG_WRITEABLE in Book-E pmap_enter[_locked] if it creates a mapping thatraj2009-05-261-0/+4
* Improve style(9), clean up.raj2009-05-213-18/+10
* Initial support for SMP on PowerPC MPC85xx.raj2009-05-218-17/+556
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+10
* PowerPC common SMP startup and time base rework.raj2009-05-141-16/+0
* Factor out platform dependent things unrelated to device drivers into anwhitehorn2009-05-145-46/+216
* Remove PTE_ISFAKE. While here remove codemarcel2009-04-241-53/+9
* Minor style consistency fix.raj2009-04-221-7/+7
* Provide cpu_throw() for Book-E. Adjust cpu_switch() towards ULE support.raj2009-04-222-10/+11
* Centralize setting HID0/1 for E500. Rename HID defines which are specificraj2009-04-221-0/+10
* o Properly set ksym_start & ksym_end when options DDB is set.marcel2009-04-211-2/+18
* Implement kernel core dump support for Book-E processors.marcel2009-04-041-28/+188
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-042-135/+3
* 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
OpenPOWER on IntegriCloud