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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-23
fs: fat: unaligned buffers are not an error
Heinrich Schuchardt
2
-2
/
+2
2018-09-23
efi_loader: provide description of file_open()
Heinrich Schuchardt
1
-2
/
+12
2018-09-23
efi_loader: check parameters of efi_file_open()
Heinrich Schuchardt
1
-4
/
+26
2018-09-23
efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION
Heinrich Schuchardt
2
-0
/
+2
2018-09-23
efi_selftest: test key notification functions
Heinrich Schuchardt
2
-9
/
+68
2018-09-23
efi_loader: implement key notify functions
Heinrich Schuchardt
1
-3
/
+98
2018-09-23
test/py: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
Heinrich Schuchardt
1
-0
/
+79
2018-09-23
efi_selftest: test EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
Heinrich Schuchardt
2
-0
/
+140
2018-09-23
efi_loader: support modifiers for F1 - F4
Heinrich Schuchardt
1
-25
/
+39
2018-09-23
efi_loader: EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL
Heinrich Schuchardt
2
-22
/
+287
2018-09-23
test/py: rework test_efi_selftest_text_input()
Heinrich Schuchardt
1
-6
/
+11
2018-09-23
efi_selftest: use WaitForKey to test text input
Heinrich Schuchardt
1
-3
/
+24
2018-09-23
efi_loader: rework event handling for console
Heinrich Schuchardt
1
-38
/
+137
2018-09-23
efi_selftest: refactor text input test
Heinrich Schuchardt
3
-107
/
+111
2018-09-23
test/py: Unicode w/ EFI_SIMPLE_TEXT_INPUT_PROTOCOL
Heinrich Schuchardt
1
-0
/
+7
2018-09-23
efi_loader: support Unicode text input
Heinrich Schuchardt
4
-58
/
+108
2018-09-23
test/py: fs: add fstest/unlink test
Akashi, Takahiro
2
-0
/
+171
2018-09-23
test/py: fs: add fstest/mkdir test
AKASHI Takahiro
2
-0
/
+141
2018-09-23
test/py: fs: add extended write operation test
AKASHI Takahiro
3
-0
/
+310
2018-09-23
test/py: convert fs-test.sh to pytest
AKASHI Takahiro
3
-0
/
+515
2018-09-23
fs-test: update the test result as of v2018.09
AKASHI Takahiro
1
-10
/
+12
2018-09-23
fs-test: fix false positive error at Test Case 12
AKASHI Takahiro
1
-1
/
+1
2018-09-23
efi_loader: implement a file delete
AKASHI Takahiro
1
-1
/
+13
2018-09-23
cmd: fat: add fatrm command
AKASHI Takahiro
1
-0
/
+12
2018-09-23
fs: fat: support unlink
AKASHI Takahiro
3
-1
/
+135
2018-09-23
fs: add unlink interface
AKASHI Takahiro
2
-0
/
+52
2018-09-23
efi_loader: file: support creating a directory
AKASHI Takahiro
1
-4
/
+10
2018-09-23
cmd: fat: add fatmkdir command
AKASHI Takahiro
1
-0
/
+13
2018-09-23
fs: fat: support mkdir
AKASHI Takahiro
3
-1
/
+139
2018-09-23
fs: fat: remember the starting cluster number of directory
AKASHI Takahiro
1
-0
/
+3
2018-09-23
fs: add mkdir interface
AKASHI Takahiro
2
-0
/
+55
2018-09-23
cmd: fat: add offset parameter to fatwrite
AKASHI Takahiro
1
-3
/
+6
2018-09-23
fs: fat: support write with non-zero offset
AKASHI Takahiro
1
-15
/
+273
2018-09-23
fs: fat: refactor write interface for a file offset
AKASHI Takahiro
1
-114
/
+65
2018-09-23
fs: fat: support write with sub-directory path
AKASHI Takahiro
2
-322
/
+156
2018-09-23
fs: fat: write returns error code instead of -1
AKASHI Takahiro
1
-4
/
+15
2018-09-23
fs: fat: check and normalize file name
AKASHI Takahiro
1
-8
/
+44
2018-09-23
Revert "fs: fat: cannot write to subdirectories"
AKASHI Takahiro
1
-15
/
+1
2018-09-23
fs: fat: assure iterator's ->dent belongs to ->clust
AKASHI Takahiro
1
-8
/
+17
2018-09-23
fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()
AKASHI Takahiro
1
-0
/
+21
2018-09-23
fs: fat: extend get_fs_info() for write use
AKASHI Takahiro
2
-0
/
+9
2018-09-23
efi_loader: typos in efi_console.c
Heinrich Schuchardt
1
-4
/
+4
2018-09-23
efi_loader: SPDX-License-Identifier for efi.h
Heinrich Schuchardt
1
-0
/
+1
2018-09-23
efi_loader: SPDX-License-Identifier for efi_api.h
Heinrich Schuchardt
1
-18
/
+10
2018-09-23
efi_loader: struct efi_simple_text_input_protocol
Heinrich Schuchardt
6
-12
/
+12
2018-09-23
test/py: typo occured
Heinrich Schuchardt
1
-1
/
+1
2018-09-23
test/py: test EFI_SIMPLE_TEXT_INPUT_PROTOCOL
Heinrich Schuchardt
1
-0
/
+58
2018-09-23
efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL
Heinrich Schuchardt
2
-0
/
+261
2018-09-23
efi_loader: EFI_UNICODE_COLLATION_PROTOCOL
Heinrich Schuchardt
8
-3
/
+455
2018-09-23
test: tests for utf_to_lower() utf_to_upper().
Heinrich Schuchardt
1
-0
/
+34
[next]