| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Destroy the pmap 'pm_mutex' in pmap_release() otherwise we will panic | neel | 2010-04-14 | 1 | -0/+1 |
* | Revert the vm_machdep.c part of r205072. | neel | 2010-04-14 | 1 | -18/+2 |
* | Fix a bug where bus_dma_load_xxx() would not bounce misaligned buffers | nwhitehorn | 2010-04-09 | 1 | -3/+8 |
* | Add BUS_SPACE_UNRESTRICTED and define it to be ~0, just like all the | imp | 2010-04-08 | 1 | -0/+2 |
* | - Fix mutex type for miibus_mtx: it's not spinlock, it's def lock | gonzo | 2010-04-08 | 1 | -1/+1 |
* | Enable module builds now that the build completes for them. This | imp | 2010-03-29 | 1 | -1/+1 |
* | Replace sb_store64()/sb_load64() with mips3_sd()/mips3_ld() respectively. | neel | 2010-03-26 | 4 | -52/+146 |
* | Change the arguments of exec_setregs() so that it receives a pointer | nwhitehorn | 2010-03-25 | 1 | -4/+4 |
* | Fix periodic "t_delta 16.01359db7eb5eb3c0 too long" messages on the console by | neel | 2010-03-24 | 1 | -17/+36 |
* | Sibyte provides a 64-bit read-only counter that counts at half the processor | neel | 2010-03-20 | 5 | -0/+53 |
* | Make sure that the registers 'v0' and 'v1' are properly sign-extended | neel | 2010-03-20 | 1 | -4/+4 |
* | Get rid of unused macro MIPS_MEM_RID. | neel | 2010-03-20 | 1 | -1/+0 |