summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
* Remove actual files supporting sun4v.attilio2011-05-14158-32685/+0
* Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-2/+2
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAmav2011-04-241-7/+1
* Correct spelling in comments.marius2011-04-222-2/+2
* 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-134-16/+0
* Sync licenses and the corresponding RCS IDs with NetBSD, mainly switchingmarius2011-03-127-92/+47
* 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
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* 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
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+4
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-113-3/+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
* 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-113-10/+9
* - Remove <machine/mutex.h>. Most of the headers were empty, and thejhb2010-11-091-32/+0
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-6/+7
* Just use the sparc64 version of this header rather than duplicating it.marius2010-10-081-117/+2
* Follow r213098, kernel POSIX semaphore module is no longerdavidxu2010-09-261-1/+0
* Sync with other platforms:marius2010-09-151-9/+17
* Remove a KASSERT which will also trigger for perfectly valid combinationsmarius2010-09-141-3/+0
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-134-14/+12
* bus_add_child: change type of order parameter to u_intavg2010-09-102-2/+2
* Remove unused KTRACE includes.jhb2010-08-191-5/+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-113-4/+4
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-062-5/+28
* Adapt sparc64 and sun4v timer code for the new event timers infrastructure.mav2010-07-299-56/+109
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-281-0/+1
* 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-162-2/+1
* Add a missing architecture declaration to the machine specificationnwhitehorn2010-07-131-1/+1
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Missed change to sun4v while adding iparent lookup to the OFW interruptnwhitehorn2010-06-181-1/+1
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-111-1/+2
* Reduce the scope of the page queues lock and the number ofalc2010-06-101-11/+13
* Merge portions of r208645 and supporting code from the i386 pmap:alc2010-06-011-13/+56
* Eliminate a stale comment.alc2010-05-311-4/+0
* Simplify the inner loop of get_pv_entry(): While iterating over the page'salc2010-05-301-2/+2
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-1/+9
OpenPOWER on IntegriCloud