summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/sun4v
Commit message (Expand)AuthorAgeFilesLines
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-204-20/+19
* - In GCC 4.2 __builtin_frame_address() was fixed to include themarius2008-10-272-25/+13
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-011-22/+1
* MFsparc64: r177642marius2008-09-021-9/+0
* Resurrect clock.c from r164371.marius2008-09-021-0/+67
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-113/+49
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* 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-022-2/+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
* - 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
* Catch up to intr_event_create() prototype change.jhb2008-03-181-1/+1
* 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 a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-253-6/+6
* Break out stack(9) from ddb(4):rwatson2007-12-022-23/+86
* 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
* 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
* It has been observed on the mailing lists that the different categoriesalc2007-09-151-4/+4
* Fix warning - add missing #includepeter2007-07-061-0/+1
* - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} bymarius2007-06-162-4/+30
* Enable the new physical memory allocator.alc2007-06-161-2/+3
* - 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-041-2/+2
* 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
* Delete the unused/not really used sparc64 (as in sun4u) cache.h,marius2007-05-205-10/+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
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-234-19/+21
* Add support for IPI_PREEMPT in order to enable use of the ULE schedulerkmacy2007-02-022-1/+17
OpenPOWER on IntegriCloud