summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Allocate memory for a DMA method table only in case we need to overridemarius2011-03-292-9/+18
* - A closer inspection of the OpenSolaris code indicates that the DMAmarius2011-03-262-158/+52
* - Merge the *_SET macros from fire(4) which generally print out themarius2011-03-266-257/+308
* - Make a panic message better reflect the actual problem.marius2011-03-191-13/+15
* On Serengeti-class machines the OFW root isn't the parent of the CPUmarius2011-03-191-2/+2
* In case reading PCIR_MINGNT fails don't use it for calculating themarius2011-03-191-1/+1
* Remove the advertising clause from the UCB license according to themarius2011-03-135-20/+0
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingmarius2011-03-1222-199/+213
* - Add support for TLS relocations.marius2011-03-111-8/+62
* - Remove clause 3 and 4 from TNF licenses. [1]marius2011-03-111-43/+33
* Revert the binutils workaround committed in r219340, the underlyingmarius2011-03-111-8/+1
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Add a small change to the comment in the GENRIC config files that include udbpjulian2011-03-091-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-0/+1
* - With the addition of TLS support binutils started to make the addendmarius2011-03-061-1/+11
* - Consistently abbreviate the names of the relocations.marius2011-03-061-14/+14
* Resurrect ofw_pci_if.m from r178578.marius2011-02-211-0/+53
* Fix typos - remove duplicate "the".brucec2011-02-213-3/+3
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* Set td_kstack_pages for thread0.marius2011-02-081-0/+1
* Take advantage of accessing the kernel TSB via ASI_ATOMIC_QUAD_LDD_PHYSmarius2011-02-081-1/+2
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+1
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-212-4/+2
* For architectures not using direct map , and requiring real KVA page forkib2011-01-181-1/+1
* Remove empty dev_mem_md_init() stubs.jkim2011-01-171-6/+0
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+4
* In order to save instructions the MMU trap handlers assumed that the kernelmarius2011-01-172-34/+72
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-114-4/+0
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-11/+0
* Fix the value for DECIMAL_DIG on UltraSparcs. The previous value ofdas2011-01-091-1/+1
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-081-2/+2
* Fix types of some values in machine/_limits.h.tijl2011-01-081-9/+7
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-071-1/+2
* Remove an unused variable accidentally added in r216803.marius2011-01-061-1/+0
* Inherit the APB and the generic OFW PCI-PCI bridge driver from the genericmarius2011-01-042-38/+5
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended formarius2011-01-046-10/+12
* Extend the section in which interrupts are disabled in the TLB demapmarius2011-01-021-6/+6
* On UltraSPARC-III+ and greater take advantage of ASI_ATOMIC_QUAD_LDD_PHYS,marius2010-12-297-112/+294
* - Move the macros for generating load and store instructions to asmacros.hmarius2010-12-292-24/+24
* Rename the "xor" parameter to "xorval" as the former is a reserved keywordmarius2010-12-291-13/+13
* Extend the hack of r182730 to trick GAS/GCC into compiling access tomarius2010-12-212-4/+6
* Revert r216080 so kmem_map is capped at 3/5 of the currently rather modestmarius2010-12-211-1/+2
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-59/+56
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-56/+59
* Change VM_KMEM_SIZE_MAX to be just (VM_MAX_KERNEL_ADDRESS - VM_MIN_KERNEL_ADD...fjoe2010-11-301-2/+1
* Define VM_KMEM_SIZE_MAX on sparc64. Otherwise kernel built withfjoe2010-11-281-0/+8
* Convert drivers somehow missed in r200874 to multipass probing.marius2010-11-152-2/+4
* Enable reservation-based physical memory allocation. Even without thealc2010-11-101-2/+9
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-32/+0
OpenPOWER on IntegriCloud