| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the machine-specific definitions for configuring the new physical | alc | 2007-06-03 | 1 | -0/+38 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 4 | -7/+7 |
* | In some particular cases (like in pccard and pccbb), the real device | piso | 2007-05-31 | 1 | -2/+11 |
* | Honor maxsegsz of less than a page size in a DMA tag. Previously it | yongari | 2007-05-29 | 1 | -0/+2 |
* | remove unneccessary curcpu reference in setting mmfsa | kmacy | 2007-05-25 | 1 | -3/+1 |
* | move trap table initialization for cpu0 into sparc64_init | kmacy | 2007-05-25 | 2 | -17/+36 |
* | Add some early diagnostics under bootverbose | kmacy | 2007-05-23 | 2 | -1/+28 |
* | restore interrupts to working order after INTR_THREAD changes | kmacy | 2007-05-22 | 1 | -19/+21 |
* | - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument. | jeff | 2007-05-20 | 3 | -3/+3 |
* | Given that these sparc64 (as in sun4u) specific headers only exist | marius | 2007-05-20 | 2 | -114/+4 |
* | Delete the unused/not really used sparc64 (as in sun4u) cache.h, | marius | 2007-05-20 | 9 | -415/+0 |
* | Delete a remnant of the old sparc64 nexus(4) which was never used for sun4v. | marius | 2007-05-20 | 1 | -54/+0 |
* | Remove superfluous inclusion of machine/ver.h. | marius | 2007-05-20 | 4 | -4/+0 |
* | Make previous revision compile. | marius | 2007-05-20 | 1 | -1/+1 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 4 | -7/+7 |
* | - Add bits for userland profiling. For sun4u this is compile-tested only. | marius | 2007-05-11 | 1 | -4/+36 |
* | Define every architecture as either VM_PHYSSEG_DENSE or | alc | 2007-05-05 | 1 | -0/+5 |
* | Add support for specifying a minimal size for vm.kmem_size in the loader via | sepotvin | 2007-04-21 | 1 | -1/+2 |
* | Remove trailing '.' for consistency! | pjd | 2007-04-10 | 1 | -1/+1 |
* | Add UFS_GJOURNAL options to the GENERIC kernel. | pjd | 2007-04-10 | 1 | -0/+1 |
* | Remove extern struct pcb stoppcbs[] declaration from this file. | kan | 2007-04-05 | 1 | -2/+0 |
* | Push down the implementation of PCPU_LAZY_INC() into the machine-dependent | alc | 2007-03-11 | 1 | -0/+6 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 5 | -21/+23 |
* | Include GEOM_LABEL in GENERIC. It's very useful and not well publicized | brooks | 2007-02-09 | 1 | -0/+1 |
* | Evolve the ctlreq interface added to geom_gpt into a generic | marcel | 2007-02-07 | 1 | -1/+1 |
* | Add support for IPI_PREEMPT in order to enable use of the ULE scheduler | kmacy | 2007-02-02 | 4 | -1/+21 |
* | match against both dirty and writeable for marking page dirty | kmacy | 2007-02-02 | 1 | -1/+1 |
* | MFsparc64: Add .cvsignore file here too. | ru | 2007-01-30 | 1 | -0/+1 |
* | Convert the remainder of the low hanging fruits regarding including | marius | 2007-01-19 | 11 | -30/+57 |
* | - Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides an UPA bus, nexus(4) | marius | 2007-01-18 | 2 | -20/+20 |
* | Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}() | marius | 2007-01-18 | 2 | -81/+0 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 2 | -8/+2 |
* | Invert the logic inside of two KASSERTS which resulted in two kernel panics | csjp | 2006-12-31 | 1 | -3/+2 |
* | Fix build | delphij | 2006-12-25 | 1 | -1/+1 |
* | - add ranged shootdowns when fewer than 64 mappings are being invalidated | kmacy | 2006-12-25 | 3 | -20/+47 |
* | - remove all calls to sched_pin and sched_unpin as they are only useful to | kmacy | 2006-12-24 | 2 | -133/+78 |
* | Don't count on the first phys_avail range being greater than zero | kmacy | 2006-12-24 | 1 | -2/+1 |
* | - resizing the tte_hash in pmap_copy is not likely to occur | kmacy | 2006-12-24 | 1 | -5/+10 |
* | reduce padding to compensate for recent change to sys/pcpu.h (tinderbox fix) | kmacy | 2006-12-20 | 1 | -1/+1 |
* | remove unneeded operations in tsb_set_tte_real - the function is | kmacy | 2006-12-18 | 1 | -7/+3 |
* | add declaration for new helper function | kmacy | 2006-12-18 | 1 | -0/+2 |
* | add helper function for finding a virtual device node in a machine | kmacy | 2006-12-18 | 1 | -0/+101 |
* | push trap conversion up into tl1_trap to further simplify spill / fill fault | kmacy | 2006-12-18 | 2 | -14/+10 |
* | Simplify spill/fill fault handling by updating tl1_trap register | kmacy | 2006-12-18 | 2 | -28/+18 |
* | remove TRAP_TRACING code that wasn't getting used | kmacy | 2006-12-17 | 1 | -10/+0 |
* | GC unused fields in pcpu | kmacy | 2006-12-17 | 1 | -4/+1 |
* | replace PCPU_GET(cpuid) with curcpu and PCPU_GET(curthread) with curthread | kmacy | 2006-12-17 | 3 | -11/+11 |
* | eliminate use of curpmap except where protected by critical_{enter, exit} | kmacy | 2006-12-17 | 1 | -3/+6 |
* | make unmap_perm_addr conform to declaration | kmacy | 2006-12-17 | 1 | -0/+2 |
* | eliminate extra branches by making better use of branch delay | kmacy | 2006-12-17 | 1 | -33/+21 |