data_type
large_stringclasses
3 values
source
large_stringclasses
29 values
code
large_stringlengths
98
49.4M
filepath
large_stringlengths
5
161
message
large_stringclasses
234 values
commit
large_stringclasses
234 values
subject
large_stringclasses
418 values
critique
large_stringlengths
101
1.26M
metadata
dict
git_logdiff
illumos
commit 0c08259e924a817e0f861ff28716aeb929029572 Author: Toomas Soome <tsoome@me.com> Date: Tue Feb 3 13:14:00 2026 +0200 17875 loader: tftp_open() should avoid adding double '/' at front of the path Reviewed by: Bill Sommerfeld <sommerfeld@hamachi.org> Approved by: Dan McDonald <danmcd@edgecast.io> diff...
null
17875 loader: tftp_open() should avoid adding double '/' at front of the path Reviewed by: Bill Sommerfeld <sommerfeld@hamachi.org> Approved by: Dan McDonald <danmcd@edgecast.io>
0c08259e924a817e0f861ff28716aeb929029572
null
null
null
git_logdiff
illumos
commit 5c277ab3267e7c6f448aefd8628b381dfc90b565 Author: Gordon Ross <gwr@racktopsystems.com> Date: Sun Jan 25 11:28:19 2026 -0500 17840 Add AES_GMAC Sign Verify support to PKCS#11 Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Dan McDonald <danmcd@edgecast.io> Approved by: Patr...
null
17840 Add AES_GMAC Sign Verify support to PKCS#11 Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Dan McDonald <danmcd@edgecast.io> Approved by: Patrick Mooney <pmooney@pfmooney.com>
5c277ab3267e7c6f448aefd8628b381dfc90b565
null
null
null
git_logdiff
illumos
commit f51469c0ef9945d3870d6c020b715ae2cb2e09da Author: Matt Barden <mbarden@racktopsystems.com> Date: Tue Sep 5 10:24:00 2023 -0400 17709 aes: support GMAC input through standard mac interfaces Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Dan McDonald <danmcd@edgecast.io> Ap...
null
17709 aes: support GMAC input through standard mac interfaces Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Dan McDonald <danmcd@edgecast.io> Approved by: Patrick Mooney <pmooney@pfmooney.com>
f51469c0ef9945d3870d6c020b715ae2cb2e09da
null
null
null
git_logdiff
reactos
commit 80bd4608363683131411f131e8783749e51835c5 Author: Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> Date: Fri Feb 27 10:02:23 2026 +0900 [SDK][KBSWITCH][CONIME][IMM32][NTUSER][MSCTFIME][MSUTB] Define LANGID_... (#8691) Follow-up of #8678. Commonize the definition of LANGID_... values. ...
null
[SDK][KBSWITCH][CONIME][IMM32][NTUSER][MSCTFIME][MSUTB] Define LANGID_... (#8691) Follow-up of #8678. Commonize the definition of LANGID_... values. JIRA issue: CORE-20243 - Define LANGID_... values for CJK in <cjkcode.h> and use it.
80bd4608363683131411f131e8783749e51835c5
null
null
null
git_logdiff
reactos
commit fca332046ed414b0b59a38f651e61cfdb44fca08 Author: Timo Kreuzer <timo.kreuzer@reactos.org> Date: Wed Feb 25 13:22:37 2026 +0200 [NTOS:MM] Handle NoChange Vads in NtFreeVirtualMemory Fixes assertion failure in ntdll_apitest:NtAllocateVirtualMemory on x64, where the user shared page has a NoChange Va...
null
[NTOS:MM] Handle NoChange Vads in NtFreeVirtualMemory Fixes assertion failure in ntdll_apitest:NtAllocateVirtualMemory on x64, where the user shared page has a NoChange Vad. This also prevents freeing the PEB and TEB.
fca332046ed414b0b59a38f651e61cfdb44fca08
null
null
null
git_logdiff
reactos
commit c83b29caca32f320a34383d07017139ce955a927 Author: Doug Lyons <douglyons@douglyons.com> Date: Thu Feb 26 13:01:28 2026 -0600 [COMDLG32] Quiet 2 WINE FIXME's to improve testman reliability (#8689) ROSTESTS-419 Change two FIXME's below to TRACE's. fixme:(dll\win32\comdlg32\filedlgbrowser...
null
[COMDLG32] Quiet 2 WINE FIXME's to improve testman reliability (#8689) ROSTESTS-419 Change two FIXME's below to TRACE's. fixme:(dll\win32\comdlg32\filedlgbrowser.c:249) fixme:(dll\win32\comdlg32\filedlgbrowser.c:619)
c83b29caca32f320a34383d07017139ce955a927
null
null
null
git_logdiff
reactos
commit 423d7031fe75e3e30e406063907ef813820adb08 Author: Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> Date: Thu Feb 26 09:28:22 2026 +0900 [CONIME][BOOTDATA][GITHUB][SDK] Add conime.exe (#8678) Prepare for Console IME Input for East Asian. JIRA issue: CORE-20243 - Modify .github/labeler....
null
[CONIME][BOOTDATA][GITHUB][SDK] Add conime.exe (#8678) Prepare for Console IME Input for East Asian. JIRA issue: CORE-20243 - Modify .github/labeler.yml. - Add base/system/conime/ . - Modify boot/bootdata/hivesft.inf for Console settings. - Add imm32!ImmCallImeConsoleIME prototype into <imm32_undoc.h>. - Add IMS_C...
423d7031fe75e3e30e406063907ef813820adb08
null
null
null
git_logdiff
reactos
commit f7ef944dcac08a63512c66aecc5d8b7d1390162b Author: Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> Date: Thu Feb 26 08:56:02 2026 +0900 [NTGDI][FREETYPE] Refactor NtGdiGetGlyphIndicesW (#8682) Make code faster and improve readability. JIRA issue: N/A - Avoid buffer allocation by using...
null
[NTGDI][FREETYPE] Refactor NtGdiGetGlyphIndicesW (#8682) Make code faster and improve readability. JIRA issue: N/A - Avoid buffer allocation by using stack variables if possible. - Add IntGetFontDefaultChar helper function and use it.
f7ef944dcac08a63512c66aecc5d8b7d1390162b
null
null
null
git_logdiff
reactos
commit 1aab8a87c4e8f1766b8ede403ca02a543a1ccda6 Author: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> Date: Tue Feb 17 22:23:07 2026 +0100 [SHELL32][NTUSER] Fix "accessability" typo diff --git a/dll/win32/shell32/shresdef.h b/dll/win32/shell32/shresdef.h index bca29f86..d145f154 100644 --- a/dll/win32...
null
[SHELL32][NTUSER] Fix "accessability" typo
1aab8a87c4e8f1766b8ede403ca02a543a1ccda6
null
null
null
git_logdiff
reactos
commit 7a505166b9f4419b7d9aa7c734cd1a675f9be349 Author: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> Date: Tue Feb 17 22:14:31 2026 +0100 [WIN32SS:NTUSER] Validate the gpsi pointer when getting/setting the caret blink time diff --git a/win32ss/user/ntuser/caret.c b/win32ss/user/ntuser/caret.c index 5...
null
[WIN32SS:NTUSER] Validate the gpsi pointer when getting/setting the caret blink time
7a505166b9f4419b7d9aa7c734cd1a675f9be349
null
null
null
git_logdiff
reactos
commit 249be9ecdd3940e4619702241bf2c3b44a333797 Author: Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> Date: Fri Feb 20 12:59:29 2026 +0900 [DESK] Follow-up of #8670; Revert item selection code JIRA issue: CORE-20499 diff --git a/dll/cpl/desk/background.c b/dll/cpl/desk/background.c index f2dd7f...
null
[DESK] Follow-up of #8670; Revert item selection code JIRA issue: CORE-20499
249be9ecdd3940e4619702241bf2c3b44a333797
null
null
null
git_logdiff
reactos
commit 492aeb639c9c002523c75d0e945ac3b47aa3cbcb Author: Sylas Hollander <hello@sylaspace.net> Date: Thu Feb 19 05:20:52 2026 -0500 [FREELDR:UEFI] Fallback to MmAllocateMemoryWithType if allocating the disk read buffer with AllocatePool fails (#8677) On many Intel Macs and likely other EFI 1.x devices, a...
null
[FREELDR:UEFI] Fallback to MmAllocateMemoryWithType if allocating the disk read buffer with AllocatePool fails (#8677) On many Intel Macs and likely other EFI 1.x devices, allocating the disk buffer with AllocatePool fails with `EFI_OUT_OF_RESOURCES`. This causes FreeLoader hardware detection failure on Macs. Workaro...
492aeb639c9c002523c75d0e945ac3b47aa3cbcb
null
null
null
git_logdiff
reactos
commit cac013abef354bb1f020aacbd129f5a76168e300 Author: Petru Răzvan <petrurazvan@proton.me> Date: Tue Feb 17 22:35:54 2026 +0200 [NTUSER] Implement inserting characters with the Alt+Numpad method (#8104) Implement the Alt+Numpad method for inserting characters with their OEM (Alt+xxx) or their curr...
null
[NTUSER] Implement inserting characters with the Alt+Numpad method (#8104) Implement the Alt+Numpad method for inserting characters with their OEM (Alt+xxx) or their current ANSI codepage (Alt+0xxx) codes. CORE-5680 For reference, see: - https://en.wikipedia.org/wiki/Alt_code - https://devblogs.microsoft.com/oldnewt...
cac013abef354bb1f020aacbd129f5a76168e300
null
null
null
git_logdiff
reactos
commit ac63dd56390a7aaaea7b4171976850e326098a7e Author: Timo Kreuzer <timo.kreuzer@reactos.org> Date: Tue Feb 3 14:38:22 2026 +0200 [CRTDLL] Remove some unneeded includes diff --git a/dll/win32/crtdll/dllmain.c b/dll/win32/crtdll/dllmain.c index ebe0b0d5..efcdc4db 100644 --- a/dll/win32/crtdll/dllmain.c +++ b/d...
null
[CRTDLL] Remove some unneeded includes
ac63dd56390a7aaaea7b4171976850e326098a7e
null
null
null
git_logdiff
reactos
commit bc354746e09f2dc079c6dc3350d1dca22c821a64 Author: Oleg Dubinskiy <oleg.dubinskij30@gmail.com> Date: Sun Feb 8 18:48:22 2026 +0100 [HDAUDBUS_NEW] Enable building the driver - Add CMakeLists.txt. - Fix GCC and MSVC builds. CORE-15350, CORE-18776 diff --git a/drivers/wdm/audio/hdaudbus_new/driver...
null
[HDAUDBUS_NEW] Enable building the driver - Add CMakeLists.txt. - Fix GCC and MSVC builds. CORE-15350, CORE-18776
bc354746e09f2dc079c6dc3350d1dca22c821a64
null
null
null
git_logdiff
sel4
commit efd9426e1771b6cdbcc7e58d3fd58d3df77c337e Author: Michael McInerney <michael.mcinerney@proofcraft.systems> Date: Wed Feb 25 11:53:18 2026 +1030 mcs: use local variable in restart This eases verification by using a local variable which remains unchanged during execution of the function. ...
null
mcs: use local variable in restart This eases verification by using a local variable which remains unchanged during execution of the function. This preserves semantics since refill_unblock_check will not modify the tcbSchedContext field of any TCB. Signed-off-by: Michael McInerney <michael.mcinerney@proofcraft.syste...
efd9426e1771b6cdbcc7e58d3fd58d3df77c337e
null
null
null
git_logdiff
sel4
commit b5cc70d7532938c675205c291d632fd2bcfef37c Author: Julia Vassiliki <julia.vassiliki@unsw.edu.au> Date: Fri Feb 13 10:56:08 2026 +1100 libsel4: make thread-local ipc buffer optional At the moment, the seL4 microkit does not setup TLS variable support. The workaround has been to `#define __thread...
null
libsel4: make thread-local ipc buffer optional At the moment, the seL4 microkit does not setup TLS variable support. The workaround has been to `#define __thread` (blank) before including `<sel4/sel4.h>` in `<microkit.h>`, which causes issues if `<microkit.h>` is included *after* `<sel4/sel4.h>`, often with obscure li...
b5cc70d7532938c675205c291d632fd2bcfef37c
null
null
null
git_logdiff
sel4
commit d4a8aac8535192b6402aa15ca8e92b4ed86bb922 Author: Gerwin Klein <gerwin.klein@proofcraft.systems> Date: Mon Oct 20 09:04:07 2025 +1100 arm,smc: verification refactor of decode/invoke - Factor out the inline assembly from invokeSMCCall so that it can be made a separate machine operation in the...
null
arm,smc: verification refactor of decode/invoke - Factor out the inline assembly from invokeSMCCall so that it can be made a separate machine operation in the specification. This part of the change should produce the same binary as before. - Parse IPC buffer arguments in decode, not in invoke. This eliminates th...
d4a8aac8535192b6402aa15ca8e92b4ed86bb922
null
null
null
git_logdiff
sel4
commit 100f76565f88f665c3f217ec4800f0916ab9f6a6 Author: Gerwin Klein <gerwin.klein@proofcraft.systems> Date: Fri Nov 28 12:26:45 2025 +1100 arm,smc: switch statement cleanup No change to behaviour, the commit just makes sure all cases are explicitly listed instead of falling through to default. ...
null
arm,smc: switch statement cleanup No change to behaviour, the commit just makes sure all cases are explicitly listed instead of falling through to default. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
100f76565f88f665c3f217ec4800f0916ab9f6a6
null
null
null
git_logdiff
sel4
commit d16c97567739aa09ea7fed7f28a9daf160dc3ad5 Author: Michael McInerney <michael.mcinerney@proofcraft.systems> Date: Tue May 6 14:39:47 2025 +0930 mcs: refactor finaliseCap to ease verification This in particular introduces the function schedContext_unbindReply, which is used within finaliseCa...
null
mcs: refactor finaliseCap to ease verification This in particular introduces the function schedContext_unbindReply, which is used within finaliseCap, as well as invokeSchedContext_Unbind. Signed-off-by: Michael McInerney <michael.mcinerney@proofcraft.systems>
d16c97567739aa09ea7fed7f28a9daf160dc3ad5
null
null
null
git_logdiff
sel4
commit 8d569b8e65e7af4d0faae09382a2c7605ba210f0 Author: Michael McInerney <michael.mcinerney@proofcraft.systems> Date: Sat May 3 00:18:33 2025 +0930 mcs: refactor decodeSchedControl_ConfigureFlags Done in order to ensure overflow does not occur. More specifically, we call usToTicks on an argument on...
null
mcs: refactor decodeSchedControl_ConfigureFlags Done in order to ensure overflow does not occur. More specifically, we call usToTicks on an argument only when it has been checked to be at most MAX_PERIOD_US, so that we know that overflow does not occur as a result of the conversion. We also rephrase the check on extra...
8d569b8e65e7af4d0faae09382a2c7605ba210f0
null
null
null
git_logdiff
sel4
commit 04db8cebcca4d0294c4edafc8528c5782fed4b79 Author: Ivan Velickovic <i.velickovic@unsw.edu.au> Date: Thu Jan 8 20:41:50 2026 +1100 x86: skip clock_sync_test on QEMU Try detect if we are running as a guest based on the CPUID and skip clock_sync_test if we are. Similar as previous patches...
null
x86: skip clock_sync_test on QEMU Try detect if we are running as a guest based on the CPUID and skip clock_sync_test if we are. Similar as previous patches for skipping QEMU on ARM/RISC-V but at run-time instead of build-time. Tested with qemu-system-x86_64 using `-smp 4`, the test is now skipped with regular QEMU ...
04db8cebcca4d0294c4edafc8528c5782fed4b79
null
null
null
git_logdiff
sel4
commit 33636e983d6836bc93a8f9a58142fe2b8c8aa17b Author: Indan Zupancic <indan@nul.nu> Date: Sun Dec 14 01:47:27 2025 +0000 Cleanup: Use fpuRelease Instead of doing exactly the same. Signed-off-by: Indan Zupancic <indan@nul.nu> diff --git a/src/model/smp.c b/src/model/smp.c index 9006696..07d95...
null
Cleanup: Use fpuRelease Instead of doing exactly the same. Signed-off-by: Indan Zupancic <indan@nul.nu>
33636e983d6836bc93a8f9a58142fe2b8c8aa17b
null
null
null
git_logdiff
sel4
commit 2bdafbf7c34c0cce968eed17d5b9523cb1ab8471 Author: Bill Nguyen <bill.nguyen@student.unsw.edu.au> Date: Thu Dec 18 11:02:52 2025 +1100 libsel4: fix attribute type for x86 EPT invocation Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au> diff --git a/libsel4/tools/syscall_stub_gen.py b/lib...
null
libsel4: fix attribute type for x86 EPT invocation Signed-off-by: Bill Nguyen <bill.nguyen@student.unsw.edu.au>
2bdafbf7c34c0cce968eed17d5b9523cb1ab8471
null
null
null
git_logdiff
serenity
commit 97b817817ac4812dfa9683c5c1b379cdaec79a28 Author: Lucas CHOLLET <lucas.chollet@free.fr> Date: Thu Oct 23 12:15:45 2025 +0200 LibGfx/JPEG: Add a deringing pass to the encoder The idea is described here https://kornel.ski/deringing/. And allows reducing the noise around sharp white edges. This i...
null
LibGfx/JPEG: Add a deringing pass to the encoder The idea is described here https://kornel.ski/deringing/. And allows reducing the noise around sharp white edges. This is visible when encoding an image like `buggie.png`. One nice aspect of the optimization is that it only affects macroblocks where it can help.
97b817817ac4812dfa9683c5c1b379cdaec79a28
null
null
null
git_logdiff
serenity
commit cdb52e655041d8ed3fd28895faf30eda420a150b Author: Lucas Chollet <lucas.chollet@free.fr> Date: Thu Feb 26 22:27:04 2026 +0100 Port: Stop specifying the --target option when not necessary These ports don't interact directly with target-specific binaries so passing a --target option don't make se...
null
Port: Stop specifying the --target option when not necessary These ports don't interact directly with target-specific binaries so passing a --target option don't make sense for them.
cdb52e655041d8ed3fd28895faf30eda420a150b
null
null
null
git_logdiff
serenity
commit 38439f4cc8c70f02b209857e048c9a4f9a5d1b66 Author: Lucas Chollet <lucas.chollet@free.fr> Date: Thu Feb 26 20:57:24 2026 +0100 Ports: Update emu2 This allows us to drop a patch and doesn't force us to explicitely specify CC anymore. diff --git a/Ports/emu2/package.sh b/Ports/emu2/package.sh ind...
null
Ports: Update emu2 This allows us to drop a patch and doesn't force us to explicitely specify CC anymore.
38439f4cc8c70f02b209857e048c9a4f9a5d1b66
null
null
null
git_logdiff
serenity
commit 835be1085db6531ff8afcb9ee16a21777ecac0e2 Author: Sönke Holz <soenke.holz@serenityos.org> Date: Wed Feb 25 12:38:55 2026 +0100 LibC: Reorder definitions in endian.h to match POSIX spec order No behavior change. This makes it a bit easier to compare the header with the POSIX spec. diff --git a...
null
LibC: Reorder definitions in endian.h to match POSIX spec order No behavior change. This makes it a bit easier to compare the header with the POSIX spec.
835be1085db6531ff8afcb9ee16a21777ecac0e2
null
null
null
git_logdiff
serenity
commit e2a5a212e07abf0747218821219c4588191210c2 Author: Sönke Holz <soenke.holz@serenityos.org> Date: Thu Feb 26 19:40:33 2026 +0100 LibC: Use byte order definitions from the compiler Instead of defining LITTLE_ENDIAN and BIG_ENDIAN ourselves, we should use the definitions from the compiler. ...
null
LibC: Use byte order definitions from the compiler Instead of defining LITTLE_ENDIAN and BIG_ENDIAN ourselves, we should use the definitions from the compiler. Additionally, we don't have <bits/endian.h>, so it's never correct to include that header.
e2a5a212e07abf0747218821219c4588191210c2
null
null
null
git_logdiff
serenity
commit 051985c46b604a11ffb4ce1e181ef6f310c91aff Author: Sönke Holz <soenke.holz@serenityos.org> Date: Wed Feb 25 12:48:06 2026 +0100 LibC: Add some POSIX spec comments to endian.h diff --git a/Userland/Libraries/LibC/endian.h b/Userland/Libraries/LibC/endian.h index 9ba14651..8fe1d21c 100644 --- a/Userland/Libr...
null
LibC: Add some POSIX spec comments to endian.h
051985c46b604a11ffb4ce1e181ef6f310c91aff
null
null
null
git_logdiff
serenity
commit c3564fdb0f9f53ae9c268e9fc2261e563f14b4bb Author: Sönke Holz <soenke.holz@serenityos.org> Date: Wed Feb 25 12:29:22 2026 +0100 LibC: Remove __bswap{16,32,64} These definitions are unused and not required by POSIX. diff --git a/Userland/Libraries/LibC/endian.h b/Userland/Libraries/LibC/endian.h in...
null
LibC: Remove __bswap{16,32,64} These definitions are unused and not required by POSIX.
c3564fdb0f9f53ae9c268e9fc2261e563f14b4bb
null
null
null
git_logdiff
serenity
commit 227ee20f3c7560f9da5d4215b2711442a026f9ab Author: Sönke Holz <soenke.holz@serenityos.org> Date: Wed Feb 25 12:25:11 2026 +0100 LibC: Remove {le,be}toh{16,32,64} These definitions appear to be unused and are not required by POSIX. They appear to be specific to OpenBSD and do not seem to exist o...
null
LibC: Remove {le,be}toh{16,32,64} These definitions appear to be unused and are not required by POSIX. They appear to be specific to OpenBSD and do not seem to exist on any other system.
227ee20f3c7560f9da5d4215b2711442a026f9ab
null
null
null
git_logdiff
serenity
commit a718987a0191588a395c072577fc4eaa905dd9f9 Author: Sönke Holz <soenke.holz@serenityos.org> Date: Wed Feb 25 12:22:10 2026 +0100 LibC: Don't check for feature test macros in endian.h We don't check for feature test macros in any other LibC header, and especially not for _GNU_SOURCE or _BSD_SOURC...
null
LibC: Don't check for feature test macros in endian.h We don't check for feature test macros in any other LibC header, and especially not for _GNU_SOURCE or _BSD_SOURCE. With no feature test macro defined, this header would previously essentially be empty. POSIX doesn't seem to require any feature test macros for thi...
a718987a0191588a395c072577fc4eaa905dd9f9
null
null
null
git_logdiff
serenity
commit 26cb397eb3de4757a66ccde737884d2d4bd77de7 Author: Lucas Chollet <lucas.chollet@free.fr> Date: Wed Jan 21 18:56:59 2026 +0100 Toolchain+Ports: Update LLVM to 22.1.0 diff --git a/Ports/llvm/package.sh b/Ports/llvm/package.sh index 2ed91489..0b531b9b 100755 --- a/Ports/llvm/package.sh +++ b/Ports/llvm/packag...
null
Toolchain+Ports: Update LLVM to 22.1.0
26cb397eb3de4757a66ccde737884d2d4bd77de7
null
null
null
git_logdiff
serenity
commit 60d92b3c3d4c26f82c7eb4e01f499bda06dfebe1 Author: Lucas Chollet <lucas.chollet@free.fr> Date: Wed Jan 21 22:14:00 2026 +0100 AK/SIMD: Use __builtin_elementwise_sqrt when available This was motivated by Clang removing `__builtin_ia32_sqrtps` for the 22.1.0 release: https://github.com/llvm/l...
null
AK/SIMD: Use __builtin_elementwise_sqrt when available This was motivated by Clang removing `__builtin_ia32_sqrtps` for the 22.1.0 release: https://github.com/llvm/llvm-project/pull/165682 This should also allow vectorized square root on non-x86 systems when using Clang.
60d92b3c3d4c26f82c7eb4e01f499bda06dfebe1
null
null
null
git_logdiff
serenity
commit 020b01a0142689d9089944076f23bbc9002b4bf4 Author: Sönke Holz <soenke.holz@serenityos.org> Date: Thu Jul 24 23:29:49 2025 +0200 LibC: Remove __attribute__((weak)) from some symbols These symbols don't need to be weak. They aren't overridden anywhere. diff --git a/Userland/Libraries/LibC/regex.cpp ...
null
LibC: Remove __attribute__((weak)) from some symbols These symbols don't need to be weak. They aren't overridden anywhere.
020b01a0142689d9089944076f23bbc9002b4bf4
null
null
null
git_logdiff
redox
commit efd405ea723e1eec9b835cfc2751f7cb5481b781 Author: Jeremy Soller <jackpot51@gmail.com> Date: Thu Feb 26 08:45:56 2026 -0700 Re-add rustinstall script with comment saying why it is required diff --git a/mk/podman.mk b/mk/podman.mk index 044912c..0dc683f 100644 --- a/mk/podman.mk +++ b/mk/podman.mk @@ -73,6 ...
null
Re-add rustinstall script with comment saying why it is required
efd405ea723e1eec9b835cfc2751f7cb5481b781
null
null
null
git_logdiff
redox
commit 48338847f15728464346bf79e9c20194bf1eb467 Author: Wildan M <willnode@wellosoft.net> Date: Thu Feb 26 20:20:07 2026 +0700 Fix review diff --git a/mk/config.mk b/mk/config.mk index aabf1ac..8ea2d98 100644 --- a/mk/config.mk +++ b/mk/config.mk @@ -115,11 +115,12 @@ else ifeq ($(UNAME),FreeBSD) FIND=gfind ...
null
Fix review
48338847f15728464346bf79e9c20194bf1eb467
null
null
null
git_logdiff
redox
commit b336b52f152aabb4aeb994f0293e5d64190fdd27 Author: Wildan M <willnode@wellosoft.net> Date: Thu Feb 26 19:03:07 2026 +0700 Build prefix on Redox OS, add self hosted mode diff --git a/mk/ci.mk b/mk/ci.mk index ec59dfe..4fb0349 100644 --- a/mk/ci.mk +++ b/mk/ci.mk @@ -46,7 +46,7 @@ ifeq ($(PODMAN_BUILD),1) e...
null
Build prefix on Redox OS, add self hosted mode
b336b52f152aabb4aeb994f0293e5d64190fdd27
null
null
null
git_logdiff
redox
commit f3748bf4668cc28de56aad0ec1c617d0359ea2bc Author: Wildan M <willnode@wellosoft.net> Date: Tue Feb 24 05:48:47 2026 +0700 Fix rust compilation, add rustdoc tool diff --git a/mk/prefix.mk b/mk/prefix.mk index c9132da..0257bf1 100644 --- a/mk/prefix.mk +++ b/mk/prefix.mk @@ -385,10 +385,11 @@ else export P...
null
Fix rust compilation, add rustdoc tool
f3748bf4668cc28de56aad0ec1c617d0359ea2bc
null
null
null
git_logdiff
redox
commit 9298d278a85af7e1833b7446288356fd7641961a Author: Wildan M <willnode@wellosoft.net> Date: Mon Feb 23 20:38:16 2026 +0700 Fix podman rebuilding again diff --git a/mk/fstools.mk b/mk/fstools.mk index 7ec951c..739d9e6 100644 --- a/mk/fstools.mk +++ b/mk/fstools.mk @@ -2,19 +2,21 @@ fstools: $(FSTOOLS_TAG)...
null
Fix podman rebuilding again
9298d278a85af7e1833b7446288356fd7641961a
null
null
null
git_logdiff
haiku
commit 66d85d702bca5cda564fa2a79a81ffd895ff2712 Author: Augustin Cavalier <waddlesplash@gmail.com> Date: Fri Feb 27 10:17:40 2026 -0500 Terminal & Expander: Replace exit() with _exit() in fork+exec failure path. This is necessary to avoid destructors being called in the child, potentially messing up...
null
Terminal & Expander: Replace exit() with _exit() in fork+exec failure path. This is necessary to avoid destructors being called in the child, potentially messing up parent state.
66d85d702bca5cda564fa2a79a81ffd895ff2712
null
null
null
git_logdiff
haiku
commit 1380d03a42da510cf08be8a024b3e65508a3eeab Author: Augustin Cavalier <waddlesplash@gmail.com> Date: Fri Feb 27 10:16:51 2026 -0500 time_stats: Replace fork+exec with posix_spawn. diff --git a/src/bin/debug/time_stats/timing_analysis.cpp b/src/bin/debug/time_stats/timing_analysis.cpp index 01ee2e49..4b3f0bd...
null
time_stats: Replace fork+exec with posix_spawn.
1380d03a42da510cf08be8a024b3e65508a3eeab
null
null
null
git_logdiff
haiku
commit 8cf5bd97a2e182abd390eaf61264c4f5d3250a18 Author: Augustin Cavalier <waddlesplash@gmail.com> Date: Fri Feb 27 10:16:35 2026 -0500 launch_daemon: Replace fork+exec with posix_spawn. diff --git a/src/servers/launch/BaseJob.cpp b/src/servers/launch/BaseJob.cpp index ef27fa13..04a1a521 100644 --- a/src/server...
null
launch_daemon: Replace fork+exec with posix_spawn.
8cf5bd97a2e182abd390eaf61264c4f5d3250a18
null
null
null
git_logdiff
haiku
commit 23ef8b89c6485ca9505f076ec77aae0189ac1134 Author: Augustin Cavalier <waddlesplash@gmail.com> Date: Fri Feb 27 10:16:21 2026 -0500 net_server: Replace fork+exec with posix_spawn. Uses POSIX_SPAWN_SETSID, so needs the previous commit to work. diff --git a/src/servers/net/Services.cpp b/src/servers/...
null
net_server: Replace fork+exec with posix_spawn. Uses POSIX_SPAWN_SETSID, so needs the previous commit to work.
23ef8b89c6485ca9505f076ec77aae0189ac1134
null
null
null
git_logdiff
haiku
commit 9b5a7d7612706179bb589aa377fbfa035815a8b9 Author: Augustin Cavalier <waddlesplash@gmail.com> Date: Fri Feb 27 09:22:03 2026 -0500 AppServerLink: Switch to a recursive lock. It seems in some applications (though not most of the ones I initially tested) this can get used recursively, so we need ...
null
AppServerLink: Switch to a recursive lock. It seems in some applications (though not most of the ones I initially tested) this can get used recursively, so we need a recursive_lock in order to not deadlock. Also commit a missed change from the previous commit.
9b5a7d7612706179bb589aa377fbfa035815a8b9
null
null
null
git_logdiff
haiku
commit fb543b61ba8cbe74aa3dbf8e5ac933161405c456 Author: Augustin Cavalier <waddlesplash@gmail.com> Date: Fri Feb 27 09:15:48 2026 -0500 AppServerLink: Use a mutex. X512 pointed out that ServerLink is inherited by PortLink which is used by all windows, so the original change had the unintended effect...
null
AppServerLink: Use a mutex. X512 pointed out that ServerLink is inherited by PortLink which is used by all windows, so the original change had the unintended effect of allocating another semaphore for every window, which isn't wanted. So, just use a static mutex here also.
fb543b61ba8cbe74aa3dbf8e5ac933161405c456
null
null
null
git_logdiff
haiku
commit 3f8cbb026fb5b252520cdd901566e85f4b2c2c34 Author: Nathan Patrizi <nathan.patrizi@gmail.com> Date: Sun Jan 11 21:58:57 2026 +0000 Save file panel: Handle DEL key in filename control correctly * Currently the DEL key is intercepted by a shortcut registration for the Tracker "Move To Trash" men...
null
Save file panel: Handle DEL key in filename control correctly * Currently the DEL key is intercepted by a shortcut registration for the Tracker "Move To Trash" menu option. * Allow key event propagation to continue if a shortcut that does not use the CMD key is disabled. Fixes #19870 Change-Id: If16d3858cee61dfd...
3f8cbb026fb5b252520cdd901566e85f4b2c2c34
null
null
null
git_logdiff
haiku
commit 4e5ee468805439ca48edd54ca7360f0eedd1f974 Author: iamdumb <pranav0bisht@gmail.com> Date: Wed Feb 25 19:51:45 2026 +0530 btrfs: fixed comparison warnings in btree. * Added static_cast<uint32> to resolve type mismatch warnings between signed integer(fSlots[level] and slot) and unsigned integers(...
null
btrfs: fixed comparison warnings in btree. * Added static_cast<uint32> to resolve type mismatch warnings between signed integer(fSlots[level] and slot) and unsigned integers(ItemCount()) during compile * eliminated a potential unsigned underflow vunerability when a node is empty in NextLeaf() traversal logic Change-...
4e5ee468805439ca48edd54ca7360f0eedd1f974
null
null
null
git_logdiff
haiku
commit 05d6e44fc9218176dbc8f3bed0b0f813e78462b5 Author: John Davis <goldfishnet64@outlook.com> Date: Sat Feb 21 07:45:07 2026 -0600 bootloader/arm64: Discover UART from DBG2 ACPI table Fallback to DBG2 if SPCR is not present while discovering UART serial devices. DBG2 is newer than SPCR but does not...
null
bootloader/arm64: Discover UART from DBG2 ACPI table Fallback to DBG2 if SPCR is not present while discovering UART serial devices. DBG2 is newer than SPCR but does not provide the same information, and it appears that both can exist on the same system. This has only been tested in Hyper-V which exposes DBG2. Change-...
05d6e44fc9218176dbc8f3bed0b0f813e78462b5
null
null
null
git_logdiff
haiku
commit 7ebad420e9f81fa12602a66b50712ecc3078f759 Author: Fruit De La Passion <fruitdelapassion@mailbox.org> Date: Thu Feb 26 00:52:20 2026 +0100 nvidia: Enable Werror for last (nvidia) and hence all graphics drivers. * Fix warnings by adding two casts * Activate Werror for all graphics drivers * ...
null
nvidia: Enable Werror for last (nvidia) and hence all graphics drivers. * Fix warnings by adding two casts * Activate Werror for all graphics drivers * Remove options to disable Werror for individual graphics drivers, can later be re-introduced, if *really* necessary. * Part of ticket #9460 uintptr_t is intentionally...
7ebad420e9f81fa12602a66b50712ecc3078f759
null
null
null
git_logdiff
haiku
commit 91eb43cfc05b205a06a6c81bd769b576f5179a80 Author: Augustin Cavalier <waddlesplash@gmail.com> Date: Thu Feb 26 17:26:08 2026 -0500 libbe.so: Prevent (re)using BApplication after fork. The case where no BApplication has been created at the time of fork is not blocked by this change (as it might ...
null
libbe.so: Prevent (re)using BApplication after fork. The case where no BApplication has been created at the time of fork is not blocked by this change (as it might be useful in fork-to-background before creating a BApplication.) Reinitializing or recreating a BApplication where one already exists, though, is not supp...
91eb43cfc05b205a06a6c81bd769b576f5179a80
null
null
null
git_logdiff
haiku
commit 9cada02ee01182f5c8999b071c486db5485dc7fd Author: Augustin Cavalier <waddlesplash@gmail.com> Date: Thu Feb 26 17:15:53 2026 -0500 libbe.so: Avoid static BLockers. They don't work properly after a fork, and if exit() is called from the forked child, the parent won't be able to use them anym...
null
libbe.so: Avoid static BLockers. They don't work properly after a fork, and if exit() is called from the forked child, the parent won't be able to use them anymore. In BBitmap and BPicture, replace them with mutexes. For AppServerLink, make the private ServerLink inherit from BLocker, and then use that one directly. ...
9cada02ee01182f5c8999b071c486db5485dc7fd
null
null
null
git_logdiff
haiku
commit b43289d544116515e4afcccd37e3941b7ec1d483 Author: Augustin Cavalier <waddlesplash@gmail.com> Date: Thu Feb 26 16:11:28 2026 -0500 ramfs: Rework NodeMTimeUpdater into NodeStatChangeNotifier. This now does what notify_if_stat_changed used to, fixing a race: if some thread was modifying a file, a...
null
ramfs: Rework NodeMTimeUpdater into NodeStatChangeNotifier. This now does what notify_if_stat_changed used to, fixing a race: if some thread was modifying a file, and some other thread (or the same thread, in some other mtime-updating operation) updated that file and this called MarkUnmodified() before the first threa...
b43289d544116515e4afcccd37e3941b7ec1d483
null
null
null
git_logdiff
haiku
commit 0c5895120d95bd1ab01a6e2880fb887301471322 Author: Augustin Cavalier <waddlesplash@gmail.com> Date: Thu Feb 26 14:49:46 2026 -0500 ramfs: Send separate node monitor events for each Entry of a Node. This way, the node monitor system can send events to applications with B_WATCH_ALL set on parent ...
null
ramfs: Send separate node monitor events for each Entry of a Node. This way, the node monitor system can send events to applications with B_WATCH_ALL set on parent directories, like Tracker. Part of #19910.
0c5895120d95bd1ab01a6e2880fb887301471322
null
null
null
git_logdiff
zephyr
commit b4390292963811ebb2103ecd4f5adceec3624eb7 Author: Henrik Brix Andersen <hebad@vestas.com> Date: Fri Feb 27 09:15:56 2026 +0000 net: lib: sockets: can: always verify length in zcan_sendto_ctx() Always verify the length in zcan_sendto_ctx(). Fixes: #104652 Signed-off-by: Henrik Bri...
null
net: lib: sockets: can: always verify length in zcan_sendto_ctx() Always verify the length in zcan_sendto_ctx(). Fixes: #104652 Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
b4390292963811ebb2103ecd4f5adceec3624eb7
null
null
null
git_logdiff
zephyr
commit 881e966732bbe77d0304cc26bfd5a2681e2174b4 Author: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no> Date: Wed Feb 25 15:09:18 2026 +0100 soc: nordic: nrf54l: add support for lfxo external clock source Add support for configuring lfxo external clock source based on lfxo configuration in de...
null
soc: nordic: nrf54l: add support for lfxo external clock source Add support for configuring lfxo external clock source based on lfxo configuration in devicetree. The addition both selects bypass mode if external-clock-source is set, and adds a build assert to catch invalid configuration of internal load capacitors in ...
881e966732bbe77d0304cc26bfd5a2681e2174b4
null
null
null
git_logdiff
zephyr
commit 4d6de96ad4fe069388815679bd30f83662f23b15 Author: Tim Pambor <tim.pambor@codewrights.de> Date: Wed Feb 25 14:08:04 2026 +0100 net: ipv4: avoid casting unaligned address to net_in_addr This change addresses an alignment problem reported by UBSAN by using a copy of the address. This avoids the n...
null
net: ipv4: avoid casting unaligned address to net_in_addr This change addresses an alignment problem reported by UBSAN by using a copy of the address. This avoids the need for extensive rework to support net_if_ipv4_maddr_lookup_raw variant. Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>
4d6de96ad4fe069388815679bd30f83662f23b15
null
null
null
git_logdiff
zephyr
commit eb318914c26145c816df125d3ea6d282684b6dfa Author: David Jewsbury <david.jewsbury@nordicsemi.no> Date: Tue Feb 10 17:13:48 2026 +0000 drivers: flash_mspi_nor: Add DMA transfer mode selection Add CONFIG_FLASH_MSPI_NOR_DMA_DATA_XFER and CONFIG_FLASH_MSPI_NOR_DMA_CONTROL_XFER as Kconfig options fo...
null
drivers: flash_mspi_nor: Add DMA transfer mode selection Add CONFIG_FLASH_MSPI_NOR_DMA_DATA_XFER and CONFIG_FLASH_MSPI_NOR_DMA_CONTROL_XFER as Kconfig options for MSPI NOR Flash driver. These options are used to select whether data and control transfers should be performed using DMA or PIO modes. Update flash_mspi_no...
eb318914c26145c816df125d3ea6d282684b6dfa
null
null
null
git_logdiff
zephyr
commit 812933e7e9ea562712a55b0cd06bc7446fbd6674 Author: Glenn Andrews <andrewsglenn@meta.com> Date: Mon Feb 9 14:57:53 2026 -0800 w1: Adjustable baud rate for Overdrive mode Modifies 1-wire serial driver to accept configurable baud rates for Overdrive mode. In testing with DS2488, which are...
null
w1: Adjustable baud rate for Overdrive mode Modifies 1-wire serial driver to accept configurable baud rates for Overdrive mode. In testing with DS2488, which are Overdrive-only, it was found that both the baud rate and zero bit pattern needed to be adjusted for stability. This commit allows the user to define their o...
812933e7e9ea562712a55b0cd06bc7446fbd6674
null
null
null
git_logdiff
xen
commit 79a53b6f6ec79b9beefb912d5d38c9fdc420885b Author: Jan Beulich <jbeulich@suse.com> Date: Thu Feb 26 13:33:36 2026 +0100 x86/shadow: don't use #if in unlikely() invocation As per the standard this is UB, i.e. we're building on an extension in the compilers we use (for gcc, see "The C Preprocesso...
null
x86/shadow: don't use #if in unlikely() invocation As per the standard this is UB, i.e. we're building on an extension in the compilers we use (for gcc, see "The C Preprocessor" section "Directives Within Macro Arguments"). Misra C:2012 rule 20.6 disallows this altogether, though. Combine the fix with some tidying: F...
79a53b6f6ec79b9beefb912d5d38c9fdc420885b
null
null
null
git_logdiff
xen
commit 481d31a679ab80cc5a993e56505ca0dec9bb4592 Author: Kevin Lampis <kevin.lampis@citrix.com> Date: Thu Feb 26 13:32:28 2026 +0100 x86: Remove x86 prefixed names from cpuinfo for amd.c And some AMD related code in emul-priv-op.c. struct cpuinfo_x86 .x86 => .family .x86_vendo...
null
x86: Remove x86 prefixed names from cpuinfo for amd.c And some AMD related code in emul-priv-op.c. struct cpuinfo_x86 .x86 => .family .x86_vendor => .vendor .x86_model => .model .x86_mask => .stepping No functional change. This work is part of making Xen safe for Intel family 18/19. Signed-off-by...
481d31a679ab80cc5a993e56505ca0dec9bb4592
null
null
null
git_logdiff
xen
commit 44da0e3b4ff7fa15ad28b628f57412a05dae653c Author: Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com> Date: Thu Feb 26 13:31:48 2026 +0100 libxl: constify some local variables for building with glibc 2.43 Archlinux just updated glibc to 2.43+r5+g856c426a7534-1 and that causes libxl bu...
null
libxl: constify some local variables for building with glibc 2.43 Archlinux just updated glibc to 2.43+r5+g856c426a7534-1 and that causes libxl build failure: libxl_cpuid.c: In function ‘libxl_cpuid_parse_config_xend’: libxl_cpuid.c:447:16: error: assignment discards ‘const’ qualifier from pointer target type...
44da0e3b4ff7fa15ad28b628f57412a05dae653c
null
null
null
git_logdiff
xen
commit 70c47ec5d65fa985ef7becd74b2d7b6d744b4c97 Author: Andrew Cooper <andrew.cooper3@citrix.com> Date: Fri Feb 20 15:46:26 2026 +0000 xen: Adjust break/fallthrough statements sh_destroy_shadow() has a spelling of fallthrough which doesn't match the permitted pattern. Convert it to a real fallthrou...
null
xen: Adjust break/fallthrough statements sh_destroy_shadow() has a spelling of fallthrough which doesn't match the permitted pattern. Convert it to a real fallthrough (psedo)keyword. Elsewhere, insert breaks at the end of the default statements. No functional change. Signed-off-by: Andrew Cooper <andrew.cooper3@ci...
70c47ec5d65fa985ef7becd74b2d7b6d744b4c97
null
null
null
git_logdiff
xen
commit 495d470d9fdce210529c0aba16ff469ae0fbe952 Author: Andrew Cooper <andrew.cooper3@citrix.com> Date: Sat Jan 3 21:28:52 2026 +0000 x86/shadow: Rework write_atomic() call in shadow_write_entries() ECLAIR reports an unevaluated side effect in a sizeof() expression (R13.6 violation). write_...
null
x86/shadow: Rework write_atomic() call in shadow_write_entries() ECLAIR reports an unevaluated side effect in a sizeof() expression (R13.6 violation). write_atomic() does take care to evaluates each parameter only once, but expression is complicated to follow. Rewrite it to less resemble an entry from an obfuscation...
495d470d9fdce210529c0aba16ff469ae0fbe952
null
null
null
git_logdiff
xen
commit 25bb2560ab08e80ce5dc5ace125a867b5377a6a1 Author: Andrew Cooper <andrew.cooper3@citrix.com> Date: Fri Feb 20 11:27:13 2026 +0000 arm/pci-designware: Fix MISRA violations * Move includes inside the header guards (D4.10) * Use NULL in preference to 0 (R11.9) No functional change. ...
null
arm/pci-designware: Fix MISRA violations * Move includes inside the header guards (D4.10) * Use NULL in preference to 0 (R11.9) No functional change. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Nicola Vetrini <nicola.vetrini@bugseng.com> Reviewed-by: Michal Orzel <michal.orzel@amd.com>
25bb2560ab08e80ce5dc5ace125a867b5377a6a1
null
null
null
git_logdiff
xen
commit 619d317cec14db2cdc205393bda1810ea98647f2 Author: Andrew Cooper <andrew.cooper3@citrix.com> Date: Sat Jan 3 20:15:28 2026 +0000 xen/vmac: Const the key parameter of vmac_set_key() ECLAIR reports that tboot_gen_domain_integrity() is casting away constness (Rule 11.8 violation). vmac_se...
null
xen/vmac: Const the key parameter of vmac_set_key() ECLAIR reports that tboot_gen_domain_integrity() is casting away constness (Rule 11.8 violation). vmac_set_key() doesn't modify the user_key parameter, so it can become const, removing the need to cast. No functional change. Signed-off-by: Andrew Cooper <andrew.co...
619d317cec14db2cdc205393bda1810ea98647f2
null
null
null
git_logdiff
xen
commit 44416a8431572264d537dceec9de514dbead694e Author: Andrew Cooper <andrew.cooper3@citrix.com> Date: Mon Jan 5 20:41:11 2026 +0000 xen: Include suitable headers to make declarations visible A range of functions can't see their declarations, requiring the inclusion of appropriate headers. ...
null
xen: Include suitable headers to make declarations visible A range of functions can't see their declarations, requiring the inclusion of appropriate headers. For pv/mm.h and pv/traps.h, this requires adjustments to become stand-alone. In pv/mm.h, swap xen/lib.h for xen/bug.h now that ASSERT_UNREACHABLE() has moved. ...
44416a8431572264d537dceec9de514dbead694e
null
null
null
git_logdiff
xen
commit 7df89867c6c8a81f968f7956a5e44f33ca595136 Author: Andrew Cooper <andrew.cooper3@citrix.com> Date: Sat Jan 3 16:31:28 2026 +0000 xen/treewide: Adjust parameter names and types MISRA Rule 8.2 says that parameters must all have names. Rule 8.3 says that the names and types must match between dec...
null
xen/treewide: Adjust parameter names and types MISRA Rule 8.2 says that parameters must all have names. Rule 8.3 says that the names and types must match between declaration and definition. No functional change. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Michal Orzel <michal.orzel@amd.com...
7df89867c6c8a81f968f7956a5e44f33ca595136
null
null
null
git_logdiff
xen
commit 8d061c5b7a879c8590b616257b2a27754d740ec3 Author: Andrew Cooper <andrew.cooper3@citrix.com> Date: Sat Jan 3 16:13:36 2026 +0000 xen/treewide: Adjust suffixes on integer literals Use U where necessary (Misra Rule 7.2) and uppercase L (Misra Rule 7.3). No functional change. Signed-...
null
xen/treewide: Adjust suffixes on integer literals Use U where necessary (Misra Rule 7.2) and uppercase L (Misra Rule 7.3). No functional change. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Michal Orzel <michal.orzel@amd.com>
8d061c5b7a879c8590b616257b2a27754d740ec3
null
null
null
git_logdiff
xen
commit afee8d04ad6f88556f0f5a69e3583862cee4b06f Author: Andrew Cooper <andrew.cooper3@citrix.com> Date: Fri Feb 20 11:28:10 2026 +0000 arm: Use __func__ in acpi_boot_table_init() ECLAIR reports __FUNCTION__ as nonstandard syntax and a R1.1 violation. No functional change. Signed-off-by...
null
arm: Use __func__ in acpi_boot_table_init() ECLAIR reports __FUNCTION__ as nonstandard syntax and a R1.1 violation. No functional change. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Nicola Vetrini <nicola.vetrini@bugseng.com> Reviewed-by: Michal Orzel <michal.orzel@amd.com>
afee8d04ad6f88556f0f5a69e3583862cee4b06f
null
null
null
git_logdiff
xen
commit 7f15d5d132216c49ee042730a12ec78c5443f72e Author: Andrew Cooper <andrew.cooper3@citrix.com> Date: Fri Jan 9 22:42:37 2026 +0000 xen/treewide: More typeof() -> auto conversions All of these are simple cases of using typeof() to avoid multiple parameter evaluation. Using auto avoids multiple te...
null
xen/treewide: More typeof() -> auto conversions All of these are simple cases of using typeof() to avoid multiple parameter evaluation. Using auto avoids multiple textural expansion also. No functional change. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Jan Beulich <jbeulich@suse.com> Acked-b...
7f15d5d132216c49ee042730a12ec78c5443f72e
null
null
null
git_logdiff
xen
commit 67bcf5eae7098a8c720550f468c347370acd3eaf Author: Andrew Cooper <andrew.cooper3@citrix.com> Date: Tue Feb 24 12:25:45 2026 +0000 xen/arm: Simplify type handling for SMCCC declarations There's no use creating a typed copy of a macro argument, simply to use it to create a second typed copy. Rem...
null
xen/arm: Simplify type handling for SMCCC declarations There's no use creating a typed copy of a macro argument, simply to use it to create a second typed copy. Remove the indirection, halving the number of local variables created in scope. No functional change. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.c...
67bcf5eae7098a8c720550f468c347370acd3eaf
null
null
null
git_logdiff
xen
commit cd9cd05b2eba6a93fb7dc3d1bd1fe7a21426fd79 Author: Andrew Cooper <andrew.cooper3@citrix.com> Date: Tue Feb 24 12:11:02 2026 +0000 xen/arm: Simplify SMCCC handling by reusing __declare_arg_$() Now that the type handling is entirely uniform, it's easier to see that __declare_arg_3() can use __dec...
null
xen/arm: Simplify SMCCC handling by reusing __declare_arg_$() Now that the type handling is entirely uniform, it's easier to see that __declare_arg_3() can use __declare_arg_2() and so on, just like the larger __declare_arg_$()'s already do. No functional change. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.c...
cd9cd05b2eba6a93fb7dc3d1bd1fe7a21426fd79
null
null
null
git_logdiff
xen
commit d8402e6cfcc4acd74ae0d771b3f21b9fff270823 Author: Jan Beulich <jbeulich@suse.com> Date: Wed Feb 25 12:31:35 2026 +0100 x86/cpu-policy: split out copy-in/-out functions This is to aid with MGMT_HYPERCALL work, leaving the functions potentially unreferenced (which Misra dislikes). By moving them...
null
x86/cpu-policy: split out copy-in/-out functions This is to aid with MGMT_HYPERCALL work, leaving the functions potentially unreferenced (which Misra dislikes). By moving them to separate archive members, the linker simply will not pick them up when not needed. As the CPUID and MSR ones are always used together, put ...
d8402e6cfcc4acd74ae0d771b3f21b9fff270823
null
null
null
git_logdiff
xen
commit 7326c1725432166cbb7a284df78c373b95be82aa Author: Jan Beulich <jbeulich@suse.com> Date: Wed Feb 25 12:31:08 2026 +0100 x86/cpu-policy: move CPU policy library code ... to a dedicated subdir of x86's private lib/ sub-tree. For the CPU policy harnesses and libxenguest use $(lib-y) as set by...
null
x86/cpu-policy: move CPU policy library code ... to a dedicated subdir of x86's private lib/ sub-tree. For the CPU policy harnesses and libxenguest use $(lib-y) as set by the new Makefile.common, whereas for the emulator harnesses stick to building just cpuid.o for the time being. Requested-by: Andrew Cooper <andrew...
7326c1725432166cbb7a284df78c373b95be82aa
null
null
null
git_logdiff
xen
commit 28af7ed9107cdb14196dcd58cb3dcd78066bf9a9 Author: Bertrand Marquis <bertrand.marquis@arm.com> Date: Mon Feb 16 08:47:08 2026 +0100 xen/arm: smccc: Preserve argument types in v1.1 SMC The SMCCC v1.1 inline helper currently forces a1-a4 into unsigned long and uses in/out constraints for r0-r3. I...
null
xen/arm: smccc: Preserve argument types in v1.1 SMC The SMCCC v1.1 inline helper currently forces a1-a4 into unsigned long and uses in/out constraints for r0-r3. In contrast, a5-a7 are passed with their original types via read-only constraints. On arm64 this means a 32-bit signed value in a1-a4 is converted to a 64-bi...
28af7ed9107cdb14196dcd58cb3dcd78066bf9a9
null
null
null
git_logdiff
xen
commit b5174863a465b5a8a0ba842f5f6e5f2691d42812 Author: Bertrand Marquis <bertrand.marquis@arm.com> Date: Wed Feb 11 18:15:36 2026 +0100 xen/arm: ffa: Add message parameter diagnostics MSG_SEND2 and direct request validation failures are silent, making it hard to diagnose invalid IDs, oversized mess...
null
xen/arm: ffa: Add message parameter diagnostics MSG_SEND2 and direct request validation failures are silent, making it hard to diagnose invalid IDs, oversized messages, or unsupported destination types. Add debug logs for parameter validation failures: - invalid endpoint IDs - oversized messages - unsupported destina...
b5174863a465b5a8a0ba842f5f6e5f2691d42812
null
null
null
git_logdiff
qemu
commit 907b8d56351b1ba6c97953edaca6a08f02fa2048 Author: Peter Maydell <peter.maydell@linaro.org> Date: Thu Feb 26 11:27:19 2026 +0000 hw/char/pl011: Only log "data written to disabled UART" once We log a GUEST_ERROR message "PL011 data written to disabled UART" if the guest writes data to the TX FIF...
null
hw/char/pl011: Only log "data written to disabled UART" once We log a GUEST_ERROR message "PL011 data written to disabled UART" if the guest writes data to the TX FIFO when it has not set the enable bit in the UART. The idea is to note that the guest has done something dubious but let it work anyway. However, since ...
907b8d56351b1ba6c97953edaca6a08f02fa2048
null
null
null
git_logdiff
qemu
commit a59f5e83338b1817ba773fc0dacaed98299c1c83 Author: Richard Henderson <richard.henderson@linaro.org> Date: Thu Feb 26 11:27:19 2026 +0000 target/arm: Add have_ffr argument to kvm_arch_{get, put}_sve Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter...
null
target/arm: Add have_ffr argument to kvm_arch_{get, put}_sve Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20260216034432.23912-12-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
a59f5e83338b1817ba773fc0dacaed98299c1c83
null
null
null
git_logdiff
qemu
commit ba738b92156e1e03e5800d33e86fb1fe3a7d4258 Author: Richard Henderson <richard.henderson@linaro.org> Date: Thu Feb 26 11:27:19 2026 +0000 target/arm: Add vq argument to kvm_arch_{get, put}_sve Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter.mayde...
null
target/arm: Add vq argument to kvm_arch_{get, put}_sve Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20260216034432.23912-11-richard.henderson@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
ba738b92156e1e03e5800d33e86fb1fe3a7d4258
null
null
null
git_logdiff
qemu
commit c23a2b303ed86315c6549e6ce2abd9c40c0a92ba Author: Richard Henderson <richard.henderson@linaro.org> Date: Thu Feb 26 11:27:18 2026 +0000 target/arm: Drop kvm_arm_pmu_supported This function has only one use, so inline it and drop the stubs. Signed-off-by: Richard Henderson <richard.henders...
null
target/arm: Drop kvm_arm_pmu_supported This function has only one use, so inline it and drop the stubs. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20260216034432.23912-9-richard.henderson@linaro.org Signed-off-by: Peter Maydell <pe...
c23a2b303ed86315c6549e6ce2abd9c40c0a92ba
null
null
null
git_logdiff
qemu
commit 352051b1d2334633af163e2b26bcae4fa91a2084 Author: Richard Henderson <richard.henderson@linaro.org> Date: Thu Feb 26 11:27:18 2026 +0000 target/arm: Remove kvm test in arm_set_pmu In kvm_arm_get_host_cpu_features, we only set ARM_FEATURE_PMU if kvm_arm_pmu_supported. In arm_cpu_post_init we on...
null
target/arm: Remove kvm test in arm_set_pmu In kvm_arm_get_host_cpu_features, we only set ARM_FEATURE_PMU if kvm_arm_pmu_supported. In arm_cpu_post_init we only register the "pmu" property if ARM_FEATURE_PMU. Therefore, if kvm is enabled, we can only arrive in arm_set_pmu if kvm_arm_pmu_supported. Signed-off-by: Ric...
352051b1d2334633af163e2b26bcae4fa91a2084
null
null
null
git_logdiff
qemu
commit 4d08afde4b6245c3ecf8c5142df341f9823f00a9 Author: Richard Henderson <richard.henderson@linaro.org> Date: Thu Feb 26 11:27:18 2026 +0000 target/arm: Drop kvm_arm_sve_supported This function has only one real use, so inline it and drop the stubs. Signed-off-by: Richard Henderson <richar...
null
target/arm: Drop kvm_arm_sve_supported This function has only one real use, so inline it and drop the stubs. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20260216034432.23912-7-richard.henderson@linaro.org Signed-off-by: Peter Maydel...
4d08afde4b6245c3ecf8c5142df341f9823f00a9
null
null
null
git_logdiff
qemu
commit d25293068b039c44e37d8a6892c6ca4344776866 Author: Richard Henderson <richard.henderson@linaro.org> Date: Thu Feb 26 11:27:18 2026 +0000 target/arm: Move kvm test out of cpu_arm_set_sve Introduce a set of stub property callbacks for when we really don't want to be able to enable SVE. Register ...
null
target/arm: Move kvm test out of cpu_arm_set_sve Introduce a set of stub property callbacks for when we really don't want to be able to enable SVE. Register the real or stub funtions in aarch64_add_sve_properties depending on whether or not SVE is available. Adjust aarch64_a64fx_initfn to initialize the set of suppo...
d25293068b039c44e37d8a6892c6ca4344776866
null
null
null
git_logdiff
qemu
commit 5b3feb36aecd15e4248b6a5f9eeb9c28189c7faf Author: Richard Henderson <richard.henderson@linaro.org> Date: Thu Feb 26 11:27:18 2026 +0000 target/arm: Init sve_vq in kvm_arm_set_cpu_features_from_host Probe for SVE vector sizes with the same scratch vm that we use for probing other features. Rem...
null
target/arm: Init sve_vq in kvm_arm_set_cpu_features_from_host Probe for SVE vector sizes with the same scratch vm that we use for probing other features. Remove a separate initialization path in arm_cpu_sve_finalize. Unexport kvm_arm_sve_get_vls. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Review...
5b3feb36aecd15e4248b6a5f9eeb9c28189c7faf
null
null
null
git_logdiff
qemu
commit 423b0ac34ca8dd19fc27b8518b6234227ac320a5 Author: Richard Henderson <richard.henderson@linaro.org> Date: Thu Feb 26 11:27:18 2026 +0000 target/arm: Move kvm_arm_sve_get_vls within kvm.c Prepare to adjust the invocation point and visibility. Signed-off-by: Richard Henderson <richard.hender...
null
target/arm: Move kvm_arm_sve_get_vls within kvm.c Prepare to adjust the invocation point and visibility. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20260216034432.23912-4-richard.henderson@linaro.org Signed-off-by: Peter Maydell <p...
423b0ac34ca8dd19fc27b8518b6234227ac320a5
null
null
null
git_logdiff
qemu
commit 5283e38fd1f318a49a986f6d5edd7f3089a7e461 Author: Richard Henderson <richard.henderson@linaro.org> Date: Thu Feb 26 11:27:18 2026 +0000 target/arm: Remove aarch64 test for kvm We no longer support kvm for aarch32, therefore the aarch64 test is trivially true. Signed-off-by: Richard He...
null
target/arm: Remove aarch64 test for kvm We no longer support kvm for aarch32, therefore the aarch64 test is trivially true. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20260216034432.23912-3-richard.henderson@linaro.org Signed-off-b...
5283e38fd1f318a49a986f6d5edd7f3089a7e461
null
null
null
git_logdiff
qemu
commit e0be954ff62572f9715e9ce2c283b87054a94cc8 Author: Philippe Mathieu-Daudé <philmd@linaro.org> Date: Thu Feb 26 11:27:18 2026 +0000 hw/misc/allwinner-cpucfg: Remove use of ARM_CPU() cast macro allwinner_cpucfg_cpu_reset() doesn't access ARM CPU internal fields: no need to cast, pass a generic CP...
null
hw/misc/allwinner-cpucfg: Remove use of ARM_CPU() cast macro allwinner_cpucfg_cpu_reset() doesn't access ARM CPU internal fields: no need to cast, pass a generic CPU pointer along. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20260...
e0be954ff62572f9715e9ce2c283b87054a94cc8
null
null
null
git_logdiff
qemu
commit 8dbb04a68fc8f484e4fc34db260529b1b8ee1c16 Author: Philippe Mathieu-Daudé <philmd@linaro.org> Date: Thu Feb 26 11:27:18 2026 +0000 hw/cpu: Build a15mpcore.c once as common object a15mpcore.c doesn't need to include the target-specific 'kvm_arm.h' header, it only lacks the qemu_get_cpu() declara...
null
hw/cpu: Build a15mpcore.c once as common object a15mpcore.c doesn't need to include the target-specific 'kvm_arm.h' header, it only lacks the qemu_get_cpu() declaration which comes from 'hw/core/cpu.h'. Include the latter and build as common object. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-b...
8dbb04a68fc8f484e4fc34db260529b1b8ee1c16
null
null
null
git_logdiff
qemu
commit 28b0ed32b32c7e5094cf2f1ec9c0645c65fad2aa Author: Mohamed Mediouni <mohamed@unpredictable.fr> Date: Thu Feb 26 11:27:18 2026 +0000 Revert "target/arm/hvf: Sync CNTV_CTL_EL0 & CNTV_CVAL_EL0" This reverts commit bfbea371ef2cabc47effac5a286e2644d727a8d6. This commit breaks VM save/restore: ...
null
Revert "target/arm/hvf: Sync CNTV_CTL_EL0 & CNTV_CVAL_EL0" This reverts commit bfbea371ef2cabc47effac5a286e2644d727a8d6. This commit breaks VM save/restore: Assertion failed: (b), function hvf_arch_get_registers, file hvf.c, line 667. zsh: abort ./qemu-system-aarch64 -m 8192 -M virt,accel=hvf -cdrom -device vi...
28b0ed32b32c7e5094cf2f1ec9c0645c65fad2aa
null
null
null
git_logdiff
qemu
commit a99e32dbd4a11fdf168438ded961a5fb70a37503 Author: Sebastian Ott <sebott@redhat.com> Date: Thu Feb 26 11:27:18 2026 +0000 target/arm/kvm: add kvm-psci-version vcpu property Provide a kvm specific vcpu property to override the default (as of kernel v6.13 that would be PSCI v1.3) PSCI version emu...
null
target/arm/kvm: add kvm-psci-version vcpu property Provide a kvm specific vcpu property to override the default (as of kernel v6.13 that would be PSCI v1.3) PSCI version emulated by kvm. Current valid values are: 0.1, 0.2, 1.0, 1.1, 1.2, and 1.3 Note: in order to support PSCI v0.1 we need to drop vcpu initialization ...
a99e32dbd4a11fdf168438ded961a5fb70a37503
null
null
null
git_logdiff
qemu
commit ee4d1ff3af85418a1dd946647658b954649e43ae Author: Mohammadfaiz Bawa <mbawa@redhat.com> Date: Thu Feb 26 11:27:18 2026 +0000 hw/arm/virt: Add virtio-mmio-transports property Windows ARM64 guests detect virtio-mmio devices declared in ACPI tables even when no backend is attached. This causes "Un...
null
hw/arm/virt: Add virtio-mmio-transports property Windows ARM64 guests detect virtio-mmio devices declared in ACPI tables even when no backend is attached. This causes "Unknown devices" (ACPI\LNRO0005) to appear in Device Manager. Until Windows fixes that by supporting, add a new machine property 'virtio-mmio-transpor...
ee4d1ff3af85418a1dd946647658b954649e43ae
null
null
null
git_logdiff
coreboot
commit e84415b8f8c479be0d4f10dda421976ca7e4acc6 Author: Tony Huang <tony-huang@quanta.corp-partner.google.com> Date: Tue Feb 24 15:10:20 2026 +0800 mb/google/nissa/var/yaviks: Add micron memory to RAM ID table DRAM Part Name ID to assign MT62F1G32D2DS-031RF WT:C 2 (0010) MT...
null
mb/google/nissa/var/yaviks: Add micron memory to RAM ID table DRAM Part Name ID to assign MT62F1G32D2DS-031RF WT:C 2 (0010) MT62F2G32D4DS-031RF WT:C 5 (0101) BUG=b:487113903 TEST=build nissa coreboot Change-Id: I171d2cdfcd4ec41562b09705dab64f00ce51c6a2 Signed-off-by: Tony Huang <tony-huan...
e84415b8f8c479be0d4f10dda421976ca7e4acc6
null
null
null
git_logdiff
coreboot
commit 08dcaf404cf8a0ff84148abc02dff08aa3f92718 Author: Tony Huang <tony-huang@quanta.corp-partner.google.com> Date: Tue Feb 24 15:09:24 2026 +0800 mb/google/nissa/var/yavilla: Add micron memory to RAM ID table DRAM Part Name ID to assign MT62F1G32D2DS-031RF WT:C 2 (0010) M...
null
mb/google/nissa/var/yavilla: Add micron memory to RAM ID table DRAM Part Name ID to assign MT62F1G32D2DS-031RF WT:C 2 (0010) MT62F2G32D4DS-031RF WT:C 5 (0101) BUG=b:487113903 TEST=build nissa coreboot Change-Id: I5b49ec3513fd1878942c96bc8b5375d79e049898 Signed-off-by: Tony Huang <tony-hua...
08dcaf404cf8a0ff84148abc02dff08aa3f92718
null
null
null
git_logdiff
coreboot
commit 08f2f3a21bcbb3ea32ad25fa3af788ebbf447b6d Author: Angel Pons <th3fanbus@gmail.com> Date: Wed Sep 10 16:30:34 2025 +0200 Haswell NRI: Implement 1D margin training Implement an algorithm that performs a simple 1D margin training. This algorithm is generic, i.e. it can be used with multiple margi...
null
Haswell NRI: Implement 1D margin training Implement an algorithm that performs a simple 1D margin training. This algorithm is generic, i.e. it can be used with multiple margin params. Use this algorithm to train three margin parameters: RdT, WrT and RdV. This algorithm also does per-bit calibration, but only for RdT ...
08f2f3a21bcbb3ea32ad25fa3af788ebbf447b6d
null
null
null
git_logdiff
coreboot
commit f4825e5c12fe1129c7862a61b91bb7e60f1e9b45 Author: Patrick Rudolph <siro@das-labor.org> Date: Thu Jun 5 09:12:24 2025 +0200 soc/amd/common: Add I3C driver Add an I3C driver that allows to use the I3C HW from the OS. It does: - Power on/off the I3C HW - Configures the IOMUX Add ...
null
soc/amd/common: Add I3C driver Add an I3C driver that allows to use the I3C HW from the OS. It does: - Power on/off the I3C HW - Configures the IOMUX Add the SoC specific AOAC devices and GPIO pins to reconfigure the GPIO for I3C HW. New log messages are seen in coreboot: [DEBUG] MMIO: fedd2000 disabled TEST: The ...
f4825e5c12fe1129c7862a61b91bb7e60f1e9b45
null
null
null
git_logdiff
coreboot
commit cf5d6f1c885a5508c85bda1f574aff71de0cb58e Author: Jeremy Compostella <jeremy.compostella@intel.com> Date: Wed Feb 18 14:49:51 2026 -0800 soc/intel/common/block/gspi: Simplify Makefile using all-$() Replace individual stage-specific lines with all-$() for each file. This simplifies the Makefile...
null
soc/intel/common/block/gspi: Simplify Makefile using all-$() Replace individual stage-specific lines with all-$() for each file. This simplifies the Makefile from 6 lines to 2 lines while maintaining identical functionality. The all-$() variable automatically includes the file in all build stages (bootblock, verstage...
cf5d6f1c885a5508c85bda1f574aff71de0cb58e
null
null
null
git_logdiff
coreboot
commit 56ede20f103fd30307447f66c26e630382e2205f Author: Jeremy Compostella <jeremy.compostella@intel.com> Date: Wed Feb 25 11:00:08 2026 -0800 soc/intel/pantherlake: Use common SPI device function driver Switch to the common SPI device function driver implementation. This eliminates platform-specifi...
null
soc/intel/pantherlake: Use common SPI device function driver Switch to the common SPI device function driver implementation. This eliminates platform-specific SPI code by leveraging the common driver with platform-specific Kconfig and macros. This commit: - Selects SOC_INTEL_COMMON_FEATURE_SPI_DEVFN and SOC_INTEL_C...
56ede20f103fd30307447f66c26e630382e2205f
null
null
null
git_logdiff
coreboot
commit 4bdeb7363542b0d33d3be651a0f7b0639c87bb02 Author: Jeremy Compostella <jeremy.compostella@intel.com> Date: Wed Feb 25 11:00:08 2026 -0800 soc/intel/meteorlake: Use common SPI device function driver Switch to the common SPI device function driver implementation. This eliminates platform-specific...
null
soc/intel/meteorlake: Use common SPI device function driver Switch to the common SPI device function driver implementation. This eliminates platform-specific SPI code by leveraging the common driver with platform-specific Kconfig and macros. This commit: - Selects SOC_INTEL_COMMON_FEATURE_SPI_DEVFN and SOC_INTEL_CO...
4bdeb7363542b0d33d3be651a0f7b0639c87bb02
null
null
null