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
/
drivers
/
mtd
/
ubi
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-20
global: Remove unused CONFIG defines
Tom Rini
1
-6
/
+0
2022-12-23
mtd: ubi: Finish moving configuration to Kconfig
Tom Rini
1
-0
/
+12
2022-07-20
ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS code
Pali Rohár
1
-7
/
+2
2021-10-23
mtd: Remove mtd_erase_callback() entirely
Marek Behún
1
-13
/
+0
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
1
-16
/
+16
2021-09-30
WS cleanup: remove trailing white space
Wolfgang Denk
1
-1
/
+1
2021-08-31
Kconfig: Remove all default n/no options
Michal Simek
1
-1
/
+0
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
3
-0
/
+3
2020-05-18
common: Drop log.h from common header
Simon Glass
10
-0
/
+10
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
3
-0
/
+3
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
10
-0
/
+11
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
6
-0
/
+6
2019-10-16
ubi: Print skip_check in ubi_dump_vol_info()
Stefan Roese
1
-0
/
+1
2019-10-16
ubi: provide a way to skip CRC checks
Quentin Schulz
5
-1
/
+26
2019-07-09
ubi: fix UBI_SILENCE_MSG
Markus Klotzbuecher
2
-1
/
+3
2019-05-10
mtd: ubi: Remove select for non existent option
Chris Packham
1
-1
/
+0
2019-04-09
mtd: ubi, ubifs debug: Use pr_debug instead of pr_crit
Eran Matityahu
1
-1
/
+1
2019-04-09
mtd: ubi debug: Remove the pid print from ubi_assert
Eran Matityahu
1
-0
/
+10
2018-06-13
lib: Add hexdump
Alexey Brodkin
4
-9
/
+13
2018-06-06
mtd: ubi: Add missing newlines in ubi_init()
Stefan Roese
1
-6
/
+6
2018-05-22
ubi: fastmap: Implement produce_free_peb()
Patrice Chotard
1
-0
/
+29
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
17
-34
/
+17
2018-03-24
Convert CONFIG_UBI_SILENCE_MSG to Kconfig
Petr Vorel
1
-0
/
+7
2018-02-19
mtd: ubi: Fix worker handling
Richard Weinberger
3
-25
/
+40
2018-02-06
ubi: Ensure no fastmap flush after uif_close
Martin Townsend
1
-5
/
+0
2017-11-20
ubi: no NULL check needed before kmem_cache_destroy
Heinrich Schuchardt
1
-2
/
+1
2017-07-24
ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONS
Karl Beldan
1
-0
/
+1
2017-07-24
ubi: Kconfig: Fix MTD_UBI selection dependency
Karl Beldan
1
-1
/
+1
2017-04-07
mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entry
Boris Brezillon
1
-0
/
+1
2016-09-26
kconfig: introduce kconfig for UBI
Heiko Schocher
1
-0
/
+98
2016-04-22
mtd, ubi: set free_count to zero before walking through erase list
Heiko Schocher
1
-1
/
+1
2016-01-25
bug.h: move BUILD_BUG_* defines to include/linux/bug.h
Masahiro Yamada
1
-0
/
+1
2016-01-04
UBI: Fix compile error when CONFIG_UBI_SILENCE_MSG defined
Ladislav Michl
1
-1
/
+0
2015-11-05
compat: Remove is_power_of_2() definition
Fabio Estevam
1
-1
/
+1
2015-10-26
UBI: Fastmap: Fix PEB array type
Heiko Schocher
1
-2
/
+2
2015-10-26
ubi,ubifs: sync with linux v4.2
Heiko Schocher
17
-1347
/
+1860
2015-01-28
ubi: reset mtd_devs when ubi part fail
Heiko Schocher
1
-0
/
+8
2014-09-16
kbuild: force to define __UBOOT__ in all the C sources
Masahiro Yamada
14
-14
/
+0
2014-08-25
mtd,ubi,ubifs: sync with linux v3.15
Heiko Schocher
3
-1
/
+37
2014-08-25
mtd, ubi, ubifs: resync with Linux-3.14
Heiko Schocher
20
-3503
/
+7546
2013-12-13
drivers/mtd: descend into sub directories only when it is necessary
Masahiro Yamada
1
-3
/
+0
2013-10-31
drivers: mtd: convert makefiles to Kbuild style
Masahiro Yamada
1
-25
/
+3
2013-10-14
Coding Style cleanup: replace leading SPACEs by TABs
Wolfgang Denk
1
-2
/
+2
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
16
-212
/
+16
2013-05-31
mtd: resync with Linux-3.7.1
Sergey Lapin
6
-11
/
+11
2013-04-11
ubi: ubifs: Turn off verbose prints
Joe Hershberger
1
-0
/
+4
2013-04-11
ubi: Fix broken cleanup code in attach_by_scanning
Joe Hershberger
2
-4
/
+5
2012-11-04
include/linux/byteorder: import latest endian definitions from linux
Kim Phillips
1
-10
/
+2
2011-10-12
UBI: init eba tables before wl when attaching a device
Holger Brunck
1
-6
/
+6
2011-10-01
GCC4.6: Squash warning in vmt.c
Marek Vasut
2
-4
/
+7
[next]