| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all uses of the page queues lock by a R/W lock that is private | alc | 2012-11-03 | 1 | -34/+40 |
* | 1. Have the APs initialize the TLB1 entries from what has been | marcel | 2012-11-03 | 4 | -58/+89 |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 1 | -1/+0 |
* | Avoid recursion on the pvh global lock in the aim oea pmap. | alc | 2012-07-10 | 1 | -1/+1 |
* | Fix a typo that resulted in or-ing PTE_UW twice whrn PTE_SW was needed. | marcel | 2012-07-02 | 1 | -1/+1 |
* | Handle traps from the debugger. We need to catch them and re-enter | marcel | 2012-07-02 | 1 | -0/+7 |
* | Invalidate any TLB1 entries we don't need. The firmware (e.g. U-Boot) | marcel | 2012-07-02 | 1 | -0/+4 |
* | Implement cpu_flush_dcache(). This allows us to optimize __syncicache() | marcel | 2012-07-02 | 1 | -1/+18 |
* | Panic openly if we cannot retrieve memory information from the device tree. | raj | 2012-05-30 | 1 | -3/+3 |
* | Extract vendor specific Book-E pieces into separate files and have a common | raj | 2012-05-30 | 3 | -39/+384 |
* | Remove redundant check, we catch ULE platform support in common | raj | 2012-05-27 | 1 | -4/+0 |
* | Let us manage differences of Book-E PowerPC variations i.e. vendor / | raj | 2012-05-27 | 2 | -1/+7 |
* | Retrieve CPU number info from the device tree. | raj | 2012-05-26 | 1 | -18/+8 |
* | Rename e500 prefix to match other Book-E CPU variations. CPU id tidbits for | raj | 2012-05-26 | 2 | -8/+10 |
* | Fix physical address type to vm_paddr_t. | raj | 2012-05-24 | 1 | -10/+10 |
* | o Rename kernload_ap to bp_kernelload. This to introduce a common prefix | marcel | 2012-05-24 | 3 | -19/+39 |
* | Finally, try to enable the nxstacks on amd64 and powerpc64 for both 64bit | kib | 2012-01-30 | 1 | -0/+5 |
* | Fix OF_finddevice error return value in case of FDT. | jchandra | 2011-12-02 | 1 | -1/+1 |
* | Remove locking of the vm page queues from several pmaps, which only | kib | 2011-09-28 | 1 | -2/+0 |
* | Inline the syscallenter() and syscallret(). This reduces the time measured | kib | 2011-09-11 | 1 | -0/+2 |
* | Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomic | kib | 2011-09-06 | 1 | -15/+15 |
* | - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flag | kib | 2011-08-09 | 1 | -17/+15 |
* | Cross a T and dot an I: | marcel | 2011-08-02 | 1 | -2/+3 |
* | It's invalid to use GLOBAL() for kernload_ap, as the macro switches | marcel | 2011-08-02 | 1 | -1/+2 |
* | There's no ':' after GLOBAL(). Missed due to no SMP testing. | marcel | 2011-08-02 | 1 | -1/+1 |
* | Add support for Juniper's loader. The difference between FreeBSD's and | marcel | 2011-08-02 | 3 | -125/+128 |
* | Fix r224187: .word defines a 16-bit object and size_t is defined as | marcel | 2011-07-31 | 1 | -2/+2 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | attilio | 2011-07-18 | 1 | -2/+5 |
* | With retirement of cpumask_t and usage of cpuset_t for representing a | attilio | 2011-07-04 | 1 | -6/+6 |
* | Use the ABI-mandated thread pointer register (r2 for ppc32, r13 for ppc64) | nwhitehorn | 2011-06-23 | 3 | -12/+12 |
* | MFC | attilio | 2011-05-31 | 1 | -2/+2 |
* | MFC | attilio | 2011-05-29 | 4 | -95/+102 |
|\ |
|
| * | Better support different kernel hand-offs. When loaded directly | marcel | 2011-05-28 | 3 | -53/+62 |
| * | o The P1020(E) & P2020(E) also have two cores. This conditional has | marcel | 2011-05-27 | 1 | -18/+20 |
| * | Wire the kernel using TLB1 entry 0 rather than entry 1. A more recent | marcel | 2011-05-27 | 2 | -23/+10 |
* | | MFC | attilio | 2011-05-27 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | Don't assume we have a valid bootinfo pointer. | marcel | 2011-05-26 | 1 | -2/+5 |
| * | Revert r222069,222068 as they were intended to be committed to the | attilio | 2011-05-18 | 2 | -10/+6 |
| * | Fix warning spit out. | attilio | 2011-05-18 | 1 | -4/+7 |
| * | Fix newly introduced code. | attilio | 2011-05-18 | 1 | -2/+3 |
* | | Fix usage of cpumask that cannot be used like that anymore. | attilio | 2011-05-18 | 1 | -2/+2 |
* | | MFC | attilio | 2011-05-17 | 1 | -0/+1 |
|\ \
| |/ |
|
* | | Add the powerpc support. | attilio | 2011-05-09 | 1 | -4/+6 |
|/ |
|
* | Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize. | pluknet | 2011-01-21 | 2 | -3/+2 |
* | For architectures not using direct map , and requiring real KVA page for | kib | 2011-01-18 | 1 | -1/+1 |
* | Support booting non FDT-capable loaders: | marcel | 2011-01-17 | 2 | -3/+31 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | Add some platform KOBJ extensions and continue integrating PowerPC | nwhitehorn | 2010-11-12 | 1 | -9/+0 |
* | Centralize CPU idle routines into powerpc/cpu.c and use the same | nwhitehorn | 2010-11-12 | 1 | -44/+0 |