aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "GCC: Fix up for gcc 5+"Moyster2018-11-3034-61/+4
* fix GCC 6.X tautological-compare warningsAlex Tsanis2018-11-302-0/+11
* arm64: support __int128 on gcc 5+Jason A. Donenfeld2018-11-303-1/+82
* kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor2018-11-301-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-291635-1652/+1652
* defconfig: regen m2note_defconfigMoyster2018-11-291-0/+3
* Make Documenation depend on headers_installPeter Foley2018-11-291-0/+2
* kbuild: use $(Q) for sub-make targetMasahiro Yamada2018-11-291-2/+1
* kbuild: fake the "Entering directory ..." message more simplyMasahiro Yamada2018-11-291-5/+8
* kbuild: simplify build, clean, modbuiltin shorthandsMasahiro Yamada2018-11-293-4/+4
* kbuild: Fix make help-<board series> on powerpcMichal Marek2018-11-291-2/+2
* kbuild: forbid kernel directory to contain spaces and colonsRobert Jarzmik2018-11-291-0/+4
* Kbuild, lto: Disable LTO for asm-offsets.cAndi Kleen2018-11-291-1/+1
* kbuild: LLVMLinux: Adapt warnings for compilation with clangJan-Simon Möller2018-11-291-1/+11
* kbuild: Allow arch Makefiles to override {cpp,ld,c}flagsMichal Marek2018-11-292-4/+13
* kbuild: Automatically remove stale <linux/version.h> fileMichal Marek2018-11-291-0/+2
* kbuild: use mixed-targets when two or more config targets are givenMasahiro Yamada2018-11-291-1/+1
* Makefile: include arch/*/include/generated/uapi before .../generatedMichal Marek2018-11-291-0/+1
* Kbuild: disable 'maybe-uninitialized' warning for CONFIG_PROFILE_ALL_BRANCHESArnd Bergmann2018-11-291-1/+5
* Kbuild: avoid duplicate include pathArnd Bergmann2018-11-291-2/+3
* jump label: pass kbuild_cflags when checking for asm goto supportDavid Lin2018-11-291-1/+1
* gcov: disable -Wmaybe-uninitialized warningArnd Bergmann2018-11-291-1/+1
* gcov: disable tree-loop-im to reduce stack usageArnd Bergmann2018-11-291-1/+1
* kbuild: Do not run modules_install and install in paralelMichal Marek2018-11-291-0/+6
* kbuild: remove warning about "make depend"Masahiro Yamada2018-11-291-6/+0
* kbuild: Do not reference *-n variables in the MakefileMichal Marek2018-11-291-3/+1
* drivers: input: mouse: Use "static inline" instead of "inline" in "lifebook.h"demicro2018-11-291-3/+3
* Fix for build error no support ARM mode 'smc #1'demicro2018-11-291-1/+3
* net: core: move mac_pton() to lib/net_utils.cAndy Shevchenko2018-11-2910-23/+37
* lib/string.c: use the name "C-string" in commentsDan Carpenter2018-11-291-4/+4
* asmlinkage Make __stack_chk_failed and memcmp visibleAndi Kleen2018-11-292-2/+2
* scripts/sortextable: support objects with more than 64K sections.Jamie Iles2018-11-292-3/+47
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2018-11-2918-90/+88
* kallsyms: fix percpu vars on x86-64 with relocation.Rusty Russell2018-11-292-0/+25
* kallsyms: generalize address range checkingKees Cook2018-11-291-21/+32
* kallsyms: Revert back to 128 max symbol lengthMichal Marek2018-11-291-1/+1
* scripts: kallsyms: Use %zu to print 'size_t'Fabio Estevam2018-11-291-1/+1
* Kbuild: Handle longer symbols in kallsyms.cAndi Kleen2018-11-291-1/+7
* kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett2018-11-298-6/+25
* kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->lenMartin Walch2018-11-291-1/+1
* kconfig: adjust warning message for conflicting typesMartin Walch2018-11-291-3/+4
* kconfig: fix trivial typos and update mconf documentationMartin Walch2018-11-293-33/+31
* kconfig/[mn]conf: shorten title in search-boxYann E. MORIN2018-11-292-4/+4
* kconfig/[mn]conf: make it explicit in the search box that a regexp is possibleYann E. MORIN2018-11-292-2/+2
* mconf/nconf: mark empty menus/menuconfigs different from non-empty onesDirk Gouders2018-11-294-13/+31
* kconfig: do not allow more than one symbol to have 'option modules'Yann E. MORIN2018-11-292-0/+7
* kconfig: do not special-case 'MODULES' symbolYann E. MORIN2018-11-292-13/+3
* ARM: 8328/1: remove empty preprocessor #else branchUwe Kleine-König2018-11-291-3/+1
* ARM: 8171/1: Use current_stack_pointer for return_addressBehan Webster2018-11-291-2/+1
* ARM: 8160/1: drop warning about return_address not using unwind tablesUwe Kleine-König2018-11-291-4/+0