summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2009-11-28missing #ifdef MULTIPROCESSOR protection around locking code.Miod Vallat
2009-11-27Move MB_LEN_MAX into the machine-independent sys/limits.h header,Philip Guenthe
2009-11-27ci->ci_curprocpaddr must initialized before cpu1 get into cpu_switchto().Takuya ASADA
2009-11-27atomic counter increment for SMP.Takuya ASADA
2009-11-26Now IPI can interrupt to clock interrupt handler.Takuya ASADA
2009-11-26Reset the wakeup vector to ensure that we don't resume on reboot.Mike Larkin
2009-11-26do not pull acpi_wakecode.o into RAMDISKSTheo de Raadt
2009-11-26move gcu* to near what it is used byTheo de Raadt
2009-11-26By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-26initialize cpu_info correctly.Takuya ASADA
2009-11-26wdc@isa ok deraadtJonathan Gray
2009-11-26By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-26knf relative to i386Theo de Raadt
2009-11-26re-init the fpu like on i386Theo de Raadt
2009-11-26Really want isa.h when using #ifdef NISA > 0Theo de Raadt
2009-11-26Add an explicit check for supported models (10, 13, 15) before setting up theNicholas Marriott
2009-11-26Fix a stack problem on amd64, now the resume functions get called properly.Mike Larkin
2009-11-25Fix typo.Joel Sing
2009-11-25Add ci_randseed.Joel Sing
2009-11-25Repair typo in commented-out DRM option, 'sure' oga@Ian Darwin
2009-11-25Unbreak GENERIC-IP27.Joel Sing
2009-11-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-25IP30 IPI implementation.Takuya ASADA
2009-11-25add gcu(4) to GENERIC and RAMDISK_CDDariusz Swiderski
2009-11-25Make sure we get a clean gdt from the BIOS.Paul Irofti
2009-11-25Clear any pending interrupts. This should not matter, since we're at splhigh(),Mark Kettenis
2009-11-25By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-25Allow xbow_intr_establish() callers to provide optional storage for theMiod Vallat
2009-11-24smp_malloc() implemented.Takuya ASADA
2009-11-24Save FPU state before suspend.Mike Larkin
2009-11-24Poke CR3 one last time before resuming. Suggested by deraadt@.Mike Larkin
2009-11-24KSEG->CKSEG fallout.Miod Vallat
2009-11-24- add rcs id's.Jasper Lievisse Adriaanse
2009-11-24By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-24By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-24enable uthum(4), and rearrange some nearby goopTheo de Raadt
2009-11-23diffable against amd64Theo de Raadt
2009-11-23bios* devices need to call their children on suspend/resume.Mike Larkin
2009-11-23Remove ACPI_SLEEP_ENABLED checks.Paul Irofti
2009-11-23oops, call config_activate_childrenTheo de Raadt
2009-11-23pchb must walk children tooTheo de Raadt
2009-11-23Use config_activate_children() for our cf_activate functionTheo de Raadt
2009-11-23By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-23By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-23Add bnx(4) now that it works.Claudio Jeker
2009-11-23By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2009-11-22Allocates bootstrap stack by uvm_pglistalloc instead of uvm_km_alloc.Takuya ASADA
2009-11-22Repost the vbios and remove a spurious cli on i386 ACPI resume code.Mike Larkin
2009-11-22removing unnecessary locks.Takuya ASADA