| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an access type parameter to pmap_enter(). It will be used to implement | alc | 2008-01-03 | 1 | -2/+2 |
* | Add configuration knobs for the superpage reservation system. Initially, | alc | 2007-12-27 | 1 | -0/+7 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 3 | -6/+6 |
* | Add stubs to unbreak LINT. | jkoshy | 2007-12-07 | 1 | -0/+4 |
* | Break out stack(9) from ddb(4): | rwatson | 2007-12-02 | 4 | -23/+122 |
* | Adjust the padding to account for the change of size of the MI part | jb | 2007-11-29 | 1 | -1/+1 |
* | Make ADAPTIVE_GIANT as the default in the kernel and remove the option. | attilio | 2007-11-28 | 1 | -1/+0 |
* | __builtin_stdarg_start was renamed to __builtin_va_start a long | jb | 2007-11-19 | 1 | -1/+1 |
* | Prevent the leakage of wired pages in the following circumstances: | alc | 2007-11-17 | 1 | -0/+28 |
* | o Rename cpu_thread_setup() to cpu_thread_alloc() to better | marcel | 2007-11-14 | 1 | -1/+6 |
* | generally we are interested in what thread did something as | julian | 2007-11-14 | 1 | -1/+1 |
* | Adjust the padding of struct pcpu to src/sys/sys/pcpu.h rev 1.23. | marius | 2007-11-11 | 1 | -1/+1 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 2 | -2/+3 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -1/+1 |
* | Make the PCI code aware of PCI domains (aka PCI segments) so we can | marius | 2007-09-30 | 1 | -0/+5 |
* | Use the correct expanded name for SCTP. | brueffer | 2007-09-26 | 1 | -1/+1 |
* | Change the management of cached pages (PQ_CACHE) in two fundamental | alc | 2007-09-25 | 1 | -2/+3 |
* | It has been observed on the mailing lists that the different categories | alc | 2007-09-15 | 1 | -4/+4 |
* | This is a follow-up, cleaning-up commit about recent changes involving | attilio | 2007-09-11 | 1 | -1/+1 |
* | Fix warning - add missing #include | peter | 2007-07-06 | 1 | -0/+1 |
* | - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} by | marius | 2007-06-16 | 3 | -4/+31 |
* | Enable the new physical memory allocator. | alc | 2007-06-16 | 1 | -2/+3 |
* | Enable SCTP by default for GENERIC kernels in order to give it | delphij | 2007-06-14 | 1 | -0/+1 |
* | fix cassert failure by adjusting padding | kmacy | 2007-06-12 | 1 | -1/+1 |
* | Use default options for default partitioning schemes, rather than | marcel | 2007-06-11 | 1 | -0/+4 |
* | Add kdb_cpu_sync_icache(), intended to synchronize instruction | marcel | 2007-06-09 | 1 | -0/+5 |
* | Enable AUDIT by default in the GENERIC kernel, allowing security event | rwatson | 2007-06-08 | 1 | -0/+1 |
* | - Change comments and asserts to reflect the removal of the global | jeff | 2007-06-04 | 2 | -3/+2 |
* | Commit 10/14 of sched_lock decomposition. | jeff | 2007-06-04 | 1 | -10/+4 |
* | Rework the PCPU_* (MD) interface: | attilio | 2007-06-04 | 2 | -3/+4 |
* | 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 |