summaryrefslogtreecommitdiffstats
path: root/sys/mips
Commit message (Expand)AuthorAgeFilesLines
* Don't do a device_identify to add uart0, it's already hinted.jmallett2011-01-191-8/+0
* For architectures not using direct map , and requiring real KVA page forkib2011-01-181-1/+1
* Remove empty dev_mem_md_init() stubs.jkim2011-01-171-5/+0
* Save the CPU model, the board and the CPU clock rate so they are reported byimp2011-01-171-9/+16
* Kill redundant cpu lineimp2011-01-171-1/+0
* Make cpu_model public (otherwise there's no way to set it) and bump itimp2011-01-171-1/+4
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+4
* Support for 64 bit PTEs on n32 and n64 compilation.jchandra2011-01-1311-120/+159
* Cleanup physical address and PTE types on MIPS.jchandra2011-01-135-47/+41
* The message ring interrupt needs to be enabled for all cpus, not justjchandra2011-01-121-65/+52
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-113-3/+0
* Initialize PCIe buses and add preliminary support for 64-bit BARs.jmallett2011-01-111-215/+321
* Count output bytes and packets.jmallett2011-01-102-2/+8
* Shorten device name so it fits into vmstat -i.jmallett2011-01-101-3/+3
* o) Free mbufs in error cases.jmallett2011-01-101-0/+6
* o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ range.jmallett2011-01-105-1/+528
* Now that we correctly enable rx interrupts on all cores, performance has gottenjmallett2011-01-091-1/+22
* o) Remove some unused local definitions of IP protocol numbers.jmallett2011-01-092-11/+10
* Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.kib2011-01-091-11/+0
* Add missing ar91xx definition for the WMAC reset control.adrian2011-01-091-0/+1
* White space changes to align comments. The mips and powerpc _inttypes.htijl2011-01-081-110/+110
* Rename PRIreg helper macro to PRIptr to better reflect its use. Registerstijl2011-01-081-46/+48
* On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather thantijl2011-01-083-38/+28
* On 32 bit architectures define (u)int64_t as (unsigned) long long insteadtijl2011-01-081-11/+6
* Fix types of some values in machine/_limits.h.tijl2011-01-081-6/+4
* Remove unused support for 64 bit long on 32 bit architectures.tijl2011-01-071-11/+3
* Add AT_STACKPROT elf aux vector. Will be used to inform rtld about thekib2011-01-071-1/+2
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-064-5/+5
* Correct an 8-year-old typo which reliably leads to typo after typo today:jmallett2011-01-041-42/+43
* Remove OCTEON1-32. Since moving to the Cavium SDK, we've lost our support forjmallett2011-01-041-91/+0
* o) Add MIPS_COP_0_EXC_PC accessors to <machine/cpufunc.h>.jmallett2011-01-042-83/+108
* o) Unmask Central Interrupt Unit interrupts on APs, too.jmallett2011-01-041-4/+5
* o) When trying to determine whether the pcpu pointer is a managed address, checkjmallett2011-01-011-5/+17
* When allocating memory from bootmem for the kernel to use, try to leave aboutjmallett2010-12-281-0/+8
* Include std.sentry5 from the SENTRY5 kernel configuration. This wasnwhitehorn2010-12-221-0/+1
* o) Add support for the Lanner MR-321X/MR-325, which is just a modified MR-320.jmallett2010-12-161-0/+1
* - include argument should be in quotesgonzo2010-12-164-4/+4
* Make the ELF trampoline binary ELF executable (and do some cleanup).jchandra2010-12-162-3/+19
* Updates for I2C devices on XLR engg boards.jchandra2010-12-133-34/+10
* fix mips build breakage introduced in r216375: atomic_store_int doesn't existsavg2010-12-131-3/+1
* I2C drivers for XLR/XLS processors.jchandra2010-12-129-263/+711
* fix atomic_set_xxx misuse in rgeavg2010-12-111-2/+2
* Fix compilation when DEBUG option is enabled.jchandra2010-12-093-9/+1
* - dump_avail layout should be sequence of [start, end)gonzo2010-12-098-18/+12
* - Populate dump_avail with proper values from phys_availgonzo2010-12-099-3/+43
* swi_vm() for mips.jchandra2010-12-091-0/+3
* UMA_MD_SMALL_ALLOC for mips.jchandra2010-12-094-12/+102
* Fix double ;;kevlo2010-12-061-1/+1
* 1. Fix off by one errors in calls to MIPS_DIRECT_MAPPABLE, reported by alc@jchandra2010-12-032-17/+12
* Fixup for r216141, dump_add_page needs to be non-static now.jchandra2010-12-032-4/+6
OpenPOWER on IntegriCloud