summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/sparc64
Commit message (Expand)AuthorAgeFilesLines
* - Move the routine for flushing all user mappings from the tlb from pmap tojake2003-04-137-153/+94
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-102-19/+10
* Print real memory/avail memory on startup like other platforms. Hidejake2003-04-101-2/+10
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-082-4/+2
* Use vm_paddr_t for physical addresses.jake2003-04-0812-67/+66
* Remove a largely useless statistic (its kept elsewhere too).jake2003-04-061-3/+0
* Use the vis block copy/zero functions for pmap_copy_page and pmap_zero_page.jake2003-04-062-6/+20
* Ignore attempts to pmap_kremove or pmap_qremove pages which do not havejake2003-04-061-0/+2
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-1/+0
* Add optimized block copy and zero functions using vis instructions, whichjake2003-04-031-0/+137
* Add support for saving and restoring kernel floating point state. The statejake2003-04-032-1/+45
* - Add space for kernel floating point registers to the pcb. These will bejake2003-04-032-4/+10
* - Generally improve register usage in cpu_switch. Use the 'in' registersjake2003-04-031-71/+63
* Don't assume the fp state is at offset 0 in the pcb.jake2003-04-031-1/+1
* Fix typos (don't use * when taking the size of an array).jake2003-04-031-2/+2
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-022-15/+13
* Implement cpu_thread_setup. Fix cpu_set_upcall.jake2003-04-021-3/+9
* - Set the version number in the mcontext in get_mcontext and check it injake2003-04-011-6/+9
* - Add a flags field to struct pcb. Use this to keep track of wether orjake2003-04-014-4/+43
* - Don't allow tf_wstate to be set in set_regs.jake2003-04-011-1/+6
* Implement cpu_set_upcall.jake2003-04-011-1/+13
* - Rename pcb_fpstate to pcb_ufp (user floating point), and change it tojake2003-04-015-51/+34
* Rename pcb_fp to pcb_sp, so as to not be confused with floating pointjake2003-04-014-8/+8
* Implement casuptr.jake2003-04-012-7/+23
* - Define a new md function 'casuptr'. This atomically compares and setsjeff2003-04-011-0/+7
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-311-3/+3
* - Change trapsignal() to accept a thread and not a proc.jeff2003-03-311-1/+1
* - Allow the physical memory size that will be actually used by the kernel tojake2003-03-312-2/+44
* Handle the fictitious pages created by the device pager. For fictitiousjake2003-03-272-22/+59
* Use td->td_ucred instead of td->td_proc->p_ucred.jhb2003-03-201-1/+1
* Use atomic operations to increment and decrement the refcountmux2003-03-201-2/+3
* - Remove unused cache flushing routines. These will not necessary workjake2003-03-194-382/+228
* - Set cpu_impl early in sparc64_init so that we can use it to detectjake2003-03-194-3/+12
* Remove a workaround for mysterious junk appearing in the tlb of secondaryjake2003-03-191-19/+0
* Implement db_print_backtrace. This may need to flush out the windowsjake2003-03-191-0/+4
* Clean up /dev/mem now that pmap handles illegal aliases properly. Don'tjake2003-03-171-54/+70
* Ensure that kstack0 has physical colour equal to virtual colour, so thatjake2003-03-171-4/+11
* Implement is_physical_memory. Accessing memory which doesn't exist causesjake2003-03-151-3/+9
* lock.h must be included before mutex.h.jake2003-03-141-0/+1
* Oops, add missing includes. Pass me the pointy hat.mux2003-03-141-0/+1
* Grab Giant around calls to contigmalloc() and contigfree() somux2003-03-131-1/+6
* Replace calls to WITNESS_SLEEP() and witness_list() with equivalent callsjhb2003-03-041-6/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-1/+1
* cat KSE > /dev/nulldavidxu2003-02-271-3/+0
* Unbreak the IOMMU code.mux2003-02-261-1/+1
* Cleanup of the d_mmap_t interface.mux2003-02-251-7/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-197-11/+11
* Add drivers for the central and fhc busses found in enterprise classjake2003-02-181-0/+140
* Move a bunch of flags from the KSE to the thread.julian2003-02-172-8/+7
OpenPOWER on IntegriCloud