Age | Commit message (Expand) | Author |
2010-09-11 | move machine dependent GET_CPU_INFO(), getcurcpu(), setcurcpu() to arch/sgi. ... | Takuya ASADA |
2010-09-10 | Provide a bus_dmamap_sync() implementation for the IOMMU. Fixes bigmem. | Mark Kettenis |
2010-09-09 | Sync suspend logic with current practice, and try to handle failure | Miod Vallat |
2010-09-09 | Move cache settings into hw_cpu_init_secondary() ok miod@ | Takuya ASADA |
2010-09-09 | Fix compile error on option DEBUG ok miod@ | Takuya ASADA |
2010-09-09 | The resume powerhooks were always in the wrong place. Then when replaced | Theo de Raadt |
2010-09-08 | merge apm_standby() into apm_suspend() | Theo de Raadt |
2010-09-08 | No need for vfs_syncwait() in a bufq_quiesce() world | Theo de Raadt |
2010-09-08 | activate NTFS, let's hope it gets less experimental soon (as beck@ said) | Marc Espie |
2010-09-08 | Crank ofwboot version after recent changes. | Joel Sing |
2010-09-08 | Use the offset value passed into search_label() and call it with | Joel Sing |
2010-09-08 | Sync disklabel_sun_to_bsd() with sparc64/disksubr.c. This gives us access | Joel Sing |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-08 | Nuke bogus comment. | Joel Sing |
2010-09-07 | rename function parameter to be more like all the others in the tree | Theo de Raadt |
2010-09-07 | Restore msr unconditionnaly, why bother checking if they have changed; deraadt | Miod Vallat |
2010-09-07 | Join the cf_activate() crowd and preserve a few msr around suspend. | Miod Vallat |
2010-09-07 | enable aesni. | Mike Belopuhov |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-07 | shorten fpu critical sections so that all frees and other manipulations | Mike Belopuhov |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-09-06 | Make sure bus_dmamap_sync() always involves a function call, to prevent the | Mark Kettenis |
2010-09-06 | Stop sending so many superfluous IPIs: zero out pm_cpus in pmap_create(), | Philip Guenthe |
2010-09-06 | now that the drm issue is resolved, switch to using ca_activate calls | Theo de Raadt |
2010-09-06 | - spello, short-hand -> shorthand | Jasper Lievisse Adriaanse |
2010-09-06 | move away from using /**/ to ## for cpp paste in sh locore | Jonathan Gray |
2010-09-05 | Remove bogus LHS casts. makes gcc4 happy. | Mark Kettenis |
2010-09-05 | Make gcc4 happy. Similar to what we've done to sparc64 a couple of months ago. | Mark Kettenis |
2010-09-05 | Fix inline assembler to make it acceptable to gcc4. Similar to what we've | Mark Kettenis |
2010-09-01 | Fix typo in vgafb_mmap(), causing a comparison to always fail. ok kettenis@ | Miod Vallat |
2010-09-01 | Clean-up the spl dance around suspend/resume. Okay miod@. | Paul Irofti |
2010-09-01 | Let non-ykbec kernels link again. | Miod Vallat |
2010-08-31 | Do wsdisplay suspend/resume and also the bufq dance. | Paul Irofti |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | pchbactivate should return result of config_activate_children | Theo de Raadt |
2010-08-31 | pchbactivate should return result of config_activate_children | Theo de Raadt |
2010-08-31 | Correctly enable wakeup interrupts after splhigh(). | Miod Vallat |
2010-08-31 | WIP suspend/resume support for loongson lemote. Okay miod@. | Paul Irofti |
2010-08-30 | Hurray! Zaurus apm can now call the activate functions intead of powerhooks. | Theo de Raadt |
2010-08-30 | Convert all powerhooks to activate functions, and provide powerhook stubs. | Theo de Raadt |
2010-08-30 | lend a hand keeping beagle up-to-date with what is going on in powerhook | Theo de Raadt |
2010-08-30 | Change powerhooks into activate functions, and provide stub powerhook | Theo de Raadt |
2010-08-30 | disable SVR4 compat by default; ok kettenis | Theo de Raadt |
2010-08-30 | delete PROCFS we will never support | Theo de Raadt |
2010-08-30 | ddbcpu for sgi. ok miod@ | Takuya ASADA |
2010-08-29 | s/wdcactivate/config_activate_children/ | Theo de Raadt |
2010-08-29 | put the bufq_restart() in the right place, so that a 2nd resume works. | Theo de Raadt |
2010-08-28 | Correctly compute memory size if less than 256MB. | Miod Vallat |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-08-27 | Run powerhooks with interrupts blocked. This requires a bit of a song and | Theo de Raadt |