[PATCH v3 0/4] state: generic devicetree-overlay based state node injection
2026-08-25 23:30 UTC (14+ messages)
` [PATCH v3 1/4] state: make of_state_fixup() usable outside common/state/
` [PATCH v3 2/4] state: add CONFIG_STATE_OVERLAY to inject a state node via devicetree overlay
` [PATCH v3 3/4] efi: payload: export resolved state as a BareboxState UEFI variable
` [PATCH v3 4/4] efi: payload: make CONFIG_STATE_OVERLAY (and BareboxState export) work on x86
[PATCH] efi: payload: gracefully handle OOM in initrd allocation
2026-08-25 13:49 UTC (5+ messages)
[PATCH 1/4] ARM: lds: place EFI runtime code and data in separate PT_LOAD segments
2026-08-25 13:49 UTC (6+ messages)
` [PATCH 2/4] efi: loader: map code-type page allocations executable
` [PATCH 3/4] ARM: allow CONFIG_ARM_MMU_PERMISSIONS together with EFI_RUNTIME
` [PATCH 4/4] test: py: efiloader: test EFI ResetSystem from booted Linux
[PATCH v3] spi: rockchip: initialize bus_num to -1
2026-08-25 13:49 UTC (2+ messages)
Driver placement for a new STUSB4500 USB-C PD sink controller
2026-08-25 12:14 UTC (3+ messages)
[PATCH 1/4] fs: fat: propagate actual error code when opening/creating files
2026-08-25 10:10 UTC (4+ messages)
` [PATCH 2/4] fs: fat: drop stray printf debug output
` [PATCH 3/4] fs: fat: use fixed-width 32-bit FatFs types
` [PATCH 4/4] fs: fat: flush metadata updates to the block device
[PATCH] serial: name the semihosting console
2026-08-25 8:53 UTC
[PATCH] efi: don't truncate EFI_MEMORY_RUNTIME when setting resource attributes
2026-08-25 8:53 UTC
[PATCH] efi: loader: fix year and month reported by GetTime
2026-08-25 8:52 UTC
[PATCH v2 1/3] ARM: cpu: suppress arm_early_mmu_cache_invalidate if dcache enabled
2026-08-25 8:13 UTC (3+ messages)
` [PATCH v2 2/3] ARM: v7r: factor out armv7r_cache_enable
` [PATCH v2 3/3] ARM: always call cache_invalidate_stale before enabling D-Cache
[PATCH master] ARM64: efi-header: declare the code section writable
2026-08-25 7:52 UTC
[PATCH v2 0/3] state: generic devicetree-overlay based state node injection
2026-08-25 0:06 UTC (4+ messages)
` [PATCH v2 1/3] state: make of_state_fixup() usable outside common/state/
` [PATCH v2 2/3] state: add CONFIG_STATE_OVERLAY to inject a state node via devicetree overlay
` [PATCH v2 3/3] efi: payload: export resolved state as a BareboxState UEFI variable
[PATCH v2 0/3] state: generic devicetree-overlay based state node injection
2026-08-24 23:52 UTC (4+ messages)
` [PATCH v2 1/3] state: make of_state_fixup() usable outside common/state/
` [PATCH v2 2/3] state: add CONFIG_STATE_OVERLAY to inject a state node via devicetree overlay
` [PATCH v2 3/3] efi: payload: export resolved state as a BareboxState UEFI variable
[PATCH v2 0/1] efi: payload: apply barebox fixups to the devicetree passed to Linux
2026-08-24 23:43 UTC (2+ messages)
` [PATCH v2 1/1] "
[PATCH v2] spi: rockchip: restore bus_num alias lookup via dev->id
2026-08-24 20:11 UTC (3+ messages)
[RFC next 0/2] dm: lvm: Initial Logical Volume Management support
2026-08-24 18:31 UTC (3+ messages)
` [RFC next 1/2] "
` [RFC next 2/2] commands: lvm: inspect VGs, activate LVs
[PATCH] ARM: mmu: fix flush_cacheable_pages off-by-one touching guard page
2026-08-24 15:30 UTC (3+ messages)
[PATCH] regulator: pca9450: add pmic driver
2026-08-24 15:07 UTC
v2026.08.0
2026-08-24 13:51 UTC
[PATCH] bootm: remove previously deprecated CONFIG_BOOTM_OPTEE
2026-08-24 13:06 UTC (4+ messages)
[PATCH master] scripts: make build compatible with OpenSSL v4.0
2026-08-24 13:00 UTC (2+ messages)
[PATCH master 1/4] of: only replace a device tree that is actually tentative
2026-08-24 12:58 UTC (5+ messages)
` [PATCH master 2/4] tlsf: unpoison whole block in malloc_usable_size()
` [PATCH master 3/4] partitions: dos: bound extended partition chain
` [PATCH master 4/4] of: fdt: bound node nesting depth in __of_unflatten_dtb
[PATCH 1/4] commands: fix typos and punctuation in help texts
2026-08-24 12:30 UTC (5+ messages)
` [PATCH 2/4] commands: fix stale option strings in usage lines
` [PATCH 3/4] commands: fix wrong and incomplete help texts
` [PATCH 4/4] Documentation: gen_commands: deduplicate entries from multiple definitions
[PATCH] kbuild: drop duplicate CONFIG_LD_DEAD_CODE_DATA_ELIMINATION block
2026-08-24 12:14 UTC (2+ messages)
[PATCH 1/2] clang-format: do not allow short enums on a single line
2026-08-24 12:13 UTC (3+ messages)
` [PATCH 2/2] clang-format: align consecutive macros
[PATCH] ARM: mmu64: fix arch_remap_range permission-strip order
2026-08-24 10:21 UTC (3+ messages)
[PATCH 0/5] usb: xhci: fix endpoint halt and stall recovery
2026-08-24 10:14 UTC (7+ messages)
` [PATCH 1/5] usb: xhci: tolerate COMP_CTX_STATE in abort_td's final completion check
` [PATCH 2/5] usb: xhci: reset_ep: wait for real completion, not the caller's timeout
` [PATCH 3/5] usb: xhci: reset_ep: fix misaligned pointer in Set TR Dequeue Pointer
` [PATCH 4/5] usb: xhci: xhci_bulk_tx: re-fetch ep_ctx after resetting a halted endpoint
` [PATCH 5/5] usb: xhci: wait a real interval for interrupt endpoint transfers
[PATCH v3 0/5] Add support for USB-EFI devices in EFI Playload
2026-08-24 9:13 UTC (7+ messages)
` [PATCH v3 1/5] efi: usb: add header for usb-efi
` [PATCH v3 2/5] usb: core: make usb_set_maxpacket_ep public
` [PATCH v3 3/5] drivers: usb: host: efi: add efi io driver
` [PATCH v3 4/5] efi: guid: add guid for usb host controller 2
` [PATCH v3 5/5] test: x86: add test for uefi usb io
[PATCH v4 00/14] (no cover subject)
2026-08-24 8:11 UTC (6+ messages)
` [PATCH v4 04/14] ARM: mvebu: rename PUTC_LL to MVEBU_PUTC_LL
` [PATCH v4 05/14] drivers: fan: add fan subsystem, core API and G76x fan controller driver
[PATCH] bcm283x: debug_ll: add RaspberryPi 4 PL011 UART support
2026-08-24 7:37 UTC (3+ messages)
[PATCH] efi: payload: apply barebox fixups to the devicetree passed to Linux
2026-08-23 13:18 UTC
[PATCH] spi: rockchip: restore bus_num alias lookup via dev->id
2026-08-22 14:07 UTC
[PATCH v4 01/14] ARM: mvebu: add Netgear RN102 support
2026-08-21 11:57 UTC (11+ messages)
[PATCH v3 0/8] PBL: enable timeouts in read_poll_timeout macros
2026-08-20 8:07 UTC (19+ messages)
` [PATCH v3 1/8] RISC-V: setup_c: avoid clearing BSS twice
` [PATCH v3 2/8] ARM/ARM64/RISC-V: pbl: add constructor support
` [PATCH] amend! "
` [PATCH v3 3/8] clocksource: allow re-init for same clock
` [PATCH v3 4/8] drivers: arm_architected_timer: refactor for pbl compatibility
` [PATCH v3 5/8] ARM: layerscape: re-init pbl clocksource
` [PATCH v3 6/8] ARM: socfpga: agilex5: "
` [PATCH v3 7/8] ARM64: enable PBL_CLOCKSOURCE compatibility
` [PATCH v3 8/8] linux/iopoll: enable polled timeouts for PBL_CLOCKSOURCE
[PATCH 0/2] PBL: constructor fixes
2026-08-20 7:24 UTC (8+ messages)
` [PATCH 1/2] ARM/ARM64/RISC-V: pbl: guard constructor support
` [PATCH 2/2] ARM64: setup_c: abi safe link register storage
[PATCH v2 0/5] Add support for USB-EFI devices in EFI Playload
2026-08-19 14:11 UTC (14+ messages)
` [PATCH v2 1/5] efi: usb: add header for usb-efi
` [PATCH v2 2/5] usb: core: make usb_set_maxpacket_ep public
` [PATCH v2 3/5] drivers: usb: host: efi: add efi io driver
` [PATCH v2 4/5] efi: guid: add guid for usb host controller 2
` [PATCH v2 5/5] test: x86: add test for uefi usb io
iMX ddrphy_utils difference with U-boot
2026-08-19 11:16 UTC (3+ messages)
[PATCH v2 0/9] ARM: add Microchip LAN9696 (LAN969X) SoC and EV23X71A board
2026-08-19 11:12 UTC (2+ messages)
[PATCH 00/27] ARM: Add pxa3xx and Raumfeld Speaker support
2026-08-19 9:26 UTC (29+ messages)
` [PATCH 01/27] ARM: pxa: remove PXA25x and PXA27x support
` [PATCH 02/27] video: remove the PXA framebuffer driver
` [PATCH 03/27] ARM: cache: drive the XSC3 cache with the ARMv4 functions
` [PATCH 04/27] mci: pxamci: get the clock from the clk API
` [PATCH 05/27] pwm: pxa: "
` [PATCH 06/27] serial: "
` [PATCH 07/27] clk: pxa: add a device tree clock driver for PXA3xx
` [PATCH 08/27] mtd: nand: nand_mrvl_nfc: honour marvell,nand-keep-config
` [PATCH 10/27] mtd: nand: mrvl_nfc: keep the ready latch across a STATUS command
` [PATCH 11/27] mtd: nand: mrvl_nfc: do not report a command timeout as an error
` [PATCH 12/27] mci: pxamci: probe from the device tree
` [PATCH 13/27] serial: pxa: add device tree support
` [PATCH 14/27] serial: pxa: provide the Linux console name
` [PATCH 15/27] gpio: pxa: add a driver and switch the architecture to GPIOLIB
` [PATCH 16/27] ARM: pxa: add DEBUG_LL support
` [PATCH 17/27] ARM: pxa: let the board select the SoC
` [PATCH 18/27] ARM: pxa: enable device tree support
` [PATCH 19/27] scripts: add pxa-image
` [PATCH 20/27] ARM: pxa: add a NAND first stage loader
` [PATCH 21/27] filetype: detect PXA3xx NTIM images
` [PATCH 22/27] ARM: pxa: add a barebox update handler for NAND
` [PATCH 23/27] clocksource: add a driver for the PXA OS timer and its watchdog
` [PATCH 24/27] ARM: pxa: move over to MULTIARCH
` [PATCH 25/27] ARM: pxa: reset straight away and without complaining
` [PATCH 26/27] ARM: pxa: add Raumfeld Speaker board support
` [PATCH 27/27] ARM: multi_v5_v6_defconfig: enable PXA support
[PATCH] ci: container: build openssl against musl
2026-08-19 9:25 UTC (3+ messages)
[PATCH] scripts: gdb: fix missing pbl_barebox_break error message
2026-08-19 7:04 UTC (2+ messages)
barebox,state on the EFI payload: boot-disk binding and state.dtb trust
2026-08-17 17:50 UTC (4+ messages)
RK3588 optee question
2026-08-17 12:21 UTC (5+ messages)
[PATCH 3/5] drivers: usb: host: efi: add efi io driver
2026-08-17 6:39 UTC (2+ messages)
[PATCH] net: designware: eqos: keep virtual RX buffer address around
2026-08-17 6:07 UTC (2+ messages)
[PATCH] Documentation: security: mention long term stable release
2026-08-17 6:05 UTC (2+ 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