summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Enable device zs and device sab by default.jake2003-01-271-2/+2
* Fix standard kse breakage of non-x86 platforms.jake2003-01-261-2/+1
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-262-3/+3
* - Introduce the SCHED_ULE and SCHED_4BSD options for compile time selectionjeff2003-01-261-0/+1
* Merge some code paths back together so that we only instantiate 1 copy ofjake2003-01-261-121/+97
* Moved some (gas) macros up so they can be used in more places.jake2003-01-241-25/+25
* Fixes for a number of problems in the IOMMU code:tmm2003-01-212-16/+23
* Fix iommu_dvmamap_sync(): it was still operating as if the BUS_DMASYNC_*tmm2003-01-211-5/+13
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2111-16/+16
* - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flagsjeff2003-01-211-16/+22
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-1/+23
* The abs() function isn't defined locally; include a header file thatmdodd2003-01-161-0/+1
* Merge all the various copies of vm_fault_quick() into a singledillon2003-01-161-15/+0
* Merge all the various copies of vmapbuf() and vunmapbuf() into a singledillon2003-01-151-73/+0
* - GC a few more hand-rolled 'abs' macros.mdodd2003-01-151-2/+0
* Enable rl(4). It is now fully working using busdma.obrien2003-01-131-1/+1
* Don't allow user process to set an invalid window state through sigreturn.jake2003-01-102-4/+9
* Implement bus_space_subregion.jake2003-01-081-0/+10
* Change the iommu code to be able to handle more than one DVMA area pertmm2003-01-066-133/+466
* - remove the unused parent DMA tag argument fromtmm2003-01-062-90/+45
* Bump the IOMMU TSB size to 32kB, to match the default size on PCItmm2003-01-061-1/+1
* Prefix the members of struct bus_space_tag and struct bus_dma_tag withtmm2003-01-065-175/+180
* Style and comment fixes, no functional changes.tmm2003-01-061-30/+18
* Look for the correct method in sparc64_dmamap_load_mbuf() andtmm2003-01-061-2/+2
* Initialize the cache line size register of all PCI devices in thetmm2003-01-061-0/+15
* Some cleanup:tmm2003-01-062-26/+30
* - remove some outdated commentstmm2003-01-063-33/+20
* 1.) fix a copy-and-paste-o in a panic() messagetmm2003-01-061-14/+36
* - Reorganize PMAP_STATS to scale a little better.jake2003-01-056-124/+167
* Make imgact_elf32.c compile on sparc64.jake2003-01-051-0/+10
* Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s.jake2003-01-011-0/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-014-8/+8
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-302-2/+2
* Use memset instead of __builtin_memset. Apparently there's an inlinejake2002-12-291-1/+1
* Use the meaningful mnemonics for ancillary state registers now that gasjake2002-12-293-8/+7
* Forgot this file in previous commit.jake2002-12-281-0/+1
* - Moved storing %g1-%g5 in the trapframe until after interrupts are enabled.jake2002-12-281-27/+41
* Pass 0 in %o1 to tl0_trap for all non-interrupt traps. This will be usedjake2002-12-281-0/+7
* Hold the page queues lock around calls to vm_page_flag_clear() andalc2002-12-281-0/+4
* Use VM_ALLOC_WIRED in pmap_pinit().alc2002-12-281-4/+1
* Define UMA_MD_SMALL_ALLOC so that uma_small_alloc and uma_small_free willjake2002-12-271-0/+2
* Teach /dev/kmem about direct mapped addresses.jake2002-12-271-5/+6
* Implement uma_small_alloc and uma_small_free. Not yet used.jake2002-12-271-0/+52
* - Use direct mapped addresses for the message buffer, for the crash dumpjake2002-12-273-62/+12
* - Change the way the direct mapped region is implemented to be generallyjake2002-12-235-108/+220
* - Fix a bug where the faulting address for an mmu miss could sometimes bejake2002-12-231-5/+5
* - Rearrange pmap_bootstrap slightly to be more in dependency order.jake2002-12-221-50/+49
* - Add a spin lock to single thread cache invalidation and tlb flush ipis,jake2002-12-224-19/+19
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* - Add a pmap pointer to struct md_page, and use this to find the pmap thatjake2002-12-214-69/+70
OpenPOWER on IntegriCloud