summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Remove abuse of intr_disable/restore in MI code by moving the loop in ast()jake2002-03-292-8/+46
* Don't be too fancy with null'ed out functions.obrien2002-03-281-20/+3
* Add sysbeep() for the msmith RAID drivers.obrien2002-03-281-0/+27
* style(9)obrien2002-03-281-1/+0
* Add a new mtx_init option "MTX_DUPOK" which allows duplicate acquires of locksjeff2002-03-271-1/+1
* Fix style bugs.jake2002-03-271-3/+8
* Fix breakage.jake2002-03-271-1/+1
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-273-18/+68
* Add missing includes for the KTRACE case.tmm2002-03-251-0/+4
* Add missing declarations.tmm2002-03-251-0/+4
* Make this compile (submitted by jake), add a missing include.tmm2002-03-251-1/+2
* Remove second copy of iommu_decode_fault() which I accidentially added.tmm2002-03-251-15/+0
* Guard against redefining __gnuc_va_list.obrien2002-03-241-1/+2
* Revamp the busdma implementation a bit:tmm2002-03-247-223/+450
* Fix sparc64_bus_mem_unmap() to pass the right address to kmem_free().tmm2002-03-241-1/+1
* Make the OpenFirmware interrupt mapping code more generic, to reducetmm2002-03-2411-282/+288
* Map the device memory belonging to resources of type SYS_RES_MEMORY intotmm2002-03-241-0/+17
* Add code to print the fault virtual address for uncorrectable DMA errorstmm2002-03-234-0/+33
* 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
OpenPOWER on IntegriCloud