| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for 64 bit PTEs on n32 and n64 compilation. | jchandra | 2011-01-13 | 11 | -120/+159 |
* | Cleanup physical address and PTE types on MIPS. | jchandra | 2011-01-13 | 5 | -47/+41 |
* | The message ring interrupt needs to be enabled for all cpus, not just | jchandra | 2011-01-12 | 1 | -65/+52 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 3 | -3/+0 |
* | Initialize PCIe buses and add preliminary support for 64-bit BARs. | jmallett | 2011-01-11 | 1 | -215/+321 |
* | Count output bytes and packets. | jmallett | 2011-01-10 | 2 | -2/+8 |
* | Shorten device name so it fits into vmstat -i. | jmallett | 2011-01-10 | 1 | -3/+3 |
* | o) Free mbufs in error cases. | jmallett | 2011-01-10 | 1 | -0/+6 |
* | o) Expand the CIU driver to be aware of newly-allocated parts of the IRQ range. | jmallett | 2011-01-10 | 5 | -1/+528 |
* | Now that we correctly enable rx interrupts on all cores, performance has gotten | jmallett | 2011-01-09 | 1 | -1/+22 |
* | o) Remove some unused local definitions of IP protocol numbers. | jmallett | 2011-01-09 | 2 | -11/+10 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 1 | -11/+0 |
* | Add missing ar91xx definition for the WMAC reset control. | adrian | 2011-01-09 | 1 | -0/+1 |
* | White space changes to align comments. The mips and powerpc _inttypes.h | tijl | 2011-01-08 | 1 | -110/+110 |
* | Rename PRIreg helper macro to PRIptr to better reflect its use. Registers | tijl | 2011-01-08 | 1 | -46/+48 |
* | On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than | tijl | 2011-01-08 | 3 | -38/+28 |
* | On 32 bit architectures define (u)int64_t as (unsigned) long long instead | tijl | 2011-01-08 | 1 | -11/+6 |
* | Fix types of some values in machine/_limits.h. | tijl | 2011-01-08 | 1 | -6/+4 |
* | Remove unused support for 64 bit long on 32 bit architectures. | tijl | 2011-01-07 | 1 | -11/+3 |
* | Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the | kib | 2011-01-07 | 1 | -1/+2 |
* | Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated by | jhb | 2011-01-06 | 4 | -5/+5 |
* | Correct an 8-year-old typo which reliably leads to typo after typo today: | jmallett | 2011-01-04 | 1 | -42/+43 |
* | Remove OCTEON1-32. Since moving to the Cavium SDK, we've lost our support for | jmallett | 2011-01-04 | 1 | -91/+0 |
* | o) Add MIPS_COP_0_EXC_PC accessors to <machine/cpufunc.h>. | jmallett | 2011-01-04 | 2 | -83/+108 |
* | o) Unmask Central Interrupt Unit interrupts on APs, too. | jmallett | 2011-01-04 | 1 | -4/+5 |
* | o) When trying to determine whether the pcpu pointer is a managed address, check | jmallett | 2011-01-01 | 1 | -5/+17 |
* | When allocating memory from bootmem for the kernel to use, try to leave about | jmallett | 2010-12-28 | 1 | -0/+8 |
* | Include std.sentry5 from the SENTRY5 kernel configuration. This was | nwhitehorn | 2010-12-22 | 1 | -0/+1 |
* | o) Add support for the Lanner MR-321X/MR-325, which is just a modified MR-320. | jmallett | 2010-12-16 | 1 | -0/+1 |
* | - include argument should be in quotes | gonzo | 2010-12-16 | 4 | -4/+4 |
* | Make the ELF trampoline binary ELF executable (and do some cleanup). | jchandra | 2010-12-16 | 2 | -3/+19 |
* | Updates for I2C devices on XLR engg boards. | jchandra | 2010-12-13 | 3 | -34/+10 |
* | fix mips build breakage introduced in r216375: atomic_store_int doesn't exists | avg | 2010-12-13 | 1 | -3/+1 |
* | I2C drivers for XLR/XLS processors. | jchandra | 2010-12-12 | 9 | -263/+711 |
* | fix atomic_set_xxx misuse in rge | avg | 2010-12-11 | 1 | -2/+2 |
* | Fix compilation when DEBUG option is enabled. | jchandra | 2010-12-09 | 3 | -9/+1 |
* | - dump_avail layout should be sequence of [start, end) | gonzo | 2010-12-09 | 8 | -18/+12 |
* | - Populate dump_avail with proper values from phys_avail | gonzo | 2010-12-09 | 9 | -3/+43 |
* | swi_vm() for mips. | jchandra | 2010-12-09 | 1 | -0/+3 |
* | UMA_MD_SMALL_ALLOC for mips. | jchandra | 2010-12-09 | 4 | -12/+102 |
* | Fix double ;; | kevlo | 2010-12-06 | 1 | -1/+1 |
* | 1. Fix off by one errors in calls to MIPS_DIRECT_MAPPABLE, reported by alc@ | jchandra | 2010-12-03 | 2 | -17/+12 |
* | Fixup for r216141, dump_add_page needs to be non-static now. | jchandra | 2010-12-03 | 2 | -4/+6 |
* | Revert r216134. This checkin broke platforms where bus_space are macros: | brucec | 2010-12-03 | 1 | -67/+8 |
* | Disallow passing in a count of zero bytes to the bus_space(9) functions. | brucec | 2010-12-02 | 1 | -8/+67 |
* | Add interrupt describing and binding to CIU. | jmallett | 2010-12-01 | 1 | -1/+115 |
* | Run all poll requests through a single function that can either do the generic | jmallett | 2010-11-30 | 7 | -63/+43 |
* | Display some Octeon 2 features and a feature for distinguishing between PCIe | jmallett | 2010-11-30 | 1 | -0/+3 |
* | Don't free the work queue entry that we're using to hold the scatter-gather | jmallett | 2010-11-29 | 1 | -4/+8 |
* | Merge Cavium Octeon SDK 2.0 Simple Executive; this brings some fixes and new | jmallett | 2010-11-28 | 4 | -21/+69 |