summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
* - remove dead codekmacy2006-11-261-19/+10
* add interrupt cookie hypervisor functionskmacy2006-11-263-1/+167
* The mountroot prompt will drop into ddb if we don't recognize error codes fromkmacy2006-11-251-1/+15
* Make sure we do not sleep while locks are held. Change the malloc(9)csjp2006-11-241-1/+1
* kernel will not compile without genclock, thus move to DEFAULTSkmacy2006-11-242-1/+1
* - implement remaining pci functionskmacy2006-11-245-29/+78
* Implement mmu functions and cpu_mondo_sendkmacy2006-11-246-8/+75
* comment all remaining documented hypervisor functions except for msikmacy2006-11-242-4/+182
* document and comment all functions outside of MMU and MSI serviceskmacy2006-11-242-9/+374
* - Comment most of the remaining hypercalls in hcall.Skmacy2006-11-2418-132/+444
* add comments for cpu configuration hypervisor callskmacy2006-11-241-1/+90
* move CDDL licensed machine description support routine files to cddl directorykmacy2006-11-2413-1/+1
* Add in initial clean room implementation of hypervisor interfaceskmacy2006-11-234-156/+991
* Remove system critical files with CDDL originkmacy2006-11-232-1426/+0
* separate out legitimately CDDL code - optimized routines taken fromkmacy2006-11-231-0/+0
* Add watchdog supportkmacy2006-11-232-3/+24
* Add in missing hypercall numberskmacy2006-11-231-4/+35
* re-name misnamed single character console interfaceskmacy2006-11-235-6/+60
* Add hypervisor interfaces for logical domain channels from the hypervisor API...kmacy2006-11-233-36/+185
* In contrast to the non-obvious and flexible nature of the optimized bcopy in ...kmacy2006-11-235-1029/+642
* Integrate, but do not enable support for dynamically resizing TSBskmacy2006-11-224-1/+114
* pmap_track_modified has been removed from other architectures -kmacy2006-11-223-33/+11
* reduce whining from LINT by removing another GPL sound driverkmacy2006-11-221-0/+1
* add support for resizing the the tte_hash of multi-threaded processeskmacy2006-11-223-17/+25
* remove unused field from pcpu structurekmacy2006-11-221-2/+1
* remove dead code from tsb.ckmacy2006-11-224-68/+29
* move contiguous allocation and free routines from tte_hash.c into pmap.ckmacy2006-11-223-41/+43
* Add tte_hash and tsb update handlers for handling tte_hash and tsbkmacy2006-11-222-9/+56
* Add mechanism to track TSB misses in tsb miss handlerkmacy2006-11-222-41/+51
* remove unused fieldskmacy2006-11-181-3/+1
* eeprom has been removed from sun4v - remove from NOTESkmacy2006-11-181-1/+1
* Remove two completely unused fileskmacy2006-11-182-1350/+0
* Remove two more duplicated fileskmacy2006-11-182-1141/+0
* remove 13 (largely) redundant files and switch to the sparc64/sparc64 versionkmacy2006-11-1814-2099/+8
* Resize the hash table upwards if the number of collision entries is greater t...kmacy2006-11-163-62/+118
* Heavily re-factor tte_hash to remove redundant codekmacy2006-11-152-56/+183
* add trap trace to tl1 trapkmacy2006-11-151-0/+9
* add trap tracing to dev_mondokmacy2006-11-151-0/+10
* add trap tracing to cpu mondo handler and tsb miss handlerkmacy2006-11-153-3/+49
* Fix a comment.ru2006-11-131-1/+1
* Enable syscall auditing for sun4v the arch by implementing thecsjp2006-11-131-0/+4
* Add time-of-day support to sun4vkmacy2006-11-131-120/+35
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-1/+3
* Support up to 4 nucleus mappings to workaround issue hit by jb@ when bootedkmacy2006-11-121-14/+13
* MUTEX_PROFILING has been generalized to LOCK_PROFILING. We now profilekmacy2006-11-111-0/+3
* Enable ata and atapicd now those work on sun4v.jb2006-11-091-2/+2
* move panic_bad_hcall to its use site in support.S in attempt to un-break thekmacy2006-11-082-24/+27
* Fix for ithread interrupt handling. Don't reset the interrupt vector untilkmacy2006-11-082-38/+75
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* Remove the KDTRACE option again because of the complaints about havingjb2006-11-041-3/+0
OpenPOWER on IntegriCloud