summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code cleanup:neel2010-02-101-18/+11
* Call profclock() and statclock() explicitly on all cpus. Prior to thisneel2010-02-101-10/+19
* Enable interrupts before doing AST processing to avoid a deadlock.neel2010-02-101-0/+12
* SMP support for the mips port.neel2010-02-0917-222/+603
* Correct a comment - we are not setting the exception level but rather areneel2010-02-051-17/+10
* Initialize interrupt controller early on.neel2010-02-051-0/+18
* Reimplement all functions to access the system control unit in C.neel2010-02-054-126/+145
* style: don't need to use braces for single line control statements.neel2010-02-051-10/+5
* Compile SWARM with KTRACE support.neel2010-02-041-0/+2
* Get system call tracing using ktrace working for mips.neel2010-02-041-1/+2
* Clean up all places in exception.S that fiddle with 'pcpup' directly. We nowneel2010-02-041-20/+0
* 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-306-118/+76
* Follow Neel's suggestion and switch to usingrrs2010-01-291-17/+18
* For our memory re-mapping trick to workrrs2010-01-291-4/+20
* Its possible that our RMI box has memory extendingrrs2010-01-291-3/+16
* Move ID up into comment block.. per bsdimprrs2010-01-291-3/+4
OpenPOWER on IntegriCloud