Age | Commit message (Expand) | Author |
2018-08-25 | As Intel(TM) cpus are discovered to have more bugs, more workaround MSRs | Theo de Raadt |
2018-08-24 | print cpu family/model/stepping in dmesg | Jonathan Gray |
2018-08-24 | Don't treat UnicodeChar == 0 as a keyboard input. | YASUOKA Masahiko |
2018-08-22 | Enable uscom(4) where uslcom(4) is already present. | Martin Pieuchot |
2018-08-21 | Perform mitigations for Intel L1TF screwup. There are three options: | Theo de Raadt |
2018-08-21 | Rework kcov kernel config. Instead of treating kcov as both an option and a | anton |
2018-08-21 | If a kernel thread was created by a user land system call, the user | Alexander Bluhm |
2018-08-20 | Remove unused spllock(). | Visa Hankala |
2018-08-19 | delete blank line not found in other arch | Theo de Raadt |
2018-08-19 | pseudo-device must be file-flagged otherwise ramdisks cannot link. | Theo de Raadt |
2018-08-19 | Add kcov(4), a kernel code coverage tracing driver. It's used in conjunction | anton |
2018-08-19 | Add support for multiple PCI segments. Only really implemented for arm64 | Mark Kettenis |
2018-08-15 | add cpuid and msr bits from | Jonathan Gray |
2018-08-14 | spelling error | Theo de Raadt |
2018-08-10 | Bump boot loader versions for softraid passphrase handling change. | Joel Sing |
2018-08-10 | Retry on incorrect passphrase for softraid crypto boot. | Joel Sing |
2018-08-08 | Recognise 'Speculative Store Bypass Disable' support cpuid bit. | Jonathan Gray |
2018-08-03 | Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB Ethernet | Kevin Lo |
2018-08-01 | On AMD CPUs, If the LFENCE serialization MSR bit is already set, then | Bryan Steele |
2018-07-30 | When converting the bios memory map to memory clusters, clip segments at | Jonathan Matthew |
2018-07-27 | Use the MI interrupt enable/distable API instead of the MD one on amd64 and | Mark Kettenis |
2018-07-26 | Remove CPUID insn_length check | job |
2018-07-24 | Fix previous commit: the RSB refill bits change %rcx so it needed to be | Philip Guenther |
2018-07-24 | Also do RSB refilling when context switching, after vmexits, and | Philip Guenther |
2018-07-23 | Add "Mitigation G-2" per AMD's Whitepaper "Software Techniques for | Bryan Steele |
2018-07-23 | Do "Return stack refilling", based on the "Return stack underflow" discussion | Philip Guenther |
2018-07-21 | Remove the "got meltdown?" conditional from INTRENTRY by doing it | Philip Guenther |
2018-07-13 | Disable codepatching infrastructure after boot | Stefan Fritsch |
2018-07-13 | repair inconsistancies | Theo de Raadt |
2018-07-13 | zap some garbage that snuck in. | Theo Buehler |
2018-07-12 | we will be toggling witness on/off a few times. when it is on, it raises | Theo de Raadt |
2018-07-12 | zap an extra newline | Mike Larkin |
2018-07-12 | Unbreak the nmi handler (again): I placed INTR_CLEAR_GPRS in the wrong | Philip Guenther |
2018-07-12 | Reorganize the Meltdown entry and exit trampolines for syscall and | Philip Guenther |
2018-07-12 | Remove cases for 1-bit and 4-bit color depths in efifb_ioctl(), as we | Frederic Cambus |
2018-07-12 | Stop building rasops4 on amd64. | Frederic Cambus |
2018-07-12 | zap a blank line | Mike Larkin |
2018-07-12 | vmm(8)/vmm(4): send a copy of the guest register state to vmd on exit, | Mike Larkin |
2018-07-11 | Declare cpu_meltdown in <machine/cpu.h> | Philip Guenther |
2018-07-11 | adding __func__ identifier to panic() calls in vmm.c for amd64 and i386 | Nayden Markatchev |
2018-07-11 | Detect vmm(4) in the bootloader and automatically switch to the serial | Mike Larkin |
2018-07-11 | vmm(4): return proper cache topology for cpuid(0x4) | Mike Larkin |
2018-07-11 | vmm(4): respect argument size when reading from undefined ports. | Mike Larkin |
2018-07-11 | vmm(4): small cleanup in vm_rwregs. | Mike Larkin |
2018-07-10 | In asm.h ensure NENTRY uses the old-school nop-sled align, but change standard | Theo de Raadt |
2018-07-10 | vmm(4): remove a wrong comment | Mike Larkin |
2018-07-10 | Drop the ignored selectors (tf_[defg]s) from the trap and interrupt frames. | Philip Guenther |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-07-09 | vmm(4): prohibit setting/clearing invalid bits in %cr0/%cr4. This was | Mike Larkin |
2018-07-09 | Mark the i8254 clock interrupt MPSAFE. It isn't, but it doesn't matter | Mark Kettenis |