summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Enable module builds now that the build completes for them. Thisimp2010-03-291-1/+1
* Replace sb_store64()/sb_load64() with mips3_sd()/mips3_ld() respectively.neel2010-03-264-52/+146
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-4/+4
* Fix periodic "t_delta 16.01359db7eb5eb3c0 too long" messages on the console byneel2010-03-241-17/+36
* Sibyte provides a 64-bit read-only counter that counts at half the processorneel2010-03-205-0/+53
* Make sure that the registers 'v0' and 'v1' are properly sign-extendedneel2010-03-201-4/+4
* Get rid of unused macro MIPS_MEM_RID.neel2010-03-201-1/+0
* This change enables use of physical memory that is beyond the directneel2010-03-206-266/+183
* Go ahead and add USB support to the generic config.imp2010-03-141-3/+4
* o) Use octeon_fpa_alloc_phys in a situation in which we don't need a usablejmallett2010-03-131-81/+86
* - Enable kernel stack guard page.neel2010-03-122-8/+23
* Make the ddb command "show tlb" SMP friendly.neel2010-03-124-11/+69
* o) Send packets being queued for transmission up to BPF if there's a listener.jmallett2010-03-121-2/+58
* Add bpf and random to Octeon configurations, since they're needed to runjmallett2010-03-112-0/+4
* Don't force single user on Octeon anymore.jmallett2010-03-111-2/+0
* o) Eliminate use of sc->typestr, which is always NULL.jmallett2010-03-111-41/+56
* Stash the context of the running thread at the time an IPI_STOP is receivedneel2010-03-115-5/+35
* Check for device faults and for failures to set DRQ when expected, ratherjmallett2010-03-061-43/+84
* o) Consistently use MIPS_KSEGn_TO_PHYS instead of MIPS_{,UN}CACHED_TO_PHYS etc.jmallett2010-03-064-46/+26
* o) Simplify the implementation of bus read/write functions, and eliminate somejmallett2010-03-051-301/+179
* Properly detect a type of real board that claims to have a 0.0 revision.jmallett2010-03-051-6/+19
* Do not mask off the low byte of the chipid, it makes some of the casejmallett2010-03-051-1/+1
* Remove some unused cruft.neel2010-03-041-47/+0
* Add support for CPUs with cache coherent DMA. The two main changes are:neel2010-03-044-10/+35
* Looks like S8 and SP are reversed in setjmp, so longjmp doesn't workimp2010-03-031-2/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-035-35/+0
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.gnn2010-03-032-3/+24
* Spell START_FRAME CALLFRAME_SIZ now.imp2010-03-033-10/+10
* - Move rmi_pci_bus_space to header and avoid externrrs2010-03-025-145/+107
* Update macros for multiple ABI support from NetBSD.imp2010-03-023-23/+314
* Fix another fo-pa of mine... duplicate patches shouldrrs2010-02-211-760/+0
* Fix for the rge driver for boards without rge6 and rge7.rrs2010-02-202-5/+24
* Changes for pci and pci-e supportrrs2010-02-204-164/+1112
* Opps forgot to add this:rrs2010-02-201-0/+760
* Cleanups for sys/mips/rmi/bus_space_rmi.crrs2010-02-201-175/+30
* Some fixes to the current RMI interrupt handling, changes in this patch are:rrs2010-02-203-35/+45
* Fix DDB backtrace that includes a kernel exception frame.neel2010-02-201-2/+14
* Get rid of unused options: KERNPHYSADDR, KERNVIRTADDR, PHYSADDR, PHYS_ADDR_64BITneel2010-02-208-13/+0
* Define DMA_RX_STATUS_OVERFLOW with correct value.kan2010-02-191-3/+3
* Hack to make ALCHEMY compile again...imp2010-02-181-3/+38
* Make printfs work for both OCTEON1 and OCTEON1-32imp2010-02-182-11/+13
* Parens around tertiary operator so that casting the result works...imp2010-02-181-3/+2
* Use proper structure type for 64-bit headersimp2010-02-181-1/+1
* Kernel module support for mips.neel2010-02-181-96/+62
* Various fixes to get the SWARM config working on a big-endian Sibyte CPU.neel2010-02-174-8/+205
* - Clean-up output of memory banks infogonzo2010-02-161-4/+4
* Adjust style (following the already existing rules) for the newlyattilio2010-02-1511-11/+11
* Remove the PCI_IOSPACE_SIZE and PCI_IOSPACE_ADDR hack from nexus.c. Implementneel2010-02-123-39/+132
* Add the options DEADLKRES (introducing the deadlock resolver thread) inattilio2010-02-1012-0/+12
* If a mbuf is split across two pages, werrs2010-02-101-0/+2
OpenPOWER on IntegriCloud