created | 2025-02-15T21:59:39Z |
---|---|
begin | 2025-02-11T00:00:00Z |
end | 2025-02-12T00:00:00Z |
path | src/sys |
commits | 8 |
date | 2025-02-11T03:54:20Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/intel_memory_region.c | log | diff | annotate |
message | avoid %pR format strings in intel_memory_regions_hw_probe() debug |
date | 2025-02-11T05:18:02Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/mm.h | log | diff | annotate |
message |
make totalram_pages() return long needed as callers shift the result left by PAGE_SHIFT without casting |
date | 2025-02-11T07:54:52Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/generated/autoconf.h | log | diff | annotate |
message |
define CONFIG_FRAMEBUFFER_CONSOLE used in inteldrm when deciding if an fb is too big for stolen memory |
date | 2025-02-11T12:07:26Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/acpi/acpi.c | log | diff | annotate |
message |
Handle _CID being a Package type, in which case we'll use the first item in the Package as the cid value to match against. This will allow pckbc@acpi to match on some chromebooks. ok kettenis@ |
date | 2025-02-11T12:55:05Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/i915/display/intel_display_device.c | log | diff | annotate |
message |
bring back local change to disable panel self refresh should re-resolve display issues on Dell XPS 13 7390 reported by James Cook on bugs@ |
date | 2025-02-11T14:58:11Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/kern/kern_exec.c | log | diff | annotate |
message |
Keep the new p_pledge field struct proc in sync upon execve(2). Regression caught by regress/sys/kern/pledge/execpromise. ok deraadt@ |
date | 2025-02-11T16:22:37Z | |||
---|---|---|---|---|
author | miod | |||
files | src/sys/dev/acpi/acpi.c | log | diff | annotate |
message | Fix stupid bug in previous (handle _CID being a Package type) |
date | 2025-02-11T22:27:09Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/cpu.c | log | diff | annotate |
src/sys/arch/arm64/arm64/fpu.c | log | diff | annotate | |
src/sys/arch/arm64/arm64/machdep.c | log | diff | annotate | |
src/sys/arch/arm64/arm64/trap.c | log | diff | annotate | |
src/sys/arch/arm64/include/armreg.h | log | diff | annotate | |
src/sys/arch/arm64/include/cpu.h | log | diff | annotate | |
src/sys/arch/arm64/include/fpu.h | log | diff | annotate | |
src/sys/arch/arm64/include/hypervisor.h | log | diff | annotate | |
src/sys/arch/arm64/include/pcb.h | log | diff | annotate | |
message |
Implement support for SVE (Scalable Vector Extension) on arm64. ok patrick@ |