summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke
Commit message (Expand)AuthorAgeFilesLines
* MFamd64/i386 r207205alc2010-04-301-13/+3
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-4/+7
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-0/+29
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-2/+2
* Enable power management for E500 cores. Use "doze" for now to makemarcel2010-03-232-12/+6
* Actually pass a pointer to the trapframe to powerpc_extr_interrupt().marcel2010-03-231-0/+1
* Place interrupt handling in a critical section and remove doublenwhitehorn2010-03-091-4/+4
* 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
OpenPOWER on IntegriCloud