| Commit message (Expand) | Author | Age | Files | Lines |
* | GC the unused <machine/kse.h> file. | peter | 2003-12-24 | 1 | -38/+0 |
* | - Modify alpha's sf_buf implementation to use the direct virtual-to- | alc | 2003-11-16 | 1 | -0/+56 |
* | Fix a bug in the data access error recorvery. Before re-enabling the data | jake | 2003-11-11 | 1 | -0/+9 |
* | Move pmap_resident_count() from the MD pmap.h to the MI pmap.h. | bms | 2003-10-06 | 1 | -1/+0 |
* | Make PAGE_SIZE and related quantities signed on sparc64. (They are signed | alc | 2003-10-03 | 1 | -4/+4 |
* | Allow the compiler to micro-optimize byte swapping functions by | mux | 2003-09-30 | 1 | -15/+24 |
* | Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit | peter | 2003-09-25 | 1 | -12/+0 |
* | Implement the bus_space_map() function to allocate resources and initialize | nyan | 2003-09-23 | 1 | -0/+19 |
* | Add function OF_decode_addr(). This function obtains the physical | marcel | 2003-09-02 | 1 | -1/+2 |
* | Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_ | kan | 2003-09-01 | 1 | -3/+3 |
* | "md" files for syscons. | jake | 2003-08-24 | 1 | -0/+76 |
* | Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MI | marcel | 2003-08-16 | 2 | -3/+3 |
* | Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon's | imp | 2003-08-12 | 1 | -2/+24 |
* | - Since td_critnest is now initialized in MI code, it doesn't have to be | jhb | 2003-08-04 | 1 | -2/+0 |
* | Deal with 'options KSTACK_PAGES' being a global option. | peter | 2003-07-31 | 1 | -0/+2 |
* | - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'ed | mux | 2003-07-27 | 1 | -0/+1 |
* | 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 | 2 | -0/+12 |
* | Lock down the IOMMU bus_dma implementation to make it safe to use | tmm | 2003-07-10 | 3 | -35/+55 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 1 | -1/+18 |
* | Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI | tmm | 2003-07-01 | 1 | -1/+26 |
* | add support for peeking at pci busses on UltraSparc systems. This prevents | jmg | 2003-06-22 | 2 | -0/+36 |
* | Further cleanup of the sparc64 busdma implementation: | tmm | 2003-06-18 | 3 | -172/+52 |
* | Migrate the thread stack management functions from the machine-dependent | alc | 2003-06-14 | 1 | -2/+1 |
* | Remove the psycho and sbus iommu function stubs, and put the pointer | tmm | 2003-06-11 | 1 | -18/+13 |
* | - Declare sparc64_memreg and sparc64_nmemreg in machine/ofw_mem.h. | jake | 2003-06-07 | 1 | -0/+3 |
* | BKPT_INST is supposed to be a breakpoint, not 0. | jake | 2003-06-07 | 1 | -1/+1 |
* | Fix interrupt assignment for non-builtin PCI devices on e450s. | tmm | 2003-05-30 | 1 | -2/+2 |
* | Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT. | hmp | 2003-05-30 | 1 | -2/+1 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 1 | -2/+4 |
* | De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways. | scottl | 2003-05-26 | 2 | -34/+0 |
* | sys/sys/limits.h: | kan | 2003-05-19 | 2 | -3/+3 |
* | Style fixes. | kan | 2003-05-04 | 1 | -8/+11 |
* | Slight reorg and added AMD64 support. A couple of the MODINFOMD_* values | peter | 2003-05-01 | 1 | -6/+0 |
* | Allow fast instruction and data access mmu miss traps to be handled by | jake | 2003-04-29 | 2 | -7/+9 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -64/+4 |
* | - Fix placement of cvs ids in previous commit to match .S files in libc. | jake | 2003-04-29 | 1 | -11/+2 |
* | I was wrong, the ENTRY bits in asm.h did have a purpose -- for userland. | obrien | 2003-04-26 | 2 | -40/+38 |
* | The ENTRY bits were in two places. Remove the one not used (asm.h), but | obrien | 2003-04-26 | 2 | -24/+11 |
* | Two tokens that don't together form a vaid preprocssor token cannot be | obrien | 2003-04-26 | 2 | -4/+4 |
* | Add a new sys/limits.h file which in turn depends on machine/_limits.h | kan | 2003-04-23 | 1 | -57/+39 |
* | - Move the routine for flushing all user mappings from the tlb from pmap to | jake | 2003-04-13 | 2 | -5/+8 |
* | I deserve a big pointy hat for having missed all those references | mux | 2003-04-10 | 1 | -1/+1 |
* | Change the operation parameter of bus_dmamap_sync() from an | mux | 2003-04-10 | 1 | -9/+6 |
* | Use vm_paddr_t for physical addresses. | jake | 2003-04-08 | 9 | -31/+31 |
* | Make the pmap stats writeable. It can be useful to clear them. | jake | 2003-04-06 | 1 | -1/+1 |
* | Use the vis block copy/zero functions for pmap_copy_page and pmap_zero_page. | jake | 2003-04-06 | 2 | -7/+9 |
* | Add optimized block copy and zero functions using vis instructions, which | jake | 2003-04-03 | 1 | -0/+3 |
* | - Add space for kernel floating point registers to the pcb. These will be | jake | 2003-04-03 | 1 | -6/+8 |