summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc'Sascha Hauer2015-02-0440-605/+123
|\
| * nios2: ignore arch/nios2/cpu/barebox.lds by gitMasahiro Yamada2015-02-041-0/+1
| * defaultenv: generate force-built-in (zero) environment fileJan Luebbe2015-02-041-1/+7
| * pinctrl: remove unnecessary error checkMasahiro Yamada2015-02-021-3/+0
| * commands: crc: support setting environment variablesJan Luebbe2015-02-021-1/+22
| * param: add error check to __dev_add_param()Masahiro Yamada2015-02-021-1/+4
| * MAKEALL: do not create build directory explicitlyMasahiro Yamada2015-02-021-1/+0
| * MAKEALL: fix do_build_allMasahiro Yamada2015-02-021-1/+1
| * blackfin: fix undefined reference with CONFIG_CMD_MAGICVARMasahiro Yamada2015-02-021-2/+2
| * param: add error check to dev_param_set_generic()Masahiro Yamada2015-02-021-1/+1
| * blackfin: consolidate arch/blackfin/include/asm/linkage.hMasahiro Yamada2015-02-023-49/+8
| * kbuild: drop $(KBUILD_DTBS) from the all targetMasahiro Yamada2015-02-021-2/+2
| * kbuild: drop bogus "common/barebox_default_env*" from CLEAN_FILESMasahiro Yamada2015-02-021-1/+1
| * gitignore: sync with Linux's .gitignoreMasahiro Yamada2015-02-021-9/+14
| * gitignore: move "barebox_default_env*" to subdirectoryMasahiro Yamada2015-02-022-1/+1
| * gitignore: simplify .gitignore file with pattern "/barebox*"Masahiro Yamada2015-02-021-16/+1
| * usb: abolish wait_ms() functionMasahiro Yamada2015-02-026-17/+13
| * ARM: fix a wrong comment about relocate_to_adrMasahiro Yamada2015-02-021-1/+1
| * loadenv: fix typo in help textWjatscheslaw Stoljarski2015-02-021-2/+2
| * memtest: fix 4GB overflow failDmitry Lavnikevich2015-01-271-1/+1
| * trivial: s/flasg/flash/Uwe Kleine-König2015-01-271-1/+1
| * memtest: Fix SDRAM size calculationsSascha Hauer2015-01-261-7/+6
| * debug_ll: change the argument type of putc_ll()Masahiro Yamada2015-01-211-2/+2
| * sandbox: get malloc_size from .configAntony Pavlov2015-01-212-1/+3
| * scripts/checkpatch.pl: don't search for CREDITS when checking top_of_kernel_t...Antony Pavlov2015-01-201-1/+1
| * gitignore: remove obsolete link method for arch specificationMasahiro Yamada2015-01-191-2/+0
| * MMC: IMX: Reset MMC_BOOT register after controller reset.Andrey Panov2015-01-192-0/+4
| * kbuild: add KBUILD_DEFCONFIGMasahiro Yamada2015-01-143-0/+5
| * gitignore: remove bogus ignore patternsMasahiro Yamada2015-01-131-2/+0
| * gitignore: do not ignore .mailmapMasahiro Yamada2015-01-131-0/+1
| * gitignore: add all.configBorislav Petkov2015-01-131-0/+3
| * gitignore: Add GNU GLOBAL files to top .gitignoreJani Nikula2015-01-131-0/+6
| * .gitignore: match ncscope.outJike Song2015-01-131-0/+1
| * kbuild: arm: Do not define "comma" twiceMasahiro Yamada2015-01-131-2/+0
| * powerpc: include <linux/stringify.h> to avoid dupulicated definesMasahiro Yamada2015-01-131-3/+1
| * console: allow to specify the device idJean-Christophe PLAGNIOL-VILLARD2015-01-135-2/+7
| * Remove the CREDITS fileMasahiro Yamada2015-01-131-472/+0
* | Merge branch 'for-next/minmax'Sascha Hauer2015-02-047-130/+156
|\ \
| * | linux/kernel.h: move some macros and prototypesMasahiro Yamada2015-01-292-58/+61
| * | asm-generic/bug.h: move BUG(), BUG_ON(), WARN(), WARN_ON() macrosMasahiro Yamada2015-01-293-32/+39
| * | linux/bug.h: move BUILD_BUG_ON*() macrosMasahiro Yamada2015-01-292-19/+29
| * | linux/kernel.h: add more *_MAX, *_MIN macrosMasahiro Yamada2015-01-211-0/+14
| * | linux/kernel.h: rename USHORT_MAX, SHORT_MAX, SHORT_MINMasahiro Yamada2015-01-212-4/+4
| * | linux/kernel.h: move *_MAX, *_MIN macrosMasahiro Yamada2015-01-212-13/+13
| * | lib: decompress: remove redundant INT_MAX defineMasahiro Yamada2015-01-211-4/+0
| * | fs: ubifs: remove redundant macro definesMasahiro Yamada2015-01-211-4/+0
* | | Merge branch 'for-next/makeall'Sascha Hauer2015-02-041-23/+19
|\ \ \
| * | | MAKEALL: consolidate -j${JOBS} argumentMasahiro Yamada2015-02-041-3/+3
| * | | MAKEALL: do not pass unneeded -C option to makeMasahiro Yamada2015-02-041-3/+1
| * | | MAKEALL: use $(...) instead of `...` for readabilityMasahiro Yamada2015-02-041-7/+7