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
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
/
cmd
/
mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
1
-2
/
+2
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
1
-26
/
+26
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-12-01
command: Add constants for cmd_get_data_size string / error
Simon Glass
1
-1
/
+1
2020-09-18
cmd: mem: fix range of bitflip test
Ralph Siemsen
1
-5
/
+16
2020-08-27
cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH
Michal Simek
1
-4
/
+0
2020-08-07
cmd: Update the memory-search command
Simon Glass
1
-12
/
+18
2020-07-08
cmd: Add a memory-search command
Simon Glass
1
-0
/
+151
2020-07-08
cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATA
Simon Glass
1
-79
/
+38
2020-07-08
cmd: mem: Use a macro to avoid #ifdef in help
Simon Glass
1
-51
/
+17
2020-07-08
Update MEM_SUPPORT_64BIT_DATA to be always defined
Simon Glass
1
-27
/
+27
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
Fix some checkpatch warnings in calls to udelay()
Simon Glass
1
-2
/
+2
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-22
/
+38
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2020-05-08
cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping
Michal Simek
1
-7
/
+2
2020-04-27
CMD: random: fix return code
Eugeniy Paltsev
1
-5
/
+4
2020-04-17
cmd: mem: Add bitflip memory test to alternate mtest
Stefan Roese
1
-0
/
+60
2020-04-17
cmd: mem: Use IS_ENABLED instead of alt_test variable
Stefan Roese
1
-6
/
+1
2020-04-17
cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()
Stefan Roese
1
-12
/
+2
2020-04-17
cmd: mem: Correctly count the errors in mtest
Stefan Roese
1
-7
/
+4
2020-02-09
cmd: mdc/mwc: normalize disjoint MX_CYCLIC usage
Joel Johnson
1
-4
/
+4
2020-01-17
common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
Simon Glass
1
-27
/
+27
2020-01-17
common: Move flash_perror() to flash.h
Simon Glass
1
-1
/
+2
2019-12-05
cmd: cp: add missing map_sysmem
Philippe Reynes
1
-3
/
+13
2019-12-02
common: Drop board_show_dram()
Simon Glass
1
-7
/
+2
2019-07-18
cmd: mem: Add a command to fill the memory with random data
Jean-Jacques Hiblot
1
-0
/
+52
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
1
-4
/
+2
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-10-16
Drop CONFIG_HAS_DATAFLASH
Tuomas Tynkkynen
1
-97
/
+9
2017-05-31
Kconfig: Finish migration of hashing commands
Daniel Thompson
1
-4
/
+4
2017-04-05
Blackfin: Remove
Tom Rini
1
-43
/
+0
2017-02-12
flash: complete CONFIG_SYS_NO_FLASH move with renaming
Masahiro Yamada
1
-2
/
+2
2017-01-12
cmd: mem: Use memcpy for 'cp' command
Fabio Estevam
1
-26
/
+2
2016-02-24
cmd: mem: Show 64bit addresses which are tested
Michal Simek
1
-1
/
+1
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass
1
-0
/
+1410