Age | Commit message (Expand) | Author |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-06-25 | Print the last non-wakeup interrupt received during suspend. Note that | Mark Kettenis |
2024-06-24 | Show AMD SEV bits during identify CPU in dmesg. | Alexander Bluhm |
2024-06-23 | If an ioctl(2) request isn't implemented we should return ENOTTY. | Mark Kettenis |
2024-06-23 | While Qualcomm Snapdragon X Elite (X1E80100) claims to support 32 device-id | Patrick Wildt |
2024-06-23 | Add support for ACPI firmware that provides the base address of individual | Mark Kettenis |
2024-06-23 | Fix previous commit; add missing label | Mark Kettenis |
2024-06-23 | Enable EPAN if it is available. | Mark Kettenis |
2024-06-22 | remove space between function names and argument list | Jonathan Gray |
2024-06-21 | recognise Qualcomm Oryon; ok kettenis@ | Jonathan Gray |
2024-06-20 | Instead of allocating an arbitrary amount of extra space, let the EFI | Mark Kettenis |
2024-06-20 | Instead of allocating an arbitrary amount of extra space, let the EFI | Mark Kettenis |
2024-06-20 | Enable uvm percpu caches on luna88k. | Kenji Aoyama |
2024-06-19 | The GICv3 redistributor spacing on the X1E80100 (Snapdragon X Elite) | Patrick Wildt |
2024-06-19 | The X1E80100 (Snapdragon X Elite) joins the group of chips that require | Patrick Wildt |
2024-06-19 | remove externs for global hibernate_state | Jonathan Gray |
2024-06-18 | remove prototypes with no matching function | Jonathan Gray |
2024-06-17 | KNF | Mark Kettenis |
2024-06-17 | KNF | Mark Kettenis |
2024-06-17 | When loading a device tree using the "mach dtb" command, give firmware | Mark Kettenis |
2024-06-16 | Make GENERIC boot on ZHAOXIN KaiXian KX-6640MA | Klemens Nanni |
2024-06-15 | We should block non-wakeup interrupts until we're in the resume path and | Mark Kettenis |
2024-06-14 | When loading a device tree using the "mach dtb" command, give firmware | Mark Kettenis |
2024-06-13 | Enable uvm percpu caches on sparc64. | Claudio Jeker |
2024-06-13 | Wrong variable used in indexing meant that when a CPU's cache setup | Philip Guenther |
2024-06-12 | Add support for the AMD Platform Security Processor (PSP) to ccp(4). | Alexander Bluhm |
2024-06-12 | remove BMAJ and CMAJ defines only used by arm64; ok deraadt@ | Jonathan Gray |
2024-06-11 | Enable UVM percpu cache on riscv64 | Jeremie Courreges-Anglas |
2024-06-11 | Clamp CPU clock frequencies to [min, max] range when determining the | Mark Kettenis |
2024-06-11 | remove prototypes and defines for drivers landisk doesn't use | Jonathan Gray |
2024-06-11 | remove drm prototypes duplicating those in sys/conf.h | Jonathan Gray |
2024-06-11 | remove kbd/ms prototypes with no matching functions | Jonathan Gray |
2024-06-11 | remove prototypes for pre-wscons mouse drivers | Jonathan Gray |
2024-06-09 | Add a compiler barrier where missing in CPU_BUSY_CYCLE() implems | Jeremie Courreges-Anglas |
2024-06-09 | remove unused prototypes and pin number defines | Jonathan Gray |
2024-06-08 | remove unused SECMIN and SECHOUR defines | Jonathan Gray |
2024-06-07 | remove unused TAB defines; ok miod@ | Jonathan Gray |
2024-06-07 | Make sure we select the deepest possible C-state during suspend-to-idle. | Mark Kettenis |
2024-06-07 | remove unused defines, missed in rev 1.34 | Jonathan Gray |
2024-06-07 | remove unused CONCAT define | Jonathan Gray |
2024-06-07 | ret-clean is compatible with unhibernate again, due to a fix in | Theo de Raadt |
2024-06-06 | Fix call instruction disassembler in ddb. | Alexander Bluhm |
2024-06-06 | Clear DF flag after kcopy faulted. | Alexander Bluhm |
2024-06-05 | disable -fret-clean in the kernel until the returns_twice situation is handled | Theo de Raadt |
2024-06-05 | Pass cpu_fork() function to the new process through caller-saved registers | Miod Vallat |
2024-06-05 | Now that our hibernation sub-system supports 4096 byte sectors, add | Marcus Glocker |
2024-06-04 | Bump versions of boot media now capable of un-hibernating from non-DEV_BSIZE | Kenneth R Westerback |
2024-06-04 | Enable hibernate/resume to nvme(4) disks with 4096 byte sectors. | Kenneth R Westerback |
2024-06-04 | Allow sbld allocation to fail when PMAP_CANFAIL. | George Koehler |
2024-06-04 | enable -fret-clean on amd64, for libc libcrypto ld.so kernel, and all the | Theo de Raadt |