[PATCH v2 00/17] TLV-Signature and keyrings
2025-10-28 18:03 UTC (18+ messages)
` [PATCH v2 01/17] lib: idr: avoid dangling else in idr_for_each_entry()
` [PATCH v2 02/17] common: clean up TLV code
` [PATCH v2 03/17] crypto: Add support for keyrings
` [PATCH v2 04/17] fit: only accept keys from "fit"-keyring
` [PATCH v2 05/17] crypto: keytoc: Rename "hint" to "fit-hint" and do not use it in identifiers
` [PATCH v2 06/17] commands: keys: update output format to include keyring
` [PATCH v2 07/17] commands: tlv: Error out on invalid TLVs
` [PATCH v2 08/17] scripts: bareboxtlv-generator: Implement signature
` [PATCH v2 09/17] scripts: bareboxtlv-generator: Increase max_size in example schema
` [PATCH v2 10/17] common: tlv: Add TLV-Signature support
` [PATCH v2 11/17] common: tlv: default decoder for signed TLV
` [PATCH v2 12/17] crypto: Use "development" keys for "fit" and "tlv" keyring
` [PATCH v2 13/17] test: py: add signature to TLV integration tests
` [PATCH v2 14/17] ci: pytest: Add kconfig fragment for TLV signature "
` [PATCH v2 15/17] crypto: concatenate fit development certificate with private key
` [PATCH v2 16/17] doc/barebox-tlv: Update documentation regarding TLV-Signature
` [PATCH v2 17/17] Documentation: migration-2025.11.0: List changes to CONFIG_CRYPTO_PUBLIC_KEYS
[PATCH v2 1/3] startup: check for console before showing menu
2025-10-28 15:43 UTC (3+ messages)
` [PATCH v2 2/3] console_common: get_first_active: respect security policy
` [PATCH 3/3] startup: mount ps only on policy FS_EXTERNAL
[PATCH] fixup! public-keys: move list out of struct public_key
2025-10-28 15:01 UTC
[PATCH 1/2] ARM: mmu: have zero_page_remappable() check MMU status
2025-10-28 14:32 UTC (2+ messages)
` [PATCH 2/2] ARM: i.MX8M: romapi: skip zero_page_access() if MMU is disabled
[PATCH 1/3] startup: check for console before showing menu
2025-10-28 13:48 UTC (8+ messages)
` [PATCH 2/3] startup: autoboot: disable on deactivated console
` [PATCH 3/3] startup: mount ps only on policy FS_EXTERNAL
[PATCH v2 1/5] regulator: implement dev_of_regulator_get
2025-10-28 11:01 UTC (11+ messages)
` [PATCH v2 2/5] pmdomain: look up pmdomain even if not have_genpd_providers
` [PATCH v2 3/5] pmdomain: warn if deep probe enabled and driver missing
` [PATCH v2 4/5] pmdomain: allow callback for when devices are attached
` [PATCH v2 5/5] pmdomain: add Rockchip power domain support
[PATCH RFC 1/3] lib: add talloc for overlaying a tree onto allocations
2025-10-28 10:26 UTC (5+ messages)
` [PATCH RFC 2/3] test: self: add talloc selftest
` [PATCH RFC 3/3] hush: fix memory leaks
[PATCH v2] clk: rockchip rk3588: configure CPLL in driver
2025-10-28 10:00 UTC (2+ messages)
[PATCH] kbuild: add make check target
2025-10-28 9:03 UTC (2+ messages)
[PATCH] ARM: atf: document BL32 FDT argument
2025-10-28 8:28 UTC (2+ messages)
[PATCH] console: print banner on every fully activated console
2025-10-28 8:25 UTC (2+ messages)
[PATCH 1/5] Documentation: gen_commands.py: escape special characters
2025-10-28 8:23 UTC (6+ messages)
` [PATCH 2/5] Documentation: gen_commands.py: align whitespace with coding style
` [PATCH 3/5] Documentation: gen_commands.py: rework if statements for compactness
` [PATCH 4/5] Documentation: gen_commands.py: use literal block for help text
` [PATCH 5/5] Documentation: gen_commands.py: escape name in title
[PATCH 1/4] sound: pwm-beeper: make duty cycle configurable
2025-10-28 8:19 UTC (5+ messages)
` [PATCH 2/4] param: add support for setting parameters with percentages
` [PATCH 3/4] video: backlight-pwm: switch to gpiod functions
` [PATCH 4/4] backlight: support setting brightness as percentage
[PATCH] sandbox: add memory leak debugging tooling around LeakSanitizer
2025-10-28 8:15 UTC (4+ messages)
[PATCH] video: make video/mipi_dsi.h header self-contained
2025-10-28 7:46 UTC (2+ messages)
[PATCH] pinctrl: support selecting states from command line
2025-10-28 7:46 UTC (2+ messages)
[PATCH 0/4] phy: rockchip: add MIPI-DSI phy driver
2025-10-28 7:35 UTC (6+ messages)
` [PATCH 1/4] phy: add support for generic MIPI D-PHY
` [PATCH 2/4] phy: add devinfo callback
` [PATCH 3/4] phy: add phy_configure operation
` [PATCH 4/4] phy: rockchip: add Innosilicon MIPI/LVDS/TTL PHY driver
[PATCH] video: panel: add support for Sitronix ST7703 MIPI-DSI panel
2025-10-28 7:30 UTC (2+ messages)
[PATCH] video: vpl: add debug output when calling ioctl
2025-10-28 7:28 UTC (2+ messages)
[PATCH] video: Rockchip: add vop2_data::version field like Linux
2025-10-28 7:27 UTC (2+ messages)
[PATCH 1/3] fuzz: add context pointer to call_for_each_fuzz_test
2025-10-28 7:26 UTC (4+ messages)
` [PATCH 2/3] sandbox: export list_fuzz_tests to sandbox_main
` [PATCH 3/3] fuzz: do not export for_each_fuzz_test
[PATCH] clk: rockchip rk3588: configure CPLL in driver
2025-10-28 7:03 UTC (3+ messages)
[PATCH v2 1/4] partitions: efi: add support to specify gpt-location
2025-10-27 15:33 UTC (5+ messages)
` [PATCH v2 4/4] ARM: riotboard: drop static barebox-environment handling
[PATCH] ARM: multi_v8_defconfig: enable more rockchip stuff
2025-10-27 14:34 UTC
[PATCH 1/5] regulator: implement dev_of_regulator_get
2025-10-27 12:27 UTC (7+ messages)
` [PATCH 2/5] pmdomain: look up pmdomain even if not have_genpd_providers
` [PATCH 3/5] pmdomain: warn if deep probe enabled and driver missing
` [PATCH 4/5] pmdomain: allow callback for when devices are attached
` [PATCH 5/5] pmdomain: add Rockchip power domain support
v2025.10.0
2025-10-27 10:55 UTC
[PATCH 1/3] test: py: dm: skip test if veritysetup command is disabled
2025-10-27 10:25 UTC (6+ messages)
` [PATCH 2/3] test: py: network: skip test if tftp command is missing
` [PATCH 3/3] test: py: fix pycodestyle warnings
[PATCH] ARM: dts: k3-am62l: Set cpsw3g status to disabled by default
2025-10-27 10:21 UTC (2+ messages)
[PATCH] github/ci: build Container on pushes to ci branch only
2025-10-27 10:21 UTC (2+ messages)
[PATCH] scripts: rkimage: remove twice include of the same file
2025-10-27 10:18 UTC (2+ messages)
[PATCH] ARM: Rockchip: mention tee-raw.bin by name
2025-10-27 10:16 UTC (2+ messages)
[PATCH master] Documentation: boards: k3: fix wrong indentation in ReST
2025-10-27 10:15 UTC (2+ messages)
[PATCH master] Documentation: migration-2025.08.0: add note about W^X
2025-10-27 10:13 UTC (2+ messages)
[PATCH] ARM: k3: fix wrong reference to help
2025-10-27 10:13 UTC (3+ messages)
[PATCH master] security: policy: remove duplicate SECURITY_POLICY_PATH symbol
2025-10-27 10:12 UTC (2+ messages)
[PATCH 0/5] public_keys: make const
2025-10-23 8:02 UTC (2+ messages)
[PATCH] test: fit: power cycle after tests in booted barebox
2025-10-23 7:59 UTC (2+ messages)
[PATCH 1/3] test: Containerfile: add qemu-efi-aarch64
2025-10-23 7:51 UTC (4+ messages)
` [PATCH 2/3] test: arm: add efi v8 test for efi arm64 payload
` [PATCH 3/3] doc: efi: add efi armv8 payload documentation
[PATCH] efi: payload: do not check for heap addresses in efi_load_image
2025-10-23 7:44 UTC (2+ messages)
[PATCH] fixup! test: self: malloc: fix false positive when malloc store is registered
2025-10-23 7:44 UTC (2+ messages)
[PATCH 1/2] commands: devinfo: print Deep Probe status for top-level machine device
2025-10-23 7:37 UTC (2+ messages)
[PATCH] Kbuild: make sure to build fixdep first
2025-10-22 15:55 UTC (2+ messages)
[PATCH master] MAKEALL: do not early abort initial "probe" defconfig sourcing
2025-10-22 15:55 UTC (3+ messages)
[PATCH] Kbuild: make sure to build fixdep first
2025-10-22 14:01 UTC (2+ messages)
[PATCH] fixup! Documentation: add contributing section
2025-10-22 13:58 UTC (2+ messages)
[PATCH 00/15] TLV-Signature and keyrings
2025-10-22 12:34 UTC (26+ messages)
` [PATCH 03/15] fit: only accept keys from "fit"-keyring
` [PATCH 05/15] commands: keys: update output format to include keyring
` [PATCH 06/15] commands: tlv: Error out on invalid TLVs
` [PATCH 09/15] common: tlv: Add TLV-Signature support
` [PATCH 10/15] common: tlv: default decoder for signed TLV
` [PATCH 11/15] crypto: Use "development" keys for "fit" and "tlv" keyring
` [PATCH 12/15] test: py: add signature to TLV integration tests
[PATCH] ci: container: downgrade LLVM to v20
2025-10-22 10:48 UTC (2+ messages)
[PATCH] ci: container: upgrade after update
2025-10-22 10:48 UTC (2+ messages)
[PATCH] fixup! FIT: compare key name hint with streq_ptr for clarity
2025-10-22 9:57 UTC (3+ messages)
[PATCH] MAKEALL: print --shuffle seed used for initial make *_defconfig
2025-10-22 9:25 UTC (2+ messages)
[PATCH v2] parted: add max option to mkpart <end>
2025-10-22 7:02 UTC (2+ messages)
[PATCH] checkpatch: increase maximum line length to 100
2025-10-22 6:55 UTC (2+ messages)
[PATCH] sandbox: cut down on if clauses using SANDBOX_LIBS-y
2025-10-22 6:55 UTC (2+ messages)
[PATCH] ARM: boards: i.MX93: Add NXP FRDM i.MX93 support
2025-10-22 6:52 UTC (12+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] common: deep-probe: include of for of_device_id
` [PATCH v2 2/2] ARM: boards: i.MX93: Add NXP FRDM i.MX93 support
[PATCH] ARM: i.MX: karo-tx6: use mmcboot handler
2025-10-22 6:30 UTC (4+ messages)
` [PATCH] fixup! "
[PATCH 1/2] test: self: malloc: fix double free after expect_alloc_fail
2025-10-22 6:27 UTC (3+ messages)
` [PATCH 2/2] test: self: malloc: fix false positive when malloc store is registered
[PATCH] dts: arm: imx6: remove mmc1 alias
2025-10-21 15:03 UTC (2+ messages)
page: next (older)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox