1. 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
  2. 10f8872 gpt: allow spaces in partition list by Mikhail Kshevetskiy · 5 months ago
  3. def1e37 cmd: gpt: Fix freeing gpt_pte in gpt_verify() by Sam Protsenko · 5 months ago
  4. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  5. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  6. 5c1444f cmd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  7. cdea43b cmd: gpt: initialize partition table by Kishan Dudhatra · 7 months ago
  8. c97dbc4 cmd: gpt: fix gpt read by Heinrich Schuchardt · 1 year, 3 months ago
  9. d4bb653 cmd: gpt: fix calc_parts_list_len() by Heinrich Schuchardt · 1 year, 3 months ago
  10. 2d07fb4 cmd: gpt: use UUID accessor more consistently by Heinrich Schuchardt · 1 year, 3 months ago
  11. d88ba5f cmd: gpt: Add command to swap partition order by Joshua Watt · 1 year, 3 months ago
  12. 9e58adf cmd: gpt: Preserve bootable flag by Joshua Watt · 1 year, 3 months ago
  13. da40173 cmd: gpt: Preserve type GUID if enabled by Joshua Watt · 1 year, 3 months ago
  14. 44d6233 cmd: gpt: Add command to set bootable flags by Joshua Watt · 1 year, 3 months ago
  15. fd1134e cmd: gpt: Add gpt_partition_bootable variable by Joshua Watt · 1 year, 3 months ago
  16. 69dea21 Merge tag 'v2023.10-rc4' into next by Tom Rini · 1 year, 3 months ago
  17. 08d7110 cmd: gpt: Remove confusing help text by Joshua Watt · 1 year, 3 months ago
  18. 7e879da cmd: let gpt_partition_entry be hexadecimal by Heinrich Schuchardt · 1 year, 3 months ago
  19. 16e48de cmd: fix gpt enumerate by Heinrich Schuchardt · 1 year, 3 months ago
  20. 441dc54 cmd: fix gpt setenv by Heinrich Schuchardt · 1 year, 3 months ago
  21. 23e3453 part: Add accessors for struct disk_partition uuid by Simon Glass · 1 year, 3 months ago
  22. 5121529 cmd: gpt: add subcommand repair by Philippe Reynes · 2 years, 7 months ago
  23. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  24. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  25. 078d022 cmd: gpt: Add option to write GPT partitions to environment variable by Farhan Ali · 3 years, 9 months ago
  26. 0c6776c cmd: gpt: add eMMC and GPT support by Corneliu Doban · 4 years, 1 month ago
  27. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  28. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  29. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  30. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  31. 6f04498 common: Drop uuid.h from common header by Simon Glass · 4 years, 7 months ago
  32. 443806d cmd/gpt: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 7 months ago
  33. 59a860d part: detect EFI system partition by Heinrich Schuchardt · 4 years, 8 months ago
  34. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  35. b0d3c0b cmd/gpt: Address error cases during gpt rename more correctly by Tom Rini · 4 years, 10 months ago
  36. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  37. fa8acbc cmd: gpt: fix and tidy up help message by Eugeniu Rosca · 6 years ago
  38. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  39. 309a6fa cmd: gpt: solve issue for swap and rename command by Patrick Delaunay · 7 years ago
  40. a29829e cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for Coverity by Tom Rini · 7 years ago
  41. 7e805c0 GPT: fix memory leaks identified by Coverity by Alison Chaiken · 7 years ago
  42. 30725f5 GPT: incomplete initialization in allocate_disk_part by Heinrich Schuchardt · 7 years ago
  43. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  44. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  45. 8dcee7c gpt: harden set_gpt_info() against non NULL-terminated strings by Alison Chaiken · 7 years ago
  46. 8b3397f GPT: provide commands to selectively rename partitions by Alison Chaiken · 7 years ago
  47. f04d4b5 GPT: read partition table from device into a data structure by Alison Chaiken · 7 years ago
  48. e422258 GPT: add accessor function for disk GUID by Alison Chaiken · 7 years ago
  49. bdfacea gpt: Fix uuid string format by Vincent Tinelli · 8 years ago
  50. 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
  51. f1d070d cmd: gpt: fix the wrong size parse for the last partition by Kever Yang · 8 years ago
  52. 853445f cmd: gpt: add - partition size parsing by Michael Trimarchi · 8 years ago
  53. be1e9bb dm: blk: Rename get_dev() to blk_get_dev() by Simon Glass · 9 years ago
  54. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  55. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_gpt.c]
  56. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_gpt.c]
  57. 7840c4a part:efi: add bootable parameter in gpt command by Patrick Delaunay · 9 years ago
  58. 309691b gpt: command: Extend gpt command to support GPT table verification by Lukasz Majewski · 9 years ago
  59. cc5f3d7 gpt: doc: Update gpt command's help description by Lukasz Majewski · 9 years ago
  60. ad4e590 gpt: command: Remove duplicated check for empty partition description by Lukasz Majewski · 9 years ago
  61. 8248c8d gpt: add optional parameter type in gpt command by Patrick Delaunay · 9 years ago
  62. d976197 gpt: support random UUIDs without setting environment variables by Rob Herring · 10 years ago
  63. 008ab49 gpt: fix error reporting on partition table write failures by Rob Herring · 10 years ago
  64. 5ec2ed2 cmd:gpt: randomly generate each partition uuid if undefined by Przemyslaw Marczak · 11 years ago
  65. bfd4a71 cmd/gpt: Support gpt command for all devices by Egbert Eich · 11 years ago
  66. e3f2c2e Fix some obvious typos across multiple subsystems. by Robert P. J. Day · 11 years ago
  67. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  68. 36c06b1 gpt: fix partion size limit by Piotr Wilczek · 12 years ago
  69. cc00ea8 gpt: Support for new "gpt" command by Piotr Wilczek · 12 years ago