Age | Commit message (Expand) | Author |
2022-02-01 | An old hack skips use of memory regions < 1MB size, because some machines | Theo de Raadt |
2022-02-01 | Attempt to guarantee that on copy-on-write faulting, the new copy | Philip Guenther |
2022-01-29 | Put the leaf and subleaf input values (from rax/rcx) into local variables, | Philip Guenther |
2022-01-25 | Capture a repeated pattern into sysctl_securelevel_int function | Greg Steuck |
2022-01-20 | Shifting signed integers left by 31 is undefined behavior in C. | Alexander Bluhm |
2022-01-19 | Only invoke the underlying cpuid instruction if the real CPU might support | Philip Guenther |
2022-01-17 | Allow more memory ranges in hibernate | Mike Larkin |
2022-01-16 | Remove trailing whitespace in a few places. No code change. | Mike Larkin |
2022-01-14 | update drm to linux 5.15.14 | Jonathan Gray |
2022-01-11 | Make sure 'out' is initialized to 0 before adding flags. | Tobias Heider |
2022-01-04 | Remove commented out gtp from amd64 GENERIC | Greg Steuck |
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 |