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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-07
x86: theadorable-x86-common: Move "-generic" into kernel-ver variable
Stefan Roese
1
-4
/
+4
2017-10-07
x86: theadorable-x86-common: Add further pci hotplug cmdline parameters
Stefan Roese
1
-1
/
+2
2017-10-05
Merge git://git.denx.de/u-boot-sunxi
Tom Rini
32
-78
/
+242
2017-10-04
dm: replace dm_dbg() with pr_debug()
Masahiro Yamada
1
-8
/
+0
2017-10-04
linux/bitfield.h: import <linux/bitfield.h> from Linux 4.13
Masahiro Yamada
1
-0
/
+106
2017-10-04
dm: define dev_*() log functions in DM header
Masahiro Yamada
2
-0
/
+89
2017-10-04
bug.h: move runtime BUG/WARN macros into <linux/bug.h>
Masahiro Yamada
3
-23
/
+29
2017-10-04
bug.h: sync BUILD_BUG stuff with Linux 4.13
Masahiro Yamada
3
-51
/
+90
2017-10-04
vsprintf.h: include <linux/types.h>
Masahiro Yamada
1
-0
/
+1
2017-10-04
common.h: remove error()
Masahiro Yamada
1
-5
/
+0
2017-10-04
printk: collect printk stuff into <linux/printk.h> with loglevel support
Masahiro Yamada
4
-25
/
+81
2017-10-04
stdio.h: move printf() stuff from <common.h> to <stdio.h>
Masahiro Yamada
2
-40
/
+60
2017-10-03
sunxi: Remove the MMC index hack
Maxime Ripard
1
-6
/
+24
2017-10-03
cmd: Move CONFIG_RANDOM_UUID to Kconfig
Maxime Ripard
9
-10
/
+0
2017-10-03
sunxi: sina33: Sync the device tree with the kernel
Maxime Ripard
2
-0
/
+214
2017-10-03
usb: gadget: usb_ether: Move settings to common
Maxime Ripard
3
-3
/
+0
2017-10-03
usb: gadget: Make g_dnl USB settings common
Maxime Ripard
2
-4
/
+4
2017-10-03
usb: gadget: usb_ether: Move the interfaces to Kconfig
Maxime Ripard
14
-30
/
+0
2017-10-03
usb: gadget: Convert USB_ETHER to Kconfig
Maxime Ripard
19
-20
/
+0
2017-10-03
usb: gadget: Move USBNET_HOST_ADDR to Kconfig
Maxime Ripard
5
-5
/
+0
2017-10-02
Provide a generic io.h & address mapping functions
Paul Burton
1
-0
/
+110
2017-10-02
fs: btrfs: Add U-Boot fs handlers.
Marek Behún
2
-0
/
+22
2017-10-02
include: Add a variadic macro to call a callback for all arguments
Marek Behún
1
-0
/
+59
2017-10-02
fs: Create a common fs_devread for ext4/reiserfs/zfs
Marek Behún
1
-0
/
+17
2017-10-02
lib: Add CRC32-C
Marek Behún
1
-0
/
+4
2017-10-01
Merge git://git.denx.de/u-boot-usb
Tom Rini
2
-10
/
+45
2017-10-01
Merge git://git.denx.de/u-boot-rockchip
Tom Rini
4
-7
/
+24
2017-10-01
usb: xhci: Honor endpoint's interval
Bin Meng
1
-0
/
+20
2017-10-01
dm: usb: emul: Drop usb_emul_reset()
Bin Meng
1
-8
/
+0
2017-10-01
usb: emul: Expose find_descriptor() as a public API
Bin Meng
1
-0
/
+11
2017-10-01
usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()
Bin Meng
1
-2
/
+16
2017-10-01
usb: Fix comments of usb_emul_find_for_dev()
Bin Meng
1
-1
/
+0
2017-10-01
usb: emul: Remove maxpacketsize in usb_emul_setup_device()
Bin Meng
1
-3
/
+2
2017-10-01
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Tom Rini
10
-29
/
+391
2017-10-01
evb-rk3399: avoid redefinition of CONFIG_ENV_OFFSET
Heinrich Schuchardt
1
-6
/
+0
2017-10-01
rk3288: vyasa: Add falcon mode support
Jagan Teki
1
-0
/
+17
2017-10-01
rk3288: vyasa: Add TPL support
Jagan Teki
1
-1
/
+5
2017-10-01
rockchip: clk: Add rv1108 SARADC clock support
David Wu
1
-0
/
+2
2017-09-29
env: ti: boot: Show boot status information
Sam Protsenko
1
-1
/
+2
2017-09-29
env: ti: boot: Extract command for eMMC Linux boot
Sam Protsenko
1
-4
/
+6
2017-09-29
arm: dra7xx: Fix Linux boot from eMMC
Sam Protsenko
1
-1
/
+2
2017-09-29
arm: am57xx: Fix Linux boot from eMMC
Sam Protsenko
1
-1
/
+2
2017-09-29
configs: keystone2: env: Fix burn_uboot_spi command
Lokesh Vutla
1
-1
/
+1
2017-09-29
configs: k2g_evm: Make findfdt command populate fdtfile variable
Andrew F. Davis
1
-1
/
+1
2017-09-29
configs: am43xx_evm: Avoid relocation onto firewall at the end of DRAM
Andrew F. Davis
1
-0
/
+5
2017-09-29
ARM: omap3: am3517-evm: Add device tree and DM support
Adam Ford
1
-13
/
+1
2017-09-29
ARM: da850-evm: Enable DM_I2C
Adam Ford
1
-3
/
+2
2017-09-29
arm: da850-evm: Enable MTD Parts in SPI Flash
Adam Ford
1
-0
/
+11
2017-09-29
arm: da850-evm: Enable DM and device tree support for da850-evm
Adam Ford
1
-2
/
+39
2017-09-27
dm: usb: Add a new USB controller operation 'get_max_xfer_size'
Bin Meng
1
-1
/
+21
[next]