Show patches with: State = Action Required       |    Archived = No       |   2149 patches
« 1 2 3 421 22 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[Concept,37/37] patman: Add dependencies for AI review feature patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,36/37] patman: Add database schema documentation patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,35/37] patman: Add documentation for AI-assisted patch review patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,34/37] patman: Add tests for review and Gmail features patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,33/37] patman: Add review and notes command-line arguments patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,32/37] patman: Add patchwork method to fetch user comments for voice learning patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,31/37] patman: Fix import ordering in control.py patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,30/37] patman: Add save-notes/show-notes and review integration patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,28/37] patman: Add 'series info' command to show version details patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,27/37] patman: Add notes field to SerVer namedtuple patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,26/37] patman: Extend database for review draft tracking and notes patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,25/37] patman: Add Gmail draft creation for patch reviews patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,24/37] patman: Add 'review' command to download and apply patches patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,23/37] patman: Fix remaining pylint warnings in control.py patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,22/37] patman: Default autolink to updating the branch commit patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,21/37] patman: Fall back to database for patchwork link in status patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,20/37] patman: Move link resolution from control.py into status.py patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,19/37] patman: Fix pylint warnings in control.py patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,18/37] patman: Add schema v8 with review tracking support patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,17/37] patman: Add 'patchwork rm' subcommand to delete a project patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,16/37] u_boot_pylib: Catch API errors from the Claude Agent SDK patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,15/37] patman: Add debug logging to autolink and patchwork queries patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,14/37] patman: Make patchwork query_series() and get_patch_comments() public patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,13/37] u_boot_pylib: Extract Claude agent utilities from pickman patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,12/37] patman: Use per-version description for autolink search patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,11/37] patman: Add ser_ver_set_desc() to update per-version description patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,10/37] patman: Fix autolink to prefer per-upstream patchwork URL patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,09/37] patman: Extract _setup_patchwork() helper from do_series() patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,08/37] patman: Strip trailing slash from patchwork URLs patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,07/37] CI: Run u_boot_pylib tests in GitLab and Azure pipelines patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,06/37] u_boot_pylib: Fix gitutil doctests and add to test suite patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,05/37] u_boot_pylib: Fix cros_subprocess tests for Python 3 patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,04/37] u_boot_pylib: Add test runner entry point patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,03/37] patman: Fix autolink retry hint argument order patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,02/37] patman: Capture todo_clear() output in test_workflow_list patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,01/37] patman: Send unknown-setting warnings to stderr patman: Autolink fixes and AI-assisted patch review - - - --- 2026-04-04 Simon Glass New
[Concept,33/34] test: Add VFS tests for ext4 and FAT filesystems Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,32/34] fs: Add ext4 VFS driver Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,31/34] fs: Add FAT VFS driver Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,30/34] fat: Add fat_statfs() to report filesystem statistics Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,28/34] vfs: Sort directory listing output alphabetically Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,27/34] cmd: Add VFS file and directory tests to the test command Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,25/34] vfs: Support VFS paths in the source command Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,23/34] vfs: Add mkdir, rm, mv, df, symlink, ln and umount-all Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,22/34] cmd: Move VFS cat implementation to cmd/cat.c Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,21/34] cmd: Add save, stat, cd, pwd and cp commands Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,20/34] vfs: Add tab completion for VFS paths Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,19/34] vfs: Add boot integration and block-device mount Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,18/34] vfs: Add stat and block-device mount support Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,17/34] vfs: Add support for writing files Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,16/34] vfs: cmd: Add commands for mount, umount, ls and load Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,15/34] vfs: Add current working directory and path helpers Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,14/34] vfs: Add block-device fields to struct fs_plat Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,13/34] vfs: Add vfs_open_file() to open a file by path Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,12/34] vfs: Add ls support using dir open/read/close Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,11/34] vfs: Filter dir lookup to skip non-DIR children Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,10/34] vfs: cmd: Add fs command with mount and umount subcommands Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,09/34] vfs: cmd: Move legacy filesystem commands to cmd/fs_legacy.c Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,08/34] vfs: Add mount table and path resolution Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,07/34] vfs: Add VFS root and init Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,06/34] vfs: Add UCLASS_MOUNT for the virtual filesystem Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,05/34] vfs: Tidy fs_split_path() allocation Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,04/34] sandbox: Add various helpers for mkdir, rmdir, etc. Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,03/34] sandbox: Add hostfs node to sandbox.dtsi Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,02/34] sandbox: Rename the sandbox filesystem Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,01/34] vfs: Fix NULL check after strdup() in dir_add_probe() Add a virtual filesystem (VFS) layer to U-Boot - - - --- 2026-04-03 Simon Glass New
[Concept,11/11] patman: Record ser_ver in workflow sent entries patman: Add workflow tracking for patch series - - - --- 2026-03-29 Simon Glass New
[Concept,10/11] patman: Add 'workflow list' command to show workflow history patman: Add workflow tracking for patch series - - - --- 2026-03-29 Simon Glass New
[Concept,09/11] patman: Record series send in the workflow table patman: Add workflow tracking for patch series - - - --- 2026-03-29 Simon Glass New
[Concept,08/11] patman: Add 'workflow' command with todo subcommands patman: Add workflow tracking for patch series - - - --- 2026-03-29 Simon Glass New
[Concept,07/11] patman: Add series-todo workflow feature patman: Add workflow tracking for patch series - - - --- 2026-03-29 Simon Glass New
[Concept,06/11] patman: Add workflow table to the database patman: Add workflow tracking for patch series - - - --- 2026-03-29 Simon Glass New
[Concept,05/11] patman: Use actual send count to determine likely_sent patman: Add workflow tracking for patch series - - - --- 2026-03-29 Simon Glass New
[Concept,04/11] patman: Fix output ordering when running git send-email patman: Add workflow tracking for patch series - - - --- 2026-03-29 Simon Glass New
[Concept,03/11] patman: Strip version suffix in get_series_upstream() patman: Add workflow tracking for patch series - - - --- 2026-03-29 Simon Glass New
[Concept,02/11] u_boot_pylib: Capture send-output to count sent patches patman: Add workflow tracking for patch series - - - --- 2026-03-29 Simon Glass New
[Concept,01/11] u_boot_pylib: Use PIPE_PTY when an output function is given patman: Add workflow tracking for patch series - - - --- 2026-03-29 Simon Glass New
[Concept,4/4] rk3399-generic-ddr3: Enable MMC clock-rate handoff vbe: Fix MMC clock handoff for VPL on rk3399 - - - --- 2026-03-29 Simon Glass New
[Concept,3/4] mmc: rockchip_dw_mmc: Pass clock rate via bloblist vbe: Fix MMC clock handoff for VPL on rk3399 - - - --- 2026-03-29 Simon Glass New
[Concept,2/4] bloblist: Add tag for MMC clock rate handoff vbe: Fix MMC clock handoff for VPL on rk3399 - - - --- 2026-03-29 Simon Glass New
[Concept,1/4] vbe: abrec: Use unique log_msg_ret() tag for blk_get_from_parent() vbe: Fix MMC clock handoff for VPL on rk3399 - - - --- 2026-03-29 Simon Glass New
[Concept,7/7] qconfig: Use kconfiglib for -r (git-ref) sync path qconfig: Use kconfiglib for database build and defconfig sync - - - --- 2026-03-29 Simon Glass New
[Concept,6/7] qconfig: Remove dead database-build code from move_config() qconfig: Use kconfiglib for database build and defconfig sync - - - --- 2026-03-29 Simon Glass New
[Concept,5/7] qconfig: Handle #include defconfigs in kconfiglib sync qconfig: Use kconfiglib for database build and defconfig sync - - - --- 2026-03-29 Simon Glass New
[Concept,4/7] buildman: Fix kconfiglib string-value escaping qconfig: Use kconfiglib for database build and defconfig sync - - - --- 2026-03-29 Simon Glass New
[Concept,3/7] qconfig: Use kconfiglib for defconfig sync qconfig: Use kconfiglib for database build and defconfig sync - - - --- 2026-03-29 Simon Glass New
[Concept,2/7] qconfig: Auto-rebuild stale database for -f queries qconfig: Use kconfiglib for database build and defconfig sync - - - --- 2026-03-29 Simon Glass New
[Concept,1/7] qconfig: Use kconfiglib to build the CONFIG database qconfig: Use kconfiglib for database build and defconfig sync - - - --- 2026-03-29 Simon Glass New
[Concept] riscv: dts: jh7110: Exclude PLL clock controller from SPL [Concept] riscv: dts: jh7110: Exclude PLL clock controller from SPL - - - --- 2026-03-27 Simon Glass New
[Concept] CI: Use ln -sf to avoid failure on existing symlinks [Concept] CI: Use ln -sf to avoid failure on existing symlinks - - - --- 2026-03-26 Simon Glass New
[Concept,2/2] debian: Drop u-boot.bin from x86 qemu targets debian: Clean up qemu package targets - - - --- 2026-03-26 Simon Glass New
[Concept,1/2] debian: Drop the uboot.elf target from qemu builds debian: Clean up qemu package targets - - - --- 2026-03-26 Simon Glass New
[Concept] x86: qemu: Enable the bootloader-specificaiton bootmeth [Concept] x86: qemu: Enable the bootloader-specificaiton bootmeth - - - --- 2026-03-25 Simon Glass New
[Concept,12/12] doc: bootstd: Document multi-entry bootflow scanning bootstd: Support multiple bootflows per partition - - - --- 2026-03-24 Simon Glass New
[Concept,11/12] extlinux: Process and cache parsed config during scanning bootstd: Support multiple bootflows per partition - - - --- 2026-03-24 Simon Glass New
[Concept,10/12] bootstd: Show entry column in bootflow list bootstd: Support multiple bootflows per partition - - - --- 2026-03-24 Simon Glass New
[Concept,09/12] bootstd: Show entry name in bootflow info bootstd: Support multiple bootflows per partition - - - --- 2026-03-24 Simon Glass New
[Concept,08/12] bootstd: Show entry number in bootflow info bootstd: Support multiple bootflows per partition - - - --- 2026-03-24 Simon Glass New
[Concept,07/12] doc: Update bootflow docs for encryption bootstd: Support multiple bootflows per partition - - - --- 2026-03-24 Simon Glass New
[Concept,06/12] pxe: Add pxe_boot_entry() to boot a specific label by index bootstd: Support multiple bootflows per partition - - - --- 2026-03-24 Simon Glass New
« 1 2 3 421 22 »