summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke
Commit message (Expand)AuthorAgeFilesLines
* 1. Have the APs initialize the TLB1 entries from what has beenmarcel2012-11-034-58/+89
* userret() already checks for td_locks when INVARIANTS is enabled, soattilio2012-09-081-1/+0
* Avoid recursion on the pvh global lock in the aim oea pmap.alc2012-07-101-1/+1
* Fix a typo that resulted in or-ing PTE_UW twice whrn PTE_SW was needed.marcel2012-07-021-1/+1
* Handle traps from the debugger. We need to catch them and re-entermarcel2012-07-021-0/+7
* Invalidate any TLB1 entries we don't need. The firmware (e.g. U-Boot)marcel2012-07-021-0/+4
* Implement cpu_flush_dcache(). This allows us to optimize __syncicache()marcel2012-07-021-1/+18
* Panic openly if we cannot retrieve memory information from the device tree.raj2012-05-301-3/+3
* Extract vendor specific Book-E pieces into separate files and have a commonraj2012-05-303-39/+384
* Remove redundant check, we catch ULE platform support in commonraj2012-05-271-4/+0
* Let us manage differences of Book-E PowerPC variations i.e. vendor /raj2012-05-272-1/+7
* Retrieve CPU number info from the device tree.raj2012-05-261-18/+8
* Rename e500 prefix to match other Book-E CPU variations. CPU id tidbits forraj2012-05-262-8/+10
* Fix physical address type to vm_paddr_t.raj2012-05-241-10/+10
* o Rename kernload_ap to bp_kernelload. This to introduce a common prefixmarcel2012-05-243-19/+39
* Finally, try to enable the nxstacks on amd64 and powerpc64 for both 64bitkib2012-01-301-0/+5
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-021-1/+1
* Remove locking of the vm page queues from several pmaps, which onlykib2011-09-281-2/+0
* Inline the syscallenter() and syscallret(). This reduces the time measuredkib2011-09-111-0/+2
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-15/+15
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-091-17/+15
* Cross a T and dot an I:marcel2011-08-021-2/+3
* It's invalid to use GLOBAL() for kernload_ap, as the macro switchesmarcel2011-08-021-1/+2
* There's no ':' after GLOBAL(). Missed due to no SMP testing.marcel2011-08-021-1/+1
* Add support for Juniper's loader. The difference between FreeBSD's andmarcel2011-08-023-125/+128
* Fix r224187: .word defines a 16-bit object and size_t is defined asmarcel2011-07-311-2/+2
* - 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
OpenPOWER on IntegriCloud