summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* - Export pmap_enter_quick() to the MI VM. This will permit thealc2003-06-291-0/+8
* Small fixes for the IOMMU code:tmm2003-06-281-16/+47
* Add a machine depended function thread_siginfo, SA signal codedavidxu2003-06-281-0/+19
* remove unnecessary comment. We do what the comments says we need to.jmg2003-06-241-3/+0
* add support for peeking at pci busses on UltraSparc systems. This preventsjmg2003-06-225-12/+132
* Avoid using v8 opcodes; use ba instead of b for unconditional branches.jake2003-06-192-37/+37
* - Rename the IPI_WAIT macro to IPI_DONE.jake2003-06-191-11/+8
* Ignore fake ttes in pmap_copy, its too hard to deal with them not havingjake2003-06-181-0/+2
* Further cleanup of the sparc64 busdma implementation:tmm2003-06-187-365/+190
* Fix a performance bug in all of the various implementations ofalc2003-06-181-1/+1
* Handle recursion on the vm_page_queue_mtx manually in pmap_qenter andjake2003-06-171-4/+10
* free type too if we can't add the child.jmg2003-06-161-1/+3
* fix misspelling of ORIR_NOTFOUNDjmg2003-06-161-1/+1
* The page queue lock is already held in pmap_remove, change acquire/releasejake2003-06-151-2/+2
* - Mirror vm_page_queue_mtx assertions added to the i386 pmap.jake2003-06-152-1/+20
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-1/+1
* Migrate the thread stack management functions from the machine-dependentalc2003-06-142-170/+1
* Move the *_new_altkstack() and *_dispose_altkstack() functions out of thealc2003-06-141-28/+0
* Hardwire APB's PCI buses down. If we don't do this, pciconf -l returnsjmg2003-06-131-5/+2
* Remove the PSYCHO_STRAY option - it was never really useful. Adjust atmm2003-06-121-49/+5
* Fix LINT for now.jake2003-06-111-0/+1
* Remove the psycho and sbus iommu function stubs, and put the pointertmm2003-06-114-308/+81
* GC unused cpu_wait() functionpeter2003-06-111-5/+0
* Note that scbus is required for SCSI, not just "required" in general.jmallett2003-06-081-1/+1
* - Declare sparc64_memreg and sparc64_nmemreg in machine/ofw_mem.h.jake2003-06-074-8/+11
* BKPT_INST is supposed to be a breakpoint, not 0.jake2003-06-071-1/+1
* Change the second (and last) argument of cpu_set_upcall(). Previouslymarcel2003-06-041-1/+3
* Fix interrupt assignment for non-builtin PCI devices on e450s.tmm2003-05-3010-45/+168
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-301-2/+1
* Completely disable interrupts (not just raise %pil) when calculating thetmm2003-05-291-4/+5
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-275-9/+14
* Fix two typos from the last commitscottl2003-05-262-2/+2
* De-orbit bus_dmamem_alloc_size from here too.scottl2003-05-261-34/+8
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.scottl2003-05-265-111/+6
* sys/sys/limits.h:kan2003-05-192-3/+3
* - Merge struct procsig with struct sigacts.jhb2003-05-131-0/+4
* Style fixes.kan2003-05-041-8/+11
* Forgot to update string and signal tables when some of the trap typesjake2003-05-041-4/+4
* - Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB weretmm2003-05-023-3/+3
* Back out last commits. The elf64/elf32 kernel name thing was more painpeter2003-05-011-3/+1
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuespeter2003-05-011-6/+0
* Fix transcription error. Use == NULL, not != NULL. Fortunately thispeter2003-04-301-1/+1
* Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as wellpeter2003-04-301-1/+3
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-301-1/+1
* Allow fast instruction and data access mmu miss traps to be handled byjake2003-04-293-9/+11
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-64/+4
* Use 16 byte alignment for internal labels, 32 bytes is excessive.jake2003-04-291-8/+8
* - Fix placement of cvs ids in previous commit to match .S files in libc.jake2003-04-299-38/+24
* This file is unused.jake2003-04-281-66/+0
* Remove some debug options that are no longer needed.jake2003-04-271-7/+0
OpenPOWER on IntegriCloud