summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
* workaround kernel malloc's brittlenesskmacy2006-12-121-1/+8
* - provide a more informative panic if mdesc_update() failskmacy2006-12-121-7/+10
* - remove vestigial reference to mra[i]kmacy2006-12-121-17/+33
* make size of pad non-zero so that trap-tracing code doesn't overwrite thekmacy2006-12-111-1/+1
* KTR entry contained invalid context reference - ifdef outkmacy2006-12-101-1/+2
* remove more uses of trap_conversion to get more meaningful trap messageskmacy2006-12-101-11/+14
* better handle the case of hw.physmemstart being hw.physmem not being set,kmacy2006-12-101-1/+2
* Add hw.physmemstart loader variable to enable the user to specify the addresskmacy2006-12-101-11/+20
* Fix handling of the hw.physmem loader variable use real_phys_avail[] whichkmacy2006-12-091-34/+29
* - 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
OpenPOWER on IntegriCloud