Show patches with: Archived = No       |   167940 patches
« 1 2 ... 583 584 5851679 1680 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[03/24] sandbox: Bring back setting mon_len in global_data trace: Update the trace feature to work with trace-cmd - 1 - - --- 2023-01-15 Simon Glass trini Accepted
[04/24] dm: Allow serial output during the relocation process trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[05/24] timer: Tidy up use of notrace trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[06/24] time: Tidy up some unnecessary #ifdefs trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[07/24] trace: Reduce the default for TRACE_EARLY_CALL_DEPTH_LIMIT trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[08/24] abuf: Support use from tools trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[09/24] trace: Update the file header trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[10/24] trace: Reduce the number of function sites trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[11/24] trace: Track the minimum stack depth trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[12/24] trace: Show a few more stats about tracing trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[13/24] trace: Correct the relocation handover with buffer overflow trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[14/24] trace: Detect an infinite loop trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[15/24] trace: Rename prof to trace and improve comments trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[16/24] trace: Update proftool to use new binary format trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[17/24] trace: Drop use of objsection trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[18/24] trace: Use text_base from the trace header trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[19/24] trace: Support output of funcgraph records trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[20/24] trace: Support output of a flamegraph trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[21/24] trace: Provide a flamegraph that uses timing trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[22/24] Docker: Support trace-cmd trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[23/24] trace: Add a test trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[24/24] trace: Update documentation trace: Update the trace feature to work with trace-cmd - - - - --- 2023-01-15 Simon Glass trini Accepted
[1/5] spmi: msm: Remove wrong and unused code spmi:msm: Several fixes - - 1 - --- 2023-01-16 Alexey Minnekhanov trini Superseded
[2/5] spmi: msm: Fix parsing FDT and reading ARB version spmi:msm: Several fixes - - 1 - --- 2023-01-16 Alexey Minnekhanov trini Superseded
[3/5] doc: spmi-msm: Update docs to reflect current state spmi:msm: Several fixes - - - - --- 2023-01-16 Alexey Minnekhanov trini Superseded
[4/5] arm64: dts: qcom: Fix SPMI arbiter regs and reg-names spmi:msm: Several fixes - - - - --- 2023-01-16 Alexey Minnekhanov trini Superseded
[5/5] spmi: msm: Fix up msm_spmi_write() for ARB V5 spmi:msm: Several fixes - 1 1 - --- 2023-01-16 Alexey Minnekhanov trini Superseded
[v5,03/13] gnu: u-boot: Reduce the number of native inputs. Untitled series #336769 - - - - --- 2023-01-16 Maxim Cournoyer trini Handled Elsewhere
[v3,2/2] event: Correct dependencies on the EVENT framework Untitled series #336934 - 3 2 1 --- 2023-01-16 Tom Rini trini Accepted
Pull request: u-boot-rockchip-20230117 Pull request: u-boot-rockchip-20230117 - - - - --- 2023-01-17 Kever Yang trini Accepted
[v1,1/3] ARM: dts: npcm8xx: add npcm845 function node add npcm845 function config and dts node - - - - --- 2023-01-17 Jim Liu trini Accepted
[v1,2/3] ARM: config: enable function for nuvoton npcm845 bmc add npcm845 function config and dts node - - - - --- 2023-01-17 Jim Liu trini Accepted
[v1,3/3] arm: npcm8xx: add security feature header add npcm845 function config and dts node - - - - --- 2023-01-17 Jim Liu trini Accepted
cmd: event: Remove additional event description cmd: event: Remove additional event description - - 1 - --- 2023-01-17 Michal Simek trini Accepted
Please pull u-boot-marvell/master Please pull u-boot-marvell/master - - - - --- 2023-01-17 Stefan Roese trini Accepted
ns16550: Fix DM serial operation with non-DM SPL ns16550: Fix DM serial operation with non-DM SPL - 1 - - --- 2023-01-17 Andre Przywara trini Changes Requested
[v3,01/70] dm: core: Correct ordering of uclasses IDs bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,02/70] dm: core: Support sorting devices with dm tree bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,03/70] dm: test: Correct assertion in dm_test_part() bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,04/70] lib: Add a function to split a string into substrings bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,05/70] bootstd: Remove special-case code for boot_targets bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,06/70] bootstd: Simplify locating existing bootdevs bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,07/70] test: Fix the help for the ut command bootstd: Allow migration from distro_bootcmd scripts - 1 - - --- 2023-01-17 Simon Glass trini Accepted
[v3,08/70] test: Drop duplicate restore of DM state bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,09/70] sandbox: mmc: Start off with a zeroed file bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,10/70] vbe: Avoid a build failure when bloblist is not enabled bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,11/70] vbe: sandbox: Drop VBE node in chosen bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,12/70] dm: part: Update test to use mmc2 bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,13/70] dm: test: Correct ordering of DM setup bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,14/70] ide: Drop non-DM code for BLK bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,15/70] dm: mmc: Use bootdev_setup_sibling_blk() bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,16/70] bootstd: Add a default method to get bootflows bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,17/70] sandbox: Allow ethernet to be disabled at runtime bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,18/70] sandbox: Allow ethernet bootdevs to be disabled for tests bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,19/70] sandbox: Enable the Ethernet bootdev bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,20/70] lib: Support printing an error string bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,21/70] event: Correct duplicate log message in event_notify() bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,22/70] efi: Improve logging in efi_disk bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,23/70] bootstd: Add the concept of a bootdev hunter bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,24/70] bootstd: Support running bootdev hunters bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,25/70] dm: usb: Mark the device name as alloced when binding bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,26/70] test: Add a generic function to skip delays bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,27/70] bootstd: Add a USB hunter bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,28/70] bootstd: Add an MMC hunter bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,29/70] net: Add a function to run dhcp bootstd: Allow migration from distro_bootcmd scripts - - 1 - --- 2023-01-17 Simon Glass trini Accepted
[v3,30/70] bootstd: Add a hunter for ethernet bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,31/70] part: Add a function to find the first bootable partition bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,32/70] bootstd: Only scan bootable partitions bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,33/70] scsi: Correct allocation of block-device name bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,34/70] scsi: Remove all children of SCSI devices before rescanning bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,35/70] bootstd: Add a SCSI bootdev bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,36/70] bootstd: Add an IDE bootdev bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,37/70] bootstd: Add an NVMe bootdev bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,38/70] virtio: Avoid repeating a long expression bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,39/70] virtio: Fix returning -ENODEV bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,40/70] virtio: Avoid strange behaviour on removal bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,41/70] virtio: Add a block device bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,42/70] bootstd: Add a virtio bootdev bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,43/70] ata: Don't try to use non-existent ports bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,44/70] bootstd: Rename bootdev checkers bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,45/70] bootstd: Allow reading an EFI file from the network bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,46/70] bootstd: Include the device tree in the bootflow bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,47/70] bootstd: Support reading the device tree with EFI bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,48/70] bootstd: Set the distro_bootpart env var with scripts bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,49/70] bootstd: Update docs on bootmeth_try_file() for sandbox bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,50/70] bootstd: Move label parsing into its own function bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,51/70] bootstd: Add a new bootmeth method to set the bootflow bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,52/70] sandbox: Allow SPI flash bootdevs to be disabled for tests bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,53/70] bootstd: Add a SPI flash bootdev bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,54/70] bootstd: Support reading a script from network or SPI flash bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,55/70] bootstd: Treat DHCP and PXE as bootdev labels bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,56/70] bootstd: Use hunters when scanning for bootflows bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,57/70] bootstd: Allow hunting for bootdevs of a given priority bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,58/70] bootstd: Add a new pre-scan priority for bootdevs bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,59/70] bootstd: Allow hunting for a bootdev by label bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,60/70] bootstd: Allow iterating to the next label in a list bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,61/70] bootstd: Allow iterating to the next bootdev priortiy bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,62/70] extension: Refactor to allow non-command usage bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,63/70] bootstd: Add a hunter for the extension feature bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
[v3,64/70] bootstd: Switch bootdev scanning to use labels bootstd: Allow migration from distro_bootcmd scripts - - - - --- 2023-01-17 Simon Glass trini Accepted
« 1 2 ... 583 584 5851679 1680 »