summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
* Adjust the padding to account for the change of size of the MI partjb2007-11-291-1/+1
* Make ADAPTIVE_GIANT as the default in the kernel and remove the option.attilio2007-11-281-1/+0
* __builtin_stdarg_start was renamed to __builtin_va_start a longjb2007-11-191-1/+1
* Prevent the leakage of wired pages in the following circumstances:alc2007-11-171-0/+28
* o Rename cpu_thread_setup() to cpu_thread_alloc() to bettermarcel2007-11-141-1/+6
* generally we are interested in what thread did something asjulian2007-11-141-1/+1
* Adjust the padding of struct pcpu to src/sys/sys/pcpu.h rev 1.23.marius2007-11-111-1/+1
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-052-2/+3
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-301-0/+5
* Use the correct expanded name for SCTP.brueffer2007-09-261-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* It has been observed on the mailing lists that the different categoriesalc2007-09-151-4/+4
* This is a follow-up, cleaning-up commit about recent changes involvingattilio2007-09-111-1/+1
* Fix warning - add missing #includepeter2007-07-061-0/+1
* - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} bymarius2007-06-163-4/+31
* Enable the new physical memory allocator.alc2007-06-161-2/+3
* Enable SCTP by default for GENERIC kernels in order to give itdelphij2007-06-141-0/+1
* fix cassert failure by adjusting paddingkmacy2007-06-121-1/+1
* Use default options for default partitioning schemes, rather thanmarcel2007-06-111-0/+4
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-0/+5
* Enable AUDIT by default in the GENERIC kernel, allowing security eventrwatson2007-06-081-0/+1
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-042-3/+2
* Commit 10/14 of sched_lock decomposition.jeff2007-06-041-10/+4
* Rework the PCPU_* (MD) interface:attilio2007-06-042-3/+4
* Add the machine-specific definitions for configuring the new physicalalc2007-06-031-0/+38
* Revert VMCNT_* operations introduction.attilio2007-05-314-7/+7
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-2/+11
* Honor maxsegsz of less than a page size in a DMA tag. Previously ityongari2007-05-291-0/+2
* remove unneccessary curcpu reference in setting mmfsakmacy2007-05-251-3/+1
* move trap table initialization for cpu0 into sparc64_initkmacy2007-05-252-17/+36
* Add some early diagnostics under bootverbosekmacy2007-05-232-1/+28
* restore interrupts to working order after INTR_THREAD changeskmacy2007-05-221-19/+21
* - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.jeff2007-05-203-3/+3
* Given that these sparc64 (as in sun4u) specific headers only existmarius2007-05-202-114/+4
* Delete the unused/not really used sparc64 (as in sun4u) cache.h,marius2007-05-209-415/+0
* Delete a remnant of the old sparc64 nexus(4) which was never used for sun4v.marius2007-05-201-54/+0
* Remove superfluous inclusion of machine/ver.h.marius2007-05-204-4/+0
* Make previous revision compile.marius2007-05-201-1/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-184-7/+7
* - Add bits for userland profiling. For sun4u this is compile-tested only.marius2007-05-111-4/+36
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-211-1/+2
* Remove trailing '.' for consistency!pjd2007-04-101-1/+1
* Add UFS_GJOURNAL options to the GENERIC kernel.pjd2007-04-101-0/+1
* Remove extern struct pcb stoppcbs[] declaration from this file.kan2007-04-051-2/+0
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+6
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-235-21/+23
* Include GEOM_LABEL in GENERIC. It's very useful and not well publicizedbrooks2007-02-091-0/+1
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-071-1/+1
OpenPOWER on IntegriCloud