1. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
  2. fff0f3a disk: Remove duplicate newlines by Marek Vasut · 4 months ago
  3. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  4. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  5. 464c2ac part: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  6. 038cb02 cmd: mbr: Allow 4 MBR partitions without need for extended by Alexander Gendin · 1 year, 2 months ago
  7. 23e3453 part: Add accessors for struct disk_partition uuid by Simon Glass · 1 year, 3 months ago
  8. d063395 part: dos: Use desc instead of dev_desc by Simon Glass · 1 year, 3 months ago
  9. b393da5 disk: dos: Infer MBR partition sector size from underlying drive sector size by Marek Vasut · 1 year, 3 months ago
  10. c4001de Correct SPL use of CMD_MBR by Simon Glass · 1 year, 10 months ago
  11. 37ee2f5 disk: Use Makefile to omit partition drivers by Simon Glass · 2 years, 3 months ago
  12. b94d204 disk: part_dos: Fix a NULL pointer error by Simon Glass · 3 years, 1 month ago
  13. 34be560 disk/part_dos.c: Fix a variable typo in write_mbr_partitions() by Christian Melki · 3 years, 6 months ago
  14. 75b4b62 disk: part_dos: update partition table entries after write by Gary Bisson · 3 years, 10 months ago
  15. 6a60b67 disk: dos: add code for creating MBR partition layout by Marek Szyprowski · 4 years ago
  16. cbea647 disk: dos: make some functions static by Marek Szyprowski · 4 years ago
  17. 552f79c disk: dos: use generic macro for unaligned le32 access by Marek Szyprowski · 4 years ago
  18. 654fa83 disk: dos: add some defines for the hardcoded numbers by Marek Szyprowski · 4 years ago
  19. 29ee06b disk: dos: rename write_mbr_partition to write_mbr_sector by Marek Szyprowski · 4 years ago
  20. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  21. c1c4a8f part: Drop disk_partition_t typedef by Simon Glass · 4 years, 7 months ago
  22. 59a860d part: detect EFI system partition by Heinrich Schuchardt · 4 years, 8 months ago
  23. 86c8dd4 disk: part_dos: correctly detect DOS PBR by Heinrich Schuchardt · 5 years ago
  24. 1bca8de disk: part_dos: Allocate at least one block size for mbr by Faiz Abbas · 5 years ago
  25. 6149412 CVE-2019-13103: disk: stop infinite recursion in DOS Partitions by Paul Emge · 5 years ago
  26. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  27. b10ba90 Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig by Adam Ford · 7 years ago
  28. f5d156b part: Allocate only one legacy_mbr buffer by Alexey Brodkin · 7 years ago
  29. 1c6d679 disk: part_dos: fix part_get_info_extended() function by Shawn Guo · 7 years ago
  30. f0c82a8 disk: part_dos: Use the original allocation scheme for the SPL case by Fabio Estevam · 7 years ago
  31. c27e1c1 part: extract MBR signature from partitions by Peter Jones · 7 years ago
  32. ef9ef6f EFI: find EFI system partition by legacy MBR partition type by Andre Przywara · 7 years ago
  33. 8d770f4 SPL: add support to boot from a partition type by Dalon Westergreen · 8 years ago
  34. 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · 8 years ago
  35. 2e790d5 disk: part: refactor generic name creation for DOS and ISO by Petr Kulhavy · 8 years ago
  36. 9f174c9 fastboot: add support for writing MBR by Petr Kulhavy · 8 years ago
  37. 712257e disk: part: implement generic function part_get_info_by_name() by Petr Kulhavy · 8 years ago
  38. 0f1c952 part: Rename test_part_xx() and print_part_xx() by Simon Glass · 9 years ago
  39. 2ee8ada dm: block: Adjust device calls to go through helpers function by Simon Glass · 9 years ago
  40. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  41. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  42. 83ce563 dm: part: Convert partition API use to linker lists by Simon Glass · 9 years ago
  43. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  44. 34fd6c9 Fix GCC format-security errors and convert sprintfs. by Ben Whitten · 9 years ago
  45. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  46. 4c6e960 part_dos.c: Don't wrap to negative after 2G sectors by Stefan Monnier · 9 years ago
  47. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  48. 2c1e1b6 disk: part_dos.c: Add a PBR check when MBR checking fails by Darwin Dingel · 10 years ago
  49. d30cbae disk: part_efi: clarify lbaint_t usage by Steve Rae · 11 years ago
  50. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  51. 300494b disk/part_dos: check harder for partition table by Egbert Eich · 12 years ago
  52. 8ec730d disk: define HAVE_BLOCK_DEVICE in a common place by Stephen Warren · 12 years ago
  53. 37c88ea disk: part_dos: print partition UUID in partition list by Stephen Warren · 12 years ago
  54. 61b80a5 disk: part_dos: checkpatch cleanups by Stephen Warren · 12 years ago
  55. 71b4e3b disk: part_dos: don't claim whole-disk FAT filesystems by Stephen Warren · 12 years ago
  56. b287a87 disk: part_msdos: parse and store partition UUID by Stephen Warren · 12 years ago
  57. eda5111 disk/part: check bootable flag for DOS partitions by Rob Herring · 12 years ago
  58. 36437bc Block: Remove MG DISK support by Marek Vasut · 13 years ago
  59. 193b260 part_dos: align disk buffers on cache line to enable DMA and cache by Eric Nelson · 13 years ago
  60. b9d57d6 part_dos: fix crash with big sector size by Sergei Shtylyov · 13 years ago
  61. 7b2290c FAT32: fix support for superfloppy-format (PBR) by Wolfgang Denk · 14 years ago
  62. 9a2671f part_dos: check status flags of partitions by Daniel Mack · 15 years ago
  63. 03e5ce4 Partition support: remove newline from partition name by Wolfgang Denk · 15 years ago
  64. f0b1bdd mflash: Initial mflash support by unsik Kim · 16 years ago
  65. 0ea0aa8 disk: convert part_* files to COBJ-$(CONFIG_XXX) style by Mike Frysinger · 16 years ago
  66. 76596ba ata: add the support for SATA framework by Dave Liu · 17 years ago
  67. f7f54a8 disk/: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  68. e6e4e90 disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  69. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  70. acd0536 Cleanup USB and partition defines by wdenk · 20 years ago
  71. ef89394 * CVS add missing files by wdenk · 21 years ago
  72. 2c9b05d * Patches by Denis Peter, 9 Sep 2003: add FAT support for IDE, SCSI and USB by wdenk · 21 years ago
  73. de887eb * Add support for USB Mass Storage Devices (BBB) by wdenk · 21 years ago
  74. f12e396 Fix some missing commands, cleanup header files by wdenk · 21 years ago
  75. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  76. 0893c47 * Patch by David Updegraff, 22 Apr 2003: update for CrayL1 board by wdenk · 22 years ago
  77. fe8c280 Initial revision by wdenk · 22 years ago