Age | Commit message (Expand) | Author |
2018-06-25 | Reorganize acpi(4) code a bit in preparation for upcoming arm64 support. | Mark Kettenis |
2018-06-24 | Move signal generation from fputrap() to where it's called in trap() | Philip Guenther |
2018-06-22 | vmm(4): Be more careful when tearing down VMs, to avoid a possible race | Mike Larkin |
2018-06-21 | Save and restore retguard area during hibernate unpack. This copies the | Mike Larkin |
2018-06-21 | Add missing comma. This fixes compilation if we enable VMM_DEBUG macro. | Kevin Lo |
2018-06-20 | On newer AMD parts, use CoreId (EBX) and NodeId (ECX) from cpuid 0x8000001e | Stuart Henderson |
2018-06-19 | SMT (Simultanious Multi Threading) implementations typically share | Mark Kettenis |
2018-06-18 | "a = 1; b = 100; c = a * b; if (c == 0) c = 100;" | Kenneth R Westerback |
2018-06-18 | Align the end of the retguard area on a page boundary and provide symbols | Philip Guenther |
2018-06-16 | Oops, turned on forceukbd during testing of eager FPU work and it slipped | Philip Guenther |
2018-06-15 | Split out the T_PAGEFLT handling into its own function, pageflttrap(). | Philip Guenther |
2018-06-14 | Put the .openbsd.randomdata.retguard input section at the start of the | Philip Guenther |
2018-06-14 | Clear the GPRs when entering the kernel from userspace so that | Philip Guenther |
2018-06-14 | Grab the FPU lock before calling aesni_enc | Mike Belopuhov |
2018-06-13 | alltraps was branching multiple times on whether the trap was from kernel | Philip Guenther |
2018-06-10 | Only use the separate DDBPROF trap03 entry when coming from the kernel | Philip Guenther |
2018-06-10 | Put the register-saving parts of INTRENTRY() into their own macros for | Philip Guenther |
2018-06-10 | Delete dead store of %rax in DDBPROF return path | Philip Guenther |
2018-06-09 | Move all the DDBPROF logic into the trap03 (#BP) handler to keep alltraps | Philip Guenther |
2018-06-07 | Apply the retpoline transformation to indirect jumps in the raw ASM | Philip Guenther |
2018-06-07 | Treat XSAVEOPT and other XSAVE extensions like other cpu flags | Philip Guenther |
2018-06-05 | Switch from lazy FPU switching to semi-eager FPU switching: track whether | Philip Guenther |
2018-06-05 | Split "return to userspace via iretq" from intr_fast_exit into intr_user_exit. | Philip Guenther |
2018-06-01 | Clear aesni_sc if the context is freed, to avoid leaving a dangling | Frederic Cambus |
2018-06-01 | Clear vc3_sc if the context is freed, to avoid leaving a dangling | Frederic Cambus |
2018-06-01 | Enable witness(4) on select architectures to help the current MP work. | Visa Hankala |
2018-05-31 | Return error values directly where appropriate, instead of using the err | Frederic Cambus |
2018-05-26 | Delete obsolete reference to setting segment registers | Philip Guenther |
2018-05-26 | Only set fpu_save_len once and assert if it's too big or would differ | Philip Guenther |
2018-05-26 | CR0_WP is already set in CR0_DEFAULT | Philip Guenther |
2018-05-26 | Initialize ci_idle_pcb->pcb_cr0 just once, in cpu_attach(). | Philip Guenther |
2018-05-26 | Update comment to reflect xsave | Philip Guenther |
2018-05-23 | Enable ccpmic(4) and tipmic(4). | Mark Kettenis |
2018-05-23 | Enable bwfm(4). | Patrick Wildt |
2018-05-23 | Move CR4_DEFAULT to specialreg.h where the CR4_* values are defined | Philip Guenther |
2018-05-22 | Define CR0_DEFAULT with our default CR0_* flags for various .S files. | Philip Guenther |
2018-05-22 | Factor out the common FPU handling from vcpu_run_{vmx,svm}() into | Philip Guenther |
2018-05-22 | Delete antique sigdebug definitions | Philip Guenther |
2018-05-20 | Stash the syscall number in tf_err so it can be reported by the SPL check | Philip Guenther |
2018-05-17 | Make VMM_DEBUG kernels compile again; ok mlarkin | Mike Belopuhov |
2018-05-14 | Delete unused/obsolete labels | Philip Guenther |
2018-05-13 | Fix code which is #ifdef TRAP_SIGDEBUG or DEBUG: wrong variable and | Philip Guenther |
2018-05-04 | Initialize st_count in db_save_stack_trace(). | Visa Hankala |
2018-05-04 | Leave out an unnecessary symbol lookup. | Visa Hankala |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
2018-04-27 | rasops: implement scrollback | Joshua Stein |
2018-04-27 | use nitems() | Jasper Lievisse Adriaanse |
2018-04-27 | -fretpoline for non-RAMDISK kernels. Skylake product needs it, and | Theo de Raadt |
2018-04-27 | vmm(4): pass through ELCRx ports to vmd(8) | Mike Larkin |
2018-04-27 | Fix the prologue detection to match amd64 opcodes, not i386 opcodes | Philip Guenther |