summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
* Given that sun4u uses sparc64/sparc64/in_cksum.c, use the sparc64marius2008-06-251-164/+2
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-251-1/+0
* Use the "options " spelling (vs. "options<TAB>") so that commented linesobrien2008-05-211-12/+12
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-181-6/+0
* Add a stub for pmap_align_superpage() on machines that don't (yet)alc2008-05-091-0/+10
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-041-2/+16
* Remove an header which is unused for sun4v.marius2008-05-023-67/+0
* Remove the MD isa_irq_pending() and the underlying PCI-specificmarius2008-04-261-11/+0
* - Add an integer argument to idle to indicate how likely we are to wakejeff2008-04-251-1/+8
* Make genclock standard on all platforms.phk2008-04-212-2/+0
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-2/+2
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. Thisjhb2008-04-051-79/+14
* Add kernel module support for nfslockd and krpc. Use the module systemdfr2008-03-271-0/+1
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-2/+2
* Remove two variables which are handled MI now.phk2008-03-261-3/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-2/+0
* Remove old sysctl stuff which is long gone in other arch's.phk2008-03-261-21/+0
* 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
OpenPOWER on IntegriCloud