index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-28
meminfo cmd: Enable printing >=4GiB SDRAM sizes
Andrew Bradford
1
-1
/
+1
2015-05-10
Fix broken verify functionality in crc32 command
Joe Hershberger
1
-1
/
+1
2015-05-10
Fix inconsistency of VERIFY defines in cmd_mem
Joe Hershberger
1
-3
/
+3
2015-04-23
cmd_mem: Store last address/size/etc as ulong
Scott Wood
1
-3
/
+3
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
1
-0
/
+1
2015-04-16
Correct map_sysmem() logic in do_mem_mw()
Simon Glass
1
-3
/
+4
2015-04-07
cmd_mem.c: Update 'iteration_limit' to unsigned long
Tom Rini
1
-1
/
+1
2015-04-07
cmd_mem: cleanups, catch bad usage
Pavel Machek
1
-15
/
+19
2014-11-26
sandbox: Fix warnings due to 64-bit printf() strings
Simon Glass
1
-2
/
+4
2014-10-27
cmd_mem: call unmap_sysmem() after map_sysmem()
Masahiro Yamada
1
-0
/
+3
2014-09-16
cmd_mem: add static to internally used functions
Masahiro Yamada
1
-3
/
+4
2014-05-29
Rename bootretry functions and remove #ifdefs
Simon Glass
1
-9
/
+4
2014-05-29
Move bootretry code into bootretry.c and clean up
Simon Glass
1
-0
/
+1
2014-05-29
Add cli_ prefix to readline functions
Simon Glass
1
-1
/
+1
2014-05-29
move CLI prototypes to cli.h and add comments
Simon Glass
1
-0
/
+1
2014-03-04
Add 64-bit data support for memory commands
York Sun
1
-10
/
+147
2014-02-21
Fix memory commands for 64-bit platforms
York Sun
1
-36
/
+36
2014-02-21
fix address of error message in mtest command
David Feng
1
-5
/
+9
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-06-26
Fix missing return in do_mem_loop()
Simon Glass
1
-0
/
+2
2013-05-24
cmd_mem: fix cp command
Masahiro Yamada
1
-1
/
+1
2013-03-12
cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set
Tom Rini
1
-1
/
+1
2013-03-11
Feature Removal: disable "mtest" command by default
Wolfgang Denk
1
-1
/
+4
2013-02-28
sandbox: Update mtest to fix crashes
Simon Glass
1
-45
/
+63
2013-02-28
Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file
Simon Glass
1
-4
/
+4
2013-02-28
Roll crc32 into hash infrastructure
Simon Glass
1
-68
/
+7
2013-02-28
Reduce casting in mtest
Simon Glass
1
-12
/
+18
2013-02-28
Bring mtest putc() into common code
Simon Glass
1
-23
/
+9
2013-02-28
Fix mtest indenting
Simon Glass
1
-161
/
+161
2013-02-28
Use common mtest iteration counting
Simon Glass
1
-64
/
+59
2013-02-28
Split out the memory tests into separate functions
Simon Glass
1
-101
/
+116
2013-02-28
sandbox: Change memory commands to use map_physmem
Simon Glass
1
-43
/
+79
2013-02-19
cmd_mem.c: Fix some typoes, no functional changes
Robert P. J. Day
1
-4
/
+6
2013-01-10
Add option to display customised memory information
Simon Glass
1
-0
/
+27
2012-11-04
common/cmd_*.c: sparse fixes
Kim Phillips
1
-11
/
+14
2012-06-19
cmd_mem: cmp: convert while() to for() loop
Mike Frysinger
1
-5
/
+2
2012-06-19
cmd_mem: cmp: unify size code paths
Mike Frysinger
1
-33
/
+19
2012-06-19
cmd_mem: replace custom PRINTF() with debug()
Mike Frysinger
1
-9
/
+3
2012-03-06
Convert cmd_usage() calls in common to use a return value
Simon Glass
1
-11
/
+11
2011-11-22
common: move extern char console_buffer[] to common.h
Igor Grinberg
1
-1
/
+0
2011-11-16
Revert "sandbox: Change md command to use map_physmem"
Kumar Gala
1
-7
/
+2
2011-11-03
sandbox: Change md command to use map_physmem
Simon Glass
1
-2
/
+7
2011-10-17
sandbox: Use uintptr_t for 32/64-bit compatibility
Simon Glass
1
-1
/
+1
2011-10-01
GCC4.6: Squash warning in cmd_mem.c
Marek Vasut
1
-4
/
+4
2011-07-26
Fix: if using crc32 command watchdog timed out
Jens Scharsig
1
-2
/
+2
2011-04-13
md5sum/sha1sum/unzip: split out of mondo mem file
Mike Frysinger
1
-104
/
+0
2011-04-13
crc32: make command optional
Mike Frysinger
1
-0
/
+8
2011-02-15
unzip: return uncompressed size in `filesize', and print it.
Wolfgang Denk
1
-1
/
+9
2011-01-19
Fix defines needed to enable command sha1sum
Alexander Holler
1
-2
/
+2
2011-01-09
cmd_mem: localize state variables
Mike Frysinger
1
-3
/
+3
[next]