Age | Commit message (Expand) | Author |
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt |
2007-11-25 | Add entries for the Transmeta Efficeon CPU to the CPUID table. | Tom Cosgrove |
2007-11-25 | When available and ACPI is enabled use the ACPI reset method | Jonathan Gray |
2007-11-25 | Give the CarBus side of CardBus-PCI bridges a bus number, since OpenFirmware | Mark Kettenis |
2007-11-24 | make ALTENTRY() use _C_LABEL() for the 2nd argument, and adjust callers | Theo de Raadt |
2007-11-24 | Recognize the wait r5k instruction in ddb and use it in cpu_idle_cycle. | Miod Vallat |
2007-11-24 | Fix a stupid underscore bug in memory area computations in the cache functions, | Miod Vallat |
2007-11-24 | Some macppc models (e.g. the 1.5 GHz G4 MacMini) have a large clock drift | Marc Balmer |
2007-11-24 | Be sure to program the busswitch interrupt selection register on 197SP | Miod Vallat |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-11-24 | enable PCIAGP on amd64, tested for some time now by various people | Reyk Floeter |
2007-11-24 | Do not mark any page as global on monoprocessor kernels if running on a | Miod Vallat |
2007-11-24 | Slightly faster cache flushing operations on MP systems. | Miod Vallat |
2007-11-22 | Split the cmmu code routines into single 88110 (MVME197LE) and 88110+88410 | Miod Vallat |
2007-11-22 | Introduce an inline function to skip an instruction on 88110 and use it | Miod Vallat |
2007-11-22 | A decent workaround for errata #16. I have verified it gets triggered, the | Miod Vallat |
2007-11-22 | Do not reenable interrupts for netsted interrupts if interrupts were | Miod Vallat |
2007-11-22 | Do not bother saving the fault address registers if the fault status | Miod Vallat |
2007-11-22 | Do not redirect exception occuring when enabling the fpu to the error handler, | Miod Vallat |
2007-11-22 | Do not save a copy of the previous exception frame in a fixed memory location. | Miod Vallat |
2007-11-22 | disable i386 ipmi as well, because marco has an acpi interaction bug to fix s... | Theo de Raadt |
2007-11-22 | On 88110, skip the faulting instruction in double_reg_fixup() if it can | Miod Vallat |
2007-11-22 | Quote a few errata to explain why odd things are done in oddly ways on 88110. | Miod Vallat |
2007-11-22 | Remove the cpu parameter from cmmu_set_sapr(), since it is only invoked | Miod Vallat |
2007-11-22 | Remove explicit tlb flush from vmapbuf(), since pmap_enter() will take | Miod Vallat |
2007-11-22 | Add an extra parameter to pmap_remove_pte() to control whether it will | Miod Vallat |
2007-11-22 | Move the cmmu lock to 88200-specific code. 88110 MP code will use ipis | Miod Vallat |
2007-11-21 | Use bcopy instead of assignment to avoid a possible misaligned access. | Miod Vallat |
2007-11-21 | Typo | Miod Vallat |
2007-11-21 | Better cache invalidation functions (still horribly unoptimal, but less | Miod Vallat |
2007-11-21 | Don't bother flushing caches in pmap_{copy,zero}_page(), since our caches | Miod Vallat |
2007-11-21 | Move pmap_set_modify() prototype to a header file | Miod Vallat |
2007-11-21 | Move external interrupt and ast handling from m881[01]0_trap() to their | Miod Vallat |
2007-11-21 | A really horrible fix for sigreturn on 88110. This will probably be replaced | Miod Vallat |
2007-11-20 | A line got lost while hand-editing diffs... | Miod Vallat |
2007-11-20 | On 88110, use a shorter path in pmap_is_modified(), since we perform | Miod Vallat |
2007-11-20 | Move 88110 trap-on-write processing from two duplicated sections in trap.c to | Miod Vallat |
2007-11-20 | Fix MP locking issues when processing data access faults on 88110, similar | Miod Vallat |
2007-11-20 | Overhaul of the pmap debug messages. They now provide slightly better | Miod Vallat |
2007-11-20 | Fix setregs() on 88110, so that binaries do not skip their first instruction. | Miod Vallat |
2007-11-20 | In data_access_emulation(), make sure that if we want the pipeline replay | Miod Vallat |
2007-11-18 | Add missing locking around ktrsyscall() call. | Mark Kettenis |
2007-11-17 | - move the re/bwi CardBus entries in the GENERIC kernel config into | Brad Smith |
2007-11-17 | AMD Geode CS5536 GPIO can invert input and output pins. | Marc Balmer |
2007-11-17 | Allow for more than one flag per GPIO pin. | Marc Balmer |
2007-11-17 | Support GPIO_PIN_PULLDOWN (pulldown-enable) as GPIO pin flag. | Marc Balmer |
2007-11-17 | The initial ipl on luna/mvme188 like interrupt arbiters is IPL_HIGH, not | Miod Vallat |
2007-11-17 | Replace many ``unsigned'' variables with ``unsigned int'', ``u_int'' or other | Miod Vallat |
2007-11-17 | Add some preprocessor magic to let M187 and M188 kernels compile again. | Miod Vallat |
2007-11-17 | Remove unused variable. | Miod Vallat |