summaryrefslogtreecommitdiffstats
path: root/sys/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Merge jmallett@'s n64 work into HEADjchandra2010-07-121-0/+16
* Move KSEG address definitions from cpu.h to cpuregs.h with the otherjchandra2010-07-122-19/+25
* Use 64 bit type for rqb_word_t in n64 kernel.jchandra2010-07-081-2/+11
* Merge jmallett@'s n64 work into HEAD - changeset 8jchandra2010-07-082-10/+9
* Remove save/restore of PageMask in tlb.c functions introduced in r209243.jchandra2010-07-021-1/+2
* Merge jmallett@'s n64 work into HEAD - changeset 7jchandra2010-06-244-13/+31
* Merge jmallett@'s n64 work into HEAD - changeset 6jchandra2010-06-232-46/+47
* Merge jmallett@'s n64 work into HEAD - changeset 5jchandra2010-06-181-6/+0
* Merge jmallett@'s n64 work into HEAD - changeset 4jchandra2010-06-174-134/+88
* Get rid of empty and unused KSEG0TEXT macros.neel2010-05-251-4/+0
* Adds JC's cleanup patches that fix it sorrs2010-05-181-0/+6
* This pushes all of JC's patches that I have in place. Irrs2010-05-163-1/+3
* Eliminate dead code.alc2010-05-061-1/+0
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-2/+2
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+6
* Most MIPS systems have a comparatively-sparse physical memory layout. Switchjmallett2010-04-241-2/+2
* o) Eliminate the "stand" frame and its use. Use CALLFRAME_* everywhere.jmallett2010-04-191-4/+0
* o) Fix XKPHYS physical address extraction. Also define cache coherencyjmallett2010-04-192-32/+42
* o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches thejmallett2010-04-182-7/+3
* o) Make pcb_onfault a pointer rather than an obscure integer value.jmallett2010-04-173-6/+2
* o) Add NPDEPG, like NPTEPG but for PDEs.jmallett2010-04-173-49/+26
* o) Use inline functions to access coprocessor 0 registers rather than externaljmallett2010-04-177-111/+77
* o) Remove code related to VM_ALLOC_WIRED_TLB_PG_POOL, VM_KERNEL_ALLOC_OFFSETjmallett2010-04-172-42/+1
* Adjust limits and formats for ABIs with 64-bit longs.jmallett2010-04-162-46/+56
* o) Use the direct map where possible for uiomove_fromphys, based on code fromjmallett2010-04-161-12/+3
* o) Fix the intr_* functions to not spam the whole status register, just the IEjmallett2010-04-161-56/+45
* Remove some unused header files.jmallett2010-04-165-611/+0
* Add BUS_SPACE_UNRESTRICTED and define it to be ~0, just like all theimp2010-04-081-0/+2
* Replace sb_store64()/sb_load64() with mips3_sd()/mips3_ld() respectively.neel2010-03-261-0/+29
* Sibyte provides a 64-bit read-only counter that counts at half the processorneel2010-03-201-0/+8
* This change enables use of physical memory that is beyond the directneel2010-03-202-3/+1
* - Enable kernel stack guard page.neel2010-03-121-6/+5
* Make the ddb command "show tlb" SMP friendly.neel2010-03-122-0/+7
* Stash the context of the running thread at the time an IPI_STOP is receivedneel2010-03-112-0/+6
* o) Consistently use MIPS_KSEGn_TO_PHYS instead of MIPS_{,UN}CACHED_TO_PHYS etc.jmallett2010-03-062-20/+0
* Remove some unused cruft.neel2010-03-041-47/+0
* Add support for CPUs with cache coherent DMA. The two main changes are:neel2010-03-041-0/+3
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.gnn2010-03-032-3/+24
* - Move rmi_pci_bus_space to header and avoid externrrs2010-03-021-0/+1
* Update macros for multiple ABI support from NetBSD.imp2010-03-023-23/+314
* Some fixes to the current RMI interrupt handling, changes in this patch are:rrs2010-02-201-14/+0
* SMP support for the mips port.neel2010-02-096-16/+68
* Reduce the size of the array used to store the TLB mappings for the kernelneel2010-02-031-1/+1
* Provide access to pcpu structures for SMP kernels.neel2010-01-302-23/+11
* Fix a problem seen when a new process was returning to userlandneel2010-01-261-1/+5
* - Introduce kernel_kseg0_end variable that marks first address in KSEG0gonzo2010-01-241-0/+2
* - Copy symbol-related tables (.symtab and .strtab) to the end ofgonzo2010-01-241-0/+5
* Remove Sibyte specific code from locore.S that sets the k0seg coherency.neel2010-01-231-4/+1
OpenPOWER on IntegriCloud