]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sun4v
Use -M and -N for core and kernel image respectively.
[FreeBSD/FreeBSD.git] / sys / sun4v /
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-15 simonThis commit was generated by cvs2svn to compensate...
2007-03-11 mpThis commit was generated by cvs2svn to compensate...
2007-03-11 alcPush down the implementation of PCPU_LAZY_INC() into...
2007-02-23 pisoo break newbus api: add a new argument of type driver_f...
2007-02-09 brooksInclude GEOM_LABEL in GENERIC. It's very useful and...
2007-02-07 marcelEvolve the ctlreq interface added to geom_gpt into...
2007-02-02 kmacyAdd support for IPI_PREEMPT in order to enable use...
2007-02-02 kmacymatch against both dirty and writeable for marking...
2007-01-30 ruMFsparc64: Add .cvsignore file here too.
2007-01-29 dougbThis commit was generated by cvs2svn to compensate...
2007-01-20 rafanThis commit was generated by cvs2svn to compensate...
2007-01-19 mariusConvert the remainder of the low hanging fruits regardi...
2007-01-18 marius- Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides...
2007-01-18 mariusRemove the compat shims for the ISA old-stlye in{b...
2007-01-12 impRemove 3rd clause, renumber, ok per email
2007-01-03 dasThis commit was generated by cvs2svn to compensate...
2006-12-31 acheThis commit was generated by cvs2svn to compensate...
2006-12-31 csjpInvert the logic inside of two KASSERTS which resulted...
2006-12-25 delphijFix build
2006-12-25 ruThis commit was generated by cvs2svn to compensate...
2006-12-25 kmacy- add ranged shootdowns when fewer than 64 mappings...
2006-12-24 kmacy- remove all calls to sched_pin and sched_unpin as...
2006-12-24 kmacyDon't count on the first phys_avail range being greater...
2006-12-24 kmacy- resizing the tte_hash in pmap_copy is not likely...
2006-12-20 kmacyreduce padding to compensate for recent change to sys...
2006-12-18 kmacyremove unneeded operations in tsb_set_tte_real - the...
2006-12-18 kmacyadd declaration for new helper function
2006-12-18 kmacyadd helper function for finding a virtual device node...
2006-12-18 kmacypush trap conversion up into tl1_trap to further simpli...
2006-12-18 kmacySimplify spill/fill fault handling by updating tl1_trap...
2006-12-17 kmacyremove TRAP_TRACING code that wasn't getting used
2006-12-17 kmacyGC unused fields in pcpu
2006-12-17 kmacyreplace PCPU_GET(cpuid) with curcpu and PCPU_GET(curthr...
2006-12-17 kmacyeliminate use of curpmap except where protected by...
2006-12-17 kmacymake unmap_perm_addr conform to declaration
2006-12-17 kmacyeliminate extra branches by making better use of branch...
2006-12-17 kmacy- Remove PCPU references by passing field as a referenc...
2006-12-16 kmacyProtect consistency of all internal functions in tte_ha...
2006-12-16 kmacytte_hash_resize implicitly expects to be protected...
2006-12-16 kmacychange PTL trap type name to assist in tracking down...
2006-12-16 kmacy- KASSERT takes two arguments
2006-12-16 kmacy- make better use of branch delay slots in exception.S
2006-12-16 kmacy- make intent behind skip check clearer
2006-12-16 kmacydon't return directly to copyin and friends when we...
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-12 kmacyworkaround kernel malloc's brittleness
2006-12-12 kmacy- provide a more informative panic if mdesc_update...
2006-12-12 kmacy- remove vestigial reference to mra[i]
2006-12-11 kmacymake size of pad non-zero so that trap-tracing code...
2006-12-10 kmacyKTR entry contained invalid context reference - ifdef out
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-10 kmacyremove more uses of trap_conversion to get more meaning...
2006-12-10 kmacybetter handle the case of hw.physmemstart being hw...
2006-12-10 kmacyAdd hw.physmemstart loader variable to enable the user...
2006-12-09 kmacyFix handling of the hw.physmem loader variable use...
2006-12-09 kmacy- remove restriction on OFW kernel allocations being 4M
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-07 kmacyfix CID 1671 by freeing listp before exit from vnex_attach
2006-12-07 kmacyfix CID 1670 by freeing pointer listp before returning
2006-12-07 kmacyfix CID 1672 by initializing variable clock
2006-12-07 kmacyFix CID 1669 by removing dead sf_buf code
2006-12-06 julianThreading cleanup.. part 2 of several.
2006-12-04 kmacy- separate out rounding memory ranges to 4M boundaries...
2006-12-04 kmacyrecent changes have caused TRAP_TRACING to induce corru...
2006-11-30 jbTurn console printf buffering into a kernel option...
2006-11-29 kmacy- add separate variable for enabling printing of ranges
2006-11-29 kmacy- Explicitly name the fields in pcb that we use to...
2006-11-29 kmacyWe no longer need to remap hardware trap numbers to...
2006-11-27 kmacyre-enable tte hash resize, corruption was caused by...
2006-11-27 kmacytte hash resizing may be causing errors when building...
2006-11-26 kmacyDeclare hypervisor system initiated reset function
2006-11-26 kmacyFix "shutdown -r" and "shutdown -h"
2006-11-26 kmacy- remove dead code
2006-11-26 kmacyadd interrupt cookie hypervisor functions
2006-11-25 kmacyThe mountroot prompt will drop into ddb if we don't...
2006-11-24 csjpMake sure we do not sleep while locks are held. Change...
2006-11-24 kmacykernel will not compile without genclock, thus move...
2006-11-24 kmacy- implement remaining pci functions
2006-11-24 kmacyImplement mmu functions and cpu_mondo_send
2006-11-24 kmacycomment all remaining documented hypervisor functions...
2006-11-24 kmacydocument and comment all functions outside of MMU and...
2006-11-24 kmacy- Comment most of the remaining hypercalls in hcall.S
2006-11-24 kmacyadd comments for cpu configuration hypervisor calls
2006-11-24 kmacymove CDDL licensed machine description support routine...
2006-11-23 kmacyAdd in initial clean room implementation of hypervisor...
2006-11-23 kmacyRemove system critical files with CDDL origin
2006-11-23 kmacyseparate out legitimately CDDL code - optimized routine...
2006-11-23 kmacyAdd watchdog support
2006-11-23 kmacyAdd in missing hypercall numbers
2006-11-23 kmacyre-name misnamed single character console interfaces
2006-11-23 kmacyAdd hypervisor interfaces for logical domain channels...
2006-11-23 kmacyIn contrast to the non-obvious and flexible nature...
2006-11-22 kmacyIntegrate, but do not enable support for dynamically...
2006-11-22 kmacypmap_track_modified has been removed from other archite...
2006-11-22 kmacyreduce whining from LINT by removing another GPL sound...
2006-11-22 kmacyadd support for resizing the the tte_hash of multi...
2006-11-22 kmacyremove unused field from pcpu structure
2006-11-22 kmacyremove dead code from tsb.c
next