summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* - Move the routine for flushing all user mappings from the tlb from pmap tojake2003-04-132-5/+8
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-1/+1
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-101-9/+6
* Use vm_paddr_t for physical addresses.jake2003-04-089-31/+31
* Make the pmap stats writeable. It can be useful to clear them.jake2003-04-061-1/+1
* Use the vis block copy/zero functions for pmap_copy_page and pmap_zero_page.jake2003-04-062-7/+9
* Add optimized block copy and zero functions using vis instructions, whichjake2003-04-031-0/+3
* - Add space for kernel floating point registers to the pcb. These will bejake2003-04-031-6/+8
* - Add a flags field to struct pcb. Use this to keep track of wether orjake2003-04-011-0/+3
* - Rename pcb_fpstate to pcb_ufp (user floating point), and change it tojake2003-04-012-19/+5
* Rename pcb_fp to pcb_sp, so as to not be confused with floating pointjake2003-04-011-1/+1
* Handle the fictitious pages created by the device pager. For fictitiousjake2003-03-271-0/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-0/+1
* - Remove unused cache flushing routines. These will not necessary workjake2003-03-193-74/+30
* Remove unused fields.jake2003-03-181-5/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-261-1/+1
* Make the 'a' parameter of bus_space_write_multi_stream_*() a const pointer.obrien2003-02-241-3/+3
* The rest of our platforms make bus_space_write_multi_stream_2's 'a' aobrien2003-02-231-1/+1
* Add an empty bus_space_unmap() like Alpha has. puc(4) uses it.obrien2003-02-231-0/+11
* Implement fpclassify():mike2003-02-082-0/+4
* Fix another mistake in the bus_dmamem_alloc_size() thingscottl2003-01-291-2/+2
* Fix some more missing dt_ prefixes for dma tag fields.scottl2003-01-291-4/+4
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-292-0/+34
* Fixes for a number of problems in the IOMMU code:tmm2003-01-211-1/+6
* Don't allow user process to set an invalid window state through sigreturn.jake2003-01-101-0/+1
* 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-062-8/+20
* - remove the unused parent DMA tag argument fromtmm2003-01-061-0/+2
* Prefix the members of struct bus_space_tag and struct bus_dma_tag withtmm2003-01-061-65/+66
* Look for the correct method in sparc64_dmamap_load_mbuf() andtmm2003-01-061-2/+2
* Some cleanup:tmm2003-01-061-1/+22
* - Reorganize PMAP_STATS to scale a little better.jake2003-01-051-0/+19
* Make imgact_elf32.c compile on sparc64.jake2003-01-051-0/+10
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-4/+4
* Use memset instead of __builtin_memset. Apparently there's an inlinejake2002-12-291-1/+1
* Define UMA_MD_SMALL_ALLOC so that uma_small_alloc and uma_small_free willjake2002-12-271-0/+2
* - Change the way the direct mapped region is implemented to be generallyjake2002-12-232-36/+84
* - Add a spin lock to single thread cache invalidation and tlb flush ipis,jake2002-12-221-6/+12
* 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-212-9/+11
* Removed unused pmap_qenter_flags.jake2002-12-211-1/+0
* Make the atomic arithmetic functions return the old value, since they'rejake2002-12-211-40/+38
* Always initialize the UPA target module id in the interrupt mappingtmm2002-12-011-17/+18
* Move pmap_collect() out of the machine-dependent code, rename italc2002-11-131-2/+0
* - Clear the page's PG_WRITEABLE flag in the i386's pmap_changebit()alc2002-11-111-2/+0
* Add two new workaround for firmware anomalies:tmm2002-11-072-1/+5
* Don peril sensitive sun glasses and change the default system call vectorjake2002-10-271-1/+24
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-8/+0
* Initialize tick_MHz and related variables much earlier. After the lasttmm2002-10-251-1/+2
OpenPOWER on IntegriCloud