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
/
disk
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-19
Merge git://git.denx.de/u-boot-sunxi
Tom Rini
1
-0
/
+14
2017-12-07
part: efi: Add default number of partition entries for sunxi
Maxime Ripard
1
-0
/
+1
2017-12-07
part: efi: Add a Kconfig option for the number of partition entries
Maxime Ripard
1
-0
/
+13
2017-11-29
disk: efi: correct the allocation size for mbr header in stack
Patrick Delaunay
1
-2
/
+2
2017-11-06
disk: part_dos: fix part_get_info_extended() function
Shawn Guo
1
-1
/
+1
2017-11-06
gpt: Use cache aligned buffers for gpt_h and gpt_e
Lukasz Majewski
1
-7
/
+9
2017-10-23
disk: efi: correct the overlap check on GPT header and PTE
Patrick Delaunay
1
-2
/
+2
2017-10-16
iso: Reduce verbosity on test and info calls
Alexander Graf
1
-2
/
+2
2017-10-16
part_efi: In is_gpt_valid() check argument validity before allocation
Tom Rini
1
-2
/
+3
2017-10-06
disk: Provide API to get partition by name for specific type
Sam Protsenko
1
-2
/
+13
2017-10-05
disk: part_dos: Use the original allocation scheme for the SPL case
Fabio Estevam
1
-0
/
+10
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
1
-5
/
+5
2017-09-20
part: extract MBR signature from partitions
Peter Jones
2
-3
/
+29
2017-09-18
EFI: find EFI system partition by legacy MBR partition type
Andre Przywara
1
-1
/
+1
2017-09-15
fs: add fs_readdir()
Rob Clark
1
-12
/
+19
2017-09-07
part: mac: Suppress the error message after reading ddb
Bin Meng
1
-5
/
+1
2017-09-03
disk: part: fix typo
Heinrich Schuchardt
1
-3
/
+9
2017-09-03
part: efi: Disable overlap check
Maxime Ripard
1
-7
/
+21
2017-09-03
part: efi: make gpt_fill_pte take the device descriptor
Maxime Ripard
1
-3
/
+4
2017-09-03
part: efi: rework the partition start and size in gpt_fill_pte
Maxime Ripard
1
-6
/
+8
2017-09-03
part: efi: Fix offset
Maxime Ripard
1
-3
/
+7
2017-08-26
disk: part: align buffer so it can be used with DMA enabled drivers
Stefan Agner
1
-1
/
+1
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2
-3
/
+3
2017-08-13
dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVME
Zhikang Zhang
1
-1
/
+5
2017-08-04
GPT: add accessor function for disk GUID
Alison Chaiken
1
-0
/
+31
2017-08-04
partitions: increase MAX_SEARCH_PARTITIONS and move to part.h
Alison Chaiken
1
-1
/
+0
2017-08-04
EFI: replace number with UUID_STR_LEN macro
Alison Chaiken
1
-1
/
+1
2017-05-11
disk: Return the partition number in part_get_info_by_name()
Alex Deymo
1
-1
/
+1
2017-04-05
SPARC: Remove
Tom Rini
1
-3
/
+2
2017-03-20
part_efi: support padding between the GPT header and partition entries
Philipp Tomsich
2
-4
/
+64
2017-03-17
gpt: Fix uuid string format
Vincent Tinelli
1
-1
/
+1
2017-02-17
SPL: add support to boot from a partition type
Dalon Westergreen
1
-0
/
+1
2017-02-08
cmd: gpt: backup boot code before writing MBR
Vincent Tinelli
1
-0
/
+7
2017-01-28
disk: convert CONFIG_PARTITION_TYPE_GUID to Kconfig
Patrick Delaunay
1
-0
/
+8
2017-01-28
cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT
Patrick Delaunay
4
-10
/
+23
2017-01-28
disk: convert CONFIG_EFI_PARTITION to Kconfig
Patrick Delaunay
4
-3
/
+19
2017-01-28
disk: convert CONFIG_AMIGA_PARTITION to Kconfig
Patrick Delaunay
3
-2
/
+14
2017-01-28
disk: convert CONFIG_ISO_PARTITION to Kconfig
Patrick Delaunay
5
-4
/
+15
2017-01-28
disk: convert CONFIG_DOS_PARTITION to Kconfig
Patrick Delaunay
3
-2
/
+15
2017-01-28
disk: convert CONFIG_MAC_PARTITION to Kconfig
Patrick Delaunay
3
-2
/
+15
2017-01-28
disk: convert CONFIG_PARTITIONS to Kconfig
Patrick Delaunay
1
-0
/
+22
2016-12-27
disk: Fixed capacity message
Jean-Jacques Hiblot
1
-2
/
+2
2016-10-01
disk: part: refactor generic name creation for DOS and ISO
Petr Kulhavy
3
-53
/
+35
2016-10-01
fastboot: add support for writing MBR
Petr Kulhavy
1
-0
/
+20
2016-10-01
disk: part: implement generic function part_get_info_by_name()
Petr Kulhavy
6
-19
/
+31
2016-08-05
cmd: gpt: fix the wrong size parse for the last partition
Kever Yang
1
-0
/
+4
2016-07-25
part_efi: Fix compiler warning on 32-bit sandbox
Simon Glass
1
-5
/
+5
2016-07-22
iso: Fix part info command
Alexander Graf
1
-2
/
+2
2016-05-27
disk: part_efi: fix check of the max partition size
Patrick Delaunay
1
-1
/
+1
2016-05-17
dm: blk: Use the correct error code for blk_get_device_by_str()
Simon Glass
1
-3
/
+3
[next]