summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
...
* De-__P(), de-K&R, remove superfluous comments and prototypes, sometmm2002-03-231-565/+122
* De-K&R.tmm2002-03-231-3/+1
* Fix syscall ktraceing.tmm2002-03-231-1/+2
* Make this compile without options DDB; use intr_disable() instead oftmm2002-03-231-2/+11
* Decruft some #if 0'ed code.tmm2002-03-231-2/+0
* Add PCIfunctions 2 and 3 of the PCIO2 chip to the intpin quirk table.tmm2002-03-231-2/+4
* Machine must be non-static for COMPAT_43 to compile. This is used in bsd/osjake2002-03-231-1/+1
* Cleanup the trace back routine slightly. Print the leaf return value sojake2002-03-231-10/+55
* Sync with other arches; add bloat.jake2002-03-231-25/+35
* Fix a deadlock condition with tlb shootdown ipi delivery. Since ipis arejake2002-03-231-0/+17
* Backout intrusive ktr traces in tlb fault handlers which have served theirjake2002-03-232-566/+2
* ASM versions of __FBSDID.obrien2002-03-231-0/+10
* intr_disable returns register_timp2002-03-211-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-216-26/+8
* Remove __P.alfred2002-03-215-38/+38
* Change the way we ensure td_ucred is NULL if DIAGNOSTIC is defined.jhb2002-03-201-25/+6
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-193-0/+21
* Don't demap the requested page from the tlb in pmap_kenter or pmap_kremove,jake2002-03-171-5/+0
* Fix a problem where kernel text could become unmapped when clearing out alljake2002-03-171-8/+9
* Use the tlb data access register to map the kernel tsb, rather than the datajake2002-03-171-1/+1
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-9/+1
* Fix ifdef LOCORE protection.jake2002-03-131-4/+4
* Add a DEBUGGER_ON_POWERFAIL option. This makes the power button on ultra 10sjake2002-03-131-0/+7
* Fix braino.jake2002-03-132-6/+0
* Add support for starting and stopping cpus with ipis.jake2002-03-134-8/+93
* Use intr_disable/intr_restore instead of doing it manually.jake2002-03-131-4/+2
* Add support for driving the clocks on secondary cpus.jake2002-03-132-6/+52
* Fix a bug where the wrong number of windows were copied for a failed filljake2002-03-132-2/+2
* White space.jake2002-03-132-2/+2
* Make IPI_WAIT use a bit mask of the cpus that a pmap is active on and onlyjake2002-03-134-43/+50
* Add an ATOMIC_CLEAR_INT macro.jake2002-03-131-2/+13
* Fix the type of some constants, and make some macros safer by castingtmm2002-03-111-18/+18
* Add convenience macros to extract the cc0 and cc1 from format 2 and 3tmm2002-03-111-0/+6
* Increase VM_KMEM_SIZE to 16 megs from 12. Define VM_KMEM_SIZE_SCALE so thatjake2002-03-091-1/+10
* Add a driver for the mem and kmem devices, based off the i386 version.tmm2002-03-091-0/+244
* Set the interrupt map type accordingly if we need to fall back to usingtmm2002-03-091-0/+1
* Fix a warning by adding a missing include.tmm2002-03-091-0/+1
* o Don't require long long support in bswap64() functions.mike2002-03-091-1/+35
* Implement delivery of tlb shootdown ipis. This is currently more fine grainedjake2002-03-0714-324/+335
* Modify the tlb demap API to take a pmap instead of a tlb context number.jake2002-03-075-36/+40
* Implement kthread context stealing. This is a bit of a misnomer becausejake2002-03-073-54/+53
* Add support for starting secondary cpus in kernel, as opposed to relyingjake2002-03-049-188/+342
* Dig the information about which tlb slots were used to map the kernel outjake2002-03-042-10/+21
* Allocate tlb contexts on the fly in cpu_switch, instead of statically 1 to 1jake2002-03-048-136/+297
* Fix obscure problems with vfork where part of the parent's stack could bejake2002-03-041-8/+40
* We don't need KTR_COMPILE in assym.s, its already in opt_global.h. Addjake2002-03-011-1/+4
* Use a better trace class for ktr traces in the tlb fault handlers, which arejake2002-03-012-104/+108
* - Move a comment from being on the same line as a #ifdef to the linearr2002-02-281-1/+2
* - Fix panic() message and a couple style nits that snuck in from thearr2002-02-281-3/+3
* Fix a minor swap leak.silby2002-02-281-0/+20
OpenPOWER on IntegriCloud