summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* Predict KASSERTs to be true.marius2010-02-131-1/+1
* - Add the 'cmp' and 'core' pseudo-busses which are used to group CPU coresmarius2010-02-131-38/+14
* Resurrect nexusvar.h from r167307.marius2010-02-131-0/+58
* - Search the whole OFW device tree instead of only the children of themarius2010-02-133-16/+7
* - Assert that HEAPSZ is a multiple of PAGE_SIZE as at least the firmwaremarius2010-02-134-6/+132
* Merge from amd64/i386:marius2009-12-241-0/+1
* - Add support for the IOMMUs of Fire JBus to PCIe and Oberon Uranusmarius2009-12-232-26/+61
* Fix whitespace according to style(9).marius2009-12-231-29/+29
* - Add macros for the states of the interrupt clear registers.marius2009-12-221-2/+6
* Make these constants unsigned which is more appropriate.marius2009-12-221-9/+9
* Extract the code that records syscall results in the frame into MDkib2009-11-101-1/+2
* Sync with the other archs and wrapper the prototype of in_cksum_skip(9)marius2009-10-261-0/+2
* Change the load base to below 2GB so PIE binaries work including whenmarius2009-10-181-1/+1
* Define architectural load bases for PIE binaries. Addresses were selectedkib2009-10-101-0/+2
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-082-18/+49
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-131-0/+1
* Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0marius2009-07-211-0/+2
* Add support to the virtual memory system for configuring machine-alc2009-07-122-2/+5
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* - Work around the broken loader behavior of not demapping no longermarius2009-06-281-3/+1
* Correct the #endif comment.alc2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+35
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+2
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-3/+1
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB asmarius2009-03-191-1/+1
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-4/+2
* Improve r185008 so the streaming cache is only flushed whenmarius2009-02-101-3/+4
* - Use the generally more appropriate PROM base rather than themarius2009-02-101-1/+1
* - Currently the PMAP code is laid out to let the kernel TSB cover themarius2009-01-011-0/+2
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-201-1/+6
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-53/+0
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* Use the interrupt level right below PIL_FAST for executing interruptmarius2008-11-191-1/+2
* - Allow the front-end to specify that iommu(4) should disablemarius2008-11-162-7/+11
* Use the STICK timers only when absolutely necessary, i.e. if a machinemarius2008-09-201-0/+2
* - Newer firmware versions no longer provide SUNW,stop-self so justmarius2008-09-181-6/+38
* For cheetah-class CPUs ensure that the dt512_0 is set to hold 8k pagesmarius2008-09-082-2/+30
* Use the PROM provided SUNW,set-trap-table to take over the trapmarius2008-09-041-0/+1
* Flesh out MMU and cache handling of cheetah-class CPUs.marius2008-09-042-0/+67
* The physical address space of cheetah-class CPUs has been extendedmarius2008-09-041-4/+7
* - USIII-based machines can consist of CPUs running at differentmarius2008-09-036-7/+25
* - USIII-based machines can consist of CPUs having different cachemarius2008-09-022-13/+5
* Update the comment regarding the workaround for the BlackBirdmarius2008-08-231-3/+5
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-2/+2
* cosmetic changes and style fixesmarius2008-08-134-24/+25
* Assume OpenSolaris knows better and use their value for VM_MAX_PROM_ADDRESS.marius2008-08-121-1/+1
OpenPOWER on IntegriCloud