summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Modify the cache handling code to assume 2 virtual colours, which is muchjake2002-08-011-23/+95
* Add some statistic gathering for cache flushes.jake2002-07-311-2/+41
* These file are no longer used (moved to userland and/or merged intojake2002-07-315-689/+0
* These were repo-copied to have a .S extension.jake2002-07-316-4398/+0
* Add definitions for statistical and high-resolution profiling. The callingjake2002-07-303-66/+91
* The data cache on UltraSPARC III is not directly mapped, so don't assertjake2002-07-301-2/+0
* Panic if the data cache has too many virtual colors (more than 2).jake2002-07-301-0/+2
* Use _ALIGN_DATA and _ALIGN_TEXT.jake2002-07-302-4/+4
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-294-231/+171
* Add routines needed for high resolution profiling.jake2002-07-291-0/+83
* Add a symbol for btext.jake2002-07-292-0/+2
* Remove a stale comment.jake2002-07-292-8/+0
* Use _ALIGN_TEXT. Implement __cyg_profile_func_enter andjake2002-07-292-20/+138
* Add _ALIGN_DATA and _ALIGN_TEXT macros.jake2002-07-291-1/+9
* Remove some stuff that snuck in last commit.jake2002-07-291-5/+0
* Fix a bug introduced in previous commit. Due to the interaction of thejake2002-07-281-2/+2
* Revert the previous delta; uintfptr_t needs to be available tomike2002-07-281-0/+1
* Add declarations for btext and etext.jake2002-07-281-0/+3
* uintfptr_t has moved to machine/types.h.jake2002-07-271-1/+0
* Implement a direct mapped address region, like alpha and ia64. Thisjake2002-07-276-42/+182
* Catch up to rev 1.339 of src/sys/conf/options (PCI_ENABLE_IO_MODES ismike2002-07-271-1/+0
* Remove the tlb argument to tlb_page_demap (itlb or dtlb), in order to betterjake2002-07-269-60/+21
* Set interrupt clear pointer for SBus slots to point to correct spot.mjacob2002-07-251-2/+2
* de-count pcipeter2002-07-231-1/+1
* Add explicit unit count on 'device pci' for ahc/ahdpeter2002-07-211-1/+1
* 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
OpenPOWER on IntegriCloud