| Commit message (Expand) | Author | Age | Files | Lines |
* | Update NetBSD Foundation copyrights to 2-clause BSD | Ed Maste | 2014-03-18 | 3 | -21/+0 |
* | Unbreak non-SMP builds. This was broken by r259284. Also, reorganize the | Justin Hibbits | 2014-01-31 | 4 | -10/+201 |
* | Use a loop of dcbz, instead of calling bzero() to zero a page. This matches | Justin Hibbits | 2014-01-29 | 1 | -6/+4 |
* | Save r3 before using it for the trap check, else we end up saving the new r3, | Justin Hibbits | 2013-12-15 | 2 | -4/+8 |
* | Add PMU-based CPU frequency scaling. This method is used on most Titanium | Justin Hibbits | 2013-12-13 | 1 | -7/+14 |
* | FBT now does work fully on PowerPC. | Justin Hibbits | 2013-12-12 | 3 | -6/+26 |
* | The kernel stack guard pages are only below the stack pointer, not above. | Nathan Whitehorn | 2013-12-01 | 2 | -2/+4 |
* | badaddr() is used only in the grackle PCI driver, so move its definition | Nathan Whitehorn | 2013-11-27 | 2 | -61/+0 |
* | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 3 | -6/+0 |
* | Save and restore the trap vectors when doing OF calls on pSeries machines. | Andreas Tobler | 2013-11-23 | 1 | -0/+5 |
* | Remove stale comment. The PID provider is handled elsewhere already. | Justin Hibbits | 2013-11-21 | 1 | -3/+0 |
* | Do not assume a value for #address-cells when parsing the OF translations | Nathan Whitehorn | 2013-11-17 | 1 | -17/+27 |
* | Unify handling of illegal instruction faults between AIM and Book-E. This | Nathan Whitehorn | 2013-11-17 | 1 | -22/+3 |
* | Fix copy+paste-o, OEA64 uses LPTE, not PTE. | Justin Hibbits | 2013-11-14 | 1 | -2/+2 |
* | Use the same implementation of copyinout.c for both AIM and Book-E. This | Nathan Whitehorn | 2013-11-11 | 1 | -522/+0 |
* | Follow up r223485, which made AIM use the ABI thread pointer instead of | Nathan Whitehorn | 2013-11-11 | 2 | -485/+0 |
* | Add the necessary bits for dumps on ppc64. | Justin Hibbits | 2013-11-11 | 1 | -0/+105 |
* | Remove references to an unused fasttrap probe hook, and remove the | Mark Johnston | 2013-10-31 | 1 | -3/+2 |
* | Add some extra sanity checking and checks to printf format specifiers. | Nathan Whitehorn | 2013-10-26 | 1 | -11/+11 |
* | Interrelated improvements to early boot mappings: | Nathan Whitehorn | 2013-10-26 | 1 | -0/+8 |
* | Clean up missed header references. | Nathan Whitehorn | 2013-10-26 | 2 | -2/+2 |
* | Since the PS3 port was committed, the AIM nexus device works perfectly fine | Nathan Whitehorn | 2013-10-20 | 1 | -527/+0 |
* | Replace the two almost-exactly-identical AIM and Book-E clock.c | Nathan Whitehorn | 2013-10-20 | 2 | -279/+0 |
* | Unify the AIM and Book-E vm_machdep.c implementations, which previously | Nathan Whitehorn | 2013-10-20 | 1 | -413/+0 |
* | Fix the Wii build, and remove an extraneous critical_enter(). | Justin Hibbits | 2013-10-16 | 1 | -3/+2 |
* | Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle. | Justin Hibbits | 2013-10-15 | 1 | -2/+14 |
* | Move the PMC handling to the first level interrupt handler where it belongs. | Justin Hibbits | 2013-10-15 | 2 | -13/+17 |
* | - Create kern.ipc.sendfile namespace, and put the new "readhead" OID | Gleb Smirnoff | 2013-09-22 | 1 | -0/+11 |
* | The pmap function pmap_clear_reference() is no longer used. Remove it. | Alan Cox | 2013-09-20 | 2 | -24/+0 |
* | Change VM object lock assertion to match locking higher in the call | Nathan Whitehorn | 2013-09-13 | 1 | -1/+1 |
* | Raise artificial limits on number of CPUs and number of interrupts. | Nathan Whitehorn | 2013-09-09 | 1 | -2/+3 |
* | Add POWER CPUs to the kernel's knowledge. This does not imply we currently | Nathan Whitehorn | 2013-09-09 | 2 | -5/+3 |
* | Align stacks of kernel threads correctly at 16-byte boundaries rather than | Nathan Whitehorn | 2013-09-05 | 1 | -0/+1 |
* | Enable PMC interrupt handling, and fix a DTrace trap handling bug. | Justin Hibbits | 2013-09-03 | 1 | -5/+5 |
* | Revert r254501. Instead, reuse the type stability of the struct pmap | Konstantin Belousov | 2013-08-22 | 2 | -6/+4 |
* | The soft and hard busy mechanism rely on the vm object lock to work. | Attilio Rao | 2013-08-09 | 2 | -24/+20 |
* | Replace kernel virtual address space allocation with vmem. This provides | Jeff Roberson | 2013-08-07 | 3 | -5/+5 |
* | Remove an unnecessary panic. The PVO's PTE entry and the PTEG's PTE entry may | Justin Hibbits | 2013-08-06 | 1 | -3/+0 |
* | Evict pages from the PTEG when it's full and trying to insert a new PTE, | Justin Hibbits | 2013-08-06 | 1 | -7/+77 |
* | Introduce new structure sfstat for collecting sendfile's statistics | Andrey V. Elsukov | 2013-07-15 | 1 | -1/+1 |
* | Fix check: bitwise and has only one &. | Nathan Whitehorn | 2013-07-12 | 1 | -1/+1 |
* | o Relax locking assertions for vm_page_find_least() | Attilio Rao | 2013-05-21 | 2 | -0/+4 |
* | Relax the object locking assertion in pmap_enter_locked(). | Alan Cox | 2013-05-17 | 2 | -2/+2 |
* | Remove a comment that shouldn't have gone in. | Justin Hibbits | 2013-04-26 | 1 | -3/+0 |
* | Introduce kernel coredumps to ppc32 AIM. Leeched from the booke code. | Justin Hibbits | 2013-04-25 | 1 | -0/+111 |
* | Print out DSISR in a fatal DSI trap. | Justin Hibbits | 2013-04-05 | 1 | -0/+2 |
* | Implement the concept of the unmapped VMIO buffers, i.e. buffers which | Konstantin Belousov | 2013-03-19 | 1 | -0/+8 |
* | Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code, | Justin Hibbits | 2013-03-18 | 3 | -19/+14 |
* | Add pmap function pmap_copy_pages(), which copies the content of the | Konstantin Belousov | 2013-03-14 | 2 | -0/+96 |
* | Switch the vm_object mutex to be a rwlock. This will enable in the | Attilio Rao | 2013-03-09 | 3 | -8/+9 |