summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
* Oops. Use atomic_add_long() for atomic_fetchadd_long() (not atomic_add_int())pjd2008-03-191-2/+1
* Catch up to intr_event_create() prototype change.jhb2008-03-181-1/+1
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+2
* Add preliminary support for binding interrupts to CPUs:jhb2008-03-141-1/+1
* - Rather than repeating the same preemption code everywhere call the schedulerjeff2008-03-101-8/+1
* - Remove the old smp cpu topology specification with a new, more flexiblejeff2008-03-021-0/+7
* Add a wrapper function that bound checks writes to the dump device.ru2008-01-281-6/+6
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-2/+2
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+7
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-253-6/+6
* Add stubs to unbreak LINT.jkoshy2007-12-071-0/+4
* Break out stack(9) from ddb(4):rwatson2007-12-024-23/+122
* 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
OpenPOWER on IntegriCloud