Age | Commit message (Expand) | Author |
2011-01-04 | Use pmap_uncache_page() to alter cacheability of pages in bus_dmamem_map() | Miod Vallat |
2011-01-04 | Introduce pmap_uncache_page(), created from the guts of pmap_kenter_cache() | Miod Vallat |
2011-01-04 | It is actually possible to run CoolThreads servers with a graphics console, | Mark Kettenis |
2011-01-04 | XVR-300 is boring. For starters it has a very dull looking OpenPROM logo. | Mark Kettenis |
2011-01-04 | - de-register. no binary change. | Jasper Lievisse Adriaanse |
2011-01-03 | remove unused file | Alexandr Shadchin |
2011-01-03 | Rework backtrace code, and try to cope with variadic functions better | Miod Vallat |
2011-01-02 | More changes to pacify the Solaris virtual disk client. Implement | Mark Kettenis |
2011-01-02 | Make need_resched() call cpu_unidle() such that we wake up a process running on | Mark Kettenis |
2011-01-02 | Figure out how much L2 cache is available on 88410-blessed designs, and | Miod Vallat |
2011-01-02 | Enable udl(4) on hppa, together with rasops and rawkbd for Xorg. | Matthieu Herrb |
2011-01-02 | Kill pmap_table_t typedef. | Miod Vallat |
2011-01-02 | Fix dump to work with PMAP_DIRECT, as done on mvme88k. | Miod Vallat |
2011-01-02 | Only store bus/dev/func numbers when the corresponding pointer argument | Jasper Lievisse Adriaanse |
2011-01-02 | - move resettodr and inittodr to clock.c, like the other clock related functions | Jasper Lievisse Adriaanse |
2011-01-02 | We need db_machdep.h even when TRAPDEBUG is enabled. | Joel Sing |
2011-01-02 | Include files.bluetooth so that hppa64 compiles. | Joel Sing |
2011-01-02 | Move away from using fixed-sized descriptors and fill in some missing bits | Mark Kettenis |
2011-01-02 | Use the session ID passed to use by the virtual disk client, and pass back | Mark Kettenis |
2011-01-02 | Declare ourselves to be a virtual disk server during the version negotiation | Mark Kettenis |
2011-01-01 | Now that we __HAVE_PMAP_DIRECT, it gets easy to simply save partial cache | Miod Vallat |
2011-01-01 | Better errata #17 handling logic. Only concerns MULTIPROCESSOR kernels. | Miod Vallat |
2011-01-01 | Corretctly return 0xffffffff for the returned LBA if the disk is too large | Mark Kettenis |
2011-01-01 | Implement READ CAPACITY (16). | Mark Kettenis |
2011-01-01 | Move setting cpu_hzticks to the clock initialization function, like | Jasper Lievisse Adriaanse |
2011-01-01 | - ansify | Jasper Lievisse Adriaanse |
2011-01-01 | Fix horribly broken softintr_establish(). The old code was not managing the | Mark Kettenis |
2011-01-01 | Only store bus/dev/func numbers when the corresponding pointer argument | Mark Kettenis |
2011-01-01 | Only store bus/dev/func numbers when the corresponding pointer argument | Mark Kettenis |
2010-12-31 | Massive overhauling of the m88k pmap, though I can't pretend it's a new pmap | Miod Vallat |
2010-12-31 | Handle writethrough mappings (as opposed to writeback) better: | Miod Vallat |
2010-12-31 | Yet another rework of the cache flushing routines. Fixes some bugs, probably | Miod Vallat |
2010-12-31 | Introduce a new cmmu routine, for page writebacks without invalidate. Will be | Miod Vallat |
2010-12-31 | Standardize cache handling functions and defines to use wb/wbinv/inv instead | Miod Vallat |
2010-12-31 | In db_write_bytes(), cope with memory addresses mapped by the two hardwired | Miod Vallat |
2010-12-31 | Provide a lint-friendly __va_copy(), as done on all other platforms. | Miod Vallat |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-30 | Since we save the interrupt mask in the trapframe when we get a trap, we | Mark Kettenis |
2010-12-30 | Prior to loading the FPU context onto the current CPU, check to see if the | Joel Sing |
2010-12-30 | Turn signotify() into a function that also calls cpu_unidle(). | Joel Sing |
2010-12-30 | Implement cpu_unidle() for MP kernels. | Joel Sing |
2010-12-30 | add a simple __va_copy inside ifdef lint, from tim van der molen. | Ted Unangst |
2010-12-29 | Bus clock doesn't matter on the Xeon 3600/5600 and Xeon 6500/7500, so don't | Mark Kettenis |
2010-12-28 | Previous diff had a buglet, found the hard way by pea@ | Miod Vallat |
2010-12-27 | Correct x86_atomic_*_ul() to operate on 64bit integers, eliminate | Philip Guenthe |
2010-12-27 | Eliminate x86_multicast_ipi() as unused and broken (doesn't handle #cpu>32). | Philip Guenthe |
2010-12-27 | Do not issue a cache maintainance operation until the last one is not | Miod Vallat |
2010-12-27 | Properly initialize MXCSR and XMM registers if we only write the x87 FPU state | Mark Kettenis |
2010-12-26 | Misplaced splx() in pmap_unsetbit(). | Miod Vallat |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |