aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Break out the ath PCI logic into a separate device/module.Adrian Chadd2011-03-311-1/+2
* Allocate memory for a DMA method table only in case we need to overrideMarius Strobl2011-03-292-9/+18
* - A closer inspection of the OpenSolaris code indicates that the DMAMarius Strobl2011-03-262-158/+52
* - Merge the *_SET macros from fire(4) which generally print out theMarius Strobl2011-03-266-257/+308
* - Make a panic message better reflect the actual problem.Marius Strobl2011-03-191-13/+15
* On Serengeti-class machines the OFW root isn't the parent of the CPUMarius Strobl2011-03-191-2/+2
* In case reading PCIR_MINGNT fails don't use it for calculating theMarius Strobl2011-03-191-1/+1
* Remove the advertising clause from the UCB license according to theMarius Strobl2011-03-135-20/+0
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingMarius Strobl2011-03-1222-199/+213
* - Add support for TLS relocations.Marius Strobl2011-03-111-8/+62
* - Remove clause 3 and 4 from TNF licenses. [1]Marius Strobl2011-03-111-43/+33
* Revert the binutils workaround committed in r219340, the underlyingMarius Strobl2011-03-111-8/+1
* Mostly revert r219468, as I had misremembered the C standard regardingMatthew D Fleming2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying theMatthew D Fleming2011-03-101-1/+1
* Add a small change to the comment in the GENRIC config files that include udbpJulian Elischer2011-03-091-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-0/+1
* - With the addition of TLS support binutils started to make the addendMarius Strobl2011-03-061-1/+11
* - Consistently abbreviate the names of the relocations.Marius Strobl2011-03-061-14/+14
* Resurrect ofw_pci_if.m from r178578.Marius Strobl2011-02-211-0/+53
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-213-3/+3
* Remove pmap fields that are either unused or not fully implemented.Alan Cox2011-02-171-2/+0
* Set td_kstack_pages for thread0.Marius Strobl2011-02-081-0/+1
* Take advantage of accessing the kernel TSB via ASI_ATOMIC_QUAD_LDD_PHYSMarius Strobl2011-02-081-1/+2
* Put the general logic for being a CPU hog into a new functionMatthew D Fleming2011-02-021-2/+1
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.Sergey Kandaurov2011-01-212-4/+2
* For architectures not using direct map , and requiring real KVA page forKonstantin Belousov2011-01-181-1/+1
* Remove empty dev_mem_md_init() stubs.Jung-uk Kim2011-01-171-6/+0
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().Jung-uk Kim2011-01-171-1/+4
* In order to save instructions the MMU trap handlers assumed that the kernelMarius Strobl2011-01-172-34/+72
* Remove unneeded includes of <sys/linker_set.h>. Other headers that useJohn Baldwin2011-01-114-4/+0
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.Konstantin Belousov2011-01-091-11/+0
* Fix the value for DECIMAL_DIG on UltraSparcs. The previous value ofDavid Schultz2011-01-091-1/+1
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thanTijl Coosemans2011-01-081-2/+2
* Fix types of some values in machine/_limits.h.Tijl Coosemans2011-01-081-9/+7
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about theKonstantin Belousov2011-01-071-1/+2
* Remove an unused variable accidentally added in r216803.Marius Strobl2011-01-061-1/+0
* Inherit the APB and the generic OFW PCI-PCI bridge driver from the genericMarius Strobl2011-01-042-38/+5
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended forMarius Strobl2011-01-046-10/+12
* Extend the section in which interrupts are disabled in the TLB demapMarius Strobl2011-01-021-6/+6
* On UltraSPARC-III+ and greater take advantage of ASI_ATOMIC_QUAD_LDD_PHYS,Marius Strobl2010-12-297-112/+294
* - Move the macros for generating load and store instructions to asmacros.hMarius Strobl2010-12-292-24/+24
* Rename the "xor" parameter to "xorval" as the former is a reserved keywordMarius Strobl2010-12-291-13/+13
* Extend the hack of r182730 to trick GAS/GCC into compiling access toMarius Strobl2010-12-212-4/+6
* Revert r216080 so kmem_map is capped at 3/5 of the currently rather modestMarius Strobl2010-12-211-1/+2
* Revert r216134. This checkin broke platforms where bus_space are macros:Rebecca Cran2010-12-031-59/+56
* Disallow passing in a count of zero bytes to the bus_space(9) functions.Rebecca Cran2010-12-021-56/+59
* Change VM_KMEM_SIZE_MAX to be just (VM_MAX_KERNEL_ADDRESS - VM_MIN_KERNEL_ADD...Max Khon2010-11-301-2/+1
* Define VM_KMEM_SIZE_MAX on sparc64. Otherwise kernel built withMax Khon2010-11-281-0/+8
* Convert drivers somehow missed in r200874 to multipass probing.Marius Strobl2010-11-152-2/+4
* Enable reservation-based physical memory allocation. Even without theAlan Cox2010-11-101-2/+9