Age | Commit message (Expand) | Author |
2020-03-11 | Take a swing at blocking Load-Value-Injection attacks against the | Philip Guenther |
2020-03-09 | Recommit, now that we found out how to fix the BIOS related issues: go | Otto Moerbeek |
2020-03-08 | fs_name[] must match file_system[], adapt for ufs2 support. | Landry Breuil |
2020-03-07 | Revert previous, there are BIOS that do not like these changes. | Otto Moerbeek |
2020-03-06 | Add a PCI attachment driver for com(4). Intel has been removing legacy | Patrick Wildt |
2020-03-05 | Allow amd64 boot(8) and friends to read from an ffs2 filesystem. | Otto Moerbeek |
2020-03-02 | amd64 ramdisk does not support CD9660, so no use to have a cd(4). | Otto Moerbeek |
2020-02-28 | Add a sanity check on obj_size to ensure the allocated object fits inside | mortimer |
2020-02-28 | Adapt biosboot(8) so it can read boot(8) from an ffs2 filesystem. | Otto Moerbeek |
2020-02-28 | oops, tsc value is 64 bit. | Theo de Raadt |
2020-02-28 | oops some snapshot tests fell in | Theo de Raadt |
2020-02-28 | sync | Theo de Raadt |
2020-02-27 | in rdrand() timeout, if the rdrand instruction fails to fetch entropy | Theo de Raadt |
2020-02-26 | vmm(4): check page boundaries for pvclock struct | pd |
2020-02-26 | vmm(4): tighten rdmsr on svm | pd |
2020-02-20 | controler -> controller | Jonathan Gray |
2020-02-19 | Make sure the first 2MB page of the kernel is actually mapped RO in the | Mark Kettenis |
2020-02-17 | vmm: check guest cpl and xsave_mask in xsetbv handler | pd |
2020-02-17 | In vcpu_must_stop() use SIGPENDING() to check if there is a possible | Claudio Jeker |
2020-02-15 | Add bounds check on addresses passed from guests in pvclock. | mortimer |
2020-02-15 | Enable iwx(4) on amd64. | Stefan Sperling |
2020-02-10 | When attempting to disabe TSX avoid uninitialised var use for Intel cpus | Jonathan Gray |
2020-02-08 | remove erroneous line in comment for vm_get_info() | Jasper Lievisse Adriaanse |
2020-01-31 | Remove an unused function. | Mike Larkin |
2020-01-24 | Machines have started to appear that have the framebuffer at an address > 4GB. | Mark Kettenis |
2020-01-24 | cleanup unused headers generated by config | Jonathan Gray |
2020-01-23 | wire up pppac(4) to some majors on each arch. | David Gwynne |
2020-01-22 | Remove trailing whitespace, no code change. | Mike Larkin |
2020-01-21 | Import dt(4) a driver and framework for Dynamic Profiling. | Martin Pieuchot |
2020-01-21 | Whitespace fixes. No code change. | Mike Larkin |
2020-01-21 | Remove some prototypes under #ifdef HIBERNATE that we don't use anymore. | Mike Larkin |
2020-01-21 | Whitespace/style fixes. No code change. | Mike Larkin |
2020-01-21 | remove a few disabled drivers that don't compile and seem unlikely to | Ted Unangst |
2020-01-20 | floppy is a bit tight right now, evict fxp temporarily until another | Theo de Raadt |
2020-01-20 | remove esp at pcmcia attachment. it doesn't even compile. | Ted Unangst |
2020-01-20 | Separate the stack trace saving interface from ddb. The saving does not | Visa Hankala |
2020-01-09 | If the kernel panics due to SMEP or SMAP, print correct stack trace | Alexander Bluhm |
2020-01-04 | remove AMD64 strings from pcidevs | Jonathan Gray |
2019-12-23 | Machines with many CPUs and long feature lists fill up the dmesg(8) | Alexander Bluhm |
2019-12-23 | The boot loader allows to inspect memory with the hexdump command. | Alexander Bluhm |
2019-12-23 | Add amdgpio(4), a driver for the GPIO controller found on newer AMD | Mark Kettenis |
2019-12-20 | Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL. | Jonathan Gray |
2019-12-19 | Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of | Martin Pieuchot |
2019-12-17 | Add fido(4), a HID driver for FIDO/U2F security keys | Reyk Floeter |
2019-12-13 | noone has gpr(4) devices. | Theo de Raadt |
2019-12-13 | Ensure VMCS is flushed/loaded properly in certain uncommon cases. | Mike Larkin |
2019-12-12 | On a HP EliteBook 830 G6 the Computrace executable is located in | Alexander Bluhm |
2019-12-08 | Bye bye options KVM86 and VM86 | Martin Pieuchot |
2019-12-04 | Fix uvm_unmap_remove panic when tearing down VMs. | Mike Larkin |
2019-11-29 | Fix size of reserved bytes section in xsave header. | mortimer |