summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke
Commit message (Expand)AuthorAgeFilesLines
* Introduce new structure sfstat for collecting sendfile's statisticsae2013-07-151-1/+1
* o Relax locking assertions for vm_page_find_least()attilio2013-05-211-0/+2
* Relax the object locking assertion in pmap_enter_locked().alc2013-05-171-1/+1
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-141-0/+33
* MFCattilio2013-03-021-19/+10
|\
| * MFcalloutng:mav2013-02-281-19/+10
| * Merge from vmobj-rwlock:attilio2013-02-271-3/+2
| * Merge from vmc-playground branch:attilio2013-02-261-2/+1
* | MFCattilio2013-02-261-2/+1
* | Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-5/+5
* | Fix other architectures and ZFS.attilio2013-02-211-0/+1
* | There is no need to use VM_OBJECT_LOCKED() as the assertion won'tattilio2013-02-201-3/+2
* | Switch vm_object lock to be a rwlock.attilio2013-02-201-4/+4
|/
* Introduce PLATFORMMETHOD_END and use it.rpaulo2013-02-131-1/+1
* Replace all uses of the page queues lock by a R/W lock that is privatealc2012-11-031-34/+40
* 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
|\ \ | |/
OpenPOWER on IntegriCloud