summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB asmarius2009-03-191-1/+1
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-4/+2
* - Use the generally more appropriate PROM base rather than themarius2009-02-111-1/+1
* Adjust the padding of struct pcpu to r187357.marius2009-01-181-1/+7
* Missed the sun4v update to ofw_machdep.h in the OFW modularization commit.nwhitehorn2008-12-201-1/+6
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-151-53/+0
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-281-1/+0
* Work around Cheetah+ erratum 34 (USIII+ erratum #10) by relocatingmarius2008-09-101-0/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-2/+3
* - Reimplement {d,i}tlb_enter() and {d,i}tlb_va_to_pa() in C. There'smarius2008-08-071-0/+4
* Given that sun4u uses sparc64/sparc64/in_cksum.c, use the sparc64marius2008-06-251-164/+2
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-251-1/+0
* Remove an header which is unused for sun4v.marius2008-05-021-65/+0
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-2/+2
* Remove two variables which are handled MI now.phk2008-03-261-3/+0
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-2/+0
* Remove old sysctl stuff which is long gone in other arch's.phk2008-03-261-21/+0
* Oops. Use atomic_add_long() for atomic_fetchadd_long() (not atomic_add_int())pjd2008-03-191-2/+1
* Implement atomic_fetchadd_long() for all architectures and document it.pjd2008-03-161-0/+2
OpenPOWER on IntegriCloud