| Commit message (Expand) | Author | Age | Files | Lines |
* | - Since td_critnest is now initialized in MI code, it doesn't have to be | jhb | 2003-08-04 | 2 | -13/+0 |
* | Deal with 'options KSTACK_PAGES' being a global option. | peter | 2003-07-31 | 5 | -0/+7 |
* | Return 1 from pmap_protect_tte() instead of 0. When used with | tmm | 2003-07-30 | 1 | -1/+1 |
* | Respect BUS_DMA_ZERO in iommu_dvmamem_alloc(). | tmm | 2003-07-27 | 1 | -3/+10 |
* | - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed | mux | 2003-07-27 | 2 | -6/+11 |
* | Avoid exposing declarations for kernel variables to userland. | jake | 2003-07-17 | 1 | -0/+4 |
* | change CLASS depending upon __ELF_WORD_SIZE. This is necessary if | jmg | 2003-07-16 | 1 | -1/+5 |
* | add support for interrupt counting on sparc64. This copies part of the | jmg | 2003-07-16 | 6 | -4/+125 |
* | Rename thread_siginfo to cpu_thread_siginfo. | davidxu | 2003-07-15 | 1 | -1/+1 |
* | Lock down the IOMMU bus_dma implementation to make it safe to use | tmm | 2003-07-10 | 5 | -100/+266 |
* | Uncomment the dc(4) driver, it should work just fine now. | mux | 2003-07-09 | 1 | -1/+1 |
* | MFi386 | alc | 2003-07-06 | 1 | -1/+1 |
* | Background: pmap_object_init_pt() premaps the pages of a object in | alc | 2003-07-03 | 1 | -2/+5 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 4 | -5/+73 |
* | Add a commented-out entry for OFW_NEWPCI to GENERIC and NOTES, along | tmm | 2003-07-01 | 2 | -1/+17 |
* | Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI | tmm | 2003-07-01 | 17 | -371/+1155 |
* | - Export pmap_enter_quick() to the MI VM. This will permit the | alc | 2003-06-29 | 1 | -0/+8 |
* | Small fixes for the IOMMU code: | tmm | 2003-06-28 | 1 | -16/+47 |
* | Add a machine depended function thread_siginfo, SA signal code | davidxu | 2003-06-28 | 1 | -0/+19 |
* | remove unnecessary comment. We do what the comments says we need to. | jmg | 2003-06-24 | 1 | -3/+0 |
* | add support for peeking at pci busses on UltraSparc systems. This prevents | jmg | 2003-06-22 | 5 | -12/+132 |
* | Avoid using v8 opcodes; use ba instead of b for unconditional branches. | jake | 2003-06-19 | 2 | -37/+37 |
* | - Rename the IPI_WAIT macro to IPI_DONE. | jake | 2003-06-19 | 1 | -11/+8 |
* | Ignore fake ttes in pmap_copy, its too hard to deal with them not having | jake | 2003-06-18 | 1 | -0/+2 |
* | Further cleanup of the sparc64 busdma implementation: | tmm | 2003-06-18 | 7 | -365/+190 |
* | Fix a performance bug in all of the various implementations of | alc | 2003-06-18 | 1 | -1/+1 |
* | Handle recursion on the vm_page_queue_mtx manually in pmap_qenter and | jake | 2003-06-17 | 1 | -4/+10 |
* | free type too if we can't add the child. | jmg | 2003-06-16 | 1 | -1/+3 |
* | fix misspelling of ORIR_NOTFOUND | jmg | 2003-06-16 | 1 | -1/+1 |
* | The page queue lock is already held in pmap_remove, change acquire/release | jake | 2003-06-15 | 1 | -2/+2 |
* | - Mirror vm_page_queue_mtx assertions added to the i386 pmap. | jake | 2003-06-15 | 2 | -1/+20 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -1/+1 |
* | Migrate the thread stack management functions from the machine-dependent | alc | 2003-06-14 | 2 | -170/+1 |
* | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | alc | 2003-06-14 | 1 | -28/+0 |
* | Hardwire APB's PCI buses down. If we don't do this, pciconf -l returns | jmg | 2003-06-13 | 1 | -5/+2 |
* | Remove the PSYCHO_STRAY option - it was never really useful. Adjust a | tmm | 2003-06-12 | 1 | -49/+5 |
* | Fix LINT for now. | jake | 2003-06-11 | 1 | -0/+1 |
* | Remove the psycho and sbus iommu function stubs, and put the pointer | tmm | 2003-06-11 | 4 | -308/+81 |
* | GC unused cpu_wait() function | peter | 2003-06-11 | 1 | -5/+0 |
* | Note that scbus is required for SCSI, not just "required" in general. | jmallett | 2003-06-08 | 1 | -1/+1 |
* | - Declare sparc64_memreg and sparc64_nmemreg in machine/ofw_mem.h. | jake | 2003-06-07 | 4 | -8/+11 |
* | BKPT_INST is supposed to be a breakpoint, not 0. | jake | 2003-06-07 | 1 | -1/+1 |
* | Change the second (and last) argument of cpu_set_upcall(). Previously | marcel | 2003-06-04 | 1 | -1/+3 |
* | Fix interrupt assignment for non-builtin PCI devices on e450s. | tmm | 2003-05-30 | 10 | -45/+168 |
* | Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT. | hmp | 2003-05-30 | 1 | -2/+1 |
* | Completely disable interrupts (not just raise %pil) when calculating the | tmm | 2003-05-29 | 1 | -4/+5 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 5 | -9/+14 |
* | Fix two typos from the last commit | scottl | 2003-05-26 | 2 | -2/+2 |
* | De-orbit bus_dmamem_alloc_size from here too. | scottl | 2003-05-26 | 1 | -34/+8 |
* | De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways. | scottl | 2003-05-26 | 5 | -111/+6 |