| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused code in sys/mips/rmi : | jchandra | 2010-05-24 | 9 | -1930/+0 |
* | Reorganize syscall entry and leave handling. | kib | 2010-05-23 | 3 | -4/+14 |
* | - Use ptpgzone zone to allocate page table pages irrespective of the amount of | neel | 2010-05-22 | 1 | -81/+25 |
* | - Adjust the whitespace for the lines that output fields in 'show pcpu' in | jhb | 2010-05-21 | 1 | -2/+2 |
* | Changes to boot on a subset of threads on an XLR/XLS core. | jchandra | 2010-05-21 | 4 | -196/+189 |
* | Add a device description. | rpaulo | 2010-05-18 | 1 | -0/+2 |
* | Fix Sibyte SMP kernel breakage caused by r208249. | neel | 2010-05-18 | 1 | -0/+2 |
* | Adds the file I forgot to add... that handles | rrs | 2010-05-18 | 1 | -0/+68 |
* | Adds JC's cleanup patches that fix it so | rrs | 2010-05-18 | 5 | -19/+30 |
* | On entry to pmap_enter(), assert that the page is busy. While I'm | alc | 2010-05-16 | 1 | -5/+13 |
* | This pushes all of JC's patches that I have in place. I | rrs | 2010-05-16 | 19 | -612/+496 |
* | Remove some stray ';'s | imp | 2010-05-13 | 2 | -2/+2 |
* | Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and | alc | 2010-05-08 | 1 | -3/+10 |
* | Eliminate dead code. | alc | 2010-05-06 | 2 | -15/+0 |
* | Fix DDB backtrace involving kernel modules. | neel | 2010-05-05 | 1 | -1/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 2 | -4/+4 |
* | Remove redundant checking of sc_leaving (uart_intr() already handles this). | marius | 2010-05-02 | 1 | -4/+1 |
* | Enable AH_RXCFG_SDMAMW_4BYTES option. See NOTES file for why this is | imp | 2010-05-01 | 1 | -0/+1 |
* | Put the -current debugging options back into AR71XX. | imp | 2010-05-01 | 1 | -5/+5 |
* | Bug in the memory mapping module. The wrong | rrs | 2010-04-30 | 1 | -1/+1 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 2 | -4/+9 |
* | Adapt i386 r207205 to mips: Clearing PV_TABLE_REF and setting the page's | alc | 2010-04-28 | 1 | -9/+3 |
* | Style: use #define<TAB> instead of #define<SPACE>. | kib | 2010-04-27 | 1 | -2/+2 |
* | Resurrect pmap_is_referenced() and use it in mincore(). Essentially, | alc | 2010-04-24 | 1 | -3/+15 |
* | Move the constants specifying the size of struct kinfo_proc into | kib | 2010-04-24 | 1 | -0/+6 |
* | Most MIPS systems have a comparatively-sparse physical memory layout. Switch | jmallett | 2010-04-24 | 2 | -5/+6 |
* | Build some nops into CLEAR_STATUS here to make sure that the following | jmallett | 2010-04-23 | 1 | -2/+4 |
* | o) Remove default MAXMEM on SWARM; pmap can readily use lmem for >512M | jmallett | 2010-04-23 | 2 | -6/+11 |
* | Large memory mappings are always CPU local and always done with interrupts | jmallett | 2010-04-23 | 1 | -2/+2 |
* | Fix compilation error. | neel | 2010-04-23 | 1 | -1/+1 |
* | Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had | thompsa | 2010-04-22 | 2 | -0/+2 |
* | Add the necessary hooks for dtrace cyclic module. | rpaulo | 2010-04-20 | 1 | -1/+10 |
* | Remove svn:executable prop. | rpaulo | 2010-04-20 | 5 | -0/+0 |
* | Fix MALTA64 build. | jmallett | 2010-04-19 | 1 | -2/+2 |
* | Remove unused file. | jmallett | 2010-04-19 | 1 | -171/+0 |
* | o) Eliminate the "stand" frame and its use. Use CALLFRAME_* everywhere. | jmallett | 2010-04-19 | 7 | -349/+237 |
* | o) Fix XKPHYS physical address extraction. Also define cache coherency | jmallett | 2010-04-19 | 5 | -43/+49 |
* | o) Add a VM find-space option, VMFS_TLB_ALIGNED_SPACE, which searches the | jmallett | 2010-04-18 | 8 | -33/+31 |
* | Delete svn:executable prop. | rpaulo | 2010-04-18 | 1 | -0/+0 |
* | o) Make pcb_onfault a pointer rather than an obscure integer value. | jmallett | 2010-04-17 | 7 | -548/+459 |
* | o) Add NPDEPG, like NPTEPG but for PDEs. | jmallett | 2010-04-17 | 12 | -78/+54 |
* | o) Add SMP support for Octeon using U-Boot to launch all the processors at the | jmallett | 2010-04-17 | 11 | -513/+210 |
* | o) Back out my previous change to SWARM; some of it was to address an issue | jmallett | 2010-04-17 | 2 | -16/+13 |
* | o) Use inline functions to access coprocessor 0 registers rather than external | jmallett | 2010-04-17 | 15 | -417/+210 |
* | o) Remove code related to VM_ALLOC_WIRED_TLB_PG_POOL, VM_KERNEL_ALLOC_OFFSET | jmallett | 2010-04-17 | 6 | -338/+59 |
* | Adjust limits and formats for ABIs with 64-bit longs. | jmallett | 2010-04-16 | 2 | -46/+56 |
* | o) Use the direct map where possible for uiomove_fromphys, based on code from | jmallett | 2010-04-16 | 4 | -214/+152 |
* | o) Fix the intr_* functions to not spam the whole status register, just the IE | jmallett | 2010-04-16 | 1 | -56/+45 |
* | Set KERNLOADADDR and TARGET_BIG_ENDIAN for SWARM. | jmallett | 2010-04-16 | 1 | -0/+5 |
* | Remove some unused header files. | jmallett | 2010-04-16 | 6 | -613/+0 |