Age | Commit message (Expand) | Author |
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 |
2009-11-23 | Remove ACPI_SLEEP_ENABLED checks. | Paul Irofti |
2009-11-23 | oops, call config_activate_children | Theo de Raadt |
2009-11-23 | pchb must walk children too | Theo de Raadt |
2009-11-23 | Use config_activate_children() for our cf_activate function | Theo de Raadt |
2009-11-23 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-23 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-23 | Add bnx(4) now that it works. | Claudio Jeker |
2009-11-23 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-22 | Allocates bootstrap stack by uvm_pglistalloc instead of uvm_km_alloc. | Takuya ASADA |
2009-11-22 | Repost the vbios and remove a spurious cli on i386 ACPI resume code. | Mike Larkin |
2009-11-22 | removing unnecessary locks. | Takuya ASADA |
2009-11-22 | Missed 4 MSRs on suspend/resume in previous version. Tested by pirofti | Mike Larkin |
2009-11-22 | Check for ISA before calling the setup function. | Paul Irofti |
2009-11-22 | Bring amd64 closer to resume, while at it kill dead code. Okay deraadt@. | Paul Irofti |
2009-11-22 | Remove only use in the tree of ESCAPE_NOT_SUPPORTED. Which, ironically, | Kenneth R Westerback |
2009-11-22 | Match the i386 behaviour and only care about bus_clock if we | Jonathan Gray |
2009-11-22 | ncpus, ncpufound values are corrected. | Takuya ASADA |
2009-11-22 | SMP support on MIPS clock. | Takuya ASADA |