summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-23ext4: Avoid out-of-bounds access of block bitmapStefan Brüns
2016-09-23ext4: After completely filled group, scan next group from the beginningStefan Brüns
2016-09-23ext4: Do not clear zalloc'ed buffers a second timeStefan Brüns
2016-09-23ext4: Only update number of of unused inodes if GDT_CSUM feature is setStefan Brüns
2016-09-23ext4: Scan all directory blocks when looking up an entryStefan Brüns
2016-09-23ext4: Avoid corruption of directories with hash tree indexesStefan Brüns
2016-09-23ext4: Scan all directory blocks for space when inserting a new entryStefan Brüns
2016-09-23ext4: Do not crash when trying to grow a directory using extentsStefan Brüns
2016-09-23ext4: propagate error if creation of directory entry failsStefan Brüns
2016-09-23ext4: fix possible crash on directory traversal, ignore deleted entriesStefan Brüns
2016-09-23ext4: fix wrong usage of le32_to_cpu()Michael Walle
2016-09-23ext4: fix endianess problems in ext4 write supportMichael Walle
2016-09-23ext4: use kernel names for byte swapsMichael Walle
2016-09-23ext4: change structure fields to __le/__be typesMichael Walle
2016-09-23test/fs: Check writes using "." (same dir) relative pathStefan Brüns
2016-09-23test/fs: Check ext4 behaviour if dirent is first entry in directory blockStefan Brüns
2016-09-23test/fs: strip noise from filesystem code prior to checking resultsStefan Brüns
2016-09-23test/fs: remove use of undefined WRITE_FILE variableStefan Brüns
2016-09-23test/fs: Restructure file path specification to allow some flexibilityStefan Brüns
2016-09-23cmd/fat: Do not crash on write when <bytes> is not specifiedStefan Brüns
2016-09-23fs/fat: Correct description of determine_fatent functionStefan Brüns
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns
2016-09-23fs/fat: Remove two statements without effectStefan Brüns
2016-09-22Merge git://git.denx.de/u-boot-rockchipTom Rini
2016-09-22ns16650: Make sure we have CONFIG_CLK set before using infrastructureTom Rini
2016-09-22Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini
2016-09-23ARM: dts: uniphier: sync clock/reset controller nodes with LinuxMasahiro Yamada
2016-09-23clk: uniphier: allow to have clock node under syscon nodeMasahiro Yamada
2016-09-23clk: uniphier: move U_BOOT_DRIVER entry to core codeMasahiro Yamada
2016-09-23clk: uniphier: constify clock data arrays/structuresMasahiro Yamada
2016-09-23ARM: uniphier: add PLL init code for LD11 SoCMasahiro Yamada
2016-09-23ARM: uniphier: move CONFIG_SPL_* to defconfig or selectMasahiro Yamada
2016-09-22Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2016-09-22Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2016-09-22Makefile: rm u-boot.cfg dependencies are missingStephen Warren
2016-09-22Makefile: use if_change_dep for u-boot.cfgStephen Warren
2016-09-22test/py/tests/test_vboot.py: Add check that we boot the imageTom Rini
2016-09-22image-fit: Fix fit_get_node_from_config semanticsPaul Burton
2016-09-22clk: rk3288: add PWM clock get rateKever Yang
2016-09-22clk: rk3399: add pmucru controller supportKever Yang
2016-09-22rk3399: add a empty "sys_proto.h" header fileKever Yang
2016-09-22rockchip: rk3288: skip lowlevel_init processXu Ziyuan
2016-09-22board: evb-rk3399: enable usb 2.0 host vbus power on board_initKever Yang
2016-09-22config: evb-rk3399: enable fixed regulatorKever Yang
2016-09-22dts: rk3399-evb: add regulator-fixed for usb host vbusKever Yang
2016-09-22dts: rk3399: add dwc3_typec node for rk3399MengDongyang
2016-09-22config: rk3399: add usb related configsMengDongyang
2016-09-22usb: host: add Kconfig for USB_XHCI_ROCKCHIPKever Yang
2016-09-22rockchip: select DM_USB for rockchip SoCMengDongyang
2016-09-22usb: xhci-rockchip: add rockchip dwc3 controller driverMengDongyang