Age | Commit message (Expand) | Author |
2018-04-30 | vmd(8): unbreak i386 | Mike Larkin |
2018-04-17 | - Make rnd hints avoid the brk area. The rnd allocator refuses to allocate in | Otto Moerbeek |
2018-04-11 | More steps for i386 Meltdown fix: | Alexander Bluhm |
2018-03-31 | Recommit preparation for i386 Meltdown fix after OpenBSD 6.3 release. | Alexander Bluhm |
2018-03-22 | iBackout the preparations for fixing Meltdown on i386. The task was | Alexander Bluhm |
2018-03-13 | Preparation for i386 Meltdown fix: | Alexander Bluhm |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-02-10 | Additional AMD CPUID bits documented in | Jonathan Gray |
2018-01-25 | Move common mutex implementations to a MI place. | Martin Pieuchot |
2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. | Martin Pieuchot |
2018-01-12 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2018-01-04 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2017-11-29 | make vmm(4) less responsible for initial register state, preferring to let | Mike Larkin |
2017-11-17 | vmmvar.h changes for upcoming cdrom support in vmd(8). | Mike Larkin |
2017-10-17 | Add a machine-independent implementation for the mplock. | Visa Hankala |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-08-21 | vmm (i386): Move CPUID masks to vmmvar.h | pd |
2017-08-17 | remove the useless apmwarn and mostly obsolete apmhalt sysctls. | Ted Unangst |
2017-08-16 | Randomly bias downwards from the top of each kernel stack, thereby | Theo de Raadt |
2017-08-12 | add some extra comments that got left out of the previous IA32_MISC_ENABLE | Mike Larkin |
2017-08-09 | Add IA32_MISC_ENABLE MSR and bitfield values, to be used shortly by | Mike Larkin |
2017-08-09 | reorder some MSRs in the MSR list that were out of order. No functional | Mike Larkin |
2017-08-08 | Get rid of read_psl() and write_psl() by replacing | Visa Hankala |
2017-07-12 | remove CPU_LIDSUSPEND/machdep.lidsuspend | Martin Natano |
2017-07-12 | Make max memory for VMs equal to MAXDSIZ to avoid failing later during | Mike Larkin |
2017-07-06 | vmd: increase the max number of disks from 2 to 4. Requires kernel rebuild | Mike Larkin |
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 |