summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke
Commit message (Expand)AuthorAgeFilesLines
* Eliminate FDT_IMMR_VA define.raj2010-07-191-1/+1
* MFppc64:nwhitehorn2010-07-134-4/+2
* Unify ABI-related bits of the Book-E and AIM machdep routinesnwhitehorn2010-07-122-475/+1
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-114-101/+81
* Replace the existing PowerPC busdma implementation with the one fromnwhitehorn2010-07-081-2/+0
* Remove the unneeded header <machine/intr.h>.marcel2010-07-021-1/+0
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Remove debugging printf() -- that is, I assume it was for debugging :-)marcel2010-06-241-2/+0
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-181-1/+1
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-111-1/+2
* Reduce the scope of the page queues lock and the number ofalc2010-06-101-17/+17
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-06-051-2/+4
* In the case that mmu_booke_enter_locked() is changing the attributes of aalc2010-06-011-1/+1
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-5/+10
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-32/+48
* Reorganize syscall entry and leave handling.kib2010-05-231-85/+33
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-161-1/+12
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-7/+8
* 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
OpenPOWER on IntegriCloud