[PATCH v2 0/2] Move pca9450 RESET_CTRL configuration to driver
2025-03-13 9:21 UTC
[PATCH] malloc: return ZERO_SIZE_PTR for 0-byte allocations
2025-03-13 8:56 UTC
[BUG] drm/rockchip: vop2: uninitialized variables passed to ilog2 and writel
2025-03-13 8:33 UTC
[PATCH 00/22] add support for clang-analyzer with scan-build
2025-03-13 8:09 UTC (24+ messages)
` [PATCH 01/22] kbuild: "
` [PATCH 02/22] soc: ti: k3-navss-ringacc: fix COMPILE_TEST link error
` [PATCH 03/22] treewide: fix missing headers in sandbox allyesconfig
` [PATCH 04/22] drivers: don't cast pointer directly to enum
` [PATCH 05/22] firmware: arm_scmi: smc: compile only for ARM
` [PATCH 06/22] video: stm32-ltdc: fix printing uninitialized variable
` [PATCH 07/22] usb: core: remove unnecessary comparison
` [PATCH 08/22] ddr_spd: fix always true sub-condition
` [PATCH 09/22] hush: fix make_string behavior on empty strings
` [PATCH 10/22] nvmem: fix clang-analyzer false-positive use of uninitialized value
` [PATCH 11/22] string: initialize string array in string selftest
` [PATCH 12/22] commands: ubsan: hide zero division in test
` [PATCH 13/22] crypto: ecc: fix clang-analyzer warning about NULL dereference
` [PATCH 14/22] mci_spi: fix possible use of uninitialized variable
` [PATCH 15/22] mtd: have mtd_read populate retlen always
` [PATCH 16/22] of: fdt: silence possible static analyzer false positive
` [PATCH 17/22] ubi: workaround zero division on malformed input in ubi_assert
` [PATCH 18/22] video: Rockchip: fix zero division in rk3588_calc_cru_cfg
` [PATCH] fixup! "
` [PATCH 19/22] lib: scatterlist: don't assert last element for empty sglist
` [PATCH 20/22] scripts: omap3-usb-loader: fix clang-analyzer false-positive
` [PATCH 21/22] clk: analogbits: wrpll-cln28hpc: bail out before zero division
` [PATCH 22/22] watchdog: stm32_iwdg: "
[PATCH v2 1/6] arch: move promptless options to end of Kconfig file
2025-03-13 7:54 UTC (6+ messages)
` [PATCH v2 2/6] RISC-V: rename HAS_CACHE to RISCV_ICACHE
` [PATCH v2 3/6] treewide: retire CONFIG_HAS_CACHE
` [PATCH v2 4/6] arch: move hidden arch options to arch/Kconfig
` [PATCH v2 5/6] arch: move PHYS_ADDR_T_64BIT definition "
` [PATCH v2 6/6] x86: move CONFIG_PHYS_ADDR_T_64BIT setting into Kconfig
[PATCH master] FIT: early exit if digest fails
2025-03-13 7:23 UTC
[PATCH 1/6] arch: move promptless options to end of Kconfig file
2025-03-13 6:45 UTC (6+ messages)
` [PATCH 2/6] RISC-V: rename HAS_CACHE to RISCV_ICACHE
` [PATCH 3/6] treewide: retire CONFIG_HAS_CACHE
` [PATCH 4/6] arch: move hidden arch options to arch/Kconfig
` [PATCH 5/6] arch: move PHYS_ADDR_T_64BIT definition "
` [PATCH 6/6] x86: make phys_addr_t 64-bit on x86_64
[PATCH] fs: combine __d_alloc's allocations into one
2025-03-13 6:45 UTC
[PATCH 1/2] vsprintf: make basprintf an alias of xasprintf
2025-03-13 6:42 UTC (2+ messages)
` [PATCH 2/2] treewide: remove NULL checks for revised basprintf
[PATCH 1/2] kbuild: export whether we are cross compiling
2025-03-13 6:37 UTC (2+ messages)
` [PATCH 2/2] kbuild: override host system KCONFIG_DEFCONFIG_LIST
[PATCH v1] commands: Add `ip` command for listing interfaces, addresses, and routes
2025-03-12 13:45 UTC
[PATCH 0/2] Move pca9450 RESET_CTRL configuration to driver
2025-03-12 12:43 UTC (12+ messages)
` [PATCH 1/2] mfd: pca9450: configure pmic reset behavior
` [PATCH 2/2] ARM: boards: remove obsolete PCA9450_RESET_CTRL setup
[PATCH 0/9] Add RPMB support
2025-03-12 12:16 UTC (10+ messages)
` [PATCH 1/9] mci: implement mci_set_blockcount()
` [PATCH 2/9] mci: export some functions for RPMB support
` [PATCH 3/9] mci: detect RPMB partitions
` [PATCH 4/9] mci: add RPMB support
` [PATCH 5/9] tee: optee: probe successfully even when no devices are found
` [PATCH 6/9] tee: optee: implement shared mem alloc/free RPC commands
` [PATCH 7/9] tee: optee: implement RPMB support
` [PATCH 8/9] tee: optee: implement AVB named persistent values support
` [PATCH 9/9] commands: add avb_pvalue command
[PATCH v2 00/14] am625: support secure loading of full barebox
2025-03-12 11:45 UTC (26+ messages)
` [PATCH v2 01/14] firmware: always generate sha256sum
` [PATCH v2 02/14] firmware: add function to verify next image
` [PATCH v2 03/14] ARM: k3: r5: drop loading of separate binaries
` [PATCH v2 04/14] ARM: k3: r5: add proper error handling
` [PATCH v2 05/14] fip: rework fip_image_open()
` [PATCH v2 06/14] fip: fix wrong function call
` [PATCH v2 07/14] fip: add function to calculate a sha256 over FIP image
` [PATCH v2 08/14] ARM: am625: support hash verification of full barebox
` [PATCH v2 09/14] ARM: k3: add support for authenticating images against the ROM API
` [PATCH v2 10/14] ARM: k3: r5: delete fip image when it can't be opened
` [PATCH v2 11/14] ARM: k3: r5: Allow to authenticate next image by ROM API
` [PATCH v2 12/14] scripts/k3img: remove temporary files
` [PATCH v2 13/14] scripts: add k3sign
` [PATCH v2 14/14] ARM: k3: r5: select HAS_INSECURE_DEFAULTS when necessary
[PATCH v1 1/3] net: dsa: Add global forwarding mode support
2025-03-12 11:20 UTC (3+ messages)
` [PATCH v1 2/3] Documentation: networking: Add DSA switch support documentation
` [PATCH v1 3/3] net: dsa: sja1105: Add support for global forwarding mode
[PATCH master] i.MX: HAB: fix i.MX8MP field-return fuse
2025-03-12 10:22 UTC (5+ messages)
[PATCH] environment: support reading and writing of efivar
2025-03-11 14:17 UTC
[PATCH 00/13] am625: support secure loading of full barebox
2025-03-11 9:13 UTC (22+ messages)
` [PATCH 02/13] firmware: add function to verify next image
` [PATCH 03/13] ARM: k3: r5: drop loading of separate binaries
` [PATCH 04/13] ARM: k3: r5: add proper error handling
` [PATCH 08/13] ARM: am625: support hash verification of full barebox
` [PATCH 10/13] ARM: k3: r5: delete fip image when it can't be opened
` [PATCH 11/13] ARM: k3: r5: Allow to authenticate next image by ROM API
` [PATCH 13/13] scripts: add k3sign
[PATCH] barebox-environment: Use default mount path
2025-03-11 8:50 UTC (3+ messages)
[PATCH] ARM: boards: Add support for phyBOARD-Segin i.MX 93
2025-03-11 8:49 UTC (4+ messages)
[PATCH] images: at91: Fix MAX_PBL_IMAGE_SIZE value for xload
2025-03-11 8:33 UTC (2+ messages)
[PATCH RFC] at91: Remove AT91_LOAD_BAREBOX_SRAM option
2025-03-11 8:32 UTC (3+ messages)
[PATCH] ARM: at91: remove obsolete defconfig
2025-03-11 8:31 UTC (2+ messages)
[PATCH] bootm: let BOOTM_OPTIONAL_SIGNED_IMAGES depend on BOOTM
2025-03-11 8:09 UTC
Mount NFSv4.2 filesystem in barebox?
2025-03-07 14:40 UTC (11+ messages)
[PATCH] ARM: at91: Remove SAMA5D2 handling from sam9_smc driver
2025-03-07 11:47 UTC
[PATCH 1/4] at91:: Remove dead definition of atmel_nand_load_image()
2025-03-07 8:24 UTC (7+ messages)
` [PATCH 2/4] at91: Use the ddramc driver for all boards whose architecture uses it
` [PATCH 3/4] at91: ddramc: Trivial code cleanup
` [PATCH 4/4] at91: Use proper values of stashed SAMA5D2/3/4 bootsource
` (subset) [PATCH 1/4] at91:: Remove dead definition of atmel_nand_load_image()
[PATCH] at91: sama5d2: Do not use the contents of BSC_CR if the DISABLE_BSCR bit is set in the fuse
2025-03-07 8:03 UTC (2+ messages)
[PATCH] ARM: i.MX9: tqma93xx: remove mach/imx/romapi.h include
2025-03-07 8:01 UTC (2+ messages)
[PATCH] Documentation: user: networking: fix trivial typo
2025-03-07 8:00 UTC (2+ messages)
[PATCH master] nfs: rename global.net.nfsport to global.nfs.port
2025-03-07 8:00 UTC (2+ messages)
[PATCH] at91: Remove non-devicetree board support for SAMA5D3 SOC
2025-03-07 7:51 UTC (3+ messages)
[PATCH] commands: fix typo in CMD_AUTOMOUNT
2025-03-07 7:43 UTC (2+ messages)
[PATCH 0/5] SoCFPGA: Arria10: sdram: cleanup and fix DDR driver
2025-03-05 11:17 UTC (9+ messages)
` [PATCH 1/5] ARM: SoCFPGA: move wait_on_timeout to generic
` [PATCH 2/5] ARM: SoCFPGA: arria10-sdram: cleanup emif_clear
` [PATCH 3/5] ARM: SoCFPGA: arria10-sdram: cleanup emif_reset
` [PATCH 4/5] ARM: SoCFPGA: arria10-sdram: remove workaround
` [PATCH 5/5] ARM: SoCFPGA: arria10-sdram: cleanup ddr_setup
[PATCH 1/2] imx-bbu-nand-fcb: do not use hardcoded devicefile
2025-03-05 11:14 UTC (8+ messages)
[PATCH 0/4] Add support for QNAP's ts-433 4bay NAS
2025-03-04 9:15 UTC (7+ messages)
` [PATCH 1/4] Documentation: rockchip: Update versions of DDR init blobs
` [PATCH 2/4] arm64: rockchip: Refresh rockchip_v8_defconfig
` [PATCH 3/4] arm64: rockchip: Enable rk-usb-loader in rockchip_v8_defconfig
` [PATCH 4/4] WIP: arm64: rockchip: Add support for QNAP's ts-433 4bay NAS
` (subset) [PATCH 0/4] "
[PATCH master] sandbox: libc_malloc: multiply, not add, args in calloc overflow check
2025-03-04 8:16 UTC (2+ messages)
[PATCH] mfd: rn5t568: add priority to reset_source_set_device()
2025-03-04 8:15 UTC (3+ messages)
[PATCH 0/5] Filesystem memory corruption fixes
2025-03-03 8:51 UTC (5+ messages)
[PATCH] fip: fix missing close() in error path
2025-03-03 7:28 UTC
[PATCH 1/2] ARM: i.MX6: Enable PBL_VERIFY_PIGGY with HABV4 support
2025-02-28 12:14 UTC (2+ messages)
[PATCH] parted: add partition type msdos to help text
2025-02-28 10:58 UTC (2+ messages)
[PATCH] i.mx8: ocotp: add GPx defines
2025-02-28 9:47 UTC (2+ messages)
[PATCH] fix partuuid format
2025-02-28 9:46 UTC (3+ messages)
automount doesn't work without GPT table
2025-02-28 8:18 UTC (5+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox