[PATCH] arm: boards: Add support for Protonic PRTPUK board
2025-08-14 13:23 UTC (5+ messages)
[PATCH] fixup! commands: introduce new security command group
2025-08-14 13:21 UTC (2+ messages)
[PATCH RFC 00/17] Add security policy support
2025-08-14 13:07 UTC (18+ messages)
` [PATCH RFC 01/17] kconfig: allow setting CONFIG_ from the outside
` [PATCH RFC 02/17] scripts: include scripts/include for all host tools
` [PATCH RFC 03/17] kbuild: implement loopable loop_cmd
` [PATCH RFC 04/17] Add security policy support
` [PATCH RFC 05/17] kbuild: allow security config use without source tree modification
` [PATCH RFC 06/17] defaultenv: update PS1 according to security policy
` [PATCH RFC 07/17] security: policy: support externally provided configs
` [PATCH RFC 08/17] commands: implement sconfig command
` [PATCH RFC 09/17] docs: security-policies: add documentation
` [PATCH RFC 10/17] commands: go: add security config option
` [PATCH RFC 11/17] console: ratp: "
` [PATCH RFC 12/17] bootm: support calling bootm_optional_signed_images at any time
` [PATCH RFC 13/17] bootm: make unsigned image support runtime configurable
` [PATCH RFC 14/17] ARM: configs: add virt32_secure_defconfig
` [PATCH RFC 15/17] boards: qemu-virt: add security policies
` [PATCH RFC 16/17] boards: qemu-virt: allow setting policy from command line
` [PATCH RFC 17/17] test: py: add basic security policy test
[PATCH 0/2] usb: net: ax88179_178a: sync reset and rx with upstream
2025-08-14 11:00 UTC (4+ messages)
` [PATCH 1/2] net: usb: ax88179_178a: align rx_fixup "
` [PATCH 2/2] net: usb: ax88179_178a: align reset "
[PATCH] test: py: add regression test for missing x86 EFI child devices
2025-08-14 10:54 UTC (2+ messages)
[PATCH] efi: fix probing of EFI devices with parents
2025-08-14 10:54 UTC (3+ messages)
[PATCH v2 00/13] commands: add bfetch/buds of command redirection
2025-08-14 10:53 UTC (15+ 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 0/6] ARM: k3: updates
2025-08-14 10:46 UTC (7+ messages)
` [PATCH 1/6] ARM: k3: AM62l3-EVM: add usb0
` [PATCH 2/6] ARM: k3: quote PEM files
` [PATCH 3/6] ARM: k3: allow to pass custom signing keys
` [PATCH 4/6] k3img: handle PKCS#11 uris
` [PATCH 5/6] ARM: K3: Update yaml files for AM62L
` [PATCH 6/6] ARM: k3: use newer ti-linux-firmware
[PATCH 1/2] watchdog: rti_wdt: Fix reset on AM62L
2025-08-14 9:56 UTC (2+ messages)
` [PATCH 2/2] ARM: dts: AM62L: switch watchdog to SoC specific compatible
[PATCH] ARM: k3: add syscon-reboot-mode
2025-08-13 8:16 UTC
[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 (3+ messages)
` [PATCH 4/4] test: add support for pytest --graphic
[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)
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