| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |