| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't allow user process to set an invalid window state through sigreturn. | jake | 2003-01-10 | 2 | -4/+9 |
* | Implement bus_space_subregion. | jake | 2003-01-08 | 1 | -0/+10 |
* | Change the iommu code to be able to handle more than one DVMA area per | tmm | 2003-01-06 | 6 | -133/+466 |
* | - remove the unused parent DMA tag argument from | tmm | 2003-01-06 | 2 | -90/+45 |
* | Bump the IOMMU TSB size to 32kB, to match the default size on PCI | tmm | 2003-01-06 | 1 | -1/+1 |
* | Prefix the members of struct bus_space_tag and struct bus_dma_tag with | tmm | 2003-01-06 | 5 | -175/+180 |
* | Style and comment fixes, no functional changes. | tmm | 2003-01-06 | 1 | -30/+18 |
* | Look for the correct method in sparc64_dmamap_load_mbuf() and | tmm | 2003-01-06 | 1 | -2/+2 |
* | Initialize the cache line size register of all PCI devices in the | tmm | 2003-01-06 | 1 | -0/+15 |
* | Some cleanup: | tmm | 2003-01-06 | 2 | -26/+30 |
* | - remove some outdated comments | tmm | 2003-01-06 | 3 | -33/+20 |
* | 1.) fix a copy-and-paste-o in a panic() message | tmm | 2003-01-06 | 1 | -14/+36 |
* | - Reorganize PMAP_STATS to scale a little better. | jake | 2003-01-05 | 6 | -124/+167 |
* | Make imgact_elf32.c compile on sparc64. | jake | 2003-01-05 | 1 | -0/+10 |
* | Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s. | jake | 2003-01-01 | 1 | -0/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 4 | -8/+8 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 2 | -2/+2 |
* | Use memset instead of __builtin_memset. Apparently there's an inline | jake | 2002-12-29 | 1 | -1/+1 |
* | Use the meaningful mnemonics for ancillary state registers now that gas | jake | 2002-12-29 | 3 | -8/+7 |
* | Forgot this file in previous commit. | jake | 2002-12-28 | 1 | -0/+1 |
* | - Moved storing %g1-%g5 in the trapframe until after interrupts are enabled. | jake | 2002-12-28 | 1 | -27/+41 |
* | Pass 0 in %o1 to tl0_trap for all non-interrupt traps. This will be used | jake | 2002-12-28 | 1 | -0/+7 |
* | Hold the page queues lock around calls to vm_page_flag_clear() and | alc | 2002-12-28 | 1 | -0/+4 |
* | Use VM_ALLOC_WIRED in pmap_pinit(). | alc | 2002-12-28 | 1 | -4/+1 |
* | Define UMA_MD_SMALL_ALLOC so that uma_small_alloc and uma_small_free will | jake | 2002-12-27 | 1 | -0/+2 |
* | Teach /dev/kmem about direct mapped addresses. | jake | 2002-12-27 | 1 | -5/+6 |
* | Implement uma_small_alloc and uma_small_free. Not yet used. | jake | 2002-12-27 | 1 | -0/+52 |
* | - Use direct mapped addresses for the message buffer, for the crash dump | jake | 2002-12-27 | 3 | -62/+12 |
* | - Change the way the direct mapped region is implemented to be generally | jake | 2002-12-23 | 5 | -108/+220 |
* | - Fix a bug where the faulting address for an mmu miss could sometimes be | jake | 2002-12-23 | 1 | -5/+5 |
* | - Rearrange pmap_bootstrap slightly to be more in dependency order. | jake | 2002-12-22 | 1 | -50/+49 |
* | - Add a spin lock to single thread cache invalidation and tlb flush ipis, | jake | 2002-12-22 | 4 | -19/+19 |
* | MB_LEN_MAX is not MD, move it to the MI limits.h. | tjr | 2002-12-22 | 2 | -2/+0 |
* | - Add a pmap pointer to struct md_page, and use this to find the pmap that | jake | 2002-12-21 | 4 | -69/+70 |
* | Make pmap_qenter and pmap_qremove look more like the other pmaps. | jake | 2002-12-21 | 1 | -7/+10 |
* | Removed unused pmap_qenter_flags. | jake | 2002-12-21 | 2 | -17/+0 |
* | Make the atomic arithmetic functions return the old value, since they're | jake | 2002-12-21 | 1 | -40/+38 |
* | Add page queue locking around functions that call vm_page_flag_set. This | jake | 2002-12-20 | 2 | -0/+4 |
* | Unbreak the KSE code. Keep track of zobie threads using the Per-CPU storage | julian | 2002-12-10 | 1 | -1/+1 |
* | Exclude yet more interrupt mapping registers from the OBIO INO search, | tmm | 2002-12-06 | 1 | -2/+2 |
* | Remove a workaround for a binutils bug that was fixed in the recent | tmm | 2002-12-02 | 1 | -19/+4 |
* | Always initialize the UPA target module id in the interrupt mapping | tmm | 2002-12-01 | 3 | -33/+34 |
* | 1.) Do not look for PCI INOs in the FFB interrupt mapping registers; they | tmm | 2002-12-01 | 1 | -2/+6 |
* | Remove some long-dead cruft in the interrupt handling code which was | tmm | 2002-12-01 | 1 | -44/+31 |
* | Reverse the quirk table entry for swizzling on a missing interrupt map; | tmm | 2002-12-01 | 1 | -7/+10 |
* | Fix some comments describing psycho registers. | tmm | 2002-12-01 | 1 | -2/+2 |
* | Do not panic when a dmamap is unloaded more then once, but just silently | tmm | 2002-12-01 | 1 | -4/+2 |
* | Add page queues locking to vunmapbuf(). | alc | 2002-11-24 | 1 | -0/+2 |
* | Under certain circumstances, we were calling kmem_free() from | mux | 2002-11-22 | 1 | -0/+5 |
* | Fix compile in the case of SMP defined but DDB not defined. | jhb | 2002-11-20 | 1 | -1/+7 |