1. 1381901 Fix spelling of "multiple". by Vagrant Cascadian · 8 years ago
  2. b1d6590 ubifs: fix memory corruption in super.c by Heiko Schocher · 8 years ago
  3. e35929e dm: blk: Rename get_device_and_partition() by Simon Glass · 8 years ago
  4. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 8 years ago
  5. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  6. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  7. f8fdb81 compat: Remove is_power_of_2() definition by Fabio Estevam · 9 years ago
  8. 0195a7b ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  9. 29cc5bc ubifs: Add functions for generic fs use by Hans de Goede · 9 years ago
  10. ad15749 ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use by Hans de Goede · 9 years ago
  11. 6e29518 Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  12. 4519668 mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  13. 040cc7b ubifs: Enable journal replay during mount by Anton Habegger · 10 years ago
  14. dc28843 ubifs: Import atomic_long operations from Linux by Anton Habegger · 10 years ago
  15. cba1da4 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  16. ed36323 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  17. 3b61297 kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  18. 4e67c57 mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · 10 years ago
  19. ddf7bcf mtd, ubi, ubifs: update for the sync with linux v3.14 by Heiko Schocher · 10 years ago
  20. ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  21. 9995d8c fs: ubifs: drop __DATE__ and __TIME__ by Masahiro Yamada · 10 years ago
  22. eeb72e6 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 10 years ago
  23. 1551df3 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 10 years ago
  24. 1674df6 ubifs: fix checkpatch warning by Karicheri, Muralidharan · 11 years ago
  25. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  26. 9e41403 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  27. 4678d74 fs: descend into sub directories when it is necessary by Masahiro Yamada · 11 years ago
  28. 35c7927 fs: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  29. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  30. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  31. 147162d ubi: ubifs: Turn off verbose prints by Joe Hershberger · 11 years ago
  32. 949a771 ubifs: Allow ubifsmount volume reference by number by Joe Hershberger · 12 years ago
  33. 49c4f03 fs: Use new numeric setenv functions by Simon Glass · 11 years ago
  34. b823fd9 ARM: prevent misaligned array inits by Albert ARIBAUD · 12 years ago
  35. 8044c13 ubifs: Fix ubifsload when using ZLIB by Veli-Pekka Peltola · 12 years ago
  36. be73913 ubifs: Fix memory leak in ubifs_finddir by Stefan Roese · 12 years ago
  37. f75325e UBIFS: Improve error message when reading superblock failed by Bernhard Walle · 12 years ago
  38. 349a8d5 ubifs bad superblock bug by Lars Poeschel · 13 years ago
  39. aaf6935 UBIFS: fix warning: format '%lX' expects type 'long unsigned int' by Wolfgang Denk · 13 years ago
  40. 46d7274 UBIFS: Change ubifsload to set the filesize variable by Bastian Ruppert · 13 years ago
  41. 3267bc1 ubifs: Fix bad free() sequence in ubifs_finddir() by Wolfgang Denk · 13 years ago
  42. c7b7d45 UBIFS: Fix dereferencing type-punned pointer compiler warning by Dirk Behme · 14 years ago
  43. 64b6817 ubifs.c: BUG: Error following links by Ricardo Ribalda Delgado · 14 years ago
  44. b1a14f8 UBIFS: Change ubifsload to not read beyond the requested size by Stefan Roese · 14 years ago
  45. cb9c09d UBIFS: Add ubifsumount command to unmount an active volume by Stefan Roese · 14 years ago
  46. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  47. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  48. 6865168 ubifsmount fails due to not initialized list by Stefano Babic · 14 years ago
  49. 87d93a1 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  50. 4b142fe common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  51. 521af04 Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  52. ef37c68 ubifs: Correct dereferencing of files-after-symlinks by Simon Kagstrom · 15 years ago
  53. 9d7952e ubifs: Add support for looking up directory and relative symlinks by Simon Kagstrom · 15 years ago
  54. 02f9990 Move __set/clear_bit from ubifs.h to bitops.h by Simon Kagstrom · 15 years ago
  55. 165f985 ubifs: fix small error path mismatch by Daniel Mack · 15 years ago
  56. c1a0fd5 ubifs: BUG: Blocks commpressed with zlib by Ricardo Ribalda Delgado · 15 years ago
  57. dbd3361 ubifs: BUG realpath string must be ended with NULL by Ricardo Ribalda Delgado · 15 years ago
  58. 7d3d30b UBIFS: Remove tnc_commit.c which is not used in the read-only version by Stefan Roese · 15 years ago
  59. 6356daf UBIFS: fix recovery bug by Adrian Hunter · 15 years ago
  60. c0a14ae Update CHANGELOG, coding style cleanup. by Wolfgang Denk · 15 years ago
  61. febd7e4 UBIFS: add R/O compatibility by Artem Bityutskiy · 15 years ago
  62. faac4fd UBIFS: Missing offset relocation for compressor 'none' by Michael Lawnick · 15 years ago
  63. 9eefe2a UBIFS: Implement read-only UBIFS support in U-Boot by Stefan Roese · 15 years ago