Age | Commit message (Expand) | Author |
2022-01-02 | Prism54 (only full-mac varients) -> Prism54 Full-MAC | Jonathan Gray |
2022-01-02 | convension -> convention | Jonathan Gray |
2022-01-02 | spelling | Jonathan Gray |
2022-01-01 | Add ENTRY_NB() macro for doing an ASM function entry without setting | Philip Guenther |
2021-12-31 | avaialble -> available | Jonathan Gray |
2021-12-31 | specifed -> specified | Jonathan Gray |
2021-12-28 | Now that -A prints -- markers as it is supposed to filter them out when | Otto Moerbeek |
2021-12-26 | Add address locators for the ACPI "bus" and use these to fix the order of | Mark Kettenis |
2021-12-20 | Make mtw(4) known to the config(8) framework. | hastings |
2021-12-17 | Disable a few warning flags that were introduced and enabled by default | Patrick Wildt |
2021-12-16 | Attach com over acpi on amd64. Some hardware uses a different interrupt | Anton Lindqvist |
2021-12-14 | delete incorrect comment about sys/cdefs.h | Theo de Raadt |
2021-12-09 | Fix cpuid leaf clamping to let through cpuid(0x15) when we have an | Philip Guenther |
2021-12-09 | We only have one syscall table: inline sysent/SYS_MAXSYSCALL and | Philip Guenther |
2021-12-07 | Add missing kernel unlock in error path. | Anton Lindqvist |
2021-12-04 | vmm(4): reload vmcs after possible sleep points | Dave Voutila |
2021-11-29 | vmm(4): bump remote vmclear spinout ticks | Dave Voutila |
2021-11-27 | stop building kernels with -Wno-uninitialized on clang archs | Jonathan Gray |
2021-11-22 | vmm(4): copyout guest state on VM_EXIT_NONE | Dave Voutila |
2021-11-19 | Correct the CPUID() and CPUID_LEAF() macros to not include a trailing | Philip Guenther |
2021-11-14 | Make sure efiboot is built with RELA/REL relocations and not RELR, | Philip Guenther |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
2021-11-07 | Enable igc(4). | Patrick Wildt |
2021-11-02 | Remove trailing whitespace | Mike Larkin |
2021-11-02 | Enable igc(4). | Patrick Wildt |
2021-10-26 | Improve unhibernate performance (30% on some machines, another upcoming diff | Theo de Raadt |
2021-10-25 | typos in comments, from jj, reported by Elyes Haouas on irc | Stuart Henderson |
2021-10-24 | #define open O_* flags in libsa/stand.h, so that bootblocks can use | Theo de Raadt |
2021-10-24 | Stop setting etype in the MD crypto code. So far we have set the etype | Patrick Wildt |
2021-10-23 | Retire asynchronous crypto API as it is no longer required by any driver and | Tobias Heider |
2021-10-21 | Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They require | Alexander Bluhm |
2021-10-13 | The kernel crypto framework sometimes returned an error, sometimes | Alexander Bluhm |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-09-14 | Make pmap_extract() mpsafe by grabbing the kernel lock for userland pmaps | Mark Kettenis |
2021-09-14 | Enable cy(4) on amd64. | Jan Klemkow |
2021-09-13 | vmm(4): add limit to number of vcpus | Dave Voutila |
2021-09-13 | Enable uaq(4) on amd64. Investigations into problems on other platforms | Jonathan Matthew |
2021-09-06 | Serialize access to the global list of pmaps with a mutex. | Martin Pieuchot |
2021-09-05 | vmm(4): raise vm pool ipl to IPL_MPFLOOR | Dave Voutila |
2021-09-05 | vmm(4): fix vcpu locking issues reported by syzbot | Dave Voutila |
2021-09-05 | Introduce dummy pagers for 'special' subsystems using UVM objects. | Martin Pieuchot |
2021-09-04 | To mitigate against spectre attacks, AMD processors without the | Alexander Bluhm |
2021-09-04 | in backtraces, print as many arguments as the function actually has | Jasper Lievisse Adriaanse |
2021-09-03 | add kprobes provider for dt | Jasper Lievisse Adriaanse |
2021-09-03 | vmm(4): grab kernel lock before vmspace init | Dave Voutila |
2021-09-02 | add aq(4) to amd64 RAMDISK_CD and riscv64 RAMDISK | Mike Larkin |
2021-09-02 | aq(4) driver for Aquantia 1/2.5/5/10Gb/s PCIe ethernet adapters | Mike Larkin |
2021-09-02 | rename rw locks to avoid ambiguity and verboseness | Dave Voutila |
2021-09-01 | Prevent lock ordering issue by raising ipl level of vcpu_pool to IPL_MPFLOOR. | Martin Pieuchot |
2021-09-01 | Older AMD CPUs that do not support IBRS need an lfence after ret | Alexander Bluhm |