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
2024-08-08
disk: don't try search for partition type if already set
Alexey Romanov
1
-0
/
+7
2024-08-08
disk: support MTD partitions
Alexey Romanov
1
-1
/
+2
2024-07-15
disk: Remove duplicate newlines
Marek Vasut
6
-13
/
+0
2024-07-05
Fix Kconfig coding style from spaces to tab
Anand Moon
1
-1
/
+1
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
7
-7
/
+2
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
7
-2
/
+7
2024-05-06
part: Remove <common.h> and add needed includes
Tom Rini
7
-7
/
+2
2024-04-12
disk: simplify print_part_header()
Heinrich Schuchardt
1
-44
/
+3
2024-04-12
part: Check all partitions in part_get_info_by_name()
Sam Protsenko
1
-2
/
+5
2023-12-21
global: Drop common.h inclusion
Tom Rini
1
-1
/
+0
2023-10-24
cmd: mbr: Allow 4 MBR partitions without need for extended
Alexander Gendin
1
-1
/
+1
2023-10-24
rockchip: dm: prepare rkmtd UCLASS
Johan Jonker
1
-0
/
+4
2023-10-10
disk: part: Handle blkmap device in print_part_header()
Bin Meng
1
-0
/
+3
2023-10-10
disk: part: Print out the unknown device uclass id
Bin Meng
1
-1
/
+1
2023-09-24
common: Drop linux/printk.h from common header
Simon Glass
1
-0
/
+1
2023-09-11
part: rename disk_partition_type_uuid()
Heinrich Schuchardt
1
-1
/
+1
2023-08-25
part: efi: Add debugging for the signature check
Simon Glass
1
-2
/
+11
2023-08-25
part: Add accessors for struct disk_partition type_uuid
Simon Glass
2
-10
/
+7
2023-08-25
part: Add accessors for struct disk_partition uuid
Simon Glass
3
-30
/
+26
2023-08-25
part: Add comments for static functions
Simon Glass
1
-0
/
+32
2023-08-25
part: nac: Use desc instead of dev_desc
Simon Glass
1
-32
/
+27
2023-08-25
part: iso: Use desc instead of dev_desc
Simon Glass
1
-26
/
+26
2023-08-25
part: efi: Use desc instead of dev_desc
Simon Glass
1
-116
/
+112
2023-08-25
part: dos: Use desc instead of dev_desc
Simon Glass
1
-32
/
+31
2023-08-25
part: amiga: Use desc instead of dev_desc
Simon Glass
1
-17
/
+17
2023-08-25
part: Use desc instead of dev_desc
Simon Glass
1
-92
/
+86
2023-08-22
disk: dos: Infer MBR partition sector size from underlying drive sector size
Marek Vasut
1
-3
/
+14
2023-08-22
disk: Move part_create_block_devices() to blk uclass
Marek Vasut
1
-48
/
+0
2023-08-22
disk: Switch part_blk_*() functions to disk_blk_*()
Marek Vasut
1
-81
/
+12
2023-08-22
disk: Extend disk_blk_part_validate() with range checking
Marek Vasut
1
-0
/
+8
2023-08-22
disk: Handle partition to block device offset conversion
Marek Vasut
1
-16
/
+52
2023-08-22
disk: Simplify disk_blk_{write, erase}() using blk_{write, erase}()
Marek Vasut
1
-43
/
+23
2023-08-22
disk: Simplify disk_blk_read() using blk_read()
Marek Vasut
1
-24
/
+14
2023-08-22
disk: Drop always true conditional check
Marek Vasut
1
-4
/
+2
2023-07-30
part: check CONFIG_IS_ENABLED(ENV_SUPPORT)
Heinrich Schuchardt
1
-3
/
+5
2023-07-25
part: eliminate part_get_info_by_name_type()
Heinrich Schuchardt
1
-8
/
+2
2023-07-17
disk: part: Add API to get partitions with specific driver
Joshua Watt
1
-7
/
+31
2023-07-17
disk: Use BOOT_DEFAULTS instead of DISTRO_DEFAULTS
Jonas Karlman
1
-4
/
+4
2023-07-17
part: Allow setting the partition-table type
Simon Glass
1
-0
/
+16
2023-04-05
cmd: blkmap: Add blkmap command
Tobias Waldekranz
1
-0
/
+1
2023-04-03
Revert "disk: Use a helper function to reduce duplication"
Tom Rini
1
-25
/
+21
2023-03-30
disk: Use a helper function to reduce duplication
Simon Glass
1
-21
/
+25
2023-03-02
lib: Add an SPL config for LIB_UUID
Simon Glass
1
-0
/
+8
2023-02-10
Correct SPL use of PARTITION_TYPE_GUID
Simon Glass
1
-1
/
+1
2023-02-09
Correct SPL use of CMD_MBR
Simon Glass
1
-1
/
+1
2023-01-23
part: Add a function to find the first bootable partition
Simon Glass
1
-0
/
+16
2022-12-02
disk: fix blk_get_device_part_str()
Heinrich Schuchardt
1
-18
/
+5
2022-11-07
dm: sandbox: Switch over to using the new host uclass
Simon Glass
1
-2
/
+2
2022-10-31
disk: Rename block_dev to desc
Simon Glass
1
-19
/
+19
2022-10-31
disk: Rename block functions
Simon Glass
1
-12
/
+12
[next]