Age | Commit message (Expand) | Author |
2017-04-20 | Hook up mutex(9) to witness(4). | Visa Hankala |
2017-04-20 | Hook up mplock to witness(4) on amd64 and i386. | Visa Hankala |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-03-16 | Typo, from miod@ | Martin Pieuchot |
2017-03-11 | Introduce a new knob to force the first USB keyboard as console input. | Martin Pieuchot |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2017-02-06 | Implement Dynamic Profiling, a ddb(4) based & gprof compatible kernel | Martin Pieuchot |
2017-01-24 | SVM: misspelled field name in vmcb struct (renamed to match SVM code I'm | Mike Larkin |
2017-01-24 | SVM: matching i386 commit (missing host save area pa msr) | Mike Larkin |
2017-01-19 | forgot this in previous commit (SVM_MSR* macro definitions) | Mike Larkin |
2017-01-19 | SVM: VMCB intercept definitions | Mike Larkin |
2017-01-19 | rename a couple of macros that are causing me a merge headache with the | Mike Larkin |
2017-01-19 | SVM: vcpu_init_svm - allocate memory for control structures (vmcb, | Mike Larkin |
2017-01-13 | Disable and lock Silicon Debug feature on modern Intel CPUs | Mike Belopuhov |
2017-01-13 | Starting to merge my old AMD SVM/RVI tree, piece by piece. | Mike Larkin |
2017-01-12 | Remove vc_hsa_stack_va, it has not been used in a long time and is no | Mike Larkin |
2017-01-11 | SVM intercept codes (exit reason) defines | Mike Larkin |
2017-01-03 | reduce differences between amd64 and i386 vmm | Mike Larkin |
2016-10-26 | Fix a few misc bugs in i386 vmm: | Mike Larkin |
2016-10-21 | pledge changes needed to support pledging vmd(8) on i386, forthcoming. | Mike Larkin |
2016-10-21 | vmm(4) for i386. Userland changes forthcoming. Note that for the time being, | Mike Larkin |
2016-10-14 | cache some more cpuid info. the cached data is presently unused, but will | Mike Larkin |
2016-09-04 | TCB_GET_MEMBER() is no longer used after the TIB changes | Philip Guenther |
2016-09-03 | Increase the number of mbufs on most architectures. This is based | Alexander Bluhm |
2016-09-03 | fix typo "mode" -> "model" when referring to "Model specific registers" | Mike Larkin |
2016-09-03 | add SDBG to cpuid bits and identcpu | Mike Larkin |
2016-07-28 | Store the acpi processor ID/UID in struct cpu_info, and use it to attach | Mark Kettenis |
2016-06-22 | Identify UMIP feature, if available. | Mike Larkin |
2016-05-18 | Split i386 mp hatch trampoline into code and data pages, and protect each | Mike Larkin |
2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie | Theo de Raadt |
2016-04-27 | G/C DDB_REGS. | Martin Pieuchot |
2016-04-26 | Convert some magic numbers into #defines - this is needed for some MTRR | Mike Larkin |
2016-04-03 | Remove __lockbarrier() defines, unused since cpu_lock removal a few | Jonathan Gray |
2016-03-24 | Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits. | Philip Guenther |
2016-03-15 | Burn more LDT deadwood: stop allocating one for each idle thread, | Philip Guenther |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-03 | Remove option USER_LDT and everything depending on it. | Christian Weisgerber |
2016-03-01 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber |
2016-02-27 | Rename kdb_trap() into db_ktrap(). | Martin Pieuchot |
2016-02-26 | Rename and move x86 calllframe definitions in <machine/frame.h> to use | Martin Pieuchot |
2015-12-07 | Add cpuid bits documented in the August 2015 revision of | Jonathan Gray |
2015-11-10 | Make TCB_GET() in the kernel return a (void *) like all the others archs | Philip Guenther |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat |
2015-10-23 | Zap pv allocation abstraction layer. | Mark Kettenis |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-13 | intr_barrier(9) for i386. | Mark Kettenis |
2015-09-03 | match amd64; bios_efi_info_t is required here as well, because acpidump | Theo de Raadt |
2015-09-02 | remove a bunch of orphaned prototypes and unused functions; ok miod | Mike Belopuhov |