summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sparc64
Commit message (Expand)AuthorAgeFilesLines
* GC unused fields in pcpukmacy2006-12-171-1/+0
* Do explicit bounds checking as a function of the actual size of thekmacy2006-12-101-1/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
* Turn console printf buffering into a kernel option and only onjb2006-11-301-1/+0
* - Explicitly name the fields in pcb that we use to store trap state for laterkmacy2006-11-291-0/+5
* remove unused reference to tsb pakmacy2006-11-241-1/+0
* Add mechanism to track TSB misses in tsb miss handlerkmacy2006-11-221-0/+2
* remove 13 (largely) redundant files and switch to the sparc64/sparc64 versionkmacy2006-11-183-5/+21
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-1/+4
* Backout the previous change. It was not intended to be part of thejb2006-11-041-6/+6
* Build in kernel support for loading DTrace modules by default. Thisjb2006-11-041-6/+6
* make pcb pad area accessible from asmkmacy2006-11-031-0/+2
* Add a cnputs() function to write a string to the console withjb2006-11-011-0/+1
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-262-0/+6
* o Add keyword volatile for user mutex owner field.davidxu2006-10-171-2/+2
* The powerpc and sparc64 MD `reboot' commands should never have existedbde2006-10-101-11/+0
* unbreak buildkernel for sparc64 - fallout from sun4vkmacy2006-10-091-6/+5
* kernel clean up to make the sun4v kernel buildkmacy2006-10-091-10/+80
* The fix in revision 1.152 converted in the wrong direction.alc2006-09-221-2/+2
* The sparc64/sparc64/pmap.c implementations of pmap_remove(),alc2006-09-221-6/+15
* Do as the USII CPU manual suggests and leave interrupts enabledmarius2006-09-031-0/+6
* Implement casuword32, compare and set user integer, thank Marcel Moolenarrdavidxu2006-08-281-1/+1
* Eliminate the unnecessary acquisition and release of the page queues lockalc2006-08-061-4/+0
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-18/+1
* Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-281-1/+1
* Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-281-14/+0
* Unify the checking for lock misbehavior in the various syscall()jhb2006-07-271-5/+13
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-9/+6
* Remove mpte optimization from pmap_enter_quick().ups2006-06-151-4/+2
* Introduce the function pmap_enter_object(). It maps a sequence of residentalc2006-06-051-11/+64
* MFalpha/amd64/arm/ia64alc2006-05-291-14/+7
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Set the rid for any resource obtained from rman_reserve_resource.imp2006-04-201-0/+1
* - Since critical sections no longer raise the processor interrupt level tomarius2006-04-172-38/+46
* For USIII CPUs the type of the trap caused by peeking/poking non-existentmarius2006-04-041-7/+5
* - s,tramoline,trampoline, in a comment.marius2006-04-032-10/+22
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-031-1/+1
* - We only lock the local per-CPU page in the local dTLB, so accessing themarius2006-03-291-5/+17
* - Add a comment describing why tick_init() is called before cninit().marius2006-03-281-1/+6
* - Move the check for too high HZ values from tick_init() to tick_start()marius2006-03-281-7/+12
* Fix a c/p error.brueffer2006-02-281-1/+1
* - Don't bother traversing trap frames in stack_save(). This fixes panicsmarius2006-02-192-4/+34
* Add system call auditing support for sparc64.rwatson2006-02-181-0/+3
* For E250 and E450 enable the watchdog part of the MK48Txx as it justmarius2006-02-151-1/+19
* Fix the hw.realmem sysctl. The global realmem variable is a count ofjhb2006-02-141-1/+1
* CPU time accounting speedup (step 2)phk2006-02-111-9/+1
* Simplify system time accounting for profiling.phk2006-02-081-6/+4
* Modify the way we account for CPU time spent (step 1)phk2006-02-072-1/+18
* Correct typos (s/OFERFLOW/OVERFLOW/).kris2006-01-161-2/+2
* Use the correct units when handling the hw.physmem tunable.scottl2006-01-011-0/+1
OpenPOWER on IntegriCloud