Age | Commit message (Expand) | Author |
2022-02-21 | Constify struct cfattach. | Martin Pieuchot |
2022-02-21 | opearting -> operating | Jonathan Gray |
2022-02-17 | remove unused include files | Theo de Raadt |
2022-02-17 | If S4 is not available, use S5 for the ACPI-transitions in hibernate support. | Theo de Raadt |
2022-02-13 | remove stray tab whitespace. no code change. | Mike Larkin |
2022-02-13 | Move some MI pieces out of suspend_mp/resume_mp | Theo de Raadt |
2022-02-12 | wsdisplay checks are no longer needed here | Theo de Raadt |
2022-02-11 | the sleep_clocks() hook is not needed because the architectures which | Theo de Raadt |
2022-02-10 | Duplicate "park disk" code, so that the SUSPEND case can be MI, it is only | Theo de Raadt |
2022-02-09 | Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.c | Theo de Raadt |
2022-02-08 | The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing. | Theo de Raadt |
2022-02-05 | Switch vmapbuf() and vunmapbuf() over to km_alloc(9) and km_free(9) like | Mark Kettenis |
2022-02-03 | sync list of amdgpu files built with -msse -msse2 with linux 5.15.y | Jonathan Gray |
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 |