aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
...
* Add new UltraSPARC-III VIS II instructions.Thomas Moestl2002-07-161-0/+9
* Add new LSU bits for UltraSPARC-III.Thomas Moestl2002-07-161-0/+16
* Add ASI definitions of UltraSPARC-III (Cu) processors, and add someThomas Moestl2002-07-161-8/+102
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-141-0/+2
* Try both upa-portid and portid properties when finding the module id of aJake Burkholder2002-07-141-1/+2
* Remove debug code.Jake Burkholder2002-07-143-256/+2
* o Complete the locking of page queue accesses by vm_page_unwire().Alan Cox2002-07-131-0/+4
* Add additional cred_free_thread() calls that I had missed the first time.Jonathan Mini2002-07-131-0/+6
* Use a fixed address for KERNBASE, so it doesn't change if the size of KVAJake Burkholder2002-07-131-26/+6
* Identify UltraSPARC-III and UltraSPARC-III+ cpus.Jake Burkholder2002-07-132-3/+15
* Set the thread state of the newly chosen to run thread to TDS_RUNNING inJohn Baldwin2002-07-123-8/+0
* When sending cache flushing IPIs, don't try to IPI the triggering CPUThomas Moestl2002-07-121-4/+4
* thread_exit() requires PROC_LOCK to be held, so lock it.John Baldwin2002-07-111-1/+2
* Remove label_t and physadr, which seem to have never been used inMike Barcroft2002-07-101-10/+0
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'sMike Barcroft2002-07-081-5/+0
* Add a special page zero entry point intended to be called via the singlePeter Wemm2002-07-081-0/+16
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/Peter Wemm2002-07-071-148/+0
* Fix (s/proc/thread/) some typos in two panic messages.Peter Wemm2002-07-071-2/+2
* Back out proc part of last commit. UMA manages the thread cache only, andPeter Wemm2002-07-051-8/+22
* Take a shot at implementing changes from i386/pmap.c rev 1.328-1.331.Peter Wemm2002-07-051-49/+22
* Since printf(3) now supports the `j' conversion specifier, use thatMike Barcroft2002-06-301-11/+11
* Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in formRobert Watson2002-06-301-1/+0
* Fix reverse ordering of locks. add a comment about locks on some platforms.Julian Elischer2002-06-291-1/+1
* Part 1 of KSE-IIIJulian Elischer2002-06-295-5/+72
* Add files that are new for KSE.Julian Elischer2002-06-291-0/+38
* Fix a deletion during traversal tailq bug.Jake Burkholder2002-06-291-1/+2
* Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,David E. O'Brien2002-06-291-1/+3
* Remove a couple of __P() stragglers.Peter Wemm2002-06-291-4/+4
* GENERIC now builds with -Werror, so remove NO_WERROR.Maxime Henrion2002-06-271-1/+0
* pmap_kremove can no longer be used to remove the magic device mappingsJake Burkholder2002-06-253-1/+16
* Add an MD callout like cpu_exit, but which is called after sched_lock isJake Burkholder2002-06-241-0/+22
* Remove unused diagnostic function cread_free_thread().Jonathan Mini2002-06-241-6/+0
* Add a missing prototype to fix a warning.Maxime Henrion2002-06-231-0/+2
* Include machine/critical.h to get missing prototypes.Maxime Henrion2002-06-231-0/+1
* Fix a bug related to marking pages virtually uncacheable due to illegalJake Burkholder2002-06-221-4/+4
* Warning fix.Maxime Henrion2002-06-221-3/+3
* {f,s}usword -> {f,s}uword16. Implement {f,s}uword32.Jake Burkholder2002-06-202-46/+94
* Deorbit suibyte(). It was only used for split address space systemsPeter Wemm2002-06-202-24/+0
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatPeter Wemm2002-06-201-1/+1
* Sync with i386.David E. O'Brien2002-06-181-8/+10
* Add constants for the min and max prom addresses. Use these instead ofJake Burkholder2002-06-172-3/+6
* Add PCI bus enumeration and latency timer setup to the sparc64 MD PCIThomas Moestl2002-06-124-88/+203
* Add code to drop to ddb when a process gets a fatal signal that usuallyJake Burkholder2002-06-081-0/+8
* Re-enable SMP by default.Jake Burkholder2002-06-081-1/+1
* Remove test code.Jake Burkholder2002-06-084-33/+0
* Remove code from trap which is handled in userland now.Jake Burkholder2002-06-083-27/+5
* Fix bizarre SMP problems. The secondary cpus sometimes start up with junkJake Burkholder2002-06-085-1/+51
* Comment out options SMP for now until I figure out what's going on.Jake Burkholder2002-06-071-1/+1
* - Fixup / remove obsolete comments.John Baldwin2002-06-071-24/+18
* Use pmap_map instead of pmap_kenter to map the message buffer. Its tooJake Burkholder2002-06-051-3/+3