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
2020-05-25
cmd: zip: automatically pull in gzip()
Michael Walle
3
-2
/
+5
2020-05-25
cmd: unzip: automatically select CONFIG_GZIP
Michael Walle
1
-0
/
+1
2020-05-25
env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig
Marek Vasut
3
-5
/
+7
2020-05-25
tools/env/fw_env.h: remove env.h
Romain Naour
1
-1
/
+0
2020-05-25
Convert CONFIG_CMD_MMC to Kconfig
Tom Rini
16
-10
/
+9
2020-05-25
phy: Fix possible NULL pointer deference
Vignesh Raghavendra
1
-5
/
+5
2020-05-25
MAINTAINERS: add dfu.h and dfu.rst to DFU
Heinrich Schuchardt
1
-0
/
+2
2020-05-25
doc: dfu: describe more DFU function
Heinrich Schuchardt
1
-4
/
+174
2020-05-25
doc: dfu: fix typos in README.dfu
Heinrich Schuchardt
1
-3
/
+3
2020-05-25
doc: dfu: add DFU to HTML documentation
Heinrich Schuchardt
3
-20
/
+28
2020-05-25
doc: dfu: describe eMMC partition number parameter
Heinrich Schuchardt
1
-6
/
+15
2020-05-25
MAINTAINERS: add doc/driver-model/ to DRIVER MODEL
Heinrich Schuchardt
1
-0
/
+1
2020-05-25
armv8: cache_v8: fix mmu_set_region_dcache_behaviour
Peng Fan
1
-1
/
+1
2020-05-22
Merge git://git.denx.de/u-boot-usb
Tom Rini
5
-12
/
+131
2020-05-22
Merge branch 'net' of git://git.denx.de/u-boot-socfpga
Tom Rini
7
-269
/
+326
2020-05-22
net: ks8851: Add Kconfig entries
Marek Vasut
6
-5
/
+20
2020-05-22
net: ks8851: Add DM support
Marek Vasut
1
-0
/
+103
2020-05-22
net: ks8851: Receive one packet per recv call
Marek Vasut
1
-29
/
+36
2020-05-22
net: ks8851: Split non-DM specific bits from common code
Marek Vasut
1
-16
/
+44
2020-05-22
net: ks8851: Pass around driver private data
Marek Vasut
1
-124
/
+133
2020-05-22
net: ks8851: Checkpatch cleanup
Marek Vasut
1
-9
/
+10
2020-05-22
net: ks8851: Clean up chip ID readout
Marek Vasut
1
-19
/
+2
2020-05-22
net: ks8851: Remove type_frame_head
Marek Vasut
1
-29
/
+7
2020-05-22
net: ks8851: Trim down struct ks_net
Marek Vasut
1
-61
/
+9
2020-05-22
net: ks8851: Use 16bit RXQCR access
Marek Vasut
1
-13
/
+4
2020-05-22
net: ks8851: Remove RXQCR cache
Marek Vasut
1
-9
/
+6
2020-05-22
net: ks8851: Replace malloc()+memset() with calloc()
Marek Vasut
1
-6
/
+3
2020-05-22
Merge tag 'u-boot-rockchip-20200522' of https://gitlab.denx.de/u-boot/custodi...
Tom Rini
24
-19
/
+1106
2020-05-22
Merge tag 'imx8qxp-fixes' of https://gitlab.denx.de/u-boot/custodians/u-boot-...
Tom Rini
2
-26
/
+28
2020-05-22
Merge tag 'efi-2020-07-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
10
-14
/
+99
2020-05-22
Merge tag 'uniphier-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
46
-69
/
+21
2020-05-22
eth/r8152: fix typo in register name
Hayes Wang
2
-6
/
+6
2020-05-22
usb: dwc3: fix NULL pointer issue
Chunfeng Yun
1
-3
/
+3
2020-05-22
usb: ehci-omap: Add Support for DM_USB and OF_CONTROL
Adam Ford
2
-3
/
+122
2020-05-22
rockchip: rk3328: rock64 - fix gen3 SPL hang
Kurt Miller
2
-1
/
+27
2020-05-22
defconfig: veyron: no need for CONFIG_SPL_PINCTRL_FULL
Urja Rannikko
4
-6
/
+4
2020-05-22
rockchip: spl-boot-order: do not attempt to access fdt if OF_PLATDATA
Urja Rannikko
1
-0
/
+6
2020-05-22
rockchip: veyron: move board_early_init_f to _r (after reloc)
Urja Rannikko
5
-3
/
+5
2020-05-22
rockchip: spl: veyron speedy boots from SPI
Urja Rannikko
1
-1
/
+2
2020-05-22
tools: value checks in rkcommon_check_params()
Heinrich Schuchardt
1
-7
/
+7
2020-05-22
rockchip: Enable PCIe/M.2 on rock960 board
Jagan Teki
2
-0
/
+29
2020-05-22
rockchip: Enable PCIe/M.2 on rk3399 board w/ M.2
Jagan Teki
3
-0
/
+9
2020-05-22
pci: Add Rockchip PCIe PHY controller driver
Jagan Teki
4
-14
/
+306
2020-05-22
pci: Add Rockchip PCIe controller driver
Jagan Teki
4
-0
/
+555
2020-05-22
clk: rk3399: Enable/Disable the PCIEPHY clk
Jagan Teki
1
-0
/
+6
2020-05-22
clk: rk3399: Add enable/disable clks
Jagan Teki
1
-0
/
+148
2020-05-22
rockpro64: Enable HDMI output on rockpro64 board
Andrius Štikonas
2
-0
/
+12
2020-05-22
thermal: imx_scu_thermal: prevent boot hang with zero pdata
Anatolij Gustschin
1
-1
/
+3
2020-05-22
cpu: imx8: use intended cpu-thermal device when getting temp value
Anatolij Gustschin
1
-25
/
+25
2020-05-22
cpu: imx8: fix type and rate detection
Anatolij Gustschin
1
-6
/
+6
[next]