summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke
Commit message (Expand)AuthorAgeFilesLines
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-181-2/+5
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-6/+6
* Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64)nwhitehorn2011-06-233-12/+12
* MFCattilio2011-05-311-2/+2
* MFCattilio2011-05-294-95/+102
|\
| * Better support different kernel hand-offs. When loaded directlymarcel2011-05-283-53/+62
| * o The P1020(E) & P2020(E) also have two cores. This conditional hasmarcel2011-05-271-18/+20
| * Wire the kernel using TLB1 entry 0 rather than entry 1. A more recentmarcel2011-05-272-23/+10
* | MFCattilio2011-05-271-2/+5
|\ \ | |/
| * Don't assume we have a valid bootinfo pointer.marcel2011-05-261-2/+5
| * Revert r222069,222068 as they were intended to be committed to theattilio2011-05-182-10/+6
| * Fix warning spit out.attilio2011-05-181-4/+7
| * Fix newly introduced code.attilio2011-05-181-2/+3
* | Fix usage of cpumask that cannot be used like that anymore.attilio2011-05-181-2/+2
* | MFCattilio2011-05-171-0/+1
|\ \ | |/
* | Add the powerpc support.attilio2011-05-091-4/+6
|/
* 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
OpenPOWER on IntegriCloud