summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
Commit message (Expand)AuthorAgeFilesLines
* 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
* In sys/<arch>/conf/Makefile set TARGET to <arch>. That allowsbz2010-01-081-0/+2
* Revert 200594. This file isn't intended for these sorts of things.imp2010-01-041-7/+0
* Add vlan(4) to all GENERIC kernels.brooks2010-01-031-0/+1
* Hook ebus(4) and isa(4) up to the sun4v LINT build in order tomarius2009-12-231-1/+1
* - Remove devices which are/were only relevant for sun4u.marius2009-12-231-19/+0
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsodougb2009-12-161-0/+7
* Add additional checks of the kernel stack addresses in order tomarius2009-12-081-3/+11
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-6/+3
* Extract the code that records syscall results in the frame into MDkib2009-11-102-36/+41
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-5/+1
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-0/+5
* 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
* Correct an error of omission in r195649 ("Add support to the virtual memoryalc2009-07-131-2/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-122-2/+4
* Rename option USBVERBOSE to USB_VERBOSE for 2 reasons:marcel2009-07-121-1/+1
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Enable POSIX semaphores on all non-embedded architectures by default.ed2009-07-021-0/+1
OpenPOWER on IntegriCloud