summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add in initial clean room implementation of hypervisor interfaceskmacy2006-11-232-129/+273
* Remove system critical files with CDDL originkmacy2006-11-231-157/+0
* Add watchdog supportkmacy2006-11-231-0/+1
* Add in missing hypercall numberskmacy2006-11-231-4/+35
* re-name misnamed single character console interfaceskmacy2006-11-232-2/+7
* Add hypervisor interfaces for logical domain channels from the hypervisor API...kmacy2006-11-232-31/+27
* In contrast to the non-obvious and flexible nature of the optimized bcopy in ...kmacy2006-11-231-1/+0
* Integrate, but do not enable support for dynamically resizing TSBskmacy2006-11-222-1/+7
* pmap_track_modified has been removed from other architectures -kmacy2006-11-221-9/+0
* add support for resizing the the tte_hash of multi-threaded processeskmacy2006-11-221-1/+1
* remove unused field from pcpu structurekmacy2006-11-221-2/+1
* remove dead code from tsb.ckmacy2006-11-221-1/+6
* move contiguous allocation and free routines from tte_hash.c into pmap.ckmacy2006-11-221-0/+2
* Add tte_hash and tsb update handlers for handling tte_hash and tsbkmacy2006-11-221-6/+2
* Add mechanism to track TSB misses in tsb miss handlerkmacy2006-11-221-0/+2
* remove unused fieldskmacy2006-11-181-3/+1
* remove 13 (largely) redundant files and switch to the sparc64/sparc64 versionkmacy2006-11-181-0/+8
* Resize the hash table upwards if the number of collision entries is greater t...kmacy2006-11-161-2/+2
* Heavily re-factor tte_hash to remove redundant codekmacy2006-11-151-0/+3
* add trap tracing to cpu mondo handler and tsb miss handlerkmacy2006-11-151-0/+31
* Fix a comment.ru2006-11-131-1/+1
* MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profilekmacy2006-11-111-0/+3
* - map hardware trap numbers to those used by by sparc64 for inter-compatibilitykmacy2006-11-032-83/+87
* The relocation definitions are now defined in the machine independentjb2006-11-031-84/+0
* Add a low level function to write a string to the hypervisorjb2006-11-031-0/+1
* Spaces to tabs. (I shouldn't copy and paste from diff output to a terminal)jb2006-11-011-1/+1
OpenPOWER on IntegriCloud