1. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  2. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  3. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  4. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  5. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  6. cab6e75 ubi: Print skip_check in ubi_dump_vol_info() by Stefan Roese · 5 years ago
  7. a88049b ubi: provide a way to skip CRC checks by Quentin Schulz · 5 years ago
  8. 9c77e20 ubi: fix UBI_SILENCE_MSG by Markus Klotzbuecher · 6 years ago
  9. 51eaf0e mtd: ubi: Remove select for non existent option by Chris Packham · 6 years ago
  10. 2573c85 mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit by Eran Matityahu · 6 years ago
  11. a59fb30 mtd: ubi debug: Remove the pid print from ubi_assert by Eran Matityahu · 6 years ago
  12. 2d2fa49 lib: Add hexdump by Alexey Brodkin · 6 years ago
  13. d6d0901 mtd: ubi: Add missing newlines in ubi_init() by Stefan Roese · 7 years ago
  14. 04285db ubi: fastmap: Implement produce_free_peb() by Patrice Chotard · 7 years ago
  15. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  16. 3d668df Convert CONFIG_UBI_SILENCE_MSG to Kconfig by Petr Vorel · 7 years ago
  17. fc16868 mtd: ubi: Fix worker handling by Richard Weinberger · 7 years ago
  18. 3a81dab ubi: Ensure no fastmap flush after uif_close by Martin Townsend · 7 years ago
  19. 222e09a ubi: no NULL check needed before kmem_cache_destroy by Heinrich Schuchardt · 7 years ago
  20. 8cf55fa ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS by Karl Beldan · 7 years ago
  21. 16f125c ubi: Kconfig: Fix MTD_UBI selection dependency by Karl Beldan · 7 years ago
  22. 627dc18 mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry by Boris Brezillon · 8 years ago
  23. 09dbb85 kconfig: introduce kconfig for UBI by Heiko Schocher · 8 years ago
  24. 11b825f mtd, ubi: set free_count to zero before walking through erase list by Heiko Schocher · 9 years ago
  25. 78eeb91 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  26. 6e18f4b UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG defined by Ladislav Michl · 9 years ago
  27. 0297d1e compat: Remove is_power_of_2() definition by Fabio Estevam · 9 years ago
  28. 7f2a481 UBI: Fastmap: Fix PEB array type by Heiko Schocher · 9 years ago
  29. 94b66de ubi,ubifs: sync with linux v4.2 by Heiko Schocher · 9 years ago
  30. 131a824 ubi: reset mtd_devs when ubi part fail by Heiko Schocher · 10 years ago
  31. 2be4b3e kbuild: force to define __UBOOT__ in all the C sources by Masahiro Yamada · 10 years ago
  32. 081fe9e mtd,ubi,ubifs: sync with linux v3.15 by Heiko Schocher · 10 years ago
  33. f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  34. 136cfe3 drivers/mtd: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  35. 25bb3af drivers: mtd: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  36. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  37. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  38. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  39. 47550fc ubi: ubifs: Turn off verbose prints by Joe Hershberger · 12 years ago
  40. c3a8779 ubi: Fix broken cleanup code in attach_by_scanning by Joe Hershberger · 12 years ago
  41. a1b457a include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · 12 years ago
  42. e5db8e7 UBI: init eba tables before wl when attaching a device by Holger Brunck · 13 years ago
  43. 2a8db69 GCC4.6: Squash warning in vmt.c by Marek Vasut · 13 years ago
  44. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  45. 01a3aea Fix "ubi part" cmd re-entrancy by Karl Beldan · 14 years ago
  46. 3ca9a93 UBI: initialise update marker by Peter Horton · 14 years ago
  47. 9e35514 UBI: Ensure that "background thread" operations are really executed by Stefan Roese · 15 years ago
  48. d4f92ac UBI: Fix build problem noticed on Apollon (arm/testing repo) by Stefan Roese · 15 years ago
  49. cb65dc7 UBI: Add compile-time check for correct malloc area configuration by Stefan Roese · 15 years ago
  50. 55334c7 Coding style cleanup, update CHANGELOG. by Wolfgang Denk · 16 years ago
  51. 920863d UBI: Return -ENOMEM upon failing malloc by Stefan Roese · 16 years ago
  52. 1b20eb8 UBI: Enable re-initializing of the "ubi part" command by Stefan Roese · 16 years ago
  53. 7f88f00 UBI: Add basic UBI support to U-Boot (Part 5/8) by Kyungmin Park · 16 years ago
  54. 82f184e UBI: Add basic UBI support to U-Boot (Part 4/8) by Kyungmin Park · 16 years ago
  55. a598345 UBI: Add basic UBI support to U-Boot (Part 3/8) by Kyungmin Park · 16 years ago
  56. c880c53 UBI: Add basic UBI support to U-Boot (Part 2/8) by Kyungmin Park · 16 years ago
  57. 1d8dca6 UBI: Add basic UBI support to U-Boot (Part 1/8) by Kyungmin Park · 16 years ago