Age | Commit message (Expand) | Author |
2018-01-25 | Remove mutex implementations that now live in MI code. | Martin Pieuchot |
2018-01-25 | Move common mutex implementations to a MI place. | Martin Pieuchot |
2018-01-22 | <machine/mutex.h> -> <sys/mutex.h> | Martin Pieuchot |
2018-01-22 | Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers. | Martin Pieuchot |
2018-01-21 | Add missing OpenBSD CVS tag | Patrick Wildt |
2018-01-17 | Found a .data variable that can be in .rodata | Theo de Raadt |
2018-01-15 | tabs vs spaces | Mike Larkin |
2018-01-15 | Add some AVX512 CPUID flags. | Mike Larkin |
2018-01-14 | Make cpu_ucode_debug non static so it can be changed from ddb. | Alexander Bluhm |
2018-01-14 | Use signed values to compare absolute difference. The variables | Alexander Bluhm |
2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. | Martin Pieuchot |
2018-01-12 | Don't bother ucode updates in ramdisk. We don't have the files.... | Theo de Raadt |
2018-01-12 | Correctly iterate over all extended signatures. | Patrick Wildt |
2018-01-12 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2018-01-12 | IBRS -> IBRS,IBPB in identifycpu lines | Mike Larkin |
2018-01-11 | Update the Intel microcode once the root filesystem has been mounted. | Patrick Wildt |
2018-01-07 | delete a wrong comment | Mike Larkin |
2018-01-07 | remove all PG_G global page mappings from the kernel when running on | Mike Larkin |
2018-01-07 | amd64_{get,set}_fsbase() are superfluous and unused; delete them. | Philip Guenther |
2018-01-07 | Delete obsolete/untrue comments | Philip Guenther |
2018-01-07 | remove a ridiculous comment and move another comment to the line it was | Mike Larkin |
2018-01-07 | Add identcpu.c and specialreg.h definitions for the new Intel/AMD MSRs | Mike Larkin |
2018-01-06 | Handle %gs like %[def]s and reset set it in cpu_switchto() instead of on | Philip Guenther |
2018-01-05 | Show uvm_fault and trace when typing show panic on a page fault'd kernel | Paul Irofti |
2017-12-27 | Add size for free() in the AMD K10/K11 pstate driver. | Frederic Cambus |
2017-12-24 | Add a PCI attachment driver for bwfm(4). It's not finished, but it's | Patrick Wildt |
2017-12-24 | Somes fixes for the VIA PadLock drivers. | Frederic Cambus |
2017-12-20 | Switch x86 architectures to the common C mutex implementation. | Martin Pieuchot |
2017-12-19 | Pass calibrated TSC frequency to vmm(4) guests. On machines where TSC | Patrick Wildt |
2017-12-18 | Add sizes for free() in libsa for amd64 and i386. | Frederic Cambus |
2017-12-17 | vmm(4): pass EFER properly from vmd(8), needed to support vmctl(8)'s "-b" | Mike Larkin |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-12-09 | Add sizes for free() in the AMD PowerNow! K8 driver. | Frederic Cambus |
2017-12-08 | Disable SMAP temporarily to display userland traces. | Martin Pieuchot |
2017-12-07 | correct indentation | Theo de Raadt |
2017-12-07 | reorder some port numbers, no functional change. | Mike Larkin |
2017-12-06 | Update inaccurate comment: i386_has_xcrypt => amd64_has_xcrypt. | Frederic Cambus |
2017-12-04 | Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock). | Martin Pieuchot |
2017-12-03 | Enable bgw(4). | Mark Kettenis |
2017-11-29 | vmm(4) :Add the ukvm/Solo5 hypercall I/O ports to the list of ports to be | Mike Larkin |
2017-11-29 | make vmm(4) less responsible for initial register state, preferring to let | Mike Larkin |
2017-11-29 | Add a bunch of DPRINTFs in failure paths, fix some whitespace and some | Mike Larkin |
2017-11-29 | add some comments. no functional change | Mike Larkin |
2017-11-28 | better handling for invalid instruction lengths. | Mike Larkin |
2017-11-25 | Implement network boot support in efiboot(8). This changes efiboot(8) | Patrick Wildt |
2017-11-19 | Remove lock_machdep.c from amd64, i386, mips64 and sparc64. | Visa Hankala |
2017-11-17 | vmmvar.h changes for upcoming cdrom support in vmd(8). | Mike Larkin |
2017-11-16 | Add PCI attachment for dwiic(4) needed by Intel 100 Series machines | Joshua Stein |
2017-11-14 | Add sizes for free() in the VIA PadLock driver. | Frederic Cambus |