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
old/tizen_20241126
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
2023-08-24
doc: qemu: arm: Add a section on booting Linux distros
Alper Nebi Yasak
1
-0
/
+68
2023-08-24
arm: qemu: Enable usb keyboard as an input device
Alper Nebi Yasak
6
-5
/
+15
2023-08-24
arm: qemu: Enable PRE_CONSOLE_BUFFER
Alper Nebi Yasak
2
-0
/
+5
2023-08-24
arm: qemu: Enable Bochs video support
Alper Nebi Yasak
3
-0
/
+11
2023-08-24
Merge branch '2023-08-24-further-ufs-updates' into next
Tom Rini
2
-11
/
+97
2023-08-24
ufs: Implement cache management
Marek Vasut
1
-1
/
+41
2023-08-24
ufs: Use utp_transfer_req_desc pointer in ufshcd_get_tr_ocs
Marek Vasut
1
-1
/
+3
2023-08-24
ufs: Pass hba pointer to ufshcd_prepare_req_desc_hdr()
Marek Vasut
1
-5
/
+4
2023-08-24
ufs: Handle UFS 3.0 controllers
Marek Vasut
2
-1
/
+3
2023-08-24
ufs: Add UFSHCD_QUIRK_HIBERN_FASTAUTO
Marek Vasut
2
-2
/
+13
2023-08-24
ufs: Add UFSHCD_QUIRK_BROKEN_64BIT_ADDRESS
Marek Vasut
2
-0
/
+32
2023-08-24
ufs: Convert quirks to BIT() macro
Marek Vasut
1
-1
/
+1
2023-08-23
Merge branch '2023-08-22-assorted-code-cleanups' into next
Tom Rini
11
-208
/
+268
2023-08-22
net: Fix the displayed value of bytes transferred
Siddharth Vadapalli
1
-1
/
+1
2023-08-22
scsi: Add buffer_aligned check pass-through
Marek Vasut
2
-0
/
+34
2023-08-22
blk: Add bounce buffer support to read/write operations
Marek Vasut
2
-2
/
+79
2023-08-22
disk: dos: Infer MBR partition sector size from underlying drive sector size
Marek Vasut
1
-3
/
+14
2023-08-22
common: bouncebuf: Add missing cast to dma_addr_t
Marek Vasut
1
-1
/
+1
2023-08-22
disk: Make blk_get_ops() internal to blk uclass
Marek Vasut
2
-2
/
+2
2023-08-22
disk: Move part_create_block_devices() to blk uclass
Marek Vasut
3
-57
/
+48
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-08-22
test: acpi: Handle both 32bit and 64bit ACPI tables
Marek Vasut
1
-4
/
+8
2023-08-22
test: Fix the help for the ut command
Marek Vasut
1
-1
/
+1
2023-08-21
Merge tag 'v2023.10-rc3' into next
Tom Rini
367
-987
/
+13038
2023-08-21
Prepare v2023.10-rc3
Tom Rini
2
-2
/
+2
2023-08-21
Merge tag 'dm-pull-20aug23' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
3
-43
/
+63
2023-08-20
test: cpu: Handle both 32bit and 64bit CPUs
Marek Vasut
1
-1
/
+1
2023-08-20
configs: sandbox64: Enable PCI register multi-entry support
Marek Vasut
1
-0
/
+1
2023-08-20
configs: sandbox64: Enable clock CCF driver
Marek Vasut
1
-0
/
+2
2023-08-20
configs: sandbox64: Enable video 12x22 font support
Marek Vasut
1
-0
/
+1
2023-08-20
configs: sandbox64: Enable video 16bpp and 24bpp support
Marek Vasut
1
-0
/
+2
2023-08-20
configs: sandbox64: Enable PINCTRL_SINGLE driver
Marek Vasut
1
-0
/
+1
2023-08-20
test: dm: pinmux: Handle %pa in pinctrl-single mux output
Marek Vasut
1
-41
/
+51
2023-08-20
configs: sandbox64: Enable BUTTON_ADC driver
Marek Vasut
1
-0
/
+1
2023-08-20
configs: sandbox64: Enable MC34708 driver
Marek Vasut
1
-0
/
+1
2023-08-20
configs: sandbox64: Increase console record size to 0x6000
Marek Vasut
1
-1
/
+1
2023-08-20
configs: sandbox64: Enable SF bootdev
Marek Vasut
1
-0
/
+1
2023-08-20
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
Tom Rini
3
-25
/
+34
2023-08-19
arm: rmobile: Fix off-by-one error in cpuinfo
Paul Barker
1
-1
/
+1
2023-08-19
Merge tag 'doc-2023-10-rc3-2' of https://source.denx.de/u-boot/custodians/u-b...
Tom Rini
7
-17
/
+10
2023-08-19
doc: csf_examples: csf.sh: Remove unneeded export ATF_LOAD_ADDR line
Fabio Estevam
1
-1
/
+0
2023-08-19
irq: Fix typo in header comment
Paul Barker
1
-1
/
+1
2023-08-19
clk: Fix typo in header comment
Paul Barker
1
-1
/
+1
2023-08-19
doc: printf() codes: Fix format specifier for unsigned int
Siddharth Vadapalli
1
-3
/
+3
2023-08-19
docs: fix wrong usage of proftool
Puhan Zhou
1
-3
/
+3
[prev]
[next]