summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/include
Commit message (Expand)AuthorAgeFilesLines
* Remove actual files supporting sun4v.attilio2011-05-1496-9928/+0
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* Correct spelling in comments.marius2011-04-221-1/+1
* MF sparc64: r181701 (partial), r182020 (partial), r182730 (partial), r216628,marius2011-04-221-31/+25
* 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-125-26/+30
* 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
* 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
* Fix a few more places to use cpumask_t rather than 'u_int'. These arejhb2010-11-112-9/+8
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-32/+0
* Just use the sparc64 version of this header rather than duplicating it.marius2010-10-081-117/+2
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-132-3/+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-111-2/+2
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-061-1/+2
* Adapt sparc64 and sun4v timer code for the new event timers infrastructure.mav2010-07-295-4/+7
* Very rough first cut at NUMA support for the physical page allocator. Forjhb2010-07-271-0/+7
* KTR_CTx are long time aliased by existing classes so they can't serveattilio2010-07-211-1/+1
* Allocate proper ammount of memory for interrupt names on sparc64 andmav2010-07-161-1/+0
* Reorganize syscall entry and leave handling.kib2010-05-231-0/+12
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-1/+1
* Add OF_getscsinitid(), a helper similar to OF_getetheraddr() but formarius2010-04-261-0/+1
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* - Assert that HEAPSZ is a multiple of PAGE_SIZE as at least the firmwaremarius2010-02-134-0/+28
* Merge r178860 from sparc64:marius2010-02-011-81/+90
* Merge r177565 from sparc64:marius2010-02-011-2/+2
* Merge r157224 from sparc64:marius2010-02-011-4/+4
* 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-20/+49
* * Completely Remove the option STOP_NMI from the kernel. This optionattilio2009-08-131-0/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-122-2/+4
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* 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
* Adjust the padding of struct pcpu to r193219.marius2009-06-031-2/+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
OpenPOWER on IntegriCloud