1. 7ce1526 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  2. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  3. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  4. cd0f4fa Revert "env: fix potential stack overflow in environment functions" by Tom Rini · 11 years ago
  5. 60d7d5a env: fix potential stack overflow in environment functions by Rob Herring · 12 years ago
  6. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  7. 034afbc env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZE by David du Colombier · 12 years ago
  8. 7b15e2b linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · 12 years ago
  9. bf95df4 env: factor out the env_get_char_spec() function by Igor Grinberg · 13 years ago
  10. b919ec2 env: clean env_onenand.c checkpatch and code style by Igor Grinberg · 13 years ago
  11. 994bc67 env: move extern environment[] to environment.h by Igor Grinberg · 13 years ago
  12. d1459f0 env: move extern default_environment[] to environment.h by Igor Grinberg · 13 years ago
  13. 37f2fe7 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
  14. 2eb1573 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
  15. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  16. b821cea onenand: Fix compile errors due to FlexOneNAND by Sanjeev Premi · 15 years ago
  17. c758e94 ENV Variable support for Flex-OneNAND by Amul Kumar Saha · 15 years ago
  18. 4828779 Fix compiler warnings after loff_t change by Kyungmin Park · 15 years ago
  19. 937076f MTD: OneNAND: Increase the environment size to 4KiB by Kyungmin Park · 15 years ago
  20. 2e8a6f5 env_onenand: change env_address type from unsigned long to loff_t by HeungJun Kim · 15 years ago
  21. 8d2effe mtd: Update MTD infrastructure to support 64bit device size by Stefan Roese · 15 years ago
  22. 5e46b1e OneNAND: Add missing mtd info struct before calling onenand_erase() by Stefan Roese · 16 years ago
  23. 0e8d158 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  24. 55c5f49 env_onenand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  25. 9656138 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  26. d438d50 Fix OneNAND build break by Kyungmin Park · 16 years ago
  27. aa5ffa1 OneNAND: Remove base address offset usage by dirk.behme@googlemail.com · 16 years ago
  28. 0a5676b Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  29. a9da2b4 Fix OneNAND erase command by Kyungmin Park · 16 years ago
  30. 2ae64f5 Remove warnings re CONFIG_EXTRA_ENV_SETTINGS by Peter Pearse · 17 years ago
  31. d7e8ce1 OneNAND support (take #2) by Kyungmin Park · 17 years ago