| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix typo in the comment. | raj | 2010-11-11 | 1 | -1/+1 |
* | Use local TLB_UNLOCKED marker instead of MTX_UNOWNED for Book-E PowerPC trap | raj | 2010-11-11 | 3 | -7/+6 |
* | Remove unused includes of <sys/mutex.h> and <machine/mutex.h>. | jhb | 2010-11-09 | 1 | -2/+0 |
* | Adjust the order of operations in spinlock_enter() and spinlock_exit() to | jhb | 2010-11-05 | 1 | -4/+10 |
* | Introduce inheritance into the PowerPC MMU kobj interface. | grehan | 2010-09-15 | 1 | -6/+1 |
* | Refactor timer management code with priority to one-shot operation mode. | mav | 2010-09-13 | 1 | -0/+12 |
* | Update PowerPC event timer code to use new event timers infrastructure. | mav | 2010-09-11 | 3 | -53/+126 |
* | Restructure how reset and poweroff are handled on PowerPC systems, since | nwhitehorn | 2010-08-31 | 1 | -0/+31 |
* | Remove unused KTRACE includes. | jhb | 2010-08-19 | 1 | -4/+0 |
* | Eliminate FDT_IMMR_VA define. | raj | 2010-07-19 | 1 | -1/+1 |
* | MFppc64: | nwhitehorn | 2010-07-13 | 4 | -4/+2 |
* | Unify ABI-related bits of the Book-E and AIM machdep routines | nwhitehorn | 2010-07-12 | 2 | -475/+1 |
* | Convert Freescale PowerPC platforms to FDT convention. | raj | 2010-07-11 | 4 | -101/+81 |
* | Replace the existing PowerPC busdma implementation with the one from | nwhitehorn | 2010-07-08 | 1 | -2/+0 |
* | Remove the unneeded header <machine/intr.h>. | marcel | 2010-07-02 | 1 | -1/+0 |
* | Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to | jhb | 2010-06-30 | 1 | -0/+1 |
* | Remove debugging printf() -- that is, I assume it was for debugging :-) | marcel | 2010-06-24 | 1 | -2/+0 |
* | Provide for multiple, cascaded PICs on PowerPC systems, and extend the | nwhitehorn | 2010-06-18 | 1 | -1/+1 |
* | Relax one of the new assertions in pmap_enter() a little. Specifically, | alc | 2010-06-11 | 1 | -1/+2 |
* | Reduce the scope of the page queues lock and the number of | alc | 2010-06-10 | 1 | -17/+17 |
* | Don't set PG_WRITEABLE in pmap_enter() unless the page is managed. | alc | 2010-06-05 | 1 | -2/+4 |
* | In the case that mmu_booke_enter_locked() is changing the attributes of a | alc | 2010-06-01 | 1 | -1/+1 |
* | Push down page queues lock acquisition in pmap_enter_object() and | alc | 2010-05-26 | 1 | -5/+10 |
* | Roughly half of a typical pmap_mincore() implementation is machine- | alc | 2010-05-24 | 1 | -32/+48 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 1 | -85/+33 |
* | On entry to pmap_enter(), assert that the page is busy. While I'm | alc | 2010-05-16 | 1 | -1/+12 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -7/+8 |
* | MFamd64/i386 r207205 | alc | 2010-04-30 | 1 | -13/+3 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -4/+7 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 1 | -0/+29 |