Age | Commit message (Expand) | Author |
2009-11-30 | Load firmware that is needed for accelerated X on Elite3D boards. | Mark Kettenis |
2009-11-30 | Add inline function to read %fprs. | Mark Kettenis |
2009-11-30 | Crank __LDPGSZ from 4KB to 16KB, in preparation for a kernel page size | Miod Vallat |
2009-11-30 | KNF | Paul Irofti |
2009-11-30 | Bump up array size to prevent overflow when probing memory | Can Erkin Acar |
2009-11-30 | Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiled | Miod Vallat |
2009-11-29 | disable the isa wdc's because amd64 machines are much more likely to | Theo de Raadt |
2009-11-29 | disable the isa wdc's because amd64 machines are much more likely to | Theo de Raadt |
2009-11-29 | At suspend time there is no need for a fancy cr3 dance to decide if | Theo de Raadt |
2009-11-29 | Reload mtrr state on all CPUs after updates. Seems to speed up X on MP | Mark Kettenis |
2009-11-29 | Send a powerdown command to L1 on IP35 if powerdown is requested. | Miod Vallat |
2009-11-28 | missing #ifdef MULTIPROCESSOR protection around locking code. | Miod Vallat |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-27 | ci->ci_curprocpaddr must initialized before cpu1 get into cpu_switchto(). | Takuya ASADA |
2009-11-27 | atomic counter increment for SMP. | Takuya ASADA |
2009-11-26 | Now IPI can interrupt to clock interrupt handler. | Takuya ASADA |
2009-11-26 | Reset the wakeup vector to ensure that we don't resume on reboot. | Mike Larkin |
2009-11-26 | do not pull acpi_wakecode.o into RAMDISKS | Theo de Raadt |
2009-11-26 | move gcu* to near what it is used by | Theo de Raadt |
2009-11-26 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-26 | initialize cpu_info correctly. | Takuya ASADA |
2009-11-26 | wdc@isa ok deraadt | Jonathan Gray |
2009-11-26 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-26 | knf relative to i386 | Theo de Raadt |
2009-11-26 | re-init the fpu like on i386 | Theo de Raadt |
2009-11-26 | Really want isa.h when using #ifdef NISA > 0 | Theo de Raadt |
2009-11-26 | Add an explicit check for supported models (10, 13, 15) before setting up the | Nicholas Marriott |
2009-11-26 | Fix a stack problem on amd64, now the resume functions get called properly. | Mike Larkin |
2009-11-25 | Fix typo. | Joel Sing |
2009-11-25 | Add ci_randseed. | Joel Sing |
2009-11-25 | Repair typo in commented-out DRM option, 'sure' oga@ | Ian Darwin |
2009-11-25 | Unbreak GENERIC-IP27. | Joel Sing |
2009-11-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-25 | IP30 IPI implementation. | Takuya ASADA |
2009-11-25 | add gcu(4) to GENERIC and RAMDISK_CD | Dariusz Swiderski |
2009-11-25 | Make sure we get a clean gdt from the BIOS. | Paul Irofti |
2009-11-25 | Clear any pending interrupts. This should not matter, since we're at splhigh(), | Mark Kettenis |
2009-11-25 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-25 | Allow xbow_intr_establish() callers to provide optional storage for the | Miod Vallat |
2009-11-24 | smp_malloc() implemented. | Takuya ASADA |
2009-11-24 | Save FPU state before suspend. | Mike Larkin |
2009-11-24 | Poke CR3 one last time before resuming. Suggested by deraadt@. | Mike Larkin |
2009-11-24 | KSEG->CKSEG fallout. | Miod Vallat |
2009-11-24 | - add rcs id's. | Jasper Lievisse Adriaanse |
2009-11-24 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-24 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-24 | enable uthum(4), and rearrange some nearby goop | Theo de Raadt |
2009-11-23 | diffable against amd64 | Theo de Raadt |
2009-11-23 | bios* devices need to call their children on suspend/resume. | Mike Larkin |