Age | Commit message (Expand) | Author |
2010-09-20 | Stop doing shutdown hooks in network drivers where possible. We already | Theo de Raadt |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-20 | Initial revision | Takuya ASADA |
2010-09-20 | Initial revision | Takuya ASADA |
2010-09-20 | Write the start of an activate function. QUIESCE should wait for the | Theo de Raadt |
2010-09-20 | Need an activate function to get to sub-devices. Write it by hand since | Theo de Raadt |
2010-09-20 | Must travese deeper for DVACT_QUIESCE; ok miod | Theo de Raadt |
2010-09-19 | Overhaul ddb disassembler to recognize all MIPS IV instructions, as well as | Miod Vallat |
2010-09-17 | Recognize MIPS IV extra FPU condition codes in MipsEmulateBranch(). | Miod Vallat |
2010-09-17 | Protect a few more defines with _KERNEL checks, and also allow some of them | Miod Vallat |
2010-09-17 | FPU control/status register defines, and upcoming userland function | Miod Vallat |
2010-09-17 | Correctly disassemble `branch likely' instructions. | Miod Vallat |
2010-09-17 | There is only one code for coprocessor BC opcodes, so don't bother to handle | Miod Vallat |
2010-09-17 | Do not trust the FPU identification register obtained from KL configuration | Miod Vallat |
2010-09-14 | Recognize the new sequence gcc4 uses to trap on divide by zero. | Miod Vallat |
2010-09-14 | Undo unrelated changes commitedby mistake. | Miod Vallat |
2010-09-14 | Force .rodata.str1.4 section to be merged into .text for the 32-bit bootblocks, | Miod Vallat |
2010-09-14 | unstatic variable we need elsewhere, fixes stand build on tezro | Marco Peereboom |
2010-09-14 | Fix couple of warnings | Marco Peereboom |
2010-09-14 | Forc -mno-abicalls when compiling non-PIC bootblocks, for gcc 4 passes -KPIC | Miod Vallat |
2010-09-13 | Added OCTEON in cpu type. ok miod@ | Takuya ASADA |
2010-09-12 | Stricter types in MipsEmulateBranch(), and related cleanups. | Miod Vallat |
2010-09-12 | Use __dead instead of volatile to mark functions that don't return. Makes | Mark Kettenis |
2010-09-12 | Avoid machine-check exception on OCTEON. ok miod@ | Takuya ASADA |
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 |