summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke
Commit message (Expand)AuthorAgeFilesLines
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-212-3/+2
* For architectures not using direct map , and requiring real KVA page forkib2011-01-181-1/+1
* Support booting non FDT-capable loaders:marcel2011-01-172-3/+31
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* Add some platform KOBJ extensions and continue integrating PowerPCnwhitehorn2010-11-121-9/+0
* Centralize CPU idle routines into powerpc/cpu.c and use the samenwhitehorn2010-11-121-44/+0
* Fix typo in the comment.raj2010-11-111-1/+1
* Use local TLB_UNLOCKED marker instead of MTX_UNOWNED for Book-E PowerPC trapraj2010-11-113-7/+6
* Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.jhb2010-11-091-2/+0
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-4/+10
* Introduce inheritance into the PowerPC MMU kobj interface.grehan2010-09-151-6/+1
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-131-0/+12
* Update PowerPC event timer code to use new event timers infrastructure.mav2010-09-113-53/+126
* Restructure how reset and poweroff are handled on PowerPC systems, sincenwhitehorn2010-08-311-0/+31
* Remove unused KTRACE includes.jhb2010-08-191-4/+0
* 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
OpenPOWER on IntegriCloud