summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/include
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
* Remove an header which is unused for sun4v.marius2008-05-021-65/+0
* 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
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+2
* Add configuration knobs for the superpage reservation system. Initially,alc2007-12-271-0/+7
* Add stubs to unbreak LINT.jkoshy2007-12-071-0/+4
* Break out stack(9) from ddb(4):rwatson2007-12-021-0/+35
* Adjust the padding to account for the change of size of the MI partjb2007-11-291-1/+1
* __builtin_stdarg_start was renamed to __builtin_va_start a longjb2007-11-191-1/+1
* Adjust the padding of struct pcpu to src/sys/sys/pcpu.h rev 1.23.marius2007-11-111-1/+1
* Change the management of cached pages (PQ_CACHE) in two fundamentalalc2007-09-251-2/+3
* - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} bymarius2007-06-161-0/+1
* fix cassert failure by adjusting paddingkmacy2007-06-121-1/+1
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-0/+5
* Rework the PCPU_* (MD) interface:attilio2007-06-041-1/+2
* Add the machine-specific definitions for configuring the new physicalalc2007-06-031-0/+38
* 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-204-405/+0
* Delete a remnant of the old sparc64 nexus(4) which was never used for sun4v.marius2007-05-201-54/+0
* - 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 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-231-2/+2
* Add support for IPI_PREEMPT in order to enable use of the ULE schedulerkmacy2007-02-022-0/+4
* Convert the remainder of the low hanging fruits regarding includingmarius2007-01-195-13/+28
* - Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides an UPA bus, nexus(4)marius2007-01-181-2/+2
* Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}()marius2007-01-181-53/+0
* Remove 3rd clause, renumber, ok per emailimp2007-01-122-8/+2
* - add ranged shootdowns when fewer than 64 mappings are being invalidatedkmacy2006-12-251-1/+1
* reduce padding to compensate for recent change to sys/pcpu.h (tinderbox fix)kmacy2006-12-201-1/+1
* add declaration for new helper functionkmacy2006-12-181-0/+2
* GC unused fields in pcpukmacy2006-12-171-4/+1
* change PTL trap type name to assist in tracking down prablems in tl1_trapkmacy2006-12-161-0/+4
* make size of pad non-zero so that trap-tracing code doesn't overwrite thekmacy2006-12-111-1/+1
* - separate out rounding memory ranges to 4M boundaries from OFW memory alloca...kmacy2006-12-041-1/+2
* - Explicitly name the fields in pcb that we use to store trap state for laterkmacy2006-11-291-1/+6
* Declare hypervisor system initiated reset functionkmacy2006-11-261-0/+1
* add interrupt cookie hypervisor functionskmacy2006-11-262-1/+22
* - implement remaining pci functionskmacy2006-11-242-13/+29
* Implement mmu functions and cpu_mondo_sendkmacy2006-11-242-3/+9
* comment all remaining documented hypervisor functions except for msikmacy2006-11-241-1/+1
* document and comment all functions outside of MMU and MSI serviceskmacy2006-11-241-1/+1
* - Comment most of the remaining hypercalls in hcall.Skmacy2006-11-243-13/+45
OpenPOWER on IntegriCloud