[PATCH v2 00/13] commands: add bfetch/buds of command redirection
2025-08-13 14:33 UTC (14+ messages)
` [PATCH v2 01/13] common: introduce structured I/O
` [PATCH v2 02/13] ARM: cpuinfo: support structio output
` [PATCH v2 03/13] commands: uptime: enable structured I/O
` [PATCH v2 04/13] string: implement strv_length helper
` [PATCH v2 05/13] ARM: psci: client: add PSCI version/method parameters
` [PATCH v2 06/13] net: move netmask_to_prefix into header
` [PATCH v2 07/13] optee: add revision info to tee devinfo output
` [PATCH v2 08/13] tee: enable structured I/O in devinfo handler
` [PATCH v2 09/13] security: blobgen: add easy way to check for existent providers
` [PATCH v2 10/13] clk: implement clk_have_nonfixed_providers
` [PATCH v2 11/13] commands: introduce bfetch command
` [PATCH v2 12/13] configs: enable bfetch in some popular defconfigs
` [PATCH v2 13/13] hush: structio: silence missing command error message
[PATCH] arm: boards: Add support for Protonic PRTPUK board
2025-08-13 8:17 UTC (3+ messages)
[PATCH] ARM: k3: add syscon-reboot-mode
2025-08-13 8:16 UTC
[PATCH 0/2] usb: net: ax88179_178a: sync reset and rx with upstream
2025-08-13 7:52 UTC (3+ messages)
` [PATCH 1/2] net: usb: ax88179_178a: align rx_fixup "
` [PATCH 2/2] net: usb: ax88179_178a: align reset "
[PATCH 0/8] Add Rockchip RK3576 support
2025-08-13 6:51 UTC (12+ messages)
` [PATCH 1/8] clk: rockchip: clk-pll.c: Fix macro name confusion
` [PATCH 2/8] clk: rockchip: Introduce rockchip_grf_type enum from kernel driver
` [PATCH 3/8] ARM: Initial support for Rockchip RK3576
` [PATCH 4/8] arm: dts: Add barebox specific RK3576.dtsi
` [PATCH 5/8] aiodev: rockchip_saradc.c: Add support for RK3576
` [PATCH 6/8] gpio: gpio-rockchip.c: Add support for GPIO_TYPE_V2_2
` [PATCH 7/8] arm: dts: rk3576.dtsi: Add gpio aliases
` [PATCH 8/8] phy: phy-rockchip-inno-usb2.c: Fix crash if phyclk isn't found
[PATCH] hush: implement PROMPT_COMMAND
2025-08-13 5:49 UTC (2+ messages)
[PATCH 00/44] commands: add bfetch/buds of command redirection
2025-08-13 5:48 UTC (53+ messages)
` [PATCH 01/44] driver: move device name definition into device.h
` [PATCH 02/44] driver: introduce common struct bobject
` [PATCH 03/44] lib: param: rename dev_remove_param to param_remove
` [PATCH 04/44] param: implement dev_remove_parameters using param_remove
` [PATCH 05/44] lib: param: add dev_for_each_param helpers
` [PATCH 06/44] driver: initialize device parameters as part of bobject
` [PATCH 07/44] param: operate on bobjects instead of full devices
` [PATCH 08/44] commands: version: print value of CONFIG_NAME
` [PATCH 09/44] treewide: populate CONFIG_NAME for all configs in-tree
` [PATCH 10/44] test: py: change barebox_config from set to dict
` [PATCH 11/44] test: add heuristic for guessing labgrid environment YAML
` [PATCH 12/44] usb: drop dead iSerialNumber parameter addition
` [PATCH 13/44] drivers: use dev_add_param_uint32_fixed for IDs
` [PATCH 14/44] param: make bobject_add_param_fixed variadic
` [PATCH 15/44] param: handle NULL gracefully in bobject_get_param
` [PATCH 16/44] common: introduce structured I/O
` [PATCH 17/44] ARM: cpuinfo: support structio output
` [PATCH 18/44] commands: uptime: enable structured I/O
` [PATCH 19/44] string: implement strv_length helper
` [PATCH 20/44] ARM: psci: client: add PSCI version/method parameters
` [PATCH 21/44] net: move netmask_to_prefix into header
` [PATCH 22/44] stringlist: implement string_list_empty
` [PATCH 23/44] optee: add revision info to tee devinfo output
` [PATCH 24/44] tee: enable structured I/O in devinfo handler
` [PATCH 25/44] mtd: add devices to new mtd class
` [PATCH 26/44] nvmem: add devices to new nvmem class
` [PATCH 27/44] nvmem: export functions to query NVMEM size
` [PATCH 28/44] video: add devices to new fb class
` [PATCH 29/44] security: blobgen: add easy way to check for existent providers
` [PATCH 30/44] pmdomain: add easy way to check for provider support
` [PATCH 31/44] bbu: add easy way to check for existent providers
` [PATCH 32/44] firmware: "
` [PATCH 33/44] rtc: export rtc_class in header
` [PATCH 34/44] driver: featctrl: export of_feature_controllers
` [PATCH 35/44] net: dsa: export dsa_switch_list
` [PATCH 36/44] usb: export usb_host_list
` [PATCH 37/44] pstore: export pstore_is_ready
` [PATCH 38/44] pinctrl: export pinctrl_list
` [PATCH 39/44] clk: implement clk_have_nonfixed_providers
` [PATCH 40/44] driver: bus: export get_bus_by_name
` [PATCH 41/44] fimware: arm_scmi: export scmi_list
` [PATCH 42/44] block: define BLK_TYPE_COUNT as last enum blk_type value
` [PATCH 43/44] commands: introduce bfetch command
` [PATCH 44/44] configs: enable bfetch in some popular defconfigs
` (subset) [PATCH 00/44] commands: add bfetch/buds of command redirection
[PATCH 1/4] scripts: Makefile.pic: define __NO_FORTIFY without value
2025-08-11 13:34 UTC (5+ messages)
` [PATCH 2/4] ARM64: configs: multi_v8: disable layerscape temporarily
[PATCH 0/4] net: usb: r8152: disable rx aggregation
2025-08-08 8:52 UTC (6+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] net: usb: r8152: print the detected version
` [PATCH 3/4] net: usb: usbnet: calm noisy debug calls
` [PATCH 4/4] net: usb: add debug call in the receive path
[PATCH v2 1/5] security: add new top-level menu
2025-08-08 5:37 UTC (6+ messages)
` [PATCH v2 2/5] security: mark weaker passwords hashing algorithms insecure
` [PATCH v2 3/5] commands: introduce new security command group
` [PATCH v2 4/5] security: password: make PBKDF2 the default instead of MD5
` [PATCH v2 5/5] commands: move login/passwd into security section
[PATCH 1/5] security: add new top-level menu
2025-08-07 8:11 UTC (8+ messages)
` [PATCH 2/5] security: mark weaker passwords hashing algorithms insecure
` [PATCH 3/5] commands: introduce new security command group
` [PATCH 4/5] security: password: make PBKDF2 the default instead of MD5
` [PATCH 5/5] commands: move login/passwd into security section
` [PATCH] fixup! security: add new top-level menu
[PATCH] commands: iomem: add JSON output
2025-08-07 7:58 UTC (2+ messages)
[PATCH 1/3] ppc: implement sync_caches_for_execution
2025-08-07 7:28 UTC (4+ messages)
` [PATCH 2/3] MIPS: "
` [PATCH 3/3] openrisc: "
[PATCH RFT v2 1/2] gpio: dw: support numbering via aliases
2025-08-07 7:26 UTC (4+ messages)
` [PATCH RFT v2 2/2] gpio: dw: make deep probe compatible
[PATCH 00/22] ARM: mmu: refactor 32-bit and 64-bit code
2025-08-07 7:24 UTC (24+ messages)
` [PATCH 01/22] ARM: mmu: introduce new maptype_t type
` [PATCH 02/22] ARM: mmu: compare only lowest 16 bits for map type
` [PATCH 03/22] ARM: mmu: prefix pre-MMU functions with early_
` [PATCH 04/22] ARM: mmu: panic when alloc_pte fails
` [PATCH 05/22] ARM: mmu32: introduce new mmu_addr_t type
` [PATCH 06/22] ARM: mmu: provide zero page control in PBL
` [PATCH 07/22] ARM: mmu: print map type as string
` [PATCH 08/22] ARM: mmu64: rename create_sections to __arch_remap_range
` [PATCH 09/22] ARM: mmu: move get_pte_attrs call into __arch_remap_range
` [PATCH 10/22] ARM: mmu64: print debug message in __arch_remap_range
` [PATCH 11/22] ARM: mmu: make force_pages a maptype_t flag
` [PATCH 12/22] ARM: mmu64: move granule_size to the top of the file
` [PATCH 13/22] ARM: mmu64: fix benign off-by-one in flush_cacheable_pages
` [PATCH 14/22] ARM: mmu64: make flush_cacheable_pages less 64-bit dependent
` [PATCH 15/22] ARM: mmu64: allow asserting last level page in __find_pte
` [PATCH 16/22] ARM: mmu64: rename __find_pte to find_pte
` [PATCH 17/22] ARM: mmu32: rework find_pte to have ARM64 find_pte semantics
` [PATCH 18/22] ARM: mmu64: factor out flush_cacheable_pages for reusability
` [PATCH 19/22] ARM: mmu32: flush only cacheable pages on remap
` [PATCH 20/22] ARM: mmu32: factor out set_pte_range helper
` [PATCH 21/22] ARM: mmu64: "
` [PATCH 22/22] ARM: mmu: define dma_alloc_writecombine in common code
[PATCH] fixup! net: add support for Designware XGMAC (10gb) ethernet
2025-08-07 6:15 UTC (2+ messages)
[PATCH 1/2] tee: optee: merge tee/optee.h and ARM asm/optee.h
2025-08-07 6:11 UTC (3+ messages)
` [PATCH 2/2] tee: optee: skip optee node fixup if method is NULL
[PATCH 1/2] common: prefix panic with PANIC:
2025-08-07 6:06 UTC (3+ messages)
` [PATCH 2/2] ARM: interrupts: unify panic output on unhandled exception
[PATCH] ci: pytest: print labgrid console output inline
2025-08-07 6:02 UTC (2+ messages)
[PATCH 0/4] test: add/document pytest --graphic, --env, --fs
2025-08-07 6:02 UTC (6+ messages)
` [PATCH 4/4] test: add support for pytest --graphic
` [PATCH] fixup! "
[PATCH master] bootm: ignore global.bootm.initrd if unavailable
2025-08-07 5:14 UTC (2+ messages)
[PATCH] test: add --bootarg option when running under QEMU
2025-08-07 5:13 UTC (2+ messages)
[PATCH] fixup! test: add support for pytest --graphic
2025-08-07 5:12 UTC (2+ messages)
[PATCH] fixup! test: add --bootarg option when running under QEMU
2025-08-06 16:32 UTC (2+ messages)
[PATCH RFT] gpio: dw: make deep probe compatible
2025-08-06 10:15 UTC
[PATCH v2 1/2] keytoc: make keyspec a const char pointer
2025-08-06 7:54 UTC (6+ messages)
` [PATCH v2 2/2] keytoc: fix env provided keyspec handling
[PATCH v3 00/10] Add FIT image overlay support
2025-08-06 7:41 UTC (8+ messages)
` [PATCH v3 06/10] of: overlay: add FIT "
[PATCH] usb: dwc3: remove CONFIG_USB_ROLE_SWITCH in condition
2025-08-06 7:17 UTC (4+ messages)
[PATCH master] tlv: drop assigned MAC addresses from fixup
2025-08-06 6:32 UTC (2+ messages)
[PATCH master 0/8] ARM: mmu: fix hang reserving memory after text area
2025-08-06 6:31 UTC (10+ messages)
` [PATCH master 1/8] partition: rename region_overlap_end to region_overlap_end_inclusive
` [PATCH master 2/8] partition: define new region_overlap_end_exclusive helper
` [PATCH master 3/8] ARM: mmu: skip TLB invalidation if remapping zero bytes
` [PATCH master 4/8] ARM64: mmu: pass map type not PTE flags to early_remap_range
` [PATCH master 5/8] ARM: mmu: provide setup_trap_pages for both 32- and 64-bit
` [PATCH master 6/8] ARM: mmu: setup trap pages before remapping R/O
` [PATCH master 7/8] ARM: mmu: share common memory bank remapping code
` [PATCH master 8/8] ARM: mmu: fix hang reserving memory after text area
[PATCH] cdev: fix mtd partition handling
2025-08-06 4:56 UTC (3+ messages)
[PATCH] mtd: nand: add manufacturer ISSI
2025-08-06 4:54 UTC (2+ messages)
[PATCH v4 00/11] Add FIT image overlay support
2025-08-05 20:14 UTC (4+ messages)
` [PATCH v4 07/11] of: overlay: add "
[PATCH 00/15] NVMEM: Add support for layout drivers
2025-08-05 10:44 UTC (2+ messages)
[PATCH v4 00/13] ARM: Map sections RO/XN
2025-08-05 10:18 UTC (2+ messages)
[PATCH v2 00/10] ARM: SoCFPGA: Add initial support for Agilex5
2025-08-05 10:11 UTC (2+ messages)
[PATCH v3 00/10] ARM: SoCFPGA: Add initial support for Agilex5
2025-08-05 10:11 UTC (2+ messages)
[PATCH v4 00/10] ARM: SoCFPGA: Add initial support for Agilex5
2025-08-05 10:11 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