Age | Commit message (Expand) | Author |
2017-07-01 | Use absolute pointers in codepatch entries | Stefan Fritsch |
2017-06-29 | kill RCSID macros; discussed with millert | Theo de Raadt |
2017-06-20 | Fix a couple of comment typos in amd64 and i386 biosvar.h | Tom Cosgrove |
2017-06-19 | As early as possible, create a link /bsd.booted to the /bsd kernel we | Theo de Raadt |
2017-06-17 | add rdtsc() to match amd64 | Jonathan Matthew |
2017-05-29 | Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead. | Martin Pieuchot |
2017-05-28 | remove bogus atomic_swap_64 code from i386 | Jonathan Gray |
2017-05-27 | On i386 and amd64, atomic instructions include an implicit memory barrier. | Mark Kettenis |
2017-05-27 | manually inline tlbflushg. it's short and there's only one caller. | Ted Unangst |
2017-05-12 | Make atomic.h ready to be included in userland. | Martin Pieuchot |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2017-05-02 | Matching i386 commit to previous amd64 commit (initial support for vmctl | Mike Larkin |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
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 |