summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
...
* - remove restriction on OFW kernel allocations being 4Mkmacy2006-12-091-54/+99
* fix CID 1671 by freeing listp before exit from vnex_attachkmacy2006-12-071-1/+2
* fix CID 1670 by freeing pointer listp before returningkmacy2006-12-071-0/+1
* fix CID 1672 by initializing variable clockkmacy2006-12-071-1/+1
* Fix CID 1669 by removing dead sf_buf codekmacy2006-12-071-6/+0
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* - separate out rounding memory ranges to 4M boundaries from OFW memory alloca...kmacy2006-12-043-46/+73
* recent changes have caused TRAP_TRACING to induce corruptionkmacy2006-12-041-2/+2
* Turn console printf buffering into a kernel option and only onjb2006-11-301-0/+1
* - add separate variable for enabling printing of rangeskmacy2006-11-291-13/+17
* - Explicitly name the fields in pcb that we use to store trap state for laterkmacy2006-11-292-15/+24
* We no longer need to remap hardware trap numbers to sparc64 trap numberskmacy2006-11-291-5/+6
* re-enable tte hash resize, corruption was caused by a missing htole32 in mpt_...kmacy2006-11-271-2/+0
* tte hash resizing may be causing errors when building - disable for nowkmacy2006-11-271-0/+2
* Declare hypervisor system initiated reset functionkmacy2006-11-261-0/+1
* Fix "shutdown -r" and "shutdown -h"kmacy2006-11-263-6/+2
* - 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
OpenPOWER on IntegriCloud