summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
* 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
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-2/+37
* Reorganize syscall entry and leave handling.kib2010-05-232-106/+63
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-161-1/+13
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-3/+11
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-302-2/+8
* MFamd64/i386 r207205alc2010-04-291-11/+4
* 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
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-0/+11
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-0/+1
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-3/+3
* Remove COMPAT_43TTY from stock kernel configuration files.ed2010-03-131-1/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Adjust style (following the already existing rules) for the newlyattilio2010-02-151-1/+1
* - Assert that HEAPSZ is a multiple of PAGE_SIZE as at least the firmwaremarius2010-02-134-0/+28
* Add the options DEADLKRES (introducing the deadlock resolver thread) inattilio2010-02-101-0/+1
* Merge r178860 from sparc64:marius2010-02-011-81/+90
* Merge r177565 from sparc64:marius2010-02-012-14/+13
* Merge r157224 from sparc64:marius2010-02-011-4/+4
* Add INCLUDE_CONFIG_FILE in GENERIC on all non-embedded platforms.imp2010-01-101-1/+1
OpenPOWER on IntegriCloud