summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablepeter2002-07-201-0/+40
* Various comment and minor style fixes. No actual content changes.jhb2002-07-161-16/+12
* When multiple IOMMUs are present in a system, use a single TSB for alltmm2002-07-164-224/+160
* Add new UltraSPARC-III VIS II instructions.tmm2002-07-161-0/+9
* Add new LSU bits for UltraSPARC-III.tmm2002-07-161-0/+16
* Add ASI definitions of UltraSPARC-III (Cu) processors, and add sometmm2002-07-161-8/+102
* o Lock page queue accesses by vm_page_wire().alc2002-07-141-0/+2
* Try both upa-portid and portid properties when finding the module id of ajake2002-07-141-1/+2
* Remove debug code.jake2002-07-143-256/+2
* o Complete the locking of page queue accesses by vm_page_unwire().alc2002-07-131-0/+4
* Add additional cred_free_thread() calls that I had missed the first time.mini2002-07-131-0/+6
* Use a fixed address for KERNBASE, so it doesn't change if the size of KVAjake2002-07-131-26/+6
* Identify UltraSPARC-III and UltraSPARC-III+ cpus.jake2002-07-132-3/+15
* Set the thread state of the newly chosen to run thread to TDS_RUNNING injhb2002-07-123-8/+0
* When sending cache flushing IPIs, don't try to IPI the triggering CPUtmm2002-07-121-4/+4
* thread_exit() requires PROC_LOCK to be held, so lock it.jhb2002-07-111-1/+2
* Remove label_t and physadr, which seem to have never been used inmike2002-07-101-10/+0
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-5/+0
* Add a special page zero entry point intended to be called via the singlepeter2002-07-081-0/+16
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/peter2002-07-071-148/+0
* Fix (s/proc/thread/) some typos in two panic messages.peter2002-07-071-2/+2
* Back out proc part of last commit. UMA manages the thread cache only, andpeter2002-07-051-8/+22
* Take a shot at implementing changes from i386/pmap.c rev 1.328-1.331.peter2002-07-051-49/+22
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in formrwatson2002-06-301-1/+0
* Fix reverse ordering of locks. add a comment about locks on some platforms.julian2002-06-291-1/+1
* Part 1 of KSE-IIIjulian2002-06-295-5/+72
* Add files that are new for KSE.julian2002-06-291-0/+38
* Fix a deletion during traversal tailq bug.jake2002-06-291-1/+2
* Do NOT enable ATA_STATIC_ID -- cmd646 controller will be !ata2!,obrien2002-06-291-1/+3
* Remove a couple of __P() stragglers.peter2002-06-291-4/+4
* GENERIC now builds with -Werror, so remove NO_WERROR.mux2002-06-271-1/+0
* pmap_kremove can no longer be used to remove the magic device mappingsjake2002-06-253-1/+16
* Add an MD callout like cpu_exit, but which is called after sched_lock isjake2002-06-241-0/+22
* Remove unused diagnostic function cread_free_thread().mini2002-06-241-6/+0
* Add a missing prototype to fix a warning.mux2002-06-231-0/+2
* Include machine/critical.h to get missing prototypes.mux2002-06-231-0/+1
* Fix a bug related to marking pages virtually uncacheable due to illegaljake2002-06-221-4/+4
* Warning fix.mux2002-06-221-3/+3
* {f,s}usword -> {f,s}uword16. Implement {f,s}uword32.jake2002-06-202-46/+94
* Deorbit suibyte(). It was only used for split address space systemspeter2002-06-202-24/+0
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* Sync with i386.obrien2002-06-181-8/+10
* Add constants for the min and max prom addresses. Use these instead ofjake2002-06-172-3/+6
* Add PCI bus enumeration and latency timer setup to the sparc64 MD PCItmm2002-06-124-88/+203
* Add code to drop to ddb when a process gets a fatal signal that usuallyjake2002-06-081-0/+8
* Re-enable SMP by default.jake2002-06-081-1/+1
* Remove test code.jake2002-06-084-33/+0
* Remove code from trap which is handled in userland now.jake2002-06-083-27/+5
* Fix bizarre SMP problems. The secondary cpus sometimes start up with junkjake2002-06-085-1/+51
OpenPOWER on IntegriCloud