1. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  2. 81f5627 ubifs: do not decide upon uninitialized variable by Heinrich Schuchardt · 3 years, 9 months ago
  3. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 4 months ago
  4. 1af3c7f common: Drop linux/stringify.h from common header by Simon Glass · 4 years, 4 months ago
  5. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 4 months ago
  6. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 4 months ago
  7. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 4 months ago
  8. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 4 months ago
  9. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 4 months ago
  10. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  11. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  12. 4839e86 linux_compat: move kmemdup() from ubifs.c to linux_compat.c by AKASHI Takahiro · 4 years, 10 months ago
  13. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 4 years, 10 months ago
  14. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  15. 0c670fc common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  16. 734b080 mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit by Eran Matityahu · 6 years ago
  17. e4aa10b fs: ubifs: Fix UBIFS decompression on 64 bit by Paul Davey · 6 years ago
  18. 7236e24 fs: ubifs: Add missing newlines in super.c by Stefan Roese · 6 years ago
  19. 5a08cfe ubifs: remove useless code by Christophe Kerello · 6 years ago
  20. f8c987f lib: Add hexdump by Alexey Brodkin · 6 years ago
  21. 87deefe ubifs: avoid assert failed in ubifs.c by Patrice Chotard · 6 years ago
  22. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  23. 05ea83b ubifs: Change value of mutex_is_locked() by Bradley Bolen · 6 years ago
  24. afb6fda Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig by Petr Vorel · 7 years ago
  25. e995128 ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSG by Petr Vorel · 7 years ago
  26. 4b29975 ubifs: no NULL check needed before free by Heinrich Schuchardt · 7 years ago
  27. 8b7f4b9 mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG by Masahiro Yamada · 7 years ago
  28. 018f530 env: Rename common functions related to setenv() by Simon Glass · 7 years ago
  29. 34cc30a fs: usbifs: Fix warning in ubifs by Siva Durga Prasad Paladugu · 7 years ago
  30. 1381901 Fix spelling of "multiple". by Vagrant Cascadian · 8 years ago
  31. b1d6590 ubifs: fix memory corruption in super.c by Heiko Schocher · 8 years ago
  32. e35929e dm: blk: Rename get_device_and_partition() by Simon Glass · 9 years ago
  33. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  34. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  35. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  36. f8fdb81 compat: Remove is_power_of_2() definition by Fabio Estevam · 9 years ago
  37. 0195a7b ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  38. 29cc5bc ubifs: Add functions for generic fs use by Hans de Goede · 9 years ago
  39. ad15749 ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use by Hans de Goede · 9 years ago
  40. 6e29518 Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  41. 4519668 mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  42. 040cc7b ubifs: Enable journal replay during mount by Anton Habegger · 10 years ago
  43. dc28843 ubifs: Import atomic_long operations from Linux by Anton Habegger · 10 years ago
  44. cba1da4 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  45. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  46. 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  47. 4e67c57 mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · 10 years ago
  48. ddf7bcf mtd, ubi, ubifs: update for the sync with linux v3.14 by Heiko Schocher · 10 years ago
  49. ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  50. 9995d8c fs: ubifs: drop __DATE__ and __TIME__ by Masahiro Yamada · 10 years ago
  51. eeb72e6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  52. 1551df3 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 11 years ago
  53. 1674df6 ubifs: fix checkpatch warning by Karicheri, Muralidharan · 11 years ago
  54. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  55. 9e41403 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  56. 4678d74 fs: descend into sub directories when it is necessary by Masahiro Yamada · 11 years ago
  57. 35c7927 fs: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  58. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  59. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  60. 147162d ubi: ubifs: Turn off verbose prints by Joe Hershberger · 11 years ago
  61. 949a771 ubifs: Allow ubifsmount volume reference by number by Joe Hershberger · 12 years ago
  62. 49c4f03 fs: Use new numeric setenv functions by Simon Glass · 12 years ago
  63. b823fd9 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  64. 8044c13 ubifs: Fix ubifsload when using ZLIB by Veli-Pekka Peltola · 12 years ago
  65. be73913 ubifs: Fix memory leak in ubifs_finddir by Stefan Roese · 12 years ago
  66. f75325e UBIFS: Improve error message when reading superblock failed by Bernhard Walle · 12 years ago
  67. 349a8d5 ubifs bad superblock bug by Lars Poeschel · 13 years ago
  68. aaf6935 UBIFS: fix warning: format '%lX' expects type 'long unsigned int' by Wolfgang Denk · 13 years ago
  69. 46d7274 UBIFS: Change ubifsload to set the filesize variable by Bastian Ruppert · 13 years ago
  70. 3267bc1 ubifs: Fix bad free() sequence in ubifs_finddir() by Wolfgang Denk · 13 years ago
  71. c7b7d45 UBIFS: Fix dereferencing type-punned pointer compiler warning by Dirk Behme · 14 years ago
  72. 64b6817 ubifs.c: BUG: Error following links by Ricardo Ribalda Delgado · 14 years ago
  73. b1a14f8 UBIFS: Change ubifsload to not read beyond the requested size by Stefan Roese · 14 years ago
  74. cb9c09d UBIFS: Add ubifsumount command to unmount an active volume by Stefan Roese · 14 years ago
  75. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  76. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  77. 6865168 ubifsmount fails due to not initialized list by Stefano Babic · 14 years ago
  78. 87d93a1 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  79. 4b142fe common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  80. 521af04 Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  81. ef37c68 ubifs: Correct dereferencing of files-after-symlinks by Simon Kagstrom · 15 years ago
  82. 9d7952e ubifs: Add support for looking up directory and relative symlinks by Simon Kagstrom · 15 years ago
  83. 02f9990 Move __set/clear_bit from ubifs.h to bitops.h by Simon Kagstrom · 15 years ago
  84. 165f985 ubifs: fix small error path mismatch by Daniel Mack · 15 years ago
  85. c1a0fd5 ubifs: BUG: Blocks commpressed with zlib by Ricardo Ribalda Delgado · 15 years ago
  86. dbd3361 ubifs: BUG realpath string must be ended with NULL by Ricardo Ribalda Delgado · 15 years ago
  87. 7d3d30b UBIFS: Remove tnc_commit.c which is not used in the read-only version by Stefan Roese · 15 years ago
  88. 6356daf UBIFS: fix recovery bug by Adrian Hunter · 15 years ago
  89. c0a14ae Update CHANGELOG, coding style cleanup. by Wolfgang Denk · 15 years ago
  90. febd7e4 UBIFS: add R/O compatibility by Artem Bityutskiy · 15 years ago
  91. faac4fd UBIFS: Missing offset relocation for compressor 'none' by Michael Lawnick · 16 years ago
  92. 9eefe2a UBIFS: Implement read-only UBIFS support in U-Boot by Stefan Roese · 16 years ago