aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Remove <machine/mutex.h>. Most of the headers were empty, and theJohn Baldwin2010-11-091-32/+0
* Implement pmap_is_prefaultable().Marius Strobl2010-11-061-1/+5
* Adjust the order of operations in spinlock_enter() and spinlock_exit() toJohn Baldwin2010-11-051-3/+6
* - When resetting pm_active and pm_context of a pmap in pmap_pinit() weMarius Strobl2010-10-291-4/+7
* - Given that in one-shot mode tick_et_start() also is called frequentlyMarius Strobl2010-10-251-113/+103
* - Wrap exchanging td_intr_frame and calling the event timer callback inMarius Strobl2010-10-193-17/+19
* - In oneshot-mode it doesn't make sense to try to compensate the clockMarius Strobl2010-10-171-45/+41
* Explicitly lower the PIL to 0 as part of enabling interrupts, similar toMarius Strobl2010-10-141-0/+1
* - In the spirit of r212559 add a comment describing what will eventuallyMarius Strobl2010-10-141-1/+11
* In the replacement text of the __bswapN_const() macros cast the argumentMarius Strobl2010-10-081-12/+14
* Fix bogus error message from bus_dmamem_alloc() about incorrect alignment.Neel Natu2010-09-291-1/+1
* minor simplifications and cosmeticsMarius Strobl2010-09-241-10/+6
* Now userland POSIX semaphore is based on umtx. The kernel moduleDavid Xu2010-09-241-1/+0