aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-22net: nfs: Correct a commentJoe Hershberger1-1/+1
2016-08-22net: nfs: Consolidate handling of NFSv3 attributesJoe Hershberger1-92/+59
2016-08-22net: nfs: Fix lines that are too longJoe Hershberger1-3/+6
2016-08-22net: nfs: Correct the reply data buffer sizeJoe Hershberger1-1/+1
2016-08-22net: nfs: Share the file handle buffer for v2 / v3Joe Hershberger1-7/+5
2016-08-22net: NFS: Add NFSv3 supportGuillaume GARDET2-47/+242
2016-08-22net: nfs: Remove unused defineJoe Hershberger1-2/+0
2016-08-22net: nfs: Remove separate buffer for default nameJoe Hershberger1-3/+1
2016-08-22net: Stop including NFS overhead in defragment maxJoe Hershberger1-9/+1
2016-08-20Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini114-221/+11604
2016-08-20pinctrl: fix typos in comment blocks of pinconfig_post_bind()Masahiro Yamada1-2/+2
2016-08-20efi_loader: Fix relocations above 64kb image sizeAlexander Graf1-1/+1
2016-08-20Makefile: Remove tags file on mrproperVignesh R1-1/+1
2016-08-20tools/env: soften warning about erase block alignmentAndreas Fenkart1-1/+1
2016-08-20tools/env: return with error if redundant environments have unequal sizeAndreas Fenkart1-3/+2
2016-08-20ARM: OMAP4+: vcores: Remove duplicated codeLokesh Vutla1-52/+10
2016-08-20ARM: OMAP5+: vcores: Drop unnecessary #ifndefsLokesh Vutla2-6/+3
2016-08-20test/py: match prompt only at line boundariesStephen Warren1-3/+3
2016-08-20common: cli_readline: Improve command line editingJames Byrne1-31/+67
2016-08-20fastboot: move to KconfigSteve Rae4-16/+16
2016-08-20fastboot: implement KconfigSteve Rae3-0/+67
2016-08-20cmd: efi_loader: Return CMD_RET_USAGE in case of not enough argumentsBin Meng1-1/+1
2016-08-20Kconfig: DISTRO_DEFAULTS: Only enable CMD_BOOTZ for ARMTom Rini1-1/+1
2016-08-20cmd: booti: move CONFIG_CMD_BOOTI to KconfigMasahiro Yamada6-6/+8
2016-08-20cmd: Split 'bootz' and 'booti' out from 'bootm'Tom Rini8-251/+276
2016-08-20tests: Introduce DT overlay testsMaxime Ripard11-49/+698
2016-08-20cmd: fdt: add fdt overlay application subcommandMaxime Ripard2-7/+31
2016-08-20libfdt: Add overlay application functionMaxime Ripard4-0/+442
2016-08-20libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2-4/+46
2016-08-20libfdt: Add fdt_getprop_namelen_wMaxime Ripard1-0/+7
2016-08-20libfdt: Add fdt_path_offset_namelenMaxime Ripard2-9/+25
2016-08-20libfdt: Fix separator spellingMaxime Ripard1-4/+4
2016-08-20libfdt: Add max phandle retrieval functionMaxime Ripard2-0/+39
2016-08-20libfdt: Add iterator over propertiesMaxime Ripard1-0/+24
2016-08-20libfdt: Add new headers and definesMaxime Ripard1-0/+6
2016-08-20vsprintf: Include stdarg for va_listMaxime Ripard1-0/+2
2016-08-20scripts: Makefile.lib: Sanitize DTB namesMaxime Ripard1-4/+4
2016-08-20cmd: fdt: Narrow the check for fdt addrMaxime Ripard1-1/+1
2016-08-17ARM: rmobile: r8a7795: Add MMU layoutNobuhiro Iwamatsu2-1/+31
2016-08-17ARM: rmobile: salvator-x: Update defconfigNobuhiro Iwamatsu1-1/+9
2016-08-17ARM: rmobile: Remove duplicate configs by Kconfig in rcar-gen3-common.hNobuhiro Iwamatsu1-7/+1
2016-08-17ARM: rmobile: lager: Move rcar-gen2-common to rcar-commonNobuhiro Iwamatsu1-1/+1
2016-08-17arm: rmobile: Update defconfigNobuhiro Iwamatsu9-116/+47
2016-08-17arm: rmobile: Fix HDMI output for BLANCHE boardmasakazu.mochizuki.wd@hitachi.com1-0/+30
2016-08-17arm: rmobile: Add BLANCHE board supportmasakazu.mochizuki.wd@hitachi.com19-47/+5006
2016-08-17mmc: rmobile: add a compiler barrierYannick Gicquel1-0/+3
2016-08-17ARM: rmobile: rcar-common: Fix warning of type differenceNobuhiro Iwamatsu1-2/+4
2016-08-17ARM: rmobile: Add support salvator-x boardNobuhiro Iwamatsu8-0/+329
2016-08-17ARM: rmobile: Add support R8A7795Nobuhiro Iwamatsu7-0/+5877
2016-08-17ARM: rmobile: Add support R-Car Generation 3Nobuhiro Iwamatsu5-1/+198