summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* - Since td_critnest is now initialized in MI code, it doesn't have to bejhb2003-08-042-13/+0
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-315-0/+7
* Return 1 from pmap_protect_tte() instead of 0. When used withtmm2003-07-301-1/+1
* Respect BUS_DMA_ZERO in iommu_dvmamem_alloc().tmm2003-07-271-3/+10
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-272-6/+11
* Avoid exposing declarations for kernel variables to userland.jake2003-07-171-0/+4
* change CLASS depending upon __ELF_WORD_SIZE. This is necessary ifjmg2003-07-161-1/+5
* add support for interrupt counting on sparc64. This copies part of thejmg2003-07-166-4/+125
* Rename thread_siginfo to cpu_thread_siginfo.davidxu2003-07-151-1/+1
* Lock down the IOMMU bus_dma implementation to make it safe to usetmm2003-07-105-100/+266
* Uncomment the dc(4) driver, it should work just fine now.mux2003-07-091-1/+1
* MFi386alc2003-07-061-1/+1
* Background: pmap_object_init_pt() premaps the pages of a object inalc2003-07-031-2/+5
* Mega busdma API commit.scottl2003-07-014-5/+73
* Add a commented-out entry for OFW_NEWPCI to GENERIC and NOTES, alongtmm2003-07-012-1/+17
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCItmm2003-07-0117-371/+1155
* - 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
OpenPOWER on IntegriCloud