summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* - pmap_cache_remove() and pmap_protect_tte() are only used within pmap.cmarius2011-07-051-3/+0
* - For Cheetah- and Zeus-class CPUs don't flush all unlocked entries frommarius2011-07-023-5/+20
* Fix whitespacemarius2011-06-211-5/+5
* On machines where we don't need to lock the kernel TSB into the dTLB andmarius2011-06-212-2/+2
* Don't include curcpu in the mask which is used as the IPI cookie as wemarius2011-06-151-12/+16
* Adapt CATR() to r222813. This is somewhat tricky as we can't afford usingmarius2011-06-071-16/+28
* Fix KTR_CPUMASK in order to accept a string representing a cpuset_t.attilio2011-05-311-0/+2
* Revert a change that crept in during MFC.attilio2011-05-311-2/+0
* MFCattilio2011-05-311-0/+2
|\
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+7
* | Revert a patch that unvolountary sneaked in while I was MFCing.attilio2011-05-231-2/+0
* | MFCattilio2011-05-231-0/+2
* | MFCattilio2011-05-131-0/+7
* | MFCattilio2011-05-121-0/+11
|\ \ | |/
| * Add an ATOMIC_CLEAR_LONG.marius2011-05-101-0/+11
* | The ita_mask should include curcpu but the cpuset passed to cpu_ipi_selected()marius2011-05-111-3/+3
* | Add sparc64 support.attilio2011-05-063-20/+31
|/
* Correct spelling in comments.marius2011-04-221-1/+1
* Remove the advertising clause from the UCB license according to themarius2011-03-132-8/+0
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingmarius2011-03-126-29/+31
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+4
* 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
* Reserve INTR_MD[1-4] similarly to what BUS_DMA_BUS[1-4] are intended formarius2011-01-041-1/+3
* On UltraSPARC-III+ and greater take advantage of ASI_ATOMIC_QUAD_LDD_PHYS,marius2010-12-292-6/+8
* - Move the macros for generating load and store instructions to asmacros.hmarius2010-12-291-1/+14
* 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-211-2/+4
* 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
* 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
* - Wrap exchanging td_intr_frame and calling the event timer callback inmarius2010-10-191-1/+1
* In the replacement text of the __bswapN_const() macros cast the argumentmarius2010-10-081-12/+14
* Add a VIS-based block copy function for SPARC64 V and later, whichmarius2010-09-151-0/+2
* Add macros for alternate entry points.marius2010-09-151-1/+8
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-132-2/+0
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-171-1/+7
* Update various places that store or manipulate CPU masks to use cpumask_tjhb2010-08-112-8/+8
* - As it is not possible for sched_bind(9) to context switch withmarius2010-08-081-0/+33
* - Introduce a cpu_ipi_single() function pointer in order to send IPIsmarius2010-08-081-6/+5
* For CPUs which ignore TD_CV and support hardware unaliasing don'tmarius2010-08-081-1/+3
OpenPOWER on IntegriCloud