summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* KSE Milestone 2julian2001-09-1225-249/+361
* Rip some well duplicated code out of cpu_wait() and cpu_exit() and movepeter2001-09-101-28/+0
* style(9) the structure definitions.obrien2001-09-052-2/+2
* style(9) the structure definitions.obrien2001-09-059-20/+20
* style(9) the structure namesobrien2001-09-041-6/+6
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-041-87/+0
* Make this compile.jake2001-09-041-0/+3
* Remove some stale definitions and update for new assembler code.jake2001-09-031-56/+28
* Add ktr traces to copy{in,out} and cpu_switch.jake2001-09-034-6/+198
* Add comments following what other architectures have.jake2001-09-031-1/+36
* Change tf_arg to uintptr_t from void * to reflect the fact thatjake2001-09-033-23/+10
* Implement a slightly different window spill/fill algorithm for dealingjake2001-09-036-1514/+2354
* Move the alternate global register stack to struct globaldata.jake2001-09-032-0/+12
* Add ktr traces.jake2001-09-031-0/+8
* Implement pv_bit_count which is used by pmap_ts_referenced.jake2001-09-036-253/+392
* Implement signals.jake2001-09-035-59/+278
* Move %ver definitions from pstate.h to ver.h. Add definitions for normaljake2001-09-032-26/+67
* Add simple macros for tracing in assembler files. There are quitejake2001-09-031-0/+87
* Use the correct copyrights. Note where most of this came from.jake2001-09-039-58/+135
* Bump UPAGES to 4. The pcb can be rather large.jake2001-09-031-1/+1
* mtx_savecrit is a pil level, not a pstate value, thus mtx_intr_enablejake2001-09-031-1/+1
* Add a flushw() macro.jake2001-09-031-0/+4
* Add atomic_load and store functions without membars, fwiw.jake2001-09-031-5/+24
* The definition for ASI_IMMU_TAG_TARGET_REG was wrong. Sort.jake2001-09-031-12/+13
* + Blah, there was nothing wrong in rev 1.1 talking about the i386/NOTES.obrien2001-09-021-4/+11
* Match the style of very other platform we have.obrien2001-09-021-7/+13
* Converge with i386/alpha/etc pmap.c for pmap_new_proc/pmap_dispose_proc().peter2001-08-311-16/+14
* Remove the MPSAFE keyword from the parser for syscalls.master.dillon2001-08-301-12/+4
* o Remove some GCCisms in src/powerpc/include/endian.h.mike2001-08-302-8/+12
* Use register g6 to point to a small stack for svaing alternate globalsjake2001-08-211-9/+40
* Handle the pcb window scratch area in cpu_fork.jake2001-08-211-20/+36
* Save and restore %fprs and %y, which are unused by kernel code, butjake2001-08-212-24/+70
* Disable interrupts when calling openfirmware.jake2001-08-212-14/+26
* Rename fp_init_pcb to fp_init_proc. Set the FEF bit in fprs register;jake2001-08-202-5/+19
* Add definitions for new assembler code.jake2001-08-201-0/+31
* Catch up with new trap entry point names.jake2001-08-201-23/+3
* Add variables needed by hardware watchpoint support.jake2001-08-202-0/+12
* Add code for supporting hardware watch points.jake2001-08-202-0/+255
* Add a system call trap type and syscall() call request handler.jake2001-08-202-2/+228
* Add support for splitting the register windows on entry to thejake2001-08-204-399/+1111
* db_expr_t is signed.jake2001-08-201-1/+1
* Add definitions for bits in condition code register and the load storejake2001-08-204-13/+164
* Add a definition for the load store unit control register.jake2001-08-201-0/+2
* Sync globals.h up with the other platforms. There is still some cruft inobrien2001-08-202-14/+15
* Don't needlessly duplicate what's basically the same copyright.jake2001-08-181-26/+1
* Implement cpu_wait().jake2001-08-181-3/+26
* Increase the size of the phys_avail memory map. Implement pmap_dispose_proc.jake2001-08-181-9/+46
* Spell ta 1 correctly as ta %xcc, 1. Use %pil for critical enter/exitjake2001-08-181-13/+10
* Gcc 3.0 requires a .register pseudo-op for certain global registers whenjake2001-08-181-0/+5
* style(9) and make consistent across platformsobrien2001-08-162-28/+58
OpenPOWER on IntegriCloud